/****************************************************
 Original CSS template by http://www.styleshout.com/
 Modified by Bright Edge Solutions, LLC in accordance
 with the Creative Commons Attribution 2.5 License
 ****************************************************/ 
 
 html {overflow-y: scroll;}
 
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(../images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #FF9900;
	background-color: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #0066cc;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

/* 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.2em; 
}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #FF9900;
}
ul span, ol span {
	color: #666666;
}

/* images */
img.logo {
	border: none;
	margin-top: 20px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #cacaca; 
	background-color: #F5F5F5; 
	width: 545px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #cacaca;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding:2px;
	width: 50px;
	font: normal 1em Verdana, sans-serif;
	color: #777;
	border:1px solid #cacaca;
}
textarea {
	width:490px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #cacaca;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #cacaca;
	background: #FFF; 
	padding: 2px 3px; 
	color: #FF9900;
	cursor: pointer;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #000 url(../images/headerbg.gif) repeat-x 0% 100%;
}
#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: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:47px; left: 95px;
	color: #000;
	text-indent: 0px;
	font: bold 10px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 15px;
	padding: 0 15px 0 0;
	width: 70%;
	border-right: 1px #CCCCCC dotted;
}

/* services */
#services {
	margin-left: 30px;
}

/* rightbar */
#rightbar {
	float: right;
	width: 23%;
	padding: 0 10px 0 0; margin:0;
}
#rightbar p {
	color: #999999;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: normal;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}

/* menu tabs */
#header ul {
	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 li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float:left;
	background: url(../images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 1px 0 4px;
	text-decoration:none;
	width: 122px;
	text-align: center;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #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: #9EC630; }
.gray  { color: #BFBFBF; }
.blue {	color: #0066cc; }
.bold { font-weight: bold; }

