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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/body-bg.gif);
	background-color: #e4e5d2;
	background-repeat: repeat-x;
}	

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

/* ---------------
	headers 
------------------*/

h1, h2, h3 {
	color:#111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h1 { font-size: 2.2em; } 
h2 { font-size: 1.8em; color:eacb31; }
h3 { font-size: 1.6em; color:#C34E23; letter-spacing: 0px;}
h4 { font-size: 1.8em; color:eacb31; }

p, h1, h2, h3 {
	padding: 0;
	margin-top: 10px;
	margin-right: 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* ---------------
	images
------------------*/
img {
	padding: 0px;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
}

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: #FCFCF9;
  border: 1px solid #EFEFEF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #6C6E3A;
}

/* ---------------
	tables td
------------------*/
table {
	border-collapse: collapse;
}
th strong {
	color: #FFF;
}
th {
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
}
/* end - table */

/* ---------------
	forms
------------------*/
form {
	margin: 15px;
	padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
}
textarea {
	width: 280px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666666;
}
input.button {
	margin: 0;
	border: 1px solid #EFEFEF;
	padding: 2px 3px;
	background: #F1F0E4;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #666;
}

/* ---------------
	search form
------------------*/
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button {
	color: #666;
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 1020px;
}
#header-wrap, #footer-wrap, #content-wrap {
	min-width: 810px;	
}

/* ---------------
	header menu
------------------*/
#header-wrap {
	height: 61px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header-content {
	position: relative;
	padding: 0;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/header-logo.jpg);
	background-repeat: no-repeat;
}
#header-content #logo {
	position: absolute;
	height: 72px;
	left: 0px;
	margin-top: 30px;
}
#header-content #logo a {
	text-decoration: none;
	background: transparent;
}
#header-content #slogan {
	position: absolute;	
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
	letter-spacing: 0px;
	color: #BBB;	 
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 30px;
}

#header-content ul {
	position: absolute;
	right: 0px; top: 125px; 
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0; padding: 0;		
	text-transform: uppercase;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 18px 7px 18px;	
	color: #F3A251; 
	text-decoration: none;
}
#header-content li a:hover {
	color: #F88F26;
}
#header-content li a#current  {	
	color: #FFF;	
}

#header-content #header-links {
	top: 5px;
	right:10px;
	color: #8E5F2F;
	font-size: 90%;
	height: 30px;
	float: right;
	width: 377px;
	margin-top: 40px;
}
#header-content #header-links P {
	margin: 0; padding: 0;
}
#header-content #header-links a {	
	color: #A4A4A4;
	text-decoration: none;
}
#header-content #header-links a:hover {
	color: #F3A251;
}


/* ---------------
	nav
------------------*/
#nav-wrap {
	height: 55px;
	text-align: left;
	background-position: 0 0;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
#nav-content {
	position: relative;
	padding: 0;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	width: 1020px;
}


/* ---------------
	banner
------------------*/
#banner-wrap {
	height: 342px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(../images/banner-bg.gif);
}
#banner-content {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bannercont-bg.gif);
	background-repeat: repeat;
	height: 342px;
}
#banner-content #shadow {
	height: 32px;
	margin: 0px;
	padding: 0px;
}

#banner-content #graphic {
	left: 0px;
	width: 40%;
	float: left;
	background-image: url(../images/banner-img.gif);
	background-repeat: no-repeat;
	background-position: 50px 90px;
	height: 370px;
}
#banner-content #slideshow {
	height: 290px;
	float: right;
	margin-top: 80px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#banner-content #slogan {
	margin-top: 20px;
	position: absolute;
}

#banner-content #header-links {
	position: absolute;
	top: 5px; right:10px;	
	color: #8E5F2F;
	font-size: 90%;
}
#banner-content #header-links P {
	margin: 0; padding: 0;
}
#banner-content #header-links a {	
	color: #A4A4A4;
	text-decoration: none;
}
#banner-content #header-links a:hover {
	color: #F3A251;
}

/* ---------------
	content
------------------*/
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/content-shadow.gif);
	height: 100%;
}
#content {
	text-align: left;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}


