﻿body {
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

#pageWrapper { margin: 0 auto; width: 960px; }

/* HEADER */
#pageHeader { height: 84px; }
#pageLogo { position: relative; left: -5px; top: 10px; }

/* NAVIGATION */

#pageNav
{
	background-image: url(../images/navBg_default.png);
	background-repeat: repeat-x;
	height: 29px;
	font-family: Helvetica, Arial, Sans-Serif;
}

#pageNav ul 
{
	border-left: solid 1px #9D9D9D;
	border-right: solid 1px #9D9D9D;
	display: block;
	height: 26px;
	overflow: visible;
	padding-left: 5px;
	float: left;
}

#pageNav li 
{
	display: block;
	float: left;
	font-size: 12px;
	list-style: none;
	margin: 6px 15px 0;
	padding: 0 3px;
}

#pageNav a 
{
	color: #444;
	display: block;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
	text-decoration: none;
	text-shadow: 0 0 2px #ccc;
	white-space: nowrap;
}

#pageNav a span { display: none; }

#pageNav a:hover 
{
	color: #1E218A;
}

.showcase h2 {
	font-size:48px;
	text-shadow: 0 1px 0 #323231;
	letter-spacing: -2px;
	margin:60px 0 15px 0;
	color:#fff;
} 

.showcase p {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;	
	line-height:24px;
	letter-spacing:-1px;
	color:#fff;
	text-shadow: 0 1px 0 #01456d }

a.btn  {
background:url("../../images/bg_buttons.png") no-repeat scroll 0 0 transparent;
display:block;
float:left;
font-family:"Droid Sans Bold",sans-serif;
font-size:1.5em;
height:46px;
line-height:46px;
margin:10px 10px 0 0;
text-align:center;
text-shadow:0 1px 0 #FFFFFF;
width:180px;
}


/* START OF DROPDOWN */
li.dropdown
{
	position: relative;	
}

div.dropdown
{
	position: absolute;
	height: 0px;
	width: 215px;
	background-color: #f3f3f3;
	margin-left: -10px;
	border: solid 1px #000000;
	overflow: hidden;
	opacity: 0;
	/*visibility: hidden;*/
	display: none;
	font-family: Helvetica, "Trebuchet MS", Arial, Sans-Serif;
	z-index: 100;

}

ul#topNav li.dropdown li
{
	display: block;
	margin-right: 0px;
	width: 200px;
}

ul#topNav li.dropdown li a
{
	display: block;
	width: 100%;
	padding-left: 0px;
}

ul#topNav
{
	background-repeat: no-repeat;
	background-position: top left;
	color: White;
	font-size: 14px;
	width: 953px;
	margin-top: 0px;	
	
}
/* END OF DROPDOWN */


/* CONTENT */
#pageContentContainer 
{
	background-color: White;
	/* border-left: solid 1px #E4E4E4;
	/* border-right: solid 1px #E4E4E4;
	/* padding: 5px 9px 0; */
	width: 960px;
	margin: 0px;
	padding: 0px;
}

#pageContent 
{
	width: 960px;
	font-size: 0.85em;
	color: #333;
	padding: 0;
}

.oneColumn #pageContent { width: 942px; }

.sideBar { width:inherit; }
.sideBar .content { border-left: solid 1px #eee; border-right: solid 1px #eee; background-color: #F7F5F6; padding: 3px 10px; }
.sideBar .header 
{
	background-image: url(../images/sidebarHeader.png);
	background-repeat: no-repeat;
	font-family: Verdana;
	letter-spacing: -0.05em;
	font-size: 1.1em;
	font-weight: bold;
	height: 20px;
	padding: 10px 0 0 10px;
	margin-top: 10px;
	text-shadow: 0 0 3px #888;
}
.sideBar ul 
{
	margin: 0;
}
.sideBar li 
{
	background-image: url(../images/bullet.png);
	background-position: left center;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 0.6em;
	list-style-position:outside;
}
.sideBar a { color: #555; text-decoration: none; font-size: 0.85em; text-shadow: 0 0 2px #ccc; }
.sideBar a:hover { text-decoration: underline; }
.sideBar .footer { background-position: top center; margin: 0; padding: 0; background-image: url(../images/sidebarFooter.png); background-repeat: no-repeat; height: 10px; }
.sideBar label { color: #888; text-decoration: none; font-size: 0.85em; text-shadow: 0 0 2px #ccc; }
.sideBarHolder {
	float: right;
	width: 222px;
}




/* FOOTER */
#pageFooter
{
	/* background-image:url(../images/footer.png); */
	background-repeat: no-repeat;
	padding: 15px 0;
	color: #888;
	font-size: 0.8em;
	border: none;
    display: inline-block;
    width: 960px;
     
}
#pageFooter a { color: #777; }
#pageFooter div { margin: 0 auto; width: 700px; }
#pageFooterNav { margin: 0 auto; text-align:center;padding:1px 0 5px; }
#pageFooterNav a { color:#888; padding:0 5px;}
 

#lnkPrivacyPolicy { color: #888; }

/* General */
input.textBox, textarea, select
{
	background-color: #fffffa;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

button.small, a.smallButton
{
	/*color: #444;
	background-color: #e6e8e5;
	background-image: url(../images/smallButtonBg.png);
	background-repeat: repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}

h1 { margin: 10px 0 15px; font-size: 2em; font-family: Helvetica, Arial; text-shadow: 0 0 3px #999; color:#333333; }
h2 { margin: 5px 0 10px; font-family: Helvetica, Georgia, Serif; text-shadow: 0 0 2px #999; color:#333333; font-size:123.1%; }
h3 { margin: 5px 0 10px; font-family: Helvetica, Georgia, Serif; text-shadow: 0 0 2px #999; color:#333333; }

.defaultPoint { height: 100px; clear: both; margin-bottom: 25px; border-left: solid 8px #1E218A; padding: 5px 0 5px 5px; }
.defaultPoint img { float: left; margin: 0 20px 0 0; }

a { color: #3F647F; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0px; }

#mainBodyText {
	font-size: 1.15em;
}

#mainBodyText li 
{
	background-image: url(../images/bullet.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 0.6em;
	vertical-align: top;
}

body{ 
font-family:verdana,arial,helvetica,clean,sans-serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.231;
}

.mainBody li 
{
	background-image: url(../images/bullet.gif);
	background-position: left top;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 0.6em;
	vertical-align: top;
}


.boxgrid { 
	width: 235px; 
	height: 125px; 
	float:left; 
	overflow: hidden;
	position: relative;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #ccc }
				
.last {
	margin:15px 0 10px 0; }
		
.boxgrid img { 
	position: absolute; 
	top: 0; 
	left: 0;  }
		
.boxcaption { 
	float: left; 
	position: absolute; 
	background: #000;
	opacity:.8; 
	height: 35px; 
	width: 100%;
	padding:0 0 0 10px;  }

.boxcaption { 
	font-size:11px; }

.boxcaption h3 {
	color:#fff;
	font-weight: normal;
	font-size:14px; 
	margin:8px 0 0 0;
	padding:0; }
		
.boxcaption p { 
	color:#fff;
	padding:0;
	margin:-5px 0 0 0;
	font-size:11px;
	text-shadow: none; }
		
.captionfull .boxcaption {
	bottom: 0;
	left: 0;
	display: none; }

.captionfull a:hover {
	color:#EE4292; }