﻿body {
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	background-color:#ececec;
	color: #666;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

div#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	height: 75px;
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/header.gif);
}



div#horizontalMenu {
	width: 800px;
	font-size: 9pt;
	padding-top: 35px;
	font-weight: bolder;
}
	
div#horizontalMenu ul {
	width: 800px;
	list-style: none;
	text-align:right;
	padding-top:25px;
}
		
div#horizontalMenu li { 
	display: inline;
	padding-left: 8px;
	padding-right: 22px;
	background-image: url(../images/seperator.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#horizontalMenu li a {
	color: #333;
	text-decoration: none;
}

div#horizontalMenu li a:hover { color: #ffd420; }

div#horizontalMenu li a.selected { color:#ffd420; }

div#flash {
	width: 800px;
	height: 350px;
	padding-top: 5px;
}

div#main {
	width: 800px;
	min-height: 400px;
}

div#column1 {
	min-height: 400px;
	width: 200px;
	float: left;
	padding-left: 200px;
}

div#verticalMenu {
	width: 200px;
	font-size: 9pt;
	padding-top: 10px;
	font-weight: 100;
}
	
div#verticalMenu ul {
	list-style: none;
	text-align:left;
	
}
		
div#verticalMenu li { 
	width: 170px;
	padding-top: 4px; 
	padding-bottom: 4px; 
	border-bottom:solid 1px #ddd;
}

div#verticalMenu li a {
	color: #4e4e4e;
	text-decoration: none;
}

div#verticalMenu li a:hover { color: #ffd420; }

div#verticalMenu li a.selected { background-color:#ffd420; }

div#column2 {
	width: 400px;
	float: left;
	min-height:450px;
}

div#footer {
	width: 790px;
	height: 25px;
	border-top: 1px solid #ccc;
	color: #333;
	background-color:#ececec;
	font-size: 10px;
	line-height: 25px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
}

h1 {
	font-weight: 100;
	margin-top: 18px;
	text-align: left;
	color: #333;
	line-height: 18px;
	font-size: 12pt;
}

h2 {
	font-weight: 600;
	margin-top: 18px;
	text-align: left;
	color: #333;
	line-height: 18px;
	font-size: 8pt;
}

p {
	text-align: left;
	line-height: 18px;
	font-size: 9pt;
	padding-top: 18px;
}

a.info {
    position: relative;  
    z-index: 24;
}

a.info:hover { z-index:25; }

a.info span { display: none }

a.info:hover span {  
	display: block;
	position: absolute;
	left: -85px;
	width: 69px;
	top: 0px;
}

a.info img { border: none; }


.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */