
/* element styles */

html {
	overflow: scroll;
	color: #494949;
}

body{
	margin: 0px;
	padding: 0px; 
	background-color: #fff;
	color: #494949;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #494949;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #494949;
	margin: 0px 0px 10px 0px;
}

li {
	font-size: small;
	color: #494949;
}

td {
	font-size: small;
	color: #494949;
	vertical-align: top;
}

img {
	border: 0px;
}

a {
	font-size: small;
	color: #0d6b88;
	text-decoration: none;
}

a:hover {
	color: #0d6bff;
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	color: #0b6a87;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 120%;	
	color: #0b6a87;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;	
	color: #0b6a87;
	margin: 0px 0px 10px 0px;
}

form {
	margin: 0px;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 
 
#top_bar {
	height: 118px;
	padding: 6px 0 0 52px;
	background: url(../images/site/bar-top.png) top left repeat-x;
	position: relative;
	left: -52px;
	width: 864px;
}

#top_logo {
	float: left;
	width: 181px;
	height: 111px;
}

#top_nav {
	float: left;
	width: 346px;
	height: 25px;
	margin: 20px 0 15px 230px;
}

#top_nav a {
	color: #494949;
	font-weight: bold;
}

#search_form {
}

#q {
	width: 90px;
	border: 1px #494949 solid;
	padding: 3px 5px 3px 5px;
	font-size: 85%;
	color: #494949;
}

#navigation {
	width: 599px;
	float: left;
	background: url(../images/nav/nav-n.png) repeat-x;
}

#condoms {
	position: absolute;
	right: -22px;
	top: 7px;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 884px;
	padding-left: 52px;
	background: url(../images/site/left-bar.png) repeat-y top left #fff;
}

#footer {
	clear: both;
	padding: 10px 20px 30px 0px;
	margin-top: 10px;
}

#footer div {
	font-size: 85%;
	color: #2d2d2d;
}

#footer a {
	color: #2d2d2d;
	font-size: 100%;
}

#bottom_bar {
	padding: 6px 0 0 0;
	background: url(../images/site/bar-bottom.png) top left repeat-x;
	position: relative;
	left: -52px;
	width: 916px;
	line-height: 1px;
}

/* content page structural styles */

#left_nav {
	float: left;
	background: url(../images/site/left-nav-bg.jpg) no-repeat top left;
	width: 178px;
	margin: 0px 20px 0px 0px;
	padding: 10px 10px 10px 10px;
}

#left_nav h2 {
	color: #a41a1a;
	padding-left: 10px;
}

/* content page */

#page_content {
	float: left;
	width: 647px;
}

#page_content #col1 {
	float: left;
	width: 310px;
}

#page_content #col2 {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 20px;
}

#highlights {
	padding: 0 0 0 10px;
}

#highlights h2 {
	padding: 10px 0 0 0;
}

/* home page */

#page_content_home {
	width: 870px;
}

#home_col1 {
	float: left;
	width: 275px;
	margin-right: 20px;
}

#home_col2 {
	float: left;
	width: 267px;
	margin-right: 20px;
	background: url(../images/site/home-box-blue.jpg) top left no-repeat;
	padding: 0 0 10px 8px; 
	height: 371px;
	/* height: 291px; GAB size*/
}

#home_col2 h1, #home_col2 h2 {
	color: #0b6a87;
}

#home_col3 {
	float: left;
	width: 247px;
	background: url(../images/site/home-box-red.jpg) top left no-repeat;
	padding: 10px 10px 10px 20px; 
	height: 361px;
	/* height: 281px; GAB size*/
	overflow-y: auto;
}

#home_col3 h1, #home_col3 h2, #home_col3 h3 {
	color: #a41a1a;
}

#home_foot {
	float: left;
	width: 865px;
	padding-top: 20px;
}

#home_footer_table {
	width: 865px;
}

#home_footer_table img {
	padding-right: 10px;
}

#home_footer_advice {
	width: 275px;
	padding-right: 20px;
	background: url(../images/site/home-box.jpg) top left no-repeat;
}

#home_footer_advice h1, #home_footer_advice h2, #home_footer_advice h3 {
	padding-top: 10px;
	color: #873261;
}

#home_footer_groups {
	width: 275px;
	padding-right: 20px;
	background: url(../images/site/home-box.jpg) top left no-repeat;
}

#home_footer_groups h1, #home_footer_groups h2, #home_footer_groups h3 {
	padding-top: 10px;
	color: #4c903a;
}

#home_footer_events {
	width: 275px;
	background: url(../images/site/home-box.jpg) top left no-repeat;
}

#home_footer_events h1, #home_footer_events h2, #home_footer_events h3 {
	padding-top: 10px;
	color: #8c4f34;
}

#gabcontent {
	text-align: center;
	margin-bottom: 20px;
}

/* nav styles */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li a {
	font-size:100%;
	font-weight: bold;
	padding: 8px 6px 8px 7px;
	color: #fff;
}

#nav li a:hover {
	color: #f8fb08;
	text-decoration: none;
	background: url(../images/nav/nav-h.png) repeat-x;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #3c84bc;
	width: 120px;
	padding: 0px 5px 0px 5px;
	border-top: 0px;
	z-index: 99;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dd_nav_item, .dd_nav_item_last {
	width: 120px;
	border-bottom: 1px #e5f0f8 solid;
	padding: 5px 0px 5px 0px !important;
}

.dd_nav_item_last {
	border-bottom: 0px;
}

.dd_nav_item a, .dd_nav_item_last a {
	color: #fff !important;
	font-weight: normal !important;
	display: block;
}

.dd_nav_item a:hover, .dd_nav_item_last a:hover {
	display: block;
	text-decoration: underline;
}

/* left nav */

#left_nav a {
	display: block;
}
#left_nav #highlights a {
	display: inline;
}

.nav_item_1, .nav_item_2, .nav_item_3 {
	border-bottom: 1px #cbc7c7 solid;
	margin: 0 0 5px 10px;
	padding: 7px 7px 7px 0;
}

.nav_item_1_active, .nav_item_2_active, .nav_item_3_active {
	border-bottom: 1px #cbc7c7 solid;
	margin: 0 0 5px 10px;
	padding: 7px 7px 7px 0;
}

.nav_item_1_active a, .nav_item_2_active a, .nav_item_3_active a {
	color: #494949;
	font-weight: bold;
}

.nav_item_2, .nav_item_2_active {
	padding-left: 20px;
}

.nav_item_3, .nav_item_3_active {
	padding-left: 40px;
}

/* general styles */

.news_divider {
	height: 1px;
	line-height: 1px;
	background-color: #ccc;
	margin-bottom: 10px;
}

.padded_img img {
	padding: 0px 10px 10px 10px;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0px 30px 0px 30px;
}

.pad10 {
	padding: 10px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}
