@charset "utf-8";
/* CSS Document */

/*RESET*/

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a,address, big, cite, code,
del, dfn, em, font, img, small, strong, 
sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    font-family: Verdana, Arial, Helvetica, sans-serif; /*CFW added to Eric Meyers */
	text-align: center;		/* fix for IE5.5 not centering */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Modifications to Eric Meyer's Reset */

a {
text-decoration: none;
color: black; /*change this later */
}

a:hover {
text-decoration: underline; /*change this later */
}

/*MAIN*/

html {
background: white;
}

#container {
width: 1038px; 
margin: 1em auto;
}

#container2 {
width: 1064px; 
margin: 1em auto;
}

#primary {
	float: left;
	width: 846px;
	background: #8ec2e4;
	text-align: left;	/* fix for ie5.5 not centering */
}

#nav {
background: #5495bf;
overflow: hidden;
height: 36px;
margin: 0 0 0 0;
font-family: Helvetica, Arial, sans-serif;
padding: 0 7px 0 0; 	
}

#nav img {
	float:right;
}

#nav li {
	float: right;
	line-height: 50px; /* CFW to compensate for text being shifted down rather than centered vertically (equal to parent 40px for centered vertically */
}

#nav li a {
	border-right: 1px solid white;
	padding: 0 25px;
	color: white;
	font-size: 12px;
}

#nav li a.last {
	border-right: none;
	margin-right: 20px;
}

#logo {
	height: 218px;
	background: url(images/logonew.jpg) no-repeat 0 0;
	position: relative;
	z-index: 2;
}

#logosm {
	height: 163px;
	background: #72b3dd url(images/logosm.jpg) no-repeat 0 0;
	position: relative;
	z-index: 2;
}

#logo h1 {
	text-indent: -9999px;
}

#logosm h1 {
	text-indent: -9999px;
}

#main {
	position: relative;
	margin: 22px 0 25px 0;
	overflow: hidden;
}

#main p {
font-family: Verdana, Geneva, sans-serif;
color: #465b68;
font-size: 11px;
line-height: 18px;
}

#main h2 {
font-size: 19px;
line-height: 24px;
}

#col1 {
	float: left;
	width: 166px;
	padding-left: 9px;
}

#col2, #col3 {
	float: left;
	width: 176px;
}

#col1 p, #col2 p, #col3 p {
	margin-left: 30px;
}

#slogan {
	float: left;
	margin-top: 18px;
	margin-left: 25px;
	width: 260px;
}

#slogan h1 {
	text-indent: -9999px;
	color: white;
	font-size: 24px;
	line-height: 26px;
}

#slogan p {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#slogan img {
	margin-bottom: -10px;
}

#footer {
	/* clear: both; */
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 22px;
}

#footer p {
	float: right;
	margin-right: 9px;
	line-height: 22px;
}

#footer a {
	color: white;
}
	
#footer a:hover {
	text-decoration:underline; 
}

.spacerrt {
	padding-right: 20px;
}

#secondary {
	float: left;
	background: white;
	/* position: relative; */
}

.bottom_left {
	position: absolute; 
	bottom: 0; 	
}


