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

body {
	margin: 0;
	padding: 0;
	font: 9pt/1.3em Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	background: #CCCCCC url(bg2.gif) repeat-x;
	text-align: center;
	top: 5px;
}

/* links */
a {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
	list-style-type: square;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 12px 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 {
	font-size: 16pt;
	color: #6297BC;
	line-height: 25px;
} 
h2 {
	font-size: 12pt;
	text-transform:none;
	color: #6297bc;
	font-style: italic;
	line-height: 20px;
}
h3 { font-size: 12pt; }

p, h1, h2, h3 {
	margin: 10px 10px;
}
ul {
	padding: 0 5px 0 20px;
	color: #666666;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ol {
	margin: 10px 10px;
	padding: 0 15px;
	color: #666666;
	line-height: 15px;
}
ul span, ol span {
	color: #666666;
	margin: 0px;
}

/* images */
img {
	border: thin none #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}


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

/* header */
#header {
	position: relative;
	height: 120px;	
	background: url(logo/logo_header.jpg) no-repeat 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: 0px;
	left: 0px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	height: 77px;
	width: 178px;
	background-position: 10px;
}
#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 form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 3px;
	padding: 0;
	width: 74%;
	background-color: #FFFFFF;

}

.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;
	margin: 0;
	padding: 0;
	display: inline;
	background-color: #FFFFFF;

}
#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:2px 5px 2px 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:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	padding: 2;
	width: 22%;

}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #a1c442;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* 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 12px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	top: 90px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(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; }
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.7em;
	color: #666666;

}

.imgwrap {
	float: right;
}
.greyborder {
	border: thin solid #CCCCCC;
	padding: 2px;
	height: 170px;
	width: 99%;
	margin: 2px;
}
.greyborderlogos {
	border: thin solid #CCCCCC;
	padding: 5px;
	height: 150px;
	width: 520px;
	margin: 2px 2px 2px 20px;
}
.greybordergeneral {
	border: thin solid #CCCCCC;
	padding: 5px;
	margin: 2px 2px 2px 20px;
}
.greyborderpics {

	border: thin solid #CCCCCC;
	padding: 3px;
}
#wave {
	clear: both;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #FFFFFF;
	}
.weprovide {
	font-size: 12pt; color: #6297BC;;
}
#headermain {
	height: 140px;
	background: #087FE7 url(images/img03.jpg) no-repeat;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.redtextlge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF0000;
}
.italics {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #999999;
}
.main_box {
	background-color: #FFFFFF;
	width: 100%;
}

.pinktext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FF6600;
}
#wave2 {
	clear: both;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
.whatdoyouget {
	width: 550px;
	border: thin solid #CCCCCC;
}
