
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	color: #333;
	background: #FFF url('bg.jpg') repeat-x;
	text-align: center;
	font-size: 100%;
	height: 100%; 
	font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; 
	font-size:100%; font-family:Trebuchet MS, sans-serif	;

}

/* links */
a { 
background: inherit;
color: #8470FF;
text-decoration: none;
}
a:hover { 
/*background: inherit; color: #006699;*/
background: inherit;
text-decoration: none;
 }
 
a.main { background: inherit; color:#6633CC; text-decoration: none; }
a:hover.main { background: inherit; color: #3333FF; text-decoration: underline; }

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #364A5B;	
	/*#FF8C00;*/
	/*#4B0082;*/
	
	/*#65944A;*/
}
h1 { font-size: 1.2em; }
h2 { font-size: 1em; text-transform: uppercase;}
h3 { font-size: 1em; }
p { font-size: 0.87em; }
p, h1, h2, h3 {margin: 10px 15px; }

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	/*color: #72A545;	*/
}
ul span, ol span {
	color: #333;
}

/* images */
img {
	/*border: 2px solid #CCC;*/
}
img.float-right {
  margin: 15px;  
}
img.float-left {
	padding:5px;
	margin-right:10px;
}
a img {  
  border: 2px solid #000;
  text-decoration: none;
  background: #000;
}

a:hover img {  
  border: 2px solid #000;
  text-decoration: none;
  background: #000;
}

a.image:hover{
background: #000;

}

img.img-main{
padding:4px;
float:left;
display: inline;


}

#breadcrumbs {
text-align:left;
margin: 1px 0;
  text-align: left;
  display: block;
  overflow: auto;
  float: left;
  width: 88%;	
  margin: 0 0 15px 12px; padding: 0;	
}
#breadcrumbs a {
color: DarkSlateBlue;
text-decoration: underline;
}


code {
  margin: 5px 0;
  padding: 10px;
  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: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, 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: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 860px;
}

/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 3em 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 1em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 35px; top: 35px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
	/*background: #FFF url('button60.jpg') no-repeat center;*/

}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 2px;	
	color: #FFF;
	  text-decoration: none;
	/*background-color: #FFA500;*/
	text-decoration: none;
	/*border-right: 1px solid #272727;*/
}
#header-content li a:hover {
	/*background: #65944A;*/
	color: #FFF;
	padding: 2px 2px;
	text-decoration: none;
}
#header-content li a#current  {
	/*background: #65944A;*/
	color: #FFF;
	
	text-decoration: none;
}

/* header photo */
.headerphoto {
	margin: 10px auto;
	width: 760px;
	height: 115px;
	background: #FFF url('banner.jpg') no-repeat center;; 
	padding-left:10px; padding-right:10px; padding-top:15px; padding-bottom:10px	
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
}
.sidebox {
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	/*color: #333;*/
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCC;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #CCC;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	/*border-left: 5px solid  #65944A;*/
	/*color: #65944A;		*/
}

/* main */
#main {
	clear:both;
	width: 880px;	
	/*min-height: 295px;*/
	margin: 0 0 15px 12px; padding-left: 10px;	
}

#main-center {
	float: left;
	width: 650px;	
	min-height: 295px;
	margin: 0 0 15px 12px; padding-left: 10px;	
}

#main-left {
	float: left;
	width: 360px;
	/*min-height: 295px;*/
	/*height: 300px;*/
	margin: 0 0 5px 12px; padding-left: 10px;	
	


}

#main-right {
	float: left;
	width: 270px;	
	margin: 0px 0 0px 6px; padding-right: 10px;	

}

#main h1, #main-left h1 {
	padding: 15px 0 0px 0px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
}
#main p {
text-align:justify;
font-size:0.87em;
}

li p {
text-align:justify;
font-size:0.87em;
}

.post {
	margin: 10px; padding: 0;
	background: #FFF url('gradientbg.jpg') repeat-x;
	border: 1px solid #EFEDED
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */

#footer{
	background-color:#292929; color:#FFFFFF;
	clear: both;}
.footer{
	width: 760px; height:35px; margin:0 auto; padding:5px 0 0 0;}
.footer p{
	margin:0 auto; width:400px; height:35px; color:#EDE3C0; background-color:#292929;
	font:normal 11px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;}



