@charset "utf-8";
/* CSS Document */

HTML {
	padding: 0px 0px 0px 0px;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font:0.7em/1.2em Arial, Verdana, Helvetica, sans-serif;
	background-repeat:repeat-x;
	text-align: left;
	color: #00285e;
}

#stOuter {
	margin: 0 auto;
	padding: 0;
	width:772px;
	height: 100%;
	left: 0;
	height: auto;
	
	border-left: #ACC8DE solid 1px;
	border-right: #ACC8DE solid 1px;
}

#stHeader {
	width: 772px;
	height: 108px;
	float:left;
	background:url(images/header.jpg) top left no-repeat;
}

#stLeftNav {
	width:162px;
	height:auto;
	float:left;
	padding-top:10px;
}

#stMain {
	width: 600px;
	height:auto;
	float:left;
	padding-top:10px;
	padding-left:5px;
	border-left: #ACC8DE solid 1px;
	min-height:500px;
}

#topHome {
	padding-top:20px;
	padding-left:20px;
	float:none;
	height:160px;
	width:50px;
}

.stMain_break {
	width: 580px;
	height:5px;
	float:left;
	margin-top:10px;
	padding-left:10px;
	background:url(images/linebreak.jpg) top left repeat-x;
}

#stFocal {
	width: 772px;
	height: 348px;
	float:left;
	background:url(images/focal.jpg) top left no-repeat;
}

#stFooter {
	width: 772px;
	height: 30px;
	float:left;
	text-align: center;
	padding-top:10px;
	
	border-top: #ACC8DE solid 2px;
}
 
#stFooter A {
	text-decoration:none;
}
 
#stLeftNav_contact {
	padding-left:5px;
}
  
 
.stLeftNav_break {
 	background: #A3B1CB;
	height:1px;
	width:140px;
	padding-left:4px;
	padding-top:0;
	margin-top:0;
}

#stLeftNav_map {
	background:url(images/map.jpg) top left no-repeat;
	width:162px;
	height:125px;
 }
 
#stLeftNav ul {
	list-style-type:none;
	margin-left:5px;
}
#stLeftNav ul {
	margin-left:0px;
}

A {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00285e;
	text-decoration:underline;
}
A:hover {
	color:#000000;
	text-decoration: none;
}


#stLeftNav A {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #00285e;
	font-size:12px;
	text-transform:uppercase;
}

#stLeftNav A:hover {
	color:#000000;
	text-decoration: none;
}
#stLeftNav A:visited {
	color:#00285e;
	text-decoration: none;
}

#stLeftNav A:active {
	color:#00285e;
	text-decoration: none;
}



h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}


h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	background-color:#00285e;
	text-align:center;
	width:150px;
	margin-left:15px;
	border: 5px #00285e solid;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
}

.wideblank {
	width: 580px;
	height:5px;
	float:left;
}


/* 2 columns */

.columns_2 {

	width:300px;
	float:left;
	display:inline;
}

.columns_2_wide {

	width:600px;
	float:left;
	display:inline;
}

.columns_2_thin {
	width:230px;
	float:left;
	display:inline;
}

columns_2_break {
	width:50px;
	float:left;
	display:inline;
}


/* 3 columns */


.columns_3 {

	width:200px;
	float:left;
	display:inline;
}

.columns_3_wide {

	width:250px;
	float:left;
	display:inline;
}



/* 4 columns */


.columns_4 {

	width:150px;
	float:left;
	display:inline;

}

.columns_4_merge {

	width:300px;
	float:left;
	display:inline;

}




/* products */

#productGrid {
	width: 220px;
	display: inline;
	height: 150px;
	border: #CCCCCC solid 1px;

	float: left;
	padding: 5px 5px 5px 5px;
	margin: 15px 5px 5px 40px;
}
#productGrid h3 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#productGrid h5 {
	font-size: 11px;
	font-weight:normal;
	text-align: right;
}
#productGrid p {
	font-size: 10px;
	color: #0101DF;
	text-align: right;
}


.bigFinanceLink {
	text-align:center;
	padding-top:30px;
}
.bigFinanceLink A {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;	
}

.bigFinanceLink A:hover {
	text-decoration:underline;
}
