/* top elements */


body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #444;
	
	background: #FFFFFF;	
}


	



/* headers */
h1, h2, h3 {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color:#111;
	letter-spacing:-1px;
}
h1 { font-size: 2.2em; } 
h2 { font-size: 1.8em; color:#74743D; }
h3 { font-size: 1.6em; color:#C34E23; letter-spacing: 0px;}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
}
th strong {
	color: #FFFFF;
	height:30px;
}
th {
	background: #882D2D;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}
tr {
	height:auto;
	background: #F3F3F3;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color:#000000;
	background-color:#FFFFFF;
	height:20px;
	font-size:12px;
}
/* end - table */



/***********************
	  LAYOUT
************************/





/* header */

# headtext {
	font-family: verdana;
	color: #669933;
	font-size: 0.8em;
	}

#header-wrap {
	width: 100%;
	height: 120px;
	text-align: left;
	background-image: url(images/rep.gif);
	background-repeat: repeat-x;
}
#header-content {
	width: 100%;
	margin: auto;
}

#logo {
	position: absolute;	
	top: 0px;
	left: 15px;
	
		
	/* change the values of left and top to adjust the position of the logo */
	
}

#headphoto_div {
	position: absolute;
	left: 55%;
	width: 360px;
	top: 20px;
	height: 90px;
}
	
#headphoto {
	float: left;
	position: relative;
	width: 85px;
	height: 85px;
	background-color:#FFFFFF;
	border: 2px solid #006600;
	background-repeat: no-repeat;
	
	}

#header-content img {
	margin-top: 20px;
	border: 1px solid #FFFFFF;
}

#header-content #logo a {
	text-decoration: none;
	color: #000;
	background: transparent;
}
#header-content #acronym {
	position: absolute;
	   top: 30px;
	   left: 80px;
	   font-size: 1.83em;
	   font-family:  Trebuchet MS, Geneva, Arial,"Helvetica", sans-serif;
	   
}

#header-content #text {
	   position: absolute;
	   top: 80px;
	   left: 95px;
	   font-size: 1.2em;
	   font-family:  Trebuchet MS, Geneva, Arial,"Helvetica", sans-serif;
	   font-weight: bold;
	   width: 500px;
	   
}


/* header menu */
#topnavigation{
	width: 100%;
	height: 30px;
	margin-top: 0px;
	background-image: url(images/bac_menu.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #dfdfdf;

}
#topnavigation ul {
	position: relative;
	left: 80px;
	
	width: 800px;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
	

}
#topnavigation li {
	display: inline;
	line-height: 12px;
	font-family:  Trebuchet MS, Geneva, Arial,Helvetica, sans-serif;
	
}
#topnavigation li a {
	float: left;
	display: block;
	padding: 0px 18px 0px 18px;
	color:#FF9900; 
	text-decoration: none;
	font-size:12px;
	
}
#topnavigation li a:hover {
	color: #999999;
}
#topnavigation li a#current  {
	color: #000;
}



/* content */
#content-wrap {
	position: relative;
	left: 110px;
	top: 0px;
	float: left;		
	width: 780px;
	border: 1px solid;
	border-color: #dfdfdf;
}
#content {
	text-align: left;	
	margin-top: 20px;
	padding: 0;	
}


#maparea {
	position: relative;
	top: -15px;
	left: 5px;
	width: 210px;
	border: 1px solid #dfdfdf;
	padding: 5px;
	color: gray;
	text-align: left;
	}

#contact {
	 text-decoration: underline;
	 color: red;
	}

#hometext {
	position: absolute;
	top: 85px;
	left: 230px;
	width: 420px;
	padding: 5px;
	text-align: justify;
	
	font-size: 1.2em;
	
	}

#bodytext {
	position: relative;
	top: 15px;
	left: 10px;
	width: 640px;
	padding: 5px;
	text-align: justify;
	font-size: 1.2em;
	
	}



subpages {
	position: absolute;
	top: 60px;
	left: 10px;
	width: 657px;
	padding: 5px;
	text-align: left;
	border: 1px solid;
	font-size: 1.3em;
	color: blue;
	}
	
	

/* sidebar */
#sidebar {
	float: left;
	width: 100px;
	
	padding: 0;	
	border-left: 1px solid #CCCCCC;
}
#sidebar h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}
#sidebar img {
	margin: 5px;
}
#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}

/* main */
#main {
	margin: 0 20px 10px 0; 
	padding: 0;		
	width: 647px;
	float: left;	
}
#main h1 { 
	font: normal 2.1em Georgia, "Times New Roman", Times, serif;
	color: #111; 	
	padding: 0 0 5px 0;
	margin: 0 15px 20px 15px;
	letter-spacing:-1px;
	background: url(bk_dotted.gif) repeat-x left bottom;
}


#main p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	margin-left: 0;
	color:#FF9900;
	font-weight:bold;
	font-family:verdana;
}
#main form p {
	margin: 15px;
}

#main a {
	color: #FF0000;
	font-size:12px;
	text-decoration: none;
	}

#main a:current {
	color: black;
	font-size: 1em;
	text-decoration: none;
	font-size:12px;
	}

#main a:hover {
	color: red;
	font-size: 12px;
	text-decoration: underline;
	}

/* footer */
#footer-wrap {
	width: 100%;
	position: relative;
	clear: both;
	padding: 1.5em 0;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: left;
	border-top: 5px solid #008000;	
	background-color: #E3FFE9;  
	color: #000;
	width: 100%;
	float: left;	
}
#footer-wrap p {
	margin-left: 0;
}
#footer-wrap h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	padding-left: 10%;
	margin: 0 auto;		
}
#footer-content a {
	color: #E10000;
}
#footer-content a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 270px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 240px;
	padding: 0 0 30px 0;	
	display: inline;	
}

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

/* additional classes */
.clear { clear: both; }
.orange { color: #F3A251; }

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F6F6F6; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}

