/* engagetochange */
/* @group Basic Rules */

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body{
	margin: 0;
	padding: 0;
	background-color: #c9c6e1;
	color:#333333;
	font-size: 13px;
}

p {
margin-bottom:10px;
line-height: 18px;
}





h1{
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 18px;
	color:#000000;
}
h2{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
strong{
		color:#000000;	
}



hr {
color:#333333;
}

.sub {
color: #a11d55;
font-weight: bold;
font-size:16px;
}







/* @end */





/* @group Page Structure */

#wrapper{
	margin: 0;
	padding: 0;
}
#header{
	margin: inherit;
}
#logo{
	height: 130px;
	background-image:url(graphics/web-banner-back.gif);
	background-repeat:repeat-x;
	text-align: center;	

}
#navigation{
/*	height: 105px; */
	background-color: #a11d55;
}
#content{
	width: 578px;
	overflow:auto;
	margin: auto;
	padding: 36px;
	padding-top: 20px;
	background-color: #ffffff;
}

#content p{
	line-height: 18px;
	margin-bottom: 16px;	
}

#content a:link{
	color: #000000;
	text-decoration: underline;
}
#content a:visited{
	color: #000000;
	text-decoration: underline;
}
#content a:hover{
	color: #a11d55;
	text-decoration: underline;
}

#content a:active{
	color: #000000;
	text-decoration: underline;
}




#brand{
	height: 64px;
	padding-top: 10px;
}
#footer{
	padding: 10px;
	background-color: #a11d55;
	border-top: 10px solid #4F5052;	
	font-size: 18px;
	color: #ffffff;
	text-align: center;	
	clear:both;
}
#footer a{
	color: #ffffff;
}

/* @end */

/* @group Navigation */

#menu{
	width: 650px;
	margin: auto;
}
#menu ul{
	width: 650px;
	height: 16px;
	padding: 10px;
	padding-left: 0;
	padding-right: 0;
}
#menu li{
	float: left;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
}
#menu a{
	color: #c9c6e1;
	text-decoration: none;
}
#menu a:visited{
	color: #c9c6e1;
	text-decoration: none;
}
#menu a:hover{
	color: #ffffff;
	text-decoration: underline;
}
#navimgs{
	width: 650px;
	clear: both;
	padding-top: 0;
	height: 74px;
}

/* @end */

/* @group Class Rules */

.libar{
	border-left: 2px solid	#ffffff;
	padding: 4px;
	padding-bottom: 0;
	padding-top: 0;
}
.linobar{
	padding-right: 4px;
	padding-left: 10px;
}
.libarlast{
	padding-left: 4px;
	border-left: 2px solid	#ffffff;	
}
.black{
	color: #a11d55;
}
.right{
	float: right;
}
.left{
	float: left;
}
.curlogopad{
	margin-bottom: 18px;
	margin-left: 35px;
}

.limid{
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid	#4F5052;
	border-right: 1px solid	#4F5052;		
}
.lilft{
	padding-right: 10px;
}
.lirgt{
	padding-left: 10px;
}
.highlight, .address{
	color: #4F5052;	
}
.floatright{
	float: right;
	margin-left: 20px;
}
.inlinepad{
	padding-top: 0px;
	padding-bottom: 30px;
}
/* @end */

/* @group Sub Menu */

#submenu{
	height: 20px;
	margin-bottom: 15px;	
}
#submenu li {
	float: left;
	position: relative;
	list-style-type: none;
}

#submenu ul ul{
	visibility: hidden;
	position: absolute;
	width: auto;
	top:15px;
	left:0px;
}




#submenu a:link{
	display: block;
	float: left;
	position: relative;
	height: auto;
	text-decoration: none;
	color:#000000;
}


#submenu a:visited{
	display: block;
	float: left;
	position: relative;
	height: auto;
	text-decoration: none;
}



#submenu a:hover{
	display: block;
	float: left;
	position: relative;
	height: auto;
	text-decoration: none;
}

#submenu a:active{
	display: block;
	float: left;
	position: relative;
	height: auto;
	text-decoration: none;
}







/* @end */

#rescue li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

/* Goodnight :) */






