/* layout.css */

@import url(default.css);



#bkg-image{
	background: url(../images/bkg7.jpg) no-repeat center top #6d89ab ;  
	margin: 0px;
	padding: 0px;
height: auto;
}



#wrapper {

	background: #fff;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#quote{
	background-color: #6d89ab;
	display: block;
	float: right;	
	overflow: hidden;
}

#wrapper2{
	background: #fff;
	width: 800px;	
	display: block;
	float: left;	
	overflow: hidden;
}

/*BRANDING */
#branding{
	width: 180px;
	display: block;
	height: 154px;
	background: #fff;
	overflow: hidden;
}


.branding{
	margin:0;
	padding: 10px 0 0 0;
	border: 0px;
	overflow: hidden;
}
	


/*--------------------This is the left side nav bar-------------------*/

#siteNav {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 180px;
	font-size: 10pt;
}


#siteNav ul{
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 2px 0 0 0;

}
#siteNav ul li{
	margin: 0;
	padding: 7px 10px 7px 12px;

}

#siteNav img{
	float: left;
	margin:0;
	padding: 10px 0 0px 0px;     
/*padding: 10px 0 0px 5px;      */
	border: 0;
	background: none;
}


#siteNav ul li a{
	display: block;
	padding-left: 11px;
	text-decoration: none;
	list-style-position: outside;
}



#siteNav ul li a:hover {
	display: block;
	background: url(../images/lnav_arrow_blue.gif) no-repeat;
	background-position: left center;
}




/*------------------This ends the leftSide NavBar------*/


#main-content {
	float: left;
	width: 620px;
	display: block;
	overflow: hidden;
	text-align: left;
}


#col1{
	float: left;
	width: 400px;
}

#col2{
	float: right;
	width: 218px;
	/*background-image:url(../images/SC.jpg); */
	background-repeat:no-repeat;
	background-position: right left;
}

#cola{
float: left;
width: 35%;
}
#colb{
float: left;
width: 29%;
}


#col3{
	float: right;
	width: 218px;
	text-align: left;
}


#col25{
	float: right;
	width: 25%;
	text-align:left;
}

#col75{
	float: left;
	width: 75%;
}
#col25 img{
	padding: 5px 0px;

}

#main-full {
	display: block;
	float: left;
	width: 605px;
	padding-right: 15px;
	margin: 0;
	overflow: hidden;
	text-align: left;	

}


/*-------------------------FOOTER TOOLBAR -----------------*/
#footer {
	clear: both;
	width: 800px;
	font-size: 90%;
	text-align: center;
}

#footer li a:link{
	text-decoration:none;
	color: #333;
}
#footer li a:visited{
	text-decoration:none;
	color: #333;
}
#footer li a:hover{
	text-decoration:none;
	color: #990000;	
}
#footer li a:active{
	text-decoration:none;
	color: #333;
}


#footer hr{
	margin: 0px 15px 0px 15px;
	border-color: #c2c1ba;
	position: relative;
	clear: both;
}




#footer ul{	
	text-align: center;
}
#footer ul, #footer li{
	list-style-type: none;
	list-style-image: none;
}
#footer li{
	display: inline;
}


#footer .copyright{
	text-align: left;	
}

#footer p{
	line-height: .2em;
}



div.figure-right {
  float: right;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure-right p {
  text-align: left;
  font-size: 9pt;
  text-indent: 0;
  margin: 0;
  padding: 0;
  padding-bottom: .5em;
}

div.figure-left {
  float: left;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure-left p {
  text-align: left;
  font-size: 9pt;
  text-indent: 0;
  margin: 0;
  padding: 0;
  padding-bottom: .5em;
}

.scfocus {
	color: #003366;
	font-family: Calibri;
	font-size: 12pt;
	line-height: normal;
}
.scfocus a{
	text-decoration: none;
}

.noborder {
	border: none;
}