/* ---------------------------------------------------
   HTML ELEMENTS
------------------------------------------------------ */

/* top elements */
* { padding: 0; margin: 0; outline: 0; }

body {
	margin: 0;
	padding: 0;
	font: 11px/1.6em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #3e3e3e; 
	background: #A9BAC3 url(../images/template/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a:link, a:visited {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; color: #2A8EBF;  }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
ul span, ol span {
	color: #666666; 
}

/* images */

img.float-right {
  margin: 5px 0px 5px 15px;  
}
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: 5px 10px 5px 20px;
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
}

/* form elements */
form {
	margin:10px; padding: 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
	width: 70%;
	clear: both;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 3px 5px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding: 3px 5px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 5px 3px;
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/* -------------------------------
	  LAYOUT
---------------------------------- */
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #fff;
}

#content-wrap-bg {
    background: url(../images/template/content_top_shade_bg.jpg) repeat-x;
	position:absolute;
	top: 234px;
	height: 18px;
	width: 820px;
}

.header-photo {
  border: none;
  padding: 0;
}


/* header */
#header {
	position: relative;
	height: 114px;	
	background: #000 url(../images/template/bg.gif) repeat-x ;	
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 14px;
	left: 26px;
}
#header h1#logo img {
	border: none;
	background: none;
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header div#social {
	position: absolute;
	width: 171px;
	height: 27px;
	background: url(../images/template/social_bg.png) no-repeat;
	top: 17px; right: 10px;	
}

#header div#social #social_btns {
	position: absolute;
	margin:0;
	padding:0;
	width: 45px;
	left: 118px;
	top: 5px;
}

#header div#social #social_btns li {
	float: left;
	list-style: none;
	padding: 0px;
	padding-left: 3px;
}

/* main */
#main {
	float: left;
	margin-left: 9px;
	padding: 0;
	width: 50%;		
}

#main-inside {
	float: left;
	margin-left: 16px;
	padding: 0;
	width: 75%;
}
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/template/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/template/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/template/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

div#page-top-callout {
	position: relative;
	height: 128px;
    background: url(../images/template/inside-bg.jpg) no-repeat;		
}

#callout-txt {
	position: absolute;
	top: 25px;
	left: 65px;
	width: 475px;
	font-style: italic;
	font-size: 12px;
	line-height: 20px;
}

img#page-img-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
	margin-top: 15px;
	margin-right: 10px;
}

img#page-img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
	margin-top: 15px;
	margin-left: 10px;
}

/* contact page */

dl#contact-info {
	background-color: #CCCCFF;
	width: 444px;
	margin-left: 10px;
}

dl#contact-info dt {
	font-weight: bold;
	color: #2A8EBF;
}

dl#contact-info div {
	width: 222px;
	float: left;
	margin-bottom: 40px;
	margin-top: 30px;
}
/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	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: #339900;
	border-left:4px solid #9EC630;
}

#contact-area {
	height: 152px;
	width: 172px;
	background: url(../images/template/contact-us-img.jpg) no-repeat;
	margin: 75px 0 0 10px;
}
/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	height: 564px;
	padding: 0; margin:0;
	background: url(../images/template/right-side-bg.jpg) no-repeat center top;	
	position: relative;
	top: -4px;
}

/* Footer */
#footer { 
	clear: both;
    color: #fff;
	background: url(../images/template/footer-bg.jpg) no-repeat;
	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: #333;
}
#footer .footer-left{
	float: left;
	width: 45%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

/* menu tabs */
#header #main_menu  {
	z-index: 999999;
	position: absolute;
    margin:0; padding: 0;
    list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header #main_menu li {
   display:inline;
   margin:0; padding:0;
}
#header #main_menu a {
   float:left;
   background: url(../images/template/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header #main_menu a span {
   float:left;
   display:block;
   background: url(../images/template/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}

/* sub menu */

#main_menu li ul {
	display: none;
	position: absolute;
	list-style: inside;
	padding:0;
	margin: 0;
	width: 150px;
}

#header #main_menu ul a {
	background: none;
	padding: 6px;
}

#header #main_menu ul li a{
	display: block;
	float: none;
	color: #fff;
	background: #83ACCA;
	border-bottom: 1px solid #eee;
}

#header #main_menu ul li a:hover{
	display: block;
	float: none;
	color: #CCCCCC;
	background: #83ACCA;
	border-bottom: 1px solid #eee;
}

#header #main_menu ul li a#last-menu {
	border-bottom: none;
}

#services-sub {
	left: 149px;
	top: 25px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header #main_menu  a span {float:none;}
/* End IE5-Mac hack */
#header #main_menu a:hover span {
	color:#FFF;
}
#header #main_menu a:hover {
   background-position:0% -42px;
}
#header #main_menu a:hover span {
   background-position:100% -42px;
}
#header #main_menu #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #main_menu #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* 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: #A9BAC3; }
.gray  {	color: #BFBFBF; }

