
* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
	
}

html {
	font: small/1.4em "Arial", Helvetica, sans-serif;
	color: #555;
	background: #1B9DC6 url('images/fade-bg.png') repeat-x;
	

}

body { 
	position: relative;
	font-size: 1.1em;
	width: 970px;
	margin: 15px auto 20px auto;
	background: #fff;
	
}

#header { 
	position: relative;
	background: #0E6287 url(images/bg.jpg) no-repeat left top;
	height: 166px;
	z-index: 4000;
	width: 970px;
}

#header #header-links {font-size: 12px; float: right; padding: 0px 23px 5px 0px;}

#navigation { 
	position: relative;
	background: url(images/menu_bg.gif) no-repeat left top; 
	padding: 5px;
	z-index: 4000;
}

#breadcrumb {font-size: 11px; padding: 0 0 5px 20px; margin-top: -10px;}

#content { 
	position: relative;
	width: 970px;
	margin: 6px 0 0 0;
	z-index: 0;
}

#content-bg {background: #0B5379; margin-left: 10px; color: #fff; }




h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	background: transparent;
	color: #ccc;
}

h1, h2, h3 { 
	font-size: 1.6em;
}
h3 { color: #555555}

h4, h5, h6 { 
	font-size: 1.4em;
}

p { 
	padding-bottom: 1em;
}

p img { 
	vertical-align: middle;
}

.spacer { 
	margin-top: 15px;
}

input { 
	padding: 2px;
	border: 1px solid #cecece;
}

input[type="image"], 
input.submit { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
}

img,
a img { 
	border: 0;
} 

a { 
	color: #1B9DC6;	text-decoration: none;
}

a:visited { 
	color: #1B9DC6;
}

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

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
}


/*.left { 
	float: left;
	position: relative;
	margin: 6px 10px 2px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 6px 0 2px 10px;
}
*/

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}



#header strong { 
	position: relative;
	float: left;
	display: block;
	background: url(images/logo.gif) no-repeat right bottom;
	width: 250px;
	height: 94px;
	padding: 56px 0 0 5px;
	text-indent: -9999px;
}

#header strong a { 
	display: block;
	width: 100%;
	height: 100%;
}

#header p { 
	position: absolute;
	right: 2px;
	bottom: -5px;
	background: url(images/search-bg.gif) no-repeat left top;
	width: 268px;
	height: 33px;
	z-index: 2000;
	padding: 13px 0 0 13px;
	line-height: 1em;
}

#header p * { 
	vertical-align: middle;
}

#header p input { 
	width: 205px;
	font-size: 11px;
}

#header p input.submit { 
	width: auto;
	padding: 1px 0 0 3px;
	border: 0;
}

	/* ----------| =Navigation |---------- */ 
	
#navigation {width: 920px; margin: 0 auto;}

#navigation ul#nav { 
	z-index: 4000;
	/*background: #E0E1E2 url(images/item-bg.gif) repeat-x left top;*/
	height: 55px;
}

#navigation ul#nav li { 
	text-transform: uppercase;
	position: relative;
	float: left;
	text-align: center;
	line-height: 1em;
}

#navigation ul#nav li a { 
	display: block;
	padding: 14px 0;
	text-decoration: none;
	text-align: left;
	/*border-right: 1px solid #6E5B4A;*/

	background: url(images/menu-hover-blue.gif) no-repeat 100% 50%;
	color: #fff;
	
	font-size: 14px;
	font-weight: 900;
	
	text-align: center;
	width: 126px;
}

#navigation ul#nav li a span { 
	padding: 0 15px 0 10px;
}

		
 
/*#navigation ul#nav li a:hover{ 
	background: #E0E1E2;
	color: #FF4CA5;
}*/

#navigation ul#nav li a:hover {
	color: #FF4CA5;
	background: url(images/menu-hover.gif) no-repeat 100% 50%;
	text-decoration: none;
}

#navigation ul#nav li.current_page_item a  
{
	
	color: #1B9DC6;
	background: url(images/menu-hover.gif) no-repeat 100% 50%;
	text-decoration: none;

}
#navigation ul#nav li.current_page_item a {
	cursor:text;
}

#navigation ul#nav li.sign-up a { width: 155px; color: #FFF; background: url(images/menu-signup-pink.gif) no-repeat 100% 50%;}
#navigation ul#nav li.sign-up a:hover { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%;}
#navigation ul#nav li.sign-up a:active { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%;}

#navigation ul#nav li.green a { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%; 	cursor:text;}						
#navigation ul#nav li.green a:hover { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%; 	cursor:text;}
#navigation ul#nav li.green a:active { width: 155px; color: #FFF; background: url(images/menu-signup-green.gif) no-repeat 100% 50%; 	cursor:text;}

	/* ----------| =Content |---------- */ 

