/* style.css */

:link,:visited,:hover,:active { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,table,thead,tbody,tfoot,caption,th,tr,td,a,textarea { margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

body {
  background: #FFF; 
}
#wrapper {
  margin: 12px auto;
  width: 928px;
}
body#content #wrapper {
  width: 938px;
}
html>body #wrapper {
  width: 928px;
}
#head {
	display: none;
  height: 87px;
  background: #FFF url(../i/head.gif);
}
body#content #head {
	display: none;
  height: 44px;
  background: #FFF url(../i/head2.jpg);
}
#header {
	display: none;
  height: 184px;
  background: #FFF url(../i/header.jpg);
}
body#content #header {
	display: none;
	float: left;
  height: 144px;
  background: #FFF url(../i/header2.jpg);
	width: 938px;
}
#pagebody {
	width: 928px;
}
body#content #pagebody {
}
#lefter {
	display: none;
	float: left;
	width: 198px;
}
body#content #lefter {
	display: none;
	width: 188px;
}
#righter {
	display: none;
	width: 166px;
	float: left;
	padding: 0 15px 0 15px;
	line-height: 17px;
}
body#content #righter {
	display: none;
	width: 158px;
	padding: 6px 15px 0 25px;
	line-height: 16px;
}
#container {
	float: left;
	width: 504px;
	width: 638px;
	padding: 0 15px 0 15px;
}
body#content #container {
	width: 522px;
	width: 638px;
	height: 100%;
	padding: 11px 15px 0 15px;
}
#leftcol {
	display: none;
	float:left;
	width: 235px;
	padding-right: 15px;
		}
#rightcol {
	display: none;
	float:left;
	width: 45%;
	padding-left: 15px;
		}
.leftcol {
	float:left;
	width: 235px;
	padding-right: 15px;
		}
.rightcol {
	float:left;
	width: 45%;
	padding-left: 15px;
		}
#footer {
  border-top: 1px solid #153879;
	float: left;
	width: 648px;
	padding: 7px 25px;
}
body#content #footer {
	width: 658px;
}
 
/*  Top Navigation */

#topnav {
	height: 2.2em;
	padding-left: 45px;
  background: #FFF url(../i/pagebody_bg.gif) bottom left repeat-x;
}
#topnav ul {
  text-align: center;
}
#topnav li {
  display: block;
  float: left;
  text-align: center;
}
#topnav ul a {
  width: 167px;
  height: 1.8em;
	padding-top: 0.9em;
  display: block;
  text-align: center;
  font-size: 11px;
	font-family: Futura, verdana, sans-serif;
	border-left: 1px dotted #000;
  text-transform: uppercase;
}
#topnav ul a:link, #topnav ul a:visited {
  color: #092563;
  background: #FFF;
}
#topnav ul a:hover, #topnav a:active {
  color: #FFF;
  background: #a5a8ac;
}

#topnav ul a.first {
  border-left: 0;
}

body#content #topnav {
	float: left;
	padding-left: 176px;
	padding-top: 18px;
	padding-right: 25px;
	background: transparent;
}
body#content #topnav ul {
  text-align: left;
}
body#content #topnav li {
  text-align: left;
	margin-bottom: 9px;
	float: none;
}
body#content #topnav ul a {
  display: block;
	width: 163px;
	height: 1em;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 2px;
  text-align: left;
  font-size: 11px;
	font-family: Futura, verdana, sans-serif;
	letter-spacing: 1px;
  text-transform: uppercase;
	border: 0;
}
body#content #topnav ul a:link, body#content #topnav ul a:visited {
  color: #ACB6CC;
	background: transparent;
}
body#content #topnav ul a:hover, body#content #topnav a:active {
  color: #FFF;
  background: #C52618;
}

/*  Sub Top Navigation */

#subtopnav {
	float: left;
	padding-top: 18px;
}
#subtopnav ul {
  text-align: left;
}
#subtopnav li {
  text-align: left;
	margin-bottom: 3px;
}
#subtopnav ul a {
  display: block;
	width: 250px;
	padding-left: 22px;
  text-align: left;
  font-size: 10px;
	font-family: Futura, verdana, sans-serif;
	letter-spacing: 1px;
}
#subtopnav ul a:link, #subtopnav ul a:visited {
  color: #ACB6CC;
}
#subtopnav ul a:hover, #subtopnav a:active {
  color: #FFF;
}

