/*Stylesheet created on 1-13-09 by Brian Hamburg*/
/*Please comment here on any changes*/
/*This is Version 1.0*/
	
/* CSS Document */

/* Gloabl reset by Eric Meyer : http://meyerweb.com/ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	background-color: #5394bb;
	background-image: url(images/design/top-bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	
}

#container {
	width: 100%;
}

#title, #linktolsac, #linktoog {
	float: left;
}

#title a {
	padding: 0;
	margin: 0;
	float: left;
	height: 72px;
	width: 239px;
	background-image: url(images/design/cfc-logo.gif);
}

#title span {	
	padding: 0;
	margin: 0;
	display:none;
} 

#linktolsac span, #linktoog span, #ogmenu span, #generaltopics span {	
	padding: 0;
	margin: 0;
	display:none;
} 

#linktolsac a {
	display: block;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 127px;
	background-image: url(images/design/cfc-b-top-lsac.gif);
}

#linktoog a {
	display: block;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 222px;
	background-image:  url(images/design/cfc-b-top-lsacorgacc.gif);
}

#ogmenu {
	display: block;
	background-image: url(images/design/cfc-t-guide-menu.gif);
	background-repeat: no-repeat;
	border-bottom: thin solid #5394bb;
	width: 100%;
	height: 23px;
	text-align: right;
}

#generaltopics {
	display: block;
	background-image: url(images/design/cfc-t-general-topics.gif);
	background-repeat: no-repeat;
	border-bottom: thin solid #5394bb;
	width: 100%;
	height: 23px;
	text-align: right;
}

#content {
	clear: both;
	margin: 0 10px;
}

#navcontainer {
	background: #DBEFF7;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase; 
	/* added */
	float: left; width: 100%; height: 2em;
}

ul#navlist
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

ul#navlist li
{
	display: block;
	float: left;
	margin: 0;
	padding: .2em;
}

ul#navlist li a
{
	display: block;
	padding: 2px;
	border-width: 1px;
	border-color: #8bc2e4;
	border-style: solid;
	color: #115076;
	text-decoration: none;
	background: #cae6f7;
	font-size: .9em;
}

ul#navlist li a:hover
{
	display: block;
	padding: 2px;
	border-width: 1px;
	border-color: #8bc2e4;
	border-style: solid;
	color: #cae6f7;
	text-decoration: none;
	background: #115076;
	font-size: .9em;
}

#navcontainer>ul#navlist li a { width: auto; }

#page {
	background-color: #FFF;
	padding: 1em;
	clear: both;
}

#page img {
	margin: 1em;
}

#page table img {
	margin: 0;
}

#page h1, #page h2, #page h3 {
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 125%;
	font-weight: bold;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

.title {
	font-size: 120%;
	font-weight: bold;
	color: #115076;
}

p {
	margin: 0 0 1em 0;
}

strong {
	font-weight: bold;
}

#page a, #page a:hover {
	color: #5394bb;
}

#logo a {
	float: left;
	background-image: url(images/design/logo-lsac-sm-cof.gif);
	background-repeat: no-repeat;
	height: 52px;
	width: 52px;
	margin: 10px;
}

#logo span {
	display:none;
} 

#footer {
	height: 80px;
	}

#copyright {
	font-size: smaller;
	font-weight: bold;
	color: #FFF;
	padding-top: 25px;
}

ul {
	margin: 0 1em 1em 3em;
}

table.grid {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	width: 99%;
	text-align: center;
	margin: 0 0 2em 0;
}
table.grid th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: black;
	background-color: white;
}

table.grid td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: black;
	background-color: white;
	vertical-align: middle;
}

table.key {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
	text-align: center;
	vertical-align: bottom;
	margin: 0 0 2em 0;
}
table.key th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: black;
	background-color: white;
}

table.key td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: black;
	background-color: white;
	vertical-align: middle;
}

.left {
	float: left;
}

.right {
	float: right;
}


/*---------Menu-----------*/

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #DBEFF7;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#cssdropdown li {
float: left;
position: relative;
margin: 0 5px 5px 0;
}

.mainitems {
border: 1px solid #115076;
background-color: #DBEFF7;
}

.mainitems a {
margin: 0;
padding: 3px;
text-decoration: none;
color: #115076;
}

.mainitems a:hover{
background-color: #115076;
color: #cae6f7;
text-decoration: none;
}

.subuls{
display: none;
position: absolute;
top: 1.5em;
left: 0;
border: 1px solid #5394bb;
}

.subuls li{

}

.subuls li a{

}

.subuls a:hover{
color: #115076;
text-decoration: none;
background: #clear;
text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