#content #sidebar { 
	position: relative;
	float: right;
	width: 320px;
	/*background: url(images/sidebar-home-bg.jpg) no-repeat left top;
	padding: 5px;*/
	padding-bottom: 0;
}

#content #sidebar #sidebar-options {
	width: 296px; height: 295px;
	background: url(images/sidebar-options.gif) no-repeat;
	cursor:pointer;
}





#content #sidebar div h2 { 
	font-size: 1.5em;
	color: #fff;
	line-height: 1.4em;
	margin: 7px 0;
}

#content #sidebar div p { 
	margin-bottom: 10px;
}


#content #main { 
	position: relative;
	float: left;
	width: 622px;
	padding: 5px 5px 0px 5px ;
	background: url(images/content-main-bg.gif) no-repeat right top;
	margin-left: 5px;
	z-index: 0;
}

#content #main h1, #content #main h2, #content #main h3 {
	margin: 0px 0px 0px 10px; 
	padding:12px 0px 0px 15px; 
	font-size:22px; 
	font-weight:normal; 
	line-height:normal; 
	color:#503D43; 
	height: 30px;

	width: 600px;
	background: #fff url(images/h1-bg.jpg) no-repeat;

}

#content #main h4 {
	margin: 0px 0px 0px 10px; 
	padding:15px 0px 0px 15px; 
	color: #999;
	}
#content #main h4 a:link, #content #main h4 a:visited, #content #main h4 a:active {
	color: #45B9F6;
	text-decoration: underline;
	}
#content #main h4 a:hover {
	color: #FF4CA5;
	text-decoration: none;
	}
	
	
#content #main .bg-grey {background: #EFEEF0; 	
	margin: 0px 0px 0px 10px; 
	padding:15px 0px 0px 15px; }

#content #main p {
	margin: 5px 25px 0px 25px;
	}

#content #main #p-footer {
		margin: -18px 0px 0px 10px; 
		padding:0px 0px 0px 15px; 
		height: 20px; background: #fff url(images/p-footer-grey.gif) top center no-repeat;}

#content #main ul {
	margin: 5px 25px 0px 25px;
	}
	
#content #lower { 
	clear: both;
padding: 0; margin: 0;
}

#content #lower #holder { 
	position: relative;
	/*background: url(images/home-lower-bg.jpg) no-repeat left top;*/
}

#content #lower #lower-sidebar { 
	position: relative;
	float: right;
	padding: 15px 18px 15px 18px;
	width: 282px;
}

#content #lower #lower-sidebar p img.left { 
	padding: 3px 7px 2px 0;
	margin: 0;
}

#content #lower #lower-main { 
	position: relative;
	float: right;
	margin-left: 10px;
	padding: 13px 18px 0 2px;
	width: 605px;
}



#content #lower #lower-sidebar h3, 
#content #lower #lower-main h3 { 
	color: #fff;
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#content #lower #lower-main h3 em { 
	float: right;
	font-style: normal;
}

#content #lower #lower-main h3 em a { 
	font-size: .7em;
	color: #a6bcd1;
	text-decoration: none;
	padding-right: 15px;
	background: url(images/rrow-small.gif) no-repeat 88% 50%; 
}

#content #lower #lower-main h3 em a:hover { 
	color: #fff;
}

#content #lower #lower-main ul li a { 
	display: block;
	border-bottom: 1px dashed #888;
	color: #c8cdd5;
	text-decoration: none;
	padding: 5px 5px 5px 20px;
	background: transparent url(images/bullet.gif) no-repeat 3px 55%;
}

#content #lower #lower-main ul li a:hover { 
	background: url(images/bullet.gif) no-repeat 3px 55%;
	text-decoration: underline;
	color: #eee;
}

#content #lower p#directory { 
	position: relative;
	float: right;
	border-top: 1px solid #1f2022;
	width: 540px;
	background: url(images/directory-bg.jpg) repeat-x left top;
	line-height: 1em;
	padding: 12px 10px 10px 10px;
	margin: 10px -14px 0 -14px;
}

#content #lower p#directory input { 
	font-size: 12px;
	vertical-align: middle;
	width: 250px;
}

#content #lower p#directory input.submit { 
	border: 0;
	width: 22px;
	height: 23px;
	padding-left: 5px;
	background: transparent;
}

#content #lower .button {
	margin: 5px 5px 0 0;
}
#content #lower a.button { 
	position: relative;
	display: block;
	float: left;
	border: 1px solid #727273;
	background: #243141 url(images/gradient-bg.gif) repeat-x left top;
	color: #eee;
	text-decoration: none;
	padding: 6px 8px;
	font-size: .9em;
	line-height: .9em;
}

#content #lower a.button:hover { 
	color: #fff;
	border-color: #999;
}

	/* ----------| =Footer |---------- */ 

#footer { 
	height: 141px;
	padding: 0px 0 0 0;
	margin-top: -20px;
	width: 970px;
	background: #1B9DC6 url(images/footer-bg.jpg) no-repeat 0 0px;	
}

