/*
-----------------------------------------------------------------
	global styles
-----------------------------------------------------------------
*/
body{
    background: #08304E url(../images/bg.jpg) repeat-x fixed;
    font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
    margin: 0;
    color: #333333;
}

a{
	color: #4B5508;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

h1{
	color:#18576E;
    font-size: 19px;
    margin-bottom: 5px;
}

h2{
	color:#18576E;
    font-size: 16px;
    margin: 25px 0 10px 0;
}

ul{
	list-style:none;
	padding:0;
}
li{
	padding-top:5px;
}
a img{
	border:none;
}

blockquote{
    background: url(../images/img_quote.gif) no-repeat left top;
    padding: 3px 0 0 22px;
    margin: 20px 0 0 0;
}
blockquote span.endQuote{
	background: url(../images/img_quote_end.gif) no-repeat right bottom;
    padding: 0 22px 0 0;
}

blockquote span.source{
	font-style: italic;
    font-size: 11px;
}
.sourceFormat{
	text-align: right;
}
/*
-----------------------------------------------------------------
	end global styles
-----------------------------------------------------------------
*/



/*
-----------------------------------------------------------------
	clear fix
-----------------------------------------------------------------
*/
.clear {
	display:inline-block;
}
.clear:after {
    display:block; 
    visibility:hidden; 
    clear:both; 
    height:0; 
    content: "."; 
}
/*
-----------------------------------------------------------------
	end clear fix
-----------------------------------------------------------------
*/
#main_container{
	background-color:#FFFFFF;
	padding:35px;
	margin:0 auto;
	width:922px;
	font-size: 12px;
}

#header{
	margin: 0;
    padding: 0;
    line-height: 0;
    display: inline;
}

#logo{
	margin:0 0 15px 0;
}


#nav{
    padding: 0;
    background: url(../images/navbg_tile.jpg) repeat-x;
    height: 45px;
    margin: 2px 0 20px;
    *margin: -3px 0 20px;
}

#nav li{
	margin: 0;
    padding: 0;
	float: left;
    display: block;
}

#nav li a{
	display: block;
	color:#FFFFFF;
    font-weight: bold;
	padding: 12px 34px 0 34px;
	text-transform: uppercase;
    text-decoration: none;
}

#nav li a:hover{
	color:#F8C700;
}

body#home #homeBtn a.active, body#whois #whoIsBtn a.active, body#process #processBtn a.active, body#why #whyBtn a.active, body#contact #contactBtn a.active, body#resources #resourcesBtn a.active{
	color:#F8C700;
    background: url(../images/navhighlight.gif) no-repeat center 0px;
}

/*
-----------------------------------------------------------------
	Drop downs styling
-----------------------------------------------------------------
*/

#nav li ul{
    background: #10485F url(../images/dropDown_bg.gif) repeat-x left bottom;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    position: absolute;
    width: 199px;
    left: -999em;
}

#nav li ul li{
    margin: 0;
    padding: 3px 0;
}

#nav li ul li a{
    color:#B7C7CE;
    padding-top: 0;
    padding-left: 45px;
    padding-right: 0;
    font-size: 11px;
    text-transform: none;
    background: url(../images/subLinkArrow.gif) no-repeat 35px 4px;
}

#nav li ul li a:hover{
	color:#F8C700;
    background: none url(../images/subLinkArrow.gif) no-repeat 35px 4px;
}

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

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
/*
-----------------------------------------------------------------
	End Drop downs styling
-----------------------------------------------------------------
*/

/*Home page specific for the vertical divider*/
#contentContainer_home{
    line-height: 18px;
    background: #FFFFFF url(../images/pageDivider.gif) repeat-y 434px 0;
}
/*internal page specific for the vertical divider*/
#contentContainer{
    line-height: 18px;
    background: #FFFFFF url(../images/pageDivider.gif) repeat-y 584px 0;
}

.column_40p{
    float:left;
    margin-top:10px;
    padding:0 12px 0 0;
    width:422px;
    /*border-right:1px dotted #18576E;*/
    margin-right: 10px;
}

.column_60p{
	float:left;
	margin-top:10px;
	padding:0 12px;
	width:450px;
}

.column_80p{
	float:left;
	margin-top:10px;
	padding:0 12px 0 0;
	width: 572px;
	/*border-right:1px dotted #18576E;*/
	margin-right: 10px;
}

