/* ----------------------------------------------
	Template Name : Keep It Simple
	Template Code : S-0027
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : September 29, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 
body {
	/* font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif; */
	/* background: #A9A9A9; */	
	color: #444;
	font: normal 100% helvetica,verdana;
	font-size: 12px;
	line-height: 1.50;
	color: #666666; 	
	margin: 0; padding: 0 0 50px 0; 
/*	background: #F6F5F5 url(../images/bg.png) repeat-x;
	background-color : rgb(232,234,232);*/
	background-color : #303030;
	background-color: #E0E1E1;
	text-align: left;
	
	
}
/* Links */
a:link, a:visited 
{ 
	text-decoration: none;
	font-weight: bolder;
	color: #AE855C;
	color: #FF5500;
	color: #D27626;
}
a:hover {
	/* border-bottom: 1px dotted #AE855C;	*/	
	/* font-weight : bold; */
	color : Orange;
}

a.more-link {
	padding-bottom: 2px;
	font-weight: bold;	
	border-bottom: 1px dotted #AE855C;	
}
a:hover.more-link {
	text-decoration: none;
}
/* Headers */
h1, h2 {	
	color: #444;
	margin-bottom: 15px;
}
h3, h4 {	
	color: #444;
	margin-bottom: 10px;
}
h1 { font-size: 19px; font-weight: bold; font-family: Arial,Helvetica,sans-serif;  }
h2 { font-size: 17px; font-weight: bold; color: #663333; font-family: Arial,Helvetica,sans-serif; }
h3 { font-size: 14px; font-weight: bold; letter-spacing: 0px; padding-top: 15px ; font-family: Arial,Helvetica,Sans-Serif;}
h4 { font-size: 13px; padding-top: 10px; font-family: Arial,Helvetica,sans-serif; }

/* Pre-formatted text */
pre 
{
    font-family: Courier New;
    font-size: 14px;
    padding: 10px;
}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 10px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #7BA857;
}

dd {
  padding-left: 25px; 
}

p, dl 
{ 
	padding-bottom : 10px;
	padding-right : 10px;
}

/* Images */
img {
	/*
	background: #FAFAFA;
	
	border: 1px solid #DCDCDC;
	padding: 8px;
	*/
	margin : 3px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
/*
code {
  	margin: 3px 0;
  	padding: 15px;
  	text-align: left;
   display: block; 
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	white-space: pre;
  	border: 1px solid #F0F0F0;
	background: #f8f8f8;  
}
*/

acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 10px;
 	padding: 10px 10px 10px 32px;  
	border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	/* font-family: Georgia, 'Times New Roman', Times, Serif;	*/
	color: #555;	
}

/* start - table */
/*
table {
	border-collapse: collapse;
	margin: 10px;		
}
tr { background: #fff; }
tr.altrow { background: #F9F9F9;	}
th, td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
th {
	color: #7BA857;
	background: #EFFAE6;
	padding: .8em 1em;	
  	border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;	
}
td {
	border-color: #EFEFEF;	
	padding: .7em 1em;	
}
*/	
/* end - table */

/* form elements */
/*
form {
	margin: 10px; 
	padding: 15px 25px 25px 20px; 
	border: 1px solid #F0F0F0;
	background: #f8f8f8;
}
form p {
	border-bottom: 1px solid #E6E6E6;
	padding: 12px 0 5px 0;	margin: 0;	
	color: #7BA857;
}
*/
label {
	font-weight: bolder;
	color: #7BA857;
	color: #42556B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 2px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #7BA857;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}

input.button { 
	
	clear:both;	
	width:125px;
	width:100px;
	height:31px;
	height:25px;
	background:#fff url(../images/button-100x25.png) no-repeat;
	text-align:center;
/*	line-height:2px;*/
	color:rgb(230,230,230);
	color: #fff;
	font-size:11px;
	font-weight:bold;
	border : none;
	margin: 10px 5px 0px 5px;
		
	/*
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #9CCF5F;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #B6DE8F #8DB836 #8DB836 #B6DE8F;
  	*/
}

input.button:hover
{
	color:white;

	
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
.content-outer {
	background: #fff;
	background: #E0E1E1;
	width: 100%;
	padding: 0px 0;			
	text-align: left;
	background-color : #E0E1E1
}
.content-outer-bottom {
	background-color: #E0E1E1;
	background-color: #DEE8EA;
	width: 100%;
	padding: 5px 0px 5px 0px;
	background-image: url(../images/bottom-bar.png2);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
}
.content-outer-footer {
	background-color : #E0E1E1;
	background-color: #6E7785;
	background-image: url(../images/bottom-bar-footer.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top: solid 1px white;
	width: 100%;
	height: 50px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	color: #eee;
}
/*
#content-wrapper {
	margin: 0 auto;		
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: hidden;
	background: white url(../images/gradient-top.png) no-repeat;
	background-position: top;
}
*/
#header-wrap {
	width: 100%;
/*	background: #fff url(../images/bg.gif) repeat-x;*/
	margin: 0; padding: 0; 
}
#header {
/*	position: relative;*/
	margin: 0 auto;
	/* background: url(../images/border.gif) repeat-x left bottom;	 */
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	/* font: normal 75px Georgia, 'Times New Roman', Times, serif; */
	letter-spacing: -6px;
	color: #93b876;
	color: black;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; left: 20px;	
}
#header #logo-img  {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	/* font: normal 75px Georgia, 'Times New Roman', Times, serif; */
	letter-spacing: -6px;
	color: #93b876;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; left: 20px;	
}


