* 
{ padding: 0; margin: 0;  }

body {
	margin: 0px;
	padding: 0;
	font: normal 13px/1.6em  verdana, tahoma, sans-serif;
	text-align: center;
	color: #333333;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-color: #D0CAB4;
}

/* links */
a {
	color: #EC4D00;
	text-decoration: none;
}
a:hover {
	color: #7ABAC9;
	background-color: inherit;
	text-decoration: underline;
}
h1,/* headers */ h2, h4  {
	font: normal 1em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 1.7em;
	color: #402F25;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #402F25;
	font-weight: bold;
	margin-right: 0px;
} 
h2 {
	font-size: 2.5em;
	margin-bottom: -9px;
	margin-left: 0px;
}
h3 {
	color: #402F25;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h4 { font-size: 1.5em; }
h5 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p{
	margin:3px;
	color: #333333;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}
/* table */
.Table{
	background-image: url(../images/dots_horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* images */

img.float-right {
   margin: .5em 0 1em 1em;   
}
img.float-left {

}
img.bordernone{
border:none;
}



/* form elements */
.form {
	margin: 3px 5px;
	padding: 5px;
	background: transparent;
}
.fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
.label {
	display:block;
	font-weight:bold;
	margin: .4em 0;	
}
.input {
	color:#402F25;
	width: 220px;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding: 1.5px;
	border: thin solid #FFFFFF;
	

}
.checked{
	color:#402F25;
	width: 280px;
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
.textarea {
	width: 55%;
	padding: .3em;
	font: normal 1em/1.5em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 10em;
	display:block;
	color:#777;
}
.button {
	font: bold 1em Arial, Tahoma, Sans-serif;
	margin: 0;
	color: #7ABAC9;
	border: 2px solid #F8F1E7;
	padding: .5em;
	background-color: #402F25;
	cursor: pointer;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 10px; padding: 0 0 1.5em 0;	
	width: 20em;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	color: #402F25;
}
.searchform input.button {
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header, #nav, #content, #footer-wrap {
	width: 910px;
}

/* header */
#header {
	clear: both;
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 173px;
	text-align: left;
	width: 100%;
}
#header #logo #subtext{
	width: 400px;
	color: #FFFFFF;
	float: right;
	position: absolute;
	left: 386px;
	top: 40px;
}
#header #Search{
	width: 950px;
	height: 103px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/search_bg.gif);
	background-color: #F7F5F0;
}
#header #Search #Form{
	width: 700px;
	float: left;
	height: 103px;
}
#header #Search #Rss{
	width: 250px;
	float: right;
	height: 103px;
	text-align: right;
}
#header #logo {
	padding: 0;
	top: 0px;
	left: 0px;
	height: 69px;
	width: 950px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
}
#header #logo #leftSide{
	padding: 0;
	top: 0px;
	left: 0px;
	height: 69px;
	width: 300px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	float:left;
}
#header #logo #rightSide{
	top: 0px;
	left: 0px;
	width: 630px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	float:right;
	margin-top: 32px;
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Navigation */
#nav {
	width: 630px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #3589b6;
	height: 45px;
	float: left;
}
#nav ul {
	float: left;
	list-style: none;
	padding: 0px;
	height: 56px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#nav ul li {
	float: left;
	padding: 0;
	height: 56px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	line-height: 45px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	background-color: #7ABAC9;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
	background-color: #3589B6;
}
#nav ul li.current a {
	color: #FFFFFF;
	background-color: #3589B6;
}

/* content */
#content-wrap {
	width: 100%;
	background-color: #d0cab4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
}
#content {
	padding: 0;
	width: 950px;
	float: left;
}
#content #left {
	width: 620px;
	padding-top: 15px;
	float: left;
	text-align: left;
	padding-bottom: 0;
	padding-left: 5px;
}


/* sidebar */
#content #right {
	padding: 0;
	width: 320px;
	padding-top: 15px;
	float: right;
	text-align: left;
}
#content #right .post
{
	width: 280px;
	float: right;
	text-align: left;
	margin-right: 15px;
}
#content #right #Ad
{
	width: 285px;
	float: right;
	text-align: left;
	margin-right: 15px;
	margin-top: 20px;
}

#content #right #Google
{
	width: 125px;
	float: right;
	text-align: left;
	margin-right: 15px;
	margin-top: 20px;
}
#content #right #H_Ad
{
	width: 125px;
	float: right;
	text-align: left;
	margin-right: 15px;
	margin-top: 20px;
}

/* main */
#main {
	padding: 0;
	background-color: #F7F5F0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 950px;
	padding-top: 15px;
	background-image: url(../images/bg_middle.gif);
	background-repeat: repeat-y;
}
#main h2 { 
	font: normal 2.9em 'Trebuchet MS', Arial, Sans-serif;
	color: #84A5DA;	
	letter-spacing: -2px;		
	padding-bottom: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #211E20; 	
}
#main h2 a {
	color: #84A5DA;	
	text-decoration: none;	
}
#post{
    margin-left:15px;
	width:270px;
}
#footer-wrap {
	clear: both;
	width: 950px;
	background-color: #D0CAB4;
	color: #66645A;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#footer-wrap a:link{
	color: #66645A;
	text-decoration: none;
}

#footer-wrap a:hover{
	color: #402F25;
	text-decoration: underline;
}



/* footer */
#footer-bottom {
	clear: both;
	margin: 0 auto;
	padding: 1em 0 1.5em 0;
	text-align: left;
	font-size: 0.85em
}

/* 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; }
.grey {	color: #8F8F8E; }

.post-by {
	font-size: .9em;	
	padding-top: 0;
}

.post-footer {
	text-align: right;
	background: transparent;
	border: 1px solid #333333;
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}
.post-footer .date, 
.post-footer .comments,
.post-footer .readmore {
	padding-left: 20px; margin: 0 3px 0 3px;
}
 
.Clear{
clear:both;
}
.smallWhite{
	color: #FFFFFF;
	font-size: 10px;
	font-style: italic;
}
.Strike{
	text-decoration: line-through;
	color: #FF5F11;
}
.hightlight{
	background-color:#FFFFDD
}
.brownBorder {
	border: 1px solid #402F25;
}
.brownBox{
	padding: 5px;
	background-color: #F2F0EA;
	border: 1px solid #E0DCCF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}

.odd{ background-color:#F7F5F0;}
.even{ background-color:#f9f9f2;}
.TabbedPanelsTab {
	cursor:pointer;
}
.TabbedPanelsTab:hover {
	background-color: #402F25;
	color: #F8F1E7;
}


.download {
	width:400px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	background-color:#FF8B50;
	border:solid 3px #F4722C;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}
.download:hover {
	background-color:#7ABAC9;
	border:solid 3px #50828E;
	cursor:pointer;
}
.downloadbutton {
	color: #FFFFFF;
}
a.downloadbutton:hover {

	color: #FFFFFF;
}