.column_20p{
	background-color:#FFFFFF;
	float:left;
	margin-top:10px;
	padding:0 12px;
	width:300px;
}

.row{
	padding: 15px 0;
	margin: 0 0 10px 0;
	background-image:url(../images/row_sep.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.learnmore{
	margin: 0 auto;
    width:120px;
}

.learnmore a{
	display:block;
    height:27px;
	background-image:url(../images/learnmore_button.gif);
	background-repeat:no-repeat;
    text-decoration: none;
}

.learnmore a:hover{
	background-position:0 -27px;
}
#top_row{
	background-image:none;
}

.row img {
	float:left;
	margin-right:10px;
	border:none;
}

.row h2 {
	margin:0;
}

ul.inside {list-style-position:inside}


.listStyle{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.listStyle ul {

	list-style-position:outside;	
	padding:0 0 0 20px;

}

.listStyle li {
	padding-left: 20px;
	background-image: url(../images/ulArrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 .5em;
		
	
}



.alt_moreinfo{
	float:right;
	padding-top:5px;
}
a.accentbutton{
	background-image:url(../images/learnmore_accent_button.gif);
	background-repeat:no-repeat;
	background-position:right;
	overflow:hidden;
	padding:0 6px 0 0;
	color:#FFFFFF;
    font-size: 10px;
    text-decoration: none;
}
.cap{
	background-image:url(../images/learnmore_accent_button_cap.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 8px;
	*padding:1px 0 0 8px;
	
}
.cap:hover{
	color:#000000;
}
.highlight{
	background-color:#929D20;
	color:#FFFFFF;
	padding:0 3px;
}
.highlightArrow{
	background-color:#929D20;
	color:#FFFFFF;
	padding:0 3px;
	margin: 0 4px 0 0;
	font-weight:bold;
	line-height:0px;
	height:2px;
}
.footer{
	font-size: 11px;
	margin: 0 auto 10px auto;
	width: 992px;
	text-align: center;
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.footer a{
	text-decoration: none;
}

.copyright{
	width: 120px;
    height: 15px;
    margin: 10px auto 0 auto;
    background: url(../images/miniLogo.gif) no-repeat 0 1px;	
}

.links{
	color:#FFFFFF;
	padding-top: 10px;
}
.links a{
	color:#FFFFFF;
	padding: 0 10px;
}
.links a:hover{
	color:#F8C700;
}

.dList dt{
	color: #18576E;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 5px 0;
    padding: 0 0 1px 0;
    background: url(../images/hDivider.gif) repeat-x left bottom;
}

.dList dd{
	margin: 0;
    padding: 0 0 0 3px;
}

/*
-----------------------------------------------------------------
	Form styles
-----------------------------------------------------------------
*/
.contactFrom{
	margin: 30px 0 0 0;
}

legend{
	color: #FFFFFF;
	font-size: 14;
    font-weight: bold;
    background: #18576E;
    border: solid 1px #FFFFFF;
    padding: 2px 6px;
    margin-left: -10px;
    text-transform: uppercase;  
}

label span{
	font-size: 10px;
    font-style: italic;
}
fieldset{
	border: solid 1px #CCCCCC;
    background: #E5E5E5;
    margin: 0 0 20px 0;
    padding: 0 20px;
    width: 90%;
}

input{
	width: 300px;
     border: 1px solid #999999;
     padding: 4px 0;
}

textarea{
	width: 304px;
    height: 75px;
    border: 1px solid #999999;
}

input.submitBtn{
    height: 27px;
    width: 89px;
    border: none;
    margin: 0 0 0 240px;
    background: url(../images/submit.gif) no-repeat;
}

input:focus, textarea:focus {
	border: 1px solid #18576E;
}
.warning{
	color: #FF0000;
}

/*
-----------------------------------------------------------------
	End Form styles
-----------------------------------------------------------------
*/

.pdfList{
	margin: 25px 0 0 0;
}

.pdfList li{
    background: url(../images/icon_pdf.gif) no-repeat left top;
    padding: 0 0 0 25px;
    margin: 3px 0;
}

.pdfList li span{
	font-style: italic;
    font-size: 11px;
    color: #666666;
}

.clear{
	clear:both
}

.floatright{
	float:right;
    margin: 0 0 10px 10px;
}

.center{
	text-align: center;
}

.bold{
	font-weight: bold;
}

.spacer{
	margin: 25px 0 0 0;
}

