/*************************************************************
CONTAINER HOLDING SITE
*************************************************************/
#container {
	margin: 10px auto 20px auto;
	width: 980px;
}




/*************************************************************
HEADER
*************************************************************/

#header {
	width: 980px;
}

#header:after { /* clears floats */
	content: ".";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}

#logo {
	width: 355px;
	height: 160px;
	float: left;
	display: inline;
}

a:focus {
	outline: none;
}


#nav {
	width: 625px;
	height: 160px;
	float: left;
	display: inline;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav a:link, #nav a:visited {
	color: #000000;
	text-decoration: none;
	padding:0px;
	margin:0px;
}

#nav a:hover, #nav a:visited:hover {
	color: #000000;
	text-decoration: underline;
}

#nav .int { /* positioning of main nav on interior pages */
	position: absolute;
	top: 125px;
	left: 0px;
}



#nav .home { /* positioning of main nav on home page */
	position: absolute;
	top: 125px;
	left: 0px;
}

#nav .quoteftp {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 200px;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	text-align:right;
}

#nav .quoteftp a:link, #nav .quoteftp a:visited {
	color: #004098;
	text-decoration: none;
}

#nav .quoteftp a:hover, #nav .quoteftp a:visited:hover {
	color: #004098;
	text-decoration:underline;
}


.flash {
	display: inline;
	float: left;
	margin-left: 0px !important;
	margin-left: -3px; /* allows flash move and gray tab to display properly in windows IE */
	margin-right: 0px !important;
	margin-right: -3px; /* allows flash move and gray tab to display properly in windows IE */
	padding: 0px;
	border: 0px;
}

.section {
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/*************************************************************
LEFT COLUMN
*************************************************************/

#leftcolumn {
	width: 225px;
	margin-left: 65px !important;
	margin-left: 35px; /*positions left column correctly in Windows IE */
	margin-top: 70px;
	float: left;
	display: inline;
}

#leftcolumn li {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #004098;
	margin: 0px;
	list-style-type: none;
}

#leftcolumn li a {
	color: #004098;
	text-decoration: none;
}

#leftcolumn li a:hover {
	color: #004098;
	text-decoration: underline;
}

#leftcolumn li a:visited {
	color: #004098;
	text-decoration: none;
}

#leftcolumn li a:visited:hover {
	color: #004098;
	text-decoration: underline;
}

#leftcolumn .def p {
	margin-left: 22px;
	width: 150px;
	color: #555555;
	font-size: 10.5px;
	line-height: 14px;
}

#leftcolumn .def p.blue {
	color: #004098;
	font-weight: bold;
	font-size: 11.5px;
	text-transform: uppercase;
	margin-bottom: -10px;
}





/*************************************************************
MAIN CONTENT (holds middle column and right column)
*************************************************************/

#mainContent {
	width: 665px;
	float: right;
	display: inline;
	margin-top: 50px;
}

#mainContent:after { /* clears floats; makes way for footer */
	content: ".";
	height: 0px;
	visibility: hidden;
	display: block;
	clear: both;
}



/*************************************************************
MIDDLE COLUMN
*************************************************************/

#midcolumn {
	width: 450px;
	float: left;
	display: inline;
}

#midcolumnhome {
	width: 465px;
	float: right;
	padding-right: 85px;
	font-size: 12px;
	line-height: 24px;
	display: inline;
	margin-top: 25px;
}



/*************************************************************
RIGHT COLUMN
*************************************************************/

#rightcolumn {
	width: 175px;
	float: right;
	margin-top: 60px;
	border-left: 1px #BDBDBD solid;
	display: inline;
	
}

#rightcolumn p {
	margin-left: 15px;
	margin-top: 50px;
	width: 140px;
	color: #9A0015;
	font-size: 10.5px;
	line-height: 14px;
	
}

#rightcolumn p.name {
	margin-top: 15px;
	color: #555555;
}

/* this is for expand/collapse in RIGHT COLUMN */
#rightcolumn .more p {
	margin-top: 5px;
	color: #555555;
	font-size: 10.5px;
	line-height: 14px;
}

/* this is for non-quote text in right column */
#rightcolumn .alt p {
	margin-top: 5px;
	color: #555555;
	font-size: 10.5px;
	line-height: 14px;
}

/* blue header in right column */
#rightcolumn .alt b {
	color: #004098;
	text-transform: uppercase;
}


/*************************************************************
FOOTER
*************************************************************/
#footer {
	width: 980px;
	height: 100px;
	float: left;
	display: inline;
}




