/* CSS Document */

 Geoff styles 
body {
	font-family: arial, helvetica, serif;
}

#nav {
    width:800;
    height:20px;
	font-weight: bold;
	font-size: 8px;
	padding: 5px;
	color: #ffffff;
	text-align:left;
}
#nav a{
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color: #FFB612;
}
#nav li li a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 0.5em 5px;
}
#nav li li a:hover {
	padding: 0.5em 5px;
	background-color: #FFB612;
	color:#666666;
	/*background-color: #ffcc00;*/
}
ul { /* all lists */
	padding: 5px;
	margin: 0;
	list-style: none;
	background-color: #666666;
	font-weight: bold;
	a
}

li { /* all list items */
	float: left;
	position: relative;
	width: 14em;
	background-color: #666666;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

li.Home{ 
	width: 12em;
}
li.StormCases{ 
	width: 13em;
}
li.feature{ 
	width: 17em;
}
li.About{ 
	width: 11em;
}
li.MyStorm{ 
	width: 13em;
}
li.StormNews{ 
	width: 11em;
}
li.contact{ 
	width: 10em;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	width: 13.5em;
	top: 1.7em;
	left: 0;
}
li ul.wider {
	width: 14.9em;
}

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;
}

/*li:hover ul, li.over ul { /* lists nested under hovered list items */
	/*display: block;
}*/
/* commented backslash hack v2 \*/
li:hover ul, li.over ul {
display/**/:/**/ block;
}
/* end mac ie hack*/

#content {
	clear: left;
}

.text {
    font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0;
	margin: 0;
	}

.PictureNote {
	font-size: 9px;
	color: #666666;
}
	
.MenuFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.PageTitleHeader {	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
body {
	background-image: url(images/StormCaseBackground.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {
	font-size: 12px;
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #666666;
}
a:active {
	color: #333333;
}
.divFeaturesHighlight {
	border-color:#CCCCCC; 
	border-color:#666666; 
	border-style:solid ; 
	border:thin; 
}

.sizelisttable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	text-align: center;
}
.sizelisttable th {
font-weight:bold;
background-color:#333333;
color:#FFFFFF;
}
.sizelisttable tr:hover {
	background-color:#999999;
	}
.sizelisttable a {
font-weight:bold;
}
.sizelisttable a:hover {
color:#FFFFFF;
}

