/* ---------------------------------------------------

   LAST DATE MOD    :   July 17, 2012
   
   Blue:#0075b2
   orange:#ea9423
   green:#8db935
 ----------------------------------------------------- */

/* ---------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------ */

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 0;
	padding: 0;
	font: 10pt "Times New Roman", Times, serif;
	line-height:14pt;
	color:#333;
	background: #0075b2 url(../images/bg.png) repeat-x;
}

/* links */
a:link, a:visited {
	color: #0075b2;
	background-color: inherit;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #8eb935; /*green*/
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em "Times New Roman", Times, serif;
	color: #0075b2;	
}
h1 { font-size: 1.8em; color: #0075b2; } 
h2 { font-size: 1.3em; text-transform:uppercase;}
h3 { font-size: 1.5em; }

p, h1, h2, h3 {
	margin: 15px 10px;
	text-align:justify;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #0075b2;
	text-transform:capitalize;
}
ul span, ol span {
	color: #666666; 
}

/*images*/
img {
	/*background: #FAFAFA;*/
    border: 0px;
	padding: 10px;
}

img.float-right {
  margin: 5px 0px 5px 0px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px 15px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 15px 10px 5px 20px;
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #8db935;
	font: 10pt/14pt Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

hr {
  color:#999;
  margin-left:10px;
}



/* -------------------------------
	  LAYOUT
---------------------------------- */
#wrap {
	background: #FFF;
	width: 850px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #dfe6f0;
}
.header-photo {
	border: none;
	padding: 25px;
	margin-left:0;
	margin-right:0;
}


/* header */
#header {
	position: relative;
	height: 155px;
	background: #000 url(headerbg.gif) repeat-x 0% 100%;
	background-color: #FFFFFF;
}
#logo {
	position: absolute;
	height:93px;
	width:410px;
	padding:0px;
	top: 20px;
	left: 30px;
	z-index:999999999;
	overflow:hidden;
}
#address {
	position: absolute;
	top:25px;
	left: 561px;
	width:260px;
	font: bold 10pt "Times New Roman", Times, serif;
	color:#000;
	line-height:15pt;
	text-align:right;
	text-transform:uppercase;
}	
#header form.searchform {
	position: absolute;
	top: 60px;
	right: 18px;
}

/* main */
#main {
	float: left;
	margin-left: 28px;
	padding: 0;
	width: 62%;
	background: url(../images/water-mark-person.png) no-repeat;
	background-position: 90% 60%;
}

#main-index {
	float: left;
	margin-left: 28px;
	padding: 0;
	width: 62%;
	background: url(../images/water-mark-person.png) no-repeat;
	background-position: 90% 90%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.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;
}

/* sidebar */
#sidebar {
	float: left;
	width: 30%;
	margin-left: 5px;
	padding-left:10px;
	padding-bottom:15px;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	/*border: 1px solid #f2f2f2;*/
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:3px 5px 3px 10px;
	background: #f2f2f2;
	color: #8db935;
	border-left:4px solid #ea9423;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0; margin:0;		
}

/* Footer */
#footer { 
	clear: both;
    color: #fff;
	background: #8db935;
	border-top: 8px solid #ea9423;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a:link, #footer a:visited  {
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
  color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 25%;
}
#footer .footer-right{
	float: right;
	width: 65%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 0px;
	bottom: -2px !important;
	bottom: 5px;
	font: bold 10pt  "Times New Roman", Times, serif;
	text-align:center;
	width: 850px;
	background-color:#0075b2;
	}
#header li {
   display:inline;
   margin:0; padding:0;

}
#header a {
   float:left;
   /*background: url(../images/tableft.gif) no-repeat left top;*/
   margin:0;
   padding:0;
   text-decoration:none;
   
}
#header img:hover{ 
  background:#FFF;
  overflow:hidden;
}

#header a span {
   float:left;
   display:block;
   padding:15px 25px 15px 25px; /*width x heighth of tab menu items*/
   color: #FFF;
   
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#000;
}
#header a:hover {
   background-color:#8db935;
   overflow:hidden;
}
#header #current a {
color: #FFF;
}
#header #current a span {
	color: #000;
	background-color:#8db935;

}
/* end menu tabs */

/* 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; }
.green {	color: #8eb935; }
.gray  {	color: #999; }
