@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; /*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: #5495bf; 
}

/*MAIN*/

html {
background: white;
}

#container {
width: 950px; 
margin: 1em auto;
background: url(images/bgMain-sm.png) repeat-y 0 0;
border-right: #5495bf 1px dotted ;
}

#etimes3-logo {
	display:block;
	height:374px;
	text-indent:-9999px;
	width:100px;
}

#main {
	/*position: relative; */
	background: url(images/bgMain-sm.png) no-repeat 0 0;   /* testing for IE*/
	text-align: left;		/* fix for IE5.5 not centering */ 
}

#secondary {
	float: left;
	width: 100px;
	background: #72b3dd url(images/logovert-sm.jpg) no-repeat 0 0;
	font-family: Helvetica, Arial, sans-serif;
	padding-bottom: 73px;
}

#secondary ul{
	list-style: none;
	padding-left: 0;
}

#secondary ul li {
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 14px;
	margin: 0 30px 10px 0; 
	padding-left: 26px;
}

#secondary ul li.current {
	background: url(images/subnav-bullet.jpg) no-repeat  5px -4px;
}

#secondary a.current {
	color: white;
}

#secondary li a {
	font-size: 11px;	/* CFW changed from 10px to 11px */
	color: #475b68;
}

#secondary li a:hover {
	color: white;
}

#primary {
	margin-left: 145px;
	padding-bottom: 73px;
}	

#nav {
	height: 36px;	/* CFW reduced from 36px to 32px */
	margin: 0 0 52px 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #5495bf;
	/* width: 980px; */
}

#nav img {
	float: left;
}

#nav img.first {
	padding-left: 90px;
}

#nav li {
	float: left;
	line-height: 40px; /* 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:hover {
	color: #475b68;
}

#nav li a.last {
	border-right: none;
	margin-right: 10px;
}

#nav li a.first {
	margin-left: 10px;
}

#nav li a.current {
	color: #c5dfef;
}

#content {
	/* margin-right: 140px; */
	margin-right: 80px;
	font-size: 11px;
	line-height: 18px;
	color: #475b68;
}

#content img {
	padding: 0 0 32px 0;
}

#content p {
	padding-bottom: 20px;
}

#content h3 {
	font-size:14px;
	line-height:18px;
}

#content h5 {
	font-size: 11px;
	line-height: 18px;
	color: #475b68;
	font-weight:bold;
	/* padding-top: 27px; */
}

.smspacetop {
	margin-top: 0;
	padding-top: 14px;
}

#content ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 18px;
	margin-left: 18px;
	margin-bottom: 27px;
}

#content ul ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-bottom: 0;
}

.greytext {
	color: #475b68;
}

.bluetext {
	color: #5495bf;
}

.textbox {
	width: 100px;
	border:none;
}

.column {
	float: left;
	width: 300px;
	padding-left: 20px;
}

.fltright {
	float: right;
}

.clearflt {
	clear:both;
}

#footer {
	clear: both;
	/* color: #72b3dd; */
	color: #475b68;
	/* color: white; */
	margin-left: 100px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	height: 18px;
	/* background: #5495bf; */
}

#footer p {
	float: right;
	margin-right: 9px;
	/* line-height: 18px; */
}

#footer a {
	/* color:#72b3dd; */
	color: #475b68;
	/* color: white; */
}
	
#footer a:hover {
	text-decoration:underline;
	color:#72b3dd;
}

.spacerrt {
	padding-right: 20px;
}
	