#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	/* font-family: Georgia, 'Times New Roman', Times, Serif; */
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 175px; left: 110px;		
}
/* header quick search */
#header form#quick-search {
	position: absolute;
	top: 10px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 270px; height: 33px;
	background: #F5F4F3 url(../images/header-search.gif) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search input {
	border: none;
	background: transparent;
	color: #bababa;
	float: left;
	margin: 0; padding: 5px;
}
#header form#quick-search .tbox {
	margin: 6px 0 0 5px; 
	width: 216px;	
	display: inline;		
}
#header #search form#quick-search .btn{
	width: 25px; height: 25px;		
}
#header form#quick-search label {
	display: none;
}

/* The submenu bar */
#header #submenu-nav {
	width: 978px;
	margin : 0px;
	padding-top : 1px;
	height: 32px; /* was 38 */
    background-color: #42556B;
    background-color: gray;
    background-color: #94969C;
	background-image: url(../images/menubar.png);
    border-left: solid 1px #ACACAC;
    border-right: solid 1px #ACACAC;
}
#header #submenu-nav ul
{
/*    background-color: Green; */
	float: left;
	list-style: none;
	margin: 0;
	height: 32px; /* was 38 */
	padding: 0 0 0 20px;
	width: 950px;
}
#header #submenu-nav ul li {
	float: left;
	margin: 0;
	padding: 0px 0 0 10px;		
	height: 32px; /* was 38 */
}
#header #submenu-nav ul li a {
	float: left;
	margin: 0;
	padding: 0px 15px 0 5px;
/*	color: #666666; */
	color : #444;
	color: rgb(240,240,240);
	font: normal 12px/40px calibri,arial, Sans-Serif;
/*	text-transform: uppercase;	*/
	height: 32px;
	line-height: 32px;
}
#header #submenu-nav ul li a:hover, 
#header #submenu-nav ul li a:active {
	border: none;
	color : White;
	background: transparent;
	height: 32px;
}
#header #submenu-nav ul li#current {
	background: transparent url(../images/left-tab.gif) no-repeat;	
	height: 32px;
}
#header #submenu-nav ul li#current a {	
	color: #444;
	color: #fff;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
	height: 32px;
}

/* main column */
#main h2 {
	/* font: normal 3.7em Georgia, 'Times New Roman', Times, Serif; */
	color: #444;
	letter-spacing: -2.2px;	
	margin-left: 5px;	
	margin-right: 15px;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ebebeb;	
}
#main h2 a {
	color: #444;
	border: none;
}
/* left columns */
#left-columns h3 {
	color: #444;
	/* font: normal 2em Georgia, 'Times New Roman', Times, Serif;*/
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 12px 0 5px 0;
}

