
/*************************************************************************************
*  Page layout, background and general font settings
*************************************************************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	background-image: url(images/background/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
}

#layout {
	width: 100%;
	height: 600px;
}

/* Spacing from left for following sections */
#menu, #content, #notice {
	margin-left: 210px;
}

/*************************************************************************************
*  Logo images and text with shadow
*************************************************************************************/

#homelogo {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 5;
	width: 120px;
	height: 52px;
	background-image: url(images/background/logo.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#homelink, #homeshadow {
	position: absolute;
	left: 40px;
	top: 45px;
	z-index: 20;
	font-size: 13pt;
	letter-spacing : -0.5px;
	color: #000080;
}

#homeshadow {
	left: 41px;
	top: 47px;
	z-index: 10;
}

#homelink a {
	color: #808080;
	text-decoration: none;
}

/*************************************************************************************
*  Top menu layout and styles
*************************************************************************************/

#menu {
	margin-top: 20px;
}

#menu ul {
	margin-left: 15px;
	padding: 0;
}

#menu li {
	display: inline;
	margin-right: 3px;
	border-right: 1px solid White;
}

/* Remove border from last link*/
#menu #contact {
	border: 0;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
	padding: 2px 6px 4px 6px;
}

#menu a:active, #menu a:hover {
	text-decoration: underline;
	color: #3399FF;
	background-color : #E7F7F7;
}

/*************************************************************************************
*  Side menu layout and styles for sub pages
*************************************************************************************/

#sidenav {
	width: 210px;
	margin-top: 50px;
	float: left;
	text-align: right;
}

#sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidenav li {
	margin: 0 2px 12px 10px;
	padding: 5px;
}

#sidenav a:link, #sidenav a:visited {
	color: Blue;
	font-weight: 700;
	text-decoration: none;
	padding: 3px 10px 5px 10px;
	text-transform: uppercase;
	background-image: url(images/background/filler.gif);
}

#sidenav a:active, #sidenav a:hover {
	text-decoration: underline;
	background-color : #E7F7F7;
}

/*************************************************************************************
*  Main content area layout and styles
*************************************************************************************/

#content {
	height: 450px;
	margin-right: 20px;
	padding: 10px;
	padding-right: 0;
	font-size: 90%;
	background-color: #EFEFEF;
}

#content #contentbox {
	height: 450px;
	overflow: auto;
	padding-right: 10px;
}

#content h1 {
	font-size: 115%;
}

#content h2 {
	font-size: 105%;
}

#content h3 {
	font-size: 100%;
}

#content p {
	margin: 4px;
	margin-bottom: 8px;
}

#content li {
	margin-bottom: 12px;
}

/*************************************************************************************
*  Footer links and notices layout and styles
*************************************************************************************/

#notice {
	color: #FFFFFF;
	font-size: 60%;
	height: 20px;
}

#notice a:link, #notice a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#notice a:active, #notice a:hover {
	text-decoration: underline;
}

/*************************************************************************************
*  Contact form area layout
*************************************************************************************/

.formlayout {
	width: 300px;
	margin-bottom: 5px;
}

.column {
	width: 320px;
	float: left;
	border-right: 1px dashed Gray;
	margin: 0 20px 30px 0;
	padding-right: 20px;
}

.extrainfo {
	text-align: right;
	font-size: 90%;
	font-style: italic;
}

/*************************************************************************************
*  Table data formatting
*************************************************************************************/
td {
	vertical-align: top;
}

.rowDecorationOdd {
	background-color: #FFFFFF;
}

.rowDecorationEven {
	background-color: #DDFFFF;
}
/*************************************************************************************
*  End
*************************************************************************************/