* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

#Wrap {
	width: 820px;
	background: #CCC url(../images/layout/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#Content-Wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 0 auto;
}
#Header {
	width: 820px;
	position: relative;
	height: 156px;
	background: #CCC url(../images/layout/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#Header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#Header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal .8em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 58px;		
}

/* Menu */
#Menu-Bar {
	clear: both;	
	margin: 0 auto; padding: 0 30px 0 0;
	background: #fff url(../images/layout/menu.jpg) no-repeat;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#Menu-Bar ul {
	float: right;
	list-style: none;
	margin:0; padding: 0 0 0 20px;
}
#Menu-Bar ul li {
	display: inline;
}
#Menu-Bar ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;	
	text-decoration: none;
	background: url(../images/layout/sep.jpg) no-repeat 100% 100%;
}
#Menu-Bar ul li a:hover {
	/* background-color: #81C524; */
	color: #ddd;	
}
#Menu-Bar ul li#current a {	
	background-color: #7E7ECE; 
	color: #fff;
}

/* Main Column */
#Main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
}
#Main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #0f4da6;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(../images/layout/square-blue.png) no-repeat 3px 50%;	
}


/* Sidebar */	
#Sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#Sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 1.1em Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(../images/layout/headerbg.gif) repeat-x left bottom;	
	border: 1px solid #EFF0F1;
}
#Sidebar .left-box {
	border: 1px solid #EFF0F1; 
	margin: 0 0 5px 0;	
}
#Sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#Sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(../images/layout/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#Sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}

#Sidebar ul.subsidemenu li {
	border-style: none;
	background: none;
	padding: 0 0 0 0;
}

/* Legal */
table.center {margin-left:auto; margin-right:auto;}
#Legal {
	margin-left: auto;
	margin-right: auto;
	color: #777777;
	clear: both;
	text-align: center;
	font-size: 92%;
	width: 750px;
	border-top: 1px solid #ddd;
}
#Legal a { text-decoration: none; }

/* Footer */	
#Footer {
	color: #eee;
	background: #CCC url(../images/layout/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 85px; 
	text-align: center;	
	font-size: 92%;
}
#Footer a { text-decoration: none; color: #aaaaff;}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