/* sidebar menu */
.sidemenu ul {
	text-align: left;
	margin: 10px 8px 8px 8px; padding: 0;
	border-top: 2px solid #ebebeb; 
}
.sidemenu ul li {
	list-style: none;
	background: url(../images/dots.gif) repeat-x left bottom; 
	padding: 7px 5px;
	margin: 0;		
}
* html body .sidemenu ul li {
	height: 1%;
}
.sidemenu ul li a, 
.sidemenu ul li a:visited {
	/* font-family: Georgia, 'Times New Roman', Times, Serif; */
	background-image: none;	
	background-color: transparent;
	border: none;
	color: #7BA857;
	padding-left: 0;	
}
.sidemenu ul li a span {
	color: #9F9F9F;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: normal;
	font-size: 1em;
}
.sidemenu ul li a:hover { color: #000;	}
.sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.sidemenu ul ul li { background: none; }

/* featured-post */
.featured-post {
	padding-bottom: 15px;			
}
.featured-post h4 {
	padding: 0;
	margin: 0 15px 0 12px;
	border-bottom: 1px solid #ebebeb;
}
.featured-post h4 a, 
.featured-post h4 a:visited {
	color: #7BA857;
	border: none;
}
.featured-post .post-info {
	margin-left: 0;
	padding-bottom: 5px;
}
.featured-post p {
	padding-top: 0;
}
/* Form styles (Adam) */
.form
{
    /*
	margin-left: 40px;
    width: 550px;
    border-right: solid 1px green;
    border-bottom: solid 1px green;
    padding: 15px 15px 15px 15px;
    background-image: url(../images/form-background.png);
	*/
	
	width:500px;
	padding:14px;
	border:solid 1px #b7ddf2;
	background:#ebf4fb;	
	margin-top : 10px;	
}
/* Footer styles (Adam) */
.footer-table 
{
    font-size:small;
    border:solid 0px white;
    width:100%;
    height:120px;
/*    margin-bottom:20px;*/
    margin-top: 0px;
    height: auto;
}
.footer-table td.footer-table-column
{
    width: 20%;
    padding: 0px;
}
.footer-table td.footer-table-double-column
{
    width: 40%;
    padding: 0px;
}
.footer-table .caption
{
    width: 25%;
    font-weight: bold;
    font-size: 13px;
    font-variant: small-caps;
    padding: 10px 0 0 10px;
    color: Black;
}
.footer-table p, .footer-table table
{
    line-height: 1.25em;
/*    font-family: Arial;*/
    font-size: 13px;
    padding-bottom: 6px;
}
.footer-table ul
{
    margin-left: 5px;
    margin-left: 0px;
    line-height: 1.75em;
    font-family: Calibri;
    font-size: 13px;
    width: 90%;
}
.footer-table ul li
{
    list-style-type: none;
    font-weight: normal;
    margin-left: 0px;
    border-bottom: solid 1px #ccc;
}
.footer-table a,
.footer-table a:visited,
.footer-table a:link,
.footer-table a:active
{
    letter-spacing: 0px;
    font-family: normal 100% Calibri;
    font-size: 15px;
    color: Black;
    font-weight: normal;
}
.footer-table a:hover
{
    color: Red;
    font-weight: normal;
}
.footer-bottom
{
    text-align: center;
    font-size: small;
    vertical-align: top;
    font-size: smaller;
    color: #eee;
}
.footer-bottom a,
.footer-bottom a.visited
{
    font-weight: bold;
    color: #eee;
}
#footer-inner-table
{
    height:100px;
/*    background-image:url(../images/footer-box.png);
    background-position:center;
    background-repeat:no-repeat;*/
}
#footer-inner-table #caption
{
    height:100px;
    width: 100%;
    border-top: solid 1px #ccc;
    padding-top: 5px;
    height: 15px;
    text-align: center;
    color: Black;
    text-transform: uppercase;
    font-weight: bolder;
/*    background-image:url(../images/footer-box.png);
    background-position:center;
    background-repeat:no-repeat;*/
}
/*
 * Unused??
 */
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
/*	background-color: #303030;*/
}
#footer-wrapper #cell
{
    width: 25%;
    padding: 0px 0px 0 20px;
    color: Black;
    vertical-align: top;
    font-size: smaller;
}
#footer-wrapper #cell ul
{
    margin-left:5px;
    line-height:2.0em;
}




#footer-wrapper h3 {
	color: #444;
	/* font: normal 1.8em Georgia, 'Times New Roman', Times, Serif; */
	text-transform: none;
	letter-spacing: -0.5px;	
}
#footer-wrapper h3, 
#footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper a {
	color: #333;
	background: transparent;
}

/* footer-list */
#footer-wrapper ul.footer-list {
	border-top: 1px solid #E6E6E6;
	list-style: none;
	padding: 0;	
	margin-left: 0;	
}
#footer-wrapper ul.footer-list li {
	border-bottom: 1px solid #E6E6E6;
}
#footer-wrapper ul.footer-list li a {
	display: block;
	width: 98%;
	line-height: 2em; 
	font-weight: bold;
	padding: 4px 0;
	margin-left: 0;
	padding-left: 0;
	color: #888;
	color: Black;
	border: none;
}
#footer-wrapper ul.footer-list li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}
#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li a:hover span {
	color: #333;
	color: Black;
}