#footer ul {
	margin: 0.8em 0 -0.2em 10px;
	padding: 30px 0 0 0;
	font-size: 12px;
	
	}
#footer li { 
	display:inline; 
	font-weight: bold;
	padding: 2px 7px 2px 7px;
	border-right: 1px solid #ccc; 
	list-style-type:none;
	text-transform:uppercase;
	}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	font-weight: bold;
	background: #1B9DC6;
	}
#footer a:hover {
	color: #48C5E1;
	font-weight: bold;
	background: #1B9DC6;
	}


#footer { 
	font-size: 1em;
	color: #999;
}

#footer form { 

	padding: 5px 0 0 60px;
	line-height: 1.8em;
}

#footer input { 
	border: 0px solid #cecece;
}

#footer p {
	color: #fff; padding-top: 2px; text-align: left; margin: 0px 67px 0px 0px; }
	
#footer p.left { 
	float: left;
	padding: 5px 0 0 20px;
}

#footer p img { 
	vertical-align: top;
	padding-left: 10px;
}

#footer p strong { 
	padding: 0 2px 0 15px;
	color: #81a3cd;
	font-weight: normal;
}

#footer p a { 
	color: #535353;
	font-weight: normal;
	text-decoration: underline;
}
#footer span.voodish {
	padding: 0 2px 0 15px;
}
#footer span.voodish a { 
	color: #535353;
	font-weight: bold;
		text-decoration: underline;
}

#footer p em { 
	padding-left: 15px;
	font-style: normal;
}


#splash {background: url(images/splash.jpg) no-repeat center center; width: 622px; height: 352px; margin: 0 0 8px 8px}


.alert {
	background: #fff6bf url(images/exclamation_mark.gif) no-repeat;
	background-position: 10px 70%;
	text-align: left;
	padding: 5px 10px 5px 65px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

#main .left img {padding: 5px 10px 5px 0px; float: left;}
#main .right img {padding: 5px 0px 5px 10px; float: right;}

#main h1 {padding: 0px; color: #333;}

#main h2 {margin-left: -10px; background: url(images/dir-bg.jpg) no-repeat; width: 556px; }
#main h2 {padding: 10px; color: #333; margin-top: 10px;}

#main h3 {margin-top: 10px;}


#main h3 {text-align: left; color: #333;}

#content #main p textarea { border: 1px solid #ccc;}
.paddingTop {padding-top: 30px}

#main .button {
	margin: 5px 5px 0 0;
}
#main a.button { 
	position: relative;
	display: block;
	float: left;
	border: 1px solid #727273;
	background: #243141 url(images/gradient-bg.gif) repeat-x left top;
	color: #eee;
	text-decoration: none;
	padding: 6px 8px;
	font-size: .9em;
	line-height: .9em;
}

#main a.button:hover { 
	color: #fff;
	border-color: #999;
}

#content #sidebar ul {
margin-left: 8px;
}

#content #sidebar ul li.current_page_item a 
{
color: #FF4CA5;
cursor:text;
}

#content #sidebar ul li.current_page_item a:hover 
{
text-decoration: none;
}
 
#content #sidebar h1 {
margin-top: 8px;

background:url(images/sidebar-h1.gif) no-repeat;
font-size: 2.3em;
color: #666;
padding: 20px;

letter-spacing: -0.1em;
text-align: center;
font-weight: bold;
}

#content #sidebar ol {
margin: 10px 5px 5px 5px;
background: url(images/sidebar-ol.gif) no-repeat;
}

#content #sidebar ol li {
list-style: none;
font-weight: bold;
display:block;
width: 280px;
margin: 0 5px 5px 20px;
}

#content #sidebar ol li a{
font-size: 2em;
color: #1B9DC6;

padding: 0 5px 0 10px;
letter-spacing: -0.1em;
}


.success {
	background: #D3F7D2 url(images/tick.gif) no-repeat;
	background-position: 30px 20%;
	/*background-position: top center;*/ 
	text-align: left;
	padding: 5px 10px 5px 105px;
	border-top: 2px solid #009800;
	border-bottom: 2px solid #009800;
	}
	
.pdf {background: url(images/pdf-icon.gif) center center no-repeat;}
#imgRight, #imgRight2, #imgRight3, #imgRight4 {float: right; padding-left: 5px;}
#imgLeft, #imgLeft2, #imgLeft3, #imgLeft4, #imgLeft5, #imgLeft6, #imgLeft7, #imgLeft8 {float: left}

blockquote {width:550px;margin-left:15px;padding:10px 0 0 50px;background:#ffc url(images/blockquote-open.gif) top left no-repeat; font-size: 18px; color: #3399CC;}
.small {font-size: 80%;}

/*blockquote p {padding:10px;margin:0;background:#ffc url(images/blockquote-close.gif) 50% 0}*/


