@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	background-image:url(image/background-repeat.png);
	background-position:top;
	background-repeat:repeat-x;
	color:#616161;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#wrapper{
	width:900px;
	margin:0px auto;
	z-index: 10;
	position: relative;
}
#header{
	background-image:url(image/home_banner.jpg);
	background-position:55px 55px;
	background-repeat:no-repeat;
	height: 315px;
	width: 900px;
}
#logo{
	float:left;
	padding-top: 10px;
}
#nav{
	background-image:url(image/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:0 35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	float:right;
	text-align:center;
	width: 520px;
	height: 35px;
	font-size: 14px;
	padding: 41px 18px 0px 18px;
}
#nav ul li{
	float:left;
	list-style: none;
}
#nav ul li a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	padding: 0px 7px;
}
#nav ul li a:visited{
	color:#FFFFFF;
}
#nav ul li a:hover{
	color:#FFFF66;
}
#nav ul li a#selected-link{
	color:#FFFF66;
}
#zip {
	position: absolute;
	top: 360px;
	left: 265px;
}

#image{
	float: left;
	margin: -131px 0px 0px -20px;
}
#main_copy{
	float:right;
	text-align:left;
	padding:25px 20px 0px 0px;
	width: 410px;
}
#sub_copy{
	float:right;
	text-align:left;
	padding:25px 0px 50px 20px;
	width: 535px;
}
p{
	line-height:20px;
}
#sub_copy p{
	padding:5px 0px;
}
#sub_copy img{
	padding:10px;
	border:none;
}
.register-button{
	border:none;
}

a{
	color:#186595;
}
.green{
	color:#797e01;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
}
h1{
	background-image:url(image/heart.jpg);
	background-repeat:no-repeat;
	background-position:0px -3px;
	color:#D33641;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:normal;
	text-transform:uppercase;
	padding: 0px 0px 10px 30px;
}
h2{
	color:#186595;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:16px;
	
}
#bottom_blocks{
	float:left;
	width:875px;
	padding: 15px 0px 85px 0px;
}
#sub_bottom_blocks{
	float:left;
	width:300px;
	padding: 0px 0px 45px 30px;
}
.services, .bandaid, .sub_bandaid, .ucaoalogo, .sub_ucaoalogo, .sub_services{
	float:left;
	width:265px;
	height: 160px;
	padding: 0px;
}
.services ul, .bandaid p, .ucaoalogo p, .sub_services ul, .sub_bandaid p, .sub_ucaoalogo p{
	margin:-10px 0px 0px 0px;
}
.services li, .sub_services li, #sub_copy li{
	list-style:none;
	padding:3px 0px 2px 10px;
	background-image:url(image/bullet_bg.jpg);
	background-repeat:no-repeat;
	background-position:0px 5px;
}
.bandaid{
	background-image:url(image/bandaid.jpg);
	background-position:165px 60px;
	background-repeat: no-repeat;
	text-transform: none;
	text-decoration: none;
	padding-left: 15px;
}
.sub_bandaid{
	background-image:url(image/bandaid.jpg);
	background-position:165px 60px;
	background-repeat: no-repeat;
	padding-left: 0px;
}
/** .services, .sub_services{
	padding:0px 30px;
}
.sub_services{
	padding:0px 0px;
} **/

.services{
	background-image:url(image/cuc-logo.jpg);
	background-position:150px 105px;
	background-repeat: no-repeat;
	text-transform: none;
	text-decoration: none;
	padding-left: 15px;
	height: 190px;
}
.sub_services{
	background-image:url(image/cuc-logo.jpg);
	background-position:150px 105px;
	background-repeat: no-repeat;
	padding-left: 0px;
}

.ucaoalogo{
	background-image:url(image/ucaoa_logo.jpg);
	background-position:140px 75px;
	background-repeat: no-repeat;
	float: right;
}
.sub_ucaoalogo{
	background-image:url(image/ucaoa_logo.jpg);
	background-position:140px 75px;
	background-repeat: no-repeat;
	float: left;
}
#footer{
	float:left;
	width:900px;
	font-size:10px;
	color:#186595;
	text-align: left;
	margin-top:60px;
}
#footer a{
	color:#186595;
	padding: 0px;
	text-decoration: none;
	font-size: 10px;
}
#registration-footer{
	float:left;
	width:900px;
	font-size:10px;
	color:#186595;
	text-align: left;
	margin-top:180px;
}
#registration-footer a{
	color:#186595;
	padding: 0px;
	text-decoration: none;
	font-size: 10px;
}
#footer_bg{
	width:100%;
	height:85px;
	float:left;
	background-image:url(image/footer_repeat.jpg);
	background-repeat:repeat-x;
	margin-top: -50px;
	z-index: 1;
	position: relative;
}