/*  Sub Sub Top Navigation */

#subsubtopnav {
	float: left;
	padding-top: 18px;
	padding-left: 5px;
}
#subsubtopnav ul {
  text-align: left;
}
#subsubtopnav li {
  text-align: left;
	margin-bottom: 3px;
}
#subsubtopnav ul a {
  display: block;
	width: 200px;
	padding-left: 22px;
  text-align: left;
  font-size: 10px;
	font-family: Futura, verdana, sans-serif;
	letter-spacing: 1px;
}
#subsubtopnav ul a:link, #subsubtopnav ul a:visited {
  color: #ACB6CC;
}
#subsubtopnav ul a:hover, #subsubtopnav a:active {
  color: #FFF;
}

/* Left Navigation */

#lefter ul {
	margin-left: 42px;
}
#lefter li {
	color: #F51D30;
	font-family: "Futura book", verdana, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

body#content #lefter ul {
	margin-left: 29px;
	margin-bottom: 20px;
}

#subside li {
	text-transform: none;
	}

/* Typography */

h1 {
	padding-bottom: 15px;
	font-family: Futura, verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #d92106;
	}

h2 {
	font-family: Futura, verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #d92106;
	}
	
body#content h2 {
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	}
	
h3 {
	font-family: "Futura Book", verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	color: #435A8F;
	padding-bottom: 10px;
	}
	
body#content h3 {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	display: inline;
	margin-right: 3px;
	}
	
h4 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	color: #435A8F;
	}
	
#head p {
	font-family: verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align: right;
	padding: 33px 85px 0 0
	}

body#content #head p {
	padding: 2px 85px 0 0
	}
	
#container p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666;
	padding-bottom: 15px;
	}
#container ul {
	margin: 0 0 15px 13px;
	color: #BD0A0A;
	}
	
#container li {
	font-family: verdana, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #666666;
	list-style-type: disc;
	}
.grey {
	color: #666666;
	font-weight: normal;
	padding-left: 7px;
	}
#righter p {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666;
	}
#righter ul {
	margin-left: 3px;
	}
#righter li {
	padding-left: -3px;
	list-style-image: url(../i/arrow.gif);
	}
#footer p {
	font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #445889;
	}
.leftcol, .rightcol {
	letter-spacing: 1px;
	}
	
/* Links n'Hovers */

#lefter a:link, #lefter a:visited, #lefter a:hover, #lefter a:active {
	font-weight: normal;
	padding-left: 7px;
  color: #696969;
}

#container a:link, #container a:visited, #container a:hover, #container a:active {
	font-weight: bold;
	color: #666;
}

body#content #container a:link, body#content #container a:visited, body#content #container a:hover, body#content #container a:active {
	font-size: 9px;
}

#topnav li a.active {
	background: #C52618 url(../i/arrow2.gif) left no-repeat;
	color: #FFF;
	}
	
#subtopnav ul a.active, #subsubtopnav ul a.active {
	background: url(../i/arrow3.gif) left no-repeat;
	color: #FFF;
	}
	
a:link, a:visited, a:hover, a:active {
	color: #666666;
	}

/* Dropshadows */
	
.dropshadow1 {
	clear:left;
	background: url(../i/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	width: 100px;
	}
	
.dropshadow2 {
	clear:left;
	background: url(../i/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	width: 219px;
	}
	
.dropshadow1 img {
	position:relative;
	bottom:8px;
	right: 8px;
}

.dropshadow2 img {
	position:relative;
	bottom:8px;
	right: 8px;
}

/* Image Align Left */

.csi-text {
	text-align: left;
	}
	
.csi-intext-left .csi-image {
	float: left;
	clear: both;
	margin-right: 9px;
	}
	
.csi-image {
	text-align: center;
	}
	
/* Form */

.csc-mailform {
	margin-left: 60px;
	}

.csc-mailform td {
	padding: 0 50px 9px 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.csc-form-fieldcell select, textarea, input {
	border: 1px solid #666666;
	background: #fff;
	font-size: 10px;
}

#searchformcontainer input {
	border: 1px solid #999;
	background: #fff;
	font-size: 10px;
	margin-left: 7px;
}
