/* header */
#header-wrap {
	background: #222 url(../images/headerbg.jpg) repeat-x 0% 0%; 
	margin: 0; padding: 0;
	height: 165px;
	width: 100%;
}
#header {
	position: relative;
	height: 165px;		
	margin: 0 auto;	
	padding: 0;
}
#header #site-logo {
	position: absolute;
	background: url(../images/site-logo.gif) no-repeat 0% 0%;
	width: 90px;
	height: 77px;
	
	/* change the values of top and Left to adjust the position of the site-logo */
	left: 10px; top: 20px;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 35px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
		
	/* change the values of top and Left to adjust the position of the logo-text */
	top: 24px; left: 100px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #DDD;
	
	/* change the values of top and Left to adjust the position of the slogan */
	top: 64px; left:165px;		
}

/* header menu */
#header ul {
	position: absolute;
	right: 10px; bottom: 2px;
	font: bold 16px 'Trebuchet MS', sans-serif;
	margin: 0; padding: 0;		
	list-style: none;	
	color: #FFF;	
}
#header ul li {
	display: inline;
}
#header ul li a {
	float: left;
	padding: 3px 12px;	
	color: #FFF;
	text-decoration: none;	
}
#header ul li a:hover {
	color: #72A545;
}
#header ul li#current a {
	color: #72A545;	
}
/* header menu end */

#header #header-links {
	position: absolute;
	top: 5px; right: 10px;	
	color: #72A545;
}
#header #header-links a {	
	color: #BDBDBD;
}
#header #header-links a:hover {
	color: #CCC;
}








/* top elements */
* { 
	margin: 0; padding: 0; 
} 
body {
	margin: 0; padding: 0;
	font: 70%/1.5em  Tahoma, 'Trebuchet MS', Arial, Sans-serif;
	background: #F2F3F5;
	color: #444;	
	text-align: center;		
}

/* links */
a {
	background: inherit;			
	color: #00478A;
	text-decoration: none; 
}
a:hover {
	background: inherit;
	color: #0057BD;
	text-decoration: underline;	
}









/*****************/
/*    Layout     */
/*****************/

#content, #header, #footer-columns, #footer-bottom {
	width: 880px;	
}

#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	margin: 0; padding: 0;
	background: #FFF url(../images/contentbg.gif) repeat-x 0px 1px;		
	border-bottom: 1px solid #D4D6D6;
	text-align: left;	
}
#content {
	margin: 15px auto 0 auto;
   padding:0;		
}








h1, h2, h3, h4, h5 {
	font: bold 1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #333;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase; color: #663300;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }

#main h1, #rightbar h1 {
	padding: 10px 0px 2px 5px;
	margin: 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}	
#sidebar h1 {
	padding: 10px 0px 2px 35px;
	margin: 0;
	background: url(../images/square_arrow.gif) no-repeat 7px 12px;	
	color: #429510;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

dl {
	margin: 10px 15px;
	padding: 0 15px;
}
dt {
  font-weight: bold;  
  color: #429510; 
}
dd {
  margin-left: 0;
  padding: 0 0 5px 0;
}

hr {margin: 0 15px; padding: 0; background:#f2f2f2;height:1px;color:#EFF0F1;border:none;clear:both}