/* End of global reset */

/* Typography */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #d9e6e8;

}
h1 {
	margin:0px 0px 20px -2px; 
	padding:0px;
	font-family: 'trebuchet ms', tahoma, verdana, sans-serif;
	font-size: 22px;
	color: #666666;
}
h2 {
	margin:0px; 
	padding:0px;
	font-family: 'trebuchet ms', tahoma, verdana, sans-serif;
	font-size: 18px;
	color: #666666
}
h3 {
	margin:5px 0px 5px 0px; 
	padding:0px;
	font-family: 'trebuchet ms', tahoma, verdana, sans-serif;
	font-size: 14px;
	color:#666666;
}
h4 {
  font-family: Helvetica,Arial,Geneva,sans-serif; 
  font-size: 16px; 
  font-weight:normal;
}
a:link {
	color: #336699;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #336699;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:hover {
	color: #336699;
}
a:active {
	color: #336699;
}
.clear{
	clear: both;
}
#page {
text-align:left;
width:900px;
margin-left:auto;
margin-right:auto;
background-image:url(images/faux-col.gif);
background-repeat:repeat-y;
margin-top:20px;
margin-bottom:0px;
padding:0px;

}
/* Header */
#header {
	background-image:url(images/1.gif);
	background-repeat:no-repeat;
	background-position: top right;
	background-color:#6583a0;
	/*margin-top:25px;*/


}
/* End of Header */

/* Navigation */
/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
float:right;
	margin-top:45px;
	position:relative;
	top: 0px;
	text-align:right;
	z-index:100;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
width:630px;
height:25px;
padding:0; 
margin:0;
list-style-type: none;
text-align:left;
}

.menu ul li {
display:inline;
position:relative;
}
.menu ul li.last a, .menu ul li.last a:visited{
background-image:none;}

.menu ul li a, .menu ul li a:visited {
	/*display:block;*/
	display:table-cell;
	text-align:left;
	text-decoration:none;
	/*width:auto;*/
	height:22px;
	color:#ffffff;
	line-height:25px;
	font-size:10px;
	font-weight: bold;
	padding-right:21px;/* Menu width adjusted with padding*/
	padding-left:18px;
	background-image:url(images/mnu-delim.gif);
	background-repeat:no-repeat;
	background-position:right;
}
/* make the dropdown ul invisible */
.menu ul li ul {
	display: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.menu ul li ul li {
padding-right:0px;
width:125px;}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {

}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:11px;
	left:-5px;
	width:125px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a,.menu ul li:hover ul li.last a{
	display:block;
	background:#98acbf;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	padding-left: 5px;

}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#9fc2c7; 

}
.sep{
display:none;}
/* End of Navigation */

/* Content */
#wrap {

}

#content{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 585px;
	float:right;
	text-align:left;
	color:#696969;
	background-color:#FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height:1.5em;
}
/* End of Content */

/* Sidebar */
#sidebar{
width:251px;
height:400px;
float:left;
background-image:url(images/3.jpg);
}

.sidebarmenu ul{
	width:180px;

}
.sidebarmenu li{
	border-left-width: 14px;
	border-left-style: solid;
	border-left-color: #9A9867;
	list-style-type: none;
	margin-bottom:1px;
}
.sidebarmenu li a{
	display:block;
	width:180px;
	line-height:20px;
	padding-left:10px;
	margin-left:1px;

}
.sidebarmenu li.active a{
	background-color: #B3B190;
	text-decoration:none;
}
/* End of Sidebar */

/* Footer */
#footer {
	margin:0px; 
	padding:0px;
	background-image:url(images/5.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:75px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
  color:#ffffff;
	clear:both;
	background-color:#D9E6E8;
}
#footer p {
	margin:0px; 
	padding:0px;
	text-align: center;
	padding-top: 25px;
}
#footer a {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#ffffff;
text-decoration: none;
}

/* End of footer */