﻿/* CSS layout */
#container {
	border: 1px #09c solid;
	width: 975px;
	background: #b4fff7;
	padding: 0;
	margin: 0 auto;
	background-color: #0099CC;
}
#masthead {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: auto;
	border-bottom-color: #09c;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}



 #sidecol{
	float: left;
	width: 165px;
	padding: 0px 0px;
	background-color: #0099CC;
}

 #mainContent {
	padding: 10px 50px 10px 50px;
	margin: 0 0 0 165px;
	background-color: #fff;

} 


body
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #cff;
	color: #333;
	font-size: 10pt;
	margin-top: 10px;
	background-image: url('images/background.jpg');
}

p {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #333;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}


#footer {
	margin: 0px;
	clear: both;
	background-color: #ccf;
}


a:link
{
	color: #00f;text-decoration:none  
}
a:visited
{
	color: #00f;text-decoration:none 
} 
a:active 
{
	color: #00f;text-decoration:none
}
a:hover      
{ 
	color: #00f;text-decoration:underline
}

h1 
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #36f;
	font-size: 24pt;
}

h2 
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #c06;
	font-size: 18pt;
}

h3 
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #09c;
	font-size: 14pt;
}

h4
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #f30;
	font-size: 12pt;
}

h5
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #06c;
	font-size: 10pt;
}

h6
{
	font-family: sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #603;
	font-size: 8pt;
}


/* Navigation Start */

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 165px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;

border-bottom: 0px solid #fff;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #09c;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #09c; /*background of menu items (default state)*/
color: #fff;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #09c; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
	background: #; /*background of menu items during onmouseover (hover state)*/;
	color: white;
	background-color: #CC0066;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 175px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}




/* Navigation End */



