html {
	overflow:scroll;
	}

img {
	border:0px none;
	}

body {
	background-color:#FFFFFF;
	font-size:62.5%;
	margin:0px 0px;
	text-align:left;
	background:url(../images/backgrounds/main-bg.gif);
	}

body, td {
	color:#333333;
	font-family:verdana,Arial,Helvetica,sans-serif;
	}

td {
	font-size:1em;
	voice-family:inherit;
	}

p, li {
	line-height:1.4em;
	}

p, h1, h2, h3, h4, h5, h6, ul {
	margin:0px 0px 1.5em;
	padding:0px;
	}

ol {
	margin-bottom:1.5em;
	margin-left:0px;
	margin-top:0px;
	}

h1, h2, h3, h4, h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

ul {
	list-style-type:none;
	}

ul li {
	list-style-type:none;
	}

ul ul {
	margin-top:1.5em;
	}

li {
	margin:0px 0px 1em;
	padding:0px;
	}

ul li {
	background-image:url(../images/li-arrow.gif);
	background-position:0px 0.3em;
	background-repeat:no-repeat;
	padding-left:15px;
	}


a {
	color:#ee3224;
	text-decoration:none;
	}

a:hover {
	color:#ee3224;
	text-decoration:underline;
	}
	
h1 {
	color:#7c7754;
	font-size:1.6em;
	margin-bottom:0.4em;
	padding-bottom:6px;
	border-bottom:1px dotted #7c7754;
	}

h2 {
	color:#7c7754;
	font-size:1.3em;
	margin-bottom:0.4em;
	padding-bottom:6px;
	border-bottom:1px dotted #7c7754;
	}

h3 {
	color:#7c7754;
	font-size:1.1em;
	margin-bottom:0.4em;
	}

h4 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
	}

h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0px;
	}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	top:-1px;
	visibility:hidden;
	}

.padding25{padding:10px;}
.padding20{padding:20px;}

#mainContainer{
	width:800px;
	}
	
#imageContainer{
	}
	
#logoContainer{
	position:absolute;
	top: 0px;
	left: 30px;
	width: 150px;
	height: 260px;
	background-color:#FFFFFF;
	}
	
#callToAction{
	position:absolute;
	top: 180px;
	left: 200px;
	width: 470px;
	height: 80px;
	background-color:#FFFFFF;
	}

#breakerLogos{
	position:absolute;
	top: 0px;
	left: 690px;
	width: 80px;
	height: 230px;
	background-color:#FFFFFF;
	}

#breakerLogos img{
	padding:7px 0;
	}
	
#contentContainer{
	margin-left:30px;
	}
	
#columnContainer{
	width:770px;
	}

#columnContainer img{
	border:1px solid #FFFFFF;
	}
	

#col1{
	float:left;
	width:150px;
	background-color:#e8e7e0;
	}
	
#col2{
	float:left;
	width:620px;
	}
	
#columnABContainer{
	width:600px;
	background-color:#e8e7e0;
	}

#colA{
	padding:20px 0px 20px 20px;
	margin-right:20px;
	float:left;
	width:260px;
	}
	
.secondaryPage #colA{
	padding:20px 0px 20px 20px;
	margin-right:20px;
	float:left;
	width:540px;
	}

#colB{
	padding-top:20px;
	float:left;
	width:275px;
	}

/* main navigation */

#nav{}

#nav ul{
	margin:0;
	padding:0;
	}

#nav ul li{
	margin:0;
	margin-bottom:1px;
	padding:0;
	background:url(../images/backgrounds/li-bg.gif) no-repeat bottom;
	}
	
#nav ul li a{
	display:block;
	color:#FFFFFF;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:20px;
	height:14px;
	background:url(../images/backgrounds/li-arrow.gif) no-repeat;
	background-position:10px 0.9em;
	}
	
#nav ul li a:hover{
	color:#3953a4;
	background-color:#FFFFFF;
	text-decoration:none;
	}
	
/* SEO navigation */

#seoNav{
	margin-top:20px
	}

#seoNav ul{
	margin:0;
	padding:0;
	}

#seoNav ul li{
	margin:0;
	margin-bottom:1px;
	padding:0;
	background:#cdcdbd;
	}
	
#seoNav ul li a{
	display:block;
	color:#807d61;
	font-weight:bold;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:20px;
	padding-right:10px;
	height:14px;
	background:url(../images/backgrounds/li-arrow.gif) no-repeat;
	background-position:10px 0.9em;
	}
	
#seoNav ul li a:hover{
	color:#807d61;
	background-color:#FFFFFF;
	text-decoration:none;
	}
	
/* end of nav */

#footer{
	clear:both;
	padding:20px;
	}

#largeBox{}	
	
#smallBox{
	clear:both;
	border-bottom:1px dotted #FFFFFF;
	padding-bottom:6px;
	padding-top:6px;
	}

#smallBox img.rightImg{
	float:right;
	margin-left:5px;
	}
	
#smallBox img.leftImg{
	float:left;
	margin-right:5px;
	}

.highlightBox{
	padding:5px;
	background-color:#CCCCCC;
	}

