@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #333;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../_images/bg.jpg);
	color: #000;
}
#container  {
	width: 1100px; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
} 
#container #header img {
	float: left;
}

#header {
	height:140px;
	position:relative;
	text-align:center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/header.jpg);
}
#nav  {
	position: absolute;
	left: 336px;
	width: 1100px;
	height: 41px;
	text-align: center;
	top: 0px;
	color: #000;
}


#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	color: #FFF;
	font-size: 12px;
	margin-left: 5px;
	padding: 5px;
}

#sidebar a {
	color: #CCC;
	text-decoration: none;
	background-image: url(../_images/bg.jpg);
	display: block;
	text-decoration: none;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#sidebar a:hover {
	color: #FFF;
	background-image: url(../_images/sidebar_2.jpg);
}
#sidebar .current  {
	color: #300;
	background-color: #FFF;
}
#sidebar .catagory  {
	color: #FFF;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	padding: 3px;
	background-image: url(../_images/sidebar_2.jpg);
}


#mainContent  {
	margin: 0 0 0 200px;
	color: #000;
} 
#mainContent p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#mainContent h1 {
	font-size: 18px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#mainContent h2 {
	color: #000;
	font-size: 14px;
}
#mainContent ul {
	color: #000;
}

#mainContent p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}



#mainContent #form1 {
	width: 840px;
	background-color: #369;
	border: 3px double #060;
	text-align: center;
}
#mainContent #form1 label {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}








#footer {
	clear: both;
	color: #999;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 25px;
	text-align: center;
	background-image: url(../_images/bg.jpg);
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
} 


#footer p {
	font-size: 12px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#footer a {
	color: #999;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ddsmoothmenu{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: 100%;
	color: #000;
}
.ddsmoothmenu ul{  margin: 0; padding: 0; list-style-type: none; }
/*Top level list items*/
.ddsmoothmenu ul li{ position: relative; display: inline; float: left; }
/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /* background: #096BC2;  background of menu items (default state) removed for transparency*/
	color: white; /*border-right: 1px solid #778;*/
	color: #000;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	width: 120px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 9px;
}
.ddsmoothmenu ul li a:hover{
	color: #FFF;
	background-color: #999;
}	
/*1st sub level menu*/ 
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	color: #000;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{ display: list-item; float: none; }
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{ top: 0; }
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 142px; /*width of sub menus*/
	padding: 5px;
	margin: 0; /* added only for subitems*/
	font-weight:normal;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 12px;
}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{ position: absolute; top: 12px; right: 7px; }
#container #header #nav #smoothmenu1 ul li a {
	color: #FFF;
}
#container #header #nav #smoothmenu1 ul li ul li a {
	color: #000;
}



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