/* footer-content */
#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 15px 15px 10px;	
	border: 1px solid #EBEBEB;
	background: #f8f8f8;	
}
.postmeta a { background: transparent; }
.postmeta a:hover { border: none; }
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}
.postmeta .date{ margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; color: #B0B0B0; }
.post-info a, .post-info a:visited { color: #000; border: none; }

/* thumbnails */
p.thumbs{ padding: 10px 0 0 10px; }
.thumbs img { 
	position: relative;
	padding: 8px;
	margin: 5px;
	background: #fafafa;
   border: 1px solid #ddd;	
}
.thumbs img:hover	{
	border: 1px solid #D2D2D2;
	background: #DDD;	
}
.thumbs a:hover { background-color: transparent; border: none }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #F0F0F0;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #F0F0F0; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #f8f8f8 
}

/* alignment classes & additional classes*/
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.no-border { border: none; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* Boxes - Adam */
.box
{
    border: solid 1px #B7DDF2 ;
    margin: 0px;
    padding: 5px 15px 15px 15px;
    /* background-color: #eee; */
    background-color : #EBF4FB;
    margin-bottom: 10px;
}
.box h4
{
    border-bottom: solid 1px #acacac;
}
p.box
{
}

.boxlist
{
	clear: both;
}
.boxlist ul
{
/*    background-color: Green; */
	float: left;
	list-style: none;
	margin: 0;
	height: 390px;
	padding: 0 0 0 20px;
	width: 650px;
	float: none;
}
.boxlist ul li
{
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: solid 1px red;
	width: 170px;
	height: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
    border: solid 1px #B7DDF2;
    background-color: #949DA9;
    background-color: #EBF4FB;
}
.boxlist ul li h4
{
    padding-bottom: 5px;
    border-bottom: solid 1px #B7DDF2;
    padding-top: 0px;
}
.boxlist ul li a
{
    padding-top: 20px;
	color: #D27626;
	font: bold 14px/40px calibri, Sans-Serif, Arial;
    float: right;
}
.boxlist ul li a:hover, 
.boxlist ul li a:active {
	border: none;
	color : Red;
	background: transparent;
}

div.interns
{
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	float: none;
}
.interns span
{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: solid 1px red;
	width: 190px;
	height: 390px;
	margin-right: 10px;
    border: solid 1px #B7DDF2;
    background-color: #949DA9;
    background-color: #EBF4FB;
}
.interns span h4
{
    padding-bottom: 5px;
    border-bottom: solid 1px #B7DDF2;
    padding-top: 0px;
}
.interns span a
{
    padding-top: 20px;
	color: #D27626;
	font: bold 14px/40px calibri, Sans-Serif, Arial;
    float: right;
}
.interns span a:hover, 
.interns span a:active {
	border: none;
	color : White;
	color: Red;
	background: transparent;
}

.benefits
{
	clear: both;
}
.benefits ul
{
/*    background-color: Green; */
	float: left;
	list-style: none;
	margin: 0;
	height: 150px;
	padding: 0 0 0 20px;
	width: 950px;
	float: none;
}
.benefits ul li
{
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: solid 1px red;
	width: 150px;
	height: 150px;
	margin-right: 10px;
    border: solid 1px #B7DDF2;
    background-color: #949DA9;
    background-color: #EBF4FB;
}

.benefits tr td
{
	float: left;
	margin: 0;
	padding: 10px 10px 10px 10px;
	border: solid 1px red;
	width: 150px;
	height: 150px;
	margin-right: 10px;
    border: solid 1px #B7DDF2;
    background-color: #949DA9;
    background-color: #EBF4FB;
}

.benefits ul li h4
{
    padding-bottom: 5px;
    border-bottom: solid 1px #B7DDF2;
    padding-top: 0px;
}
.benefits ul li a:hover, 
.benefits ul li a:active {
	border: none;
	color : Red;
	background: transparent;
}


div.benefits
{
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	float: none;
}
div.benefits div
{
	float : left;
	margin: 0;	
	margin-right: 10px;
	padding: 10px 10px 10px 10px;
	width: 150px;
	height: 150px;	
    border: solid 1px #B7DDF2;
    background-color: #949DA9;
    background-color: #EBF4FB;
}

div.benefits div h4
{
    padding-bottom: 5px;
    border-bottom: solid 1px #B7DDF2;
    padding-top: 0px;    
}
div.benefits div a:hover,  .benefits div a:active {
	border: none;
	color : Red;
	background: transparent;
}