/* 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; }
.gray  { color: #BFBFBF; }
.orange { color: #FF8C00;}
.spacer {height: 30px;}


div.catagory{
	width: 100%;
	padding:10px 0 20px 0;
	margin-top:35px;
	}
.gray-box{
	width:400px; float:left; margin: 0px 5px;
	background: #F7F7F7; color:#4B2B3E; 
	padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:0px;
	margin-bottom: 10px;

	}

.gray-box h3 {
	color:#696969;
	font-style:normal; font-variant:normal; font-weight:bold; line-height:12px; 
		font-size:18px; font-family:Georgia, Times New Roman, Times, serif; 
		padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0}

.gray-box h3.indent a {
text-decoration: none; color:#696969;}

.gray-box h3.indent a:hover{
text-decoration: none; color:#696969; background: inherit;
font-style:normal; font-variant:normal; font-weight:bold; line-height:12px; 
		font-size:18px; font-family:Georgia, Times New Roman, Times, serif; 
		padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0}


.gray-box h5 a{
	color:#000000; text-transform:uppercase;
	font:bold 10px/11px Georgia, "Times New Roman", Times, serif; text-decoration: none;}
.gray-box h5 a:hover{
color: #686868; text-decoration:none;
}

.gray-box p{
	color:#4B2B3E; padding:3px 0 10px 0;
	font:normal 11px/17px Georgia, "Times New Roman", Times, serif;
	}
.gray-box a.more{
	background:#FFFFFF url('../images/pink_more_btn.gif') no-repeat 0 0; color:#000000;
	width:46px; height:11px; display:block; float:right;
	text-decoration:none; text-indent:-2000px;
	padding:0; line-height:0}

.gray-box a.more:hover{
	background:#FFFFFF url('../images/pink_more_btn_h.gif') no-repeat 0 0; color:#000000}

.orange-box{
	width:400px; float:left; margin:0 5px;
	background:#F7F7F7; color:#4B2B3E; 
	padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:0px;
	margin-bottom: 10px;

	}

.orange-box h3{
	color:#FF8c00;
	font-style:normal; font-variant:normal; font-weight:bold; line-height:12px; font-size:18px; 
	font-family:Georgia, Times New Roman, Times, serif; 
	padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0}

.orange-box h3.indent a{
text-decoration: none; color:#FF8c00; background:inherit;}

.orange-box h3.indent a:hover{
text-decoration: none; color:#FF8c00; background:inherit;
font-style:normal; font-variant:normal; font-weight:bold; line-height:12px; font-size:18px; 
	font-family:Georgia, Times New Roman, Times, serif; 
	padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0}

.orange-box h5 a{
	color:#000000; text-transform:uppercase;
	font:bold 10px/11px Georgia, "Times New Roman", Times, serif; text-decoration: none; }
.orange-box h5 a:hover{
color: #686868; text-decoration:none;
}
.orange-box p{
	color:#4B2B3E; padding:3px 0 10px 0;
	font:normal 11px/17px Georgia, "Times New Roman", Times, serif;}

.orange-box p a.line{
	color:#3D5C32; padding:0;  text-decoration:underline;
	font:normal 11px/17px Georgia, "Times New Roman", Times, serif;}

.orange-box p a.line:hover{
	color:#3D5C32; padding:0;  text-decoration:none;
	font:normal 11px/17px Georgia, "Times New Roman", Times, serif;}
.orange-box a.more{
	background:#FFFFFF url('../images/green_more_btn.gif') no-repeat 0 0; color:#000000;
	width:46px; height:11px; display:block; float:right;
	text-decoration:none; text-indent:-2000px;
	padding:0; line-height:0}
.orange-box a.more:hover{
	background:#FFFFFF url('../images/green_more_btn_h.gif') no-repeat 0 0; color:#000000}

.blue-box{
	width:400px; float:left; margin:0 5px;
	background:#F7F7F7; color:#4B2B3E; 
	padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:0px;
	margin-bottom: 0px;
}
.blue-box h3{
	color:#364A5B;
	font-style:normal; font-variant:normal; font-weight:bold; line-height:12px; font-size:18px; 
	font-family:Georgia, Times New Roman, Times, serif; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0}

.blue-box h3.indent a{
	color:#364A5B;text-decoration:none;background:inherit;}

.blue-box h3.indent a:hover{
	color:#364A5B;text-decoration:none;background:inherit;
font-style:normal; font-variant:normal; font-weight:bold; line-height:12px; font-size:18px; 
	font-family:Georgia, Times New Roman, Times, serif; padding-left:5px; padding-right:5px; padding-top:0; padding-bottom:0
}

.blue-box h5 a{
	color:#000000; text-transform:uppercase;
	font:bold 10px/11px Georgia, "Times New Roman", Times, serif;text-decoration:none;}
.blue-box h5 a:hover{
color: #686868; text-decoration:none;
}
.blue-box p{
	color:#4B2B3E; padding:3px 0 10px 0;
	font:normal 11px/17px Georgia, "Times New Roman", Times, serif;}
.blue-box a.more{
	background:#FFFFFF url('../images/blue_more_btn.gif') no-repeat 0 0; color:#000000;
	width:46px; height:11px; display:block; float:right;
	text-decoration:none; text-indent:-2000px;
	padding:0; line-height:0}
.blue-box a.more:hover{
	background:#FFFFFF url('../images/blue_more_btn_h.gif') no-repeat 0 0; color:#000000}



/*-------------Tables--------*/


#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	/*font-size: 0.87em;*/
	background: #fff;
	margin-top: 18px;
	margin-left: 2px;
	width: 580px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 1.1em;
	font-weight: normal;
	color: #039;
	padding: 5px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
/*	border-bottom: 1px solid #ccc;*/
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b p{
	text-align: left;
	font-size: 1em;

}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}



#background-image
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 45px;
	width: 480px;
	text-align: left;
	border-collapse: collapse;
	background: url('table-images/blurry.jpg') 330px 59px no-repeat;
}
#background-image th
{
	padding: 12px;
	font-weight: normal;
	font-size: 14px;
	color: #339;
}
#background-image td
{
	padding: 9px 12px;
	color: #669;
	border-top: 1px solid #fff;
}
#background-image tfoot td
{
	font-size: 11px;
}
#background-image tbody td
{
	background: url('table-images/back.png');
}
* html #background-image tbody td
{
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	*/
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}