/* ---------------
	sidebar
------------------*/
#sidebar {
	float: left;
	width: 306px;
	background-image: url(../images/right-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 2px;
}
#sidebar #sideurl {
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 50px;
	margin-top: 20px;
}

#sidebar #slides {
	height: 207px;
	width: 306px;
}

#sidebar p {
	font-weight: normal;
	font-size: 0.7em;
	padding-left: 20px;
	padding-right: 20px;
}
#sidebar h3 {
	font-weight: bold;
}


#sidebar h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}
#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}

/* ---------------
	main
------------------*/
#main {
	width: 635px;
	float: left;
	background-image: url(../images/main-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20;
	padding-top: 15px;
	padding-right: 20;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main p {
	font-size: 1.1em;
}


#main h1 { 
	font: normal 2.1em Georgia, "Times New Roman", Times, serif;
	color: #111; 	
	padding: 0 0 5px 0;
	margin: 0 15px 20px 15px;
	letter-spacing:-1px;
	background: url(../images/bk_dotted.gif) repeat-x left bottom;
}
#main h1 a {
	color: #111;
	text-decoration: none;
}
#main h2 {
	font-size: 1.4em;
	font-weight: normal;
}
#main h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
} 
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#main form p {
	margin: 15px;
}

#main #clickhere {
	background-image: url(../images/btn-clickhere.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 401px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#thumb-wrap {
	position: relative;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	background-repeat: no-repeat;
	background-position: 0 top;
	height: 90px;
	background-image: url(../images/thumb-shadow.gif);
	width: 980px;
	margin: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#thumb-wrap #thumblink {
	height: 84px;
	width: 209px;
	float: left;
	margin-right: 25px;
}




/* ---------------
	footer
------------------*/
#footer-wrap {
	position: relative;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 2em;
	background-color: #d1d2c1;
	background-repeat: repeat-x;
	background-position: 0 0;
	height: 150px;
	background-image: url(../images/footer-bg.gif);
}
#footer-wrap p {
	margin-left: 0;
}
#footer-wrap h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	color: #333;
}
#footer-content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
}
#footer-content a {
	color: #333;
}
#footer-content a:hover {
	color: #39C;
	text-decoration: underline;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 270px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 470px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* 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; }
.orange { color: #F3A251; }

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('../images/clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('../images/comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('../images/page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}

/* ---------------
	Box
----------------*/

.bordergray {
	background-image: url(../images/border/brd_frm_l.gif);
	background-repeat:repeat-y;
	background-position: left top;
	height: inherit;
	background-color: #FFF;
}

.bordergray .brd_frm_r{
	background-image: url(../images/border/brd_frm_r.gif);
	background-repeat:repeat-y;
	background-position: right top;
}

.bordergray div.top{
	background-image: url(../images/border/brd_frm_u.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 44px;
}
.bordergray div.top2{
	background-image: url(../images/border/brd_frm_u.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 44px;
}

.bordergray div.top div.topdiv{
	height: 44px;
}

.bordergray div.top div.title{
	color:#000000;
	font-weight:normal;
	font-size: 12px;
	padding:0px 0px 0px 10px;
	float:left;
}

.bordergray div.top div.brd_frm_ul{
	background-image: url(../images/border/brd_frm_ul.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:21px;
	height: 44px;
	float:left;
}
.bordergray div.top div.brd_frm_ul2{
	background-image: url(../images/border/brd_frm_ul2.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:174px;
	height: 44px;
	float:left;
}
.bordergray div.top div.brd_frm_ul3{
	background-image: url(../images/border/brd_frm_ul3.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:174px;
	height: 44px;
	float:left;
}

.bordergray div.top div.brd_frm_ur{
	background-image: url(../images/border/brd_frm_ur.gif);
	background-repeat:repeat-x;
	background-position:top;
	width: 21px;
	height: 44px;
	float:right;
}

.bordergray .bodycontent {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}

.bordergray div.bottom{
	background-image: url(../images/border/brd_frm_bot.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 22px;
}

.bordergray div.bottom div.brd_frm_ll{
	background-image: url(../images/border/brd_frm_ll.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	width: 18px;
	height: 22px;
}

.bordergray div.bottom div.brd_frm_lr{
	background-image: url(../images/border/brd_frm_lr.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width: 18px;
	height: 22px;
}
