/*-----------------New design template for GTGW---------------------*/
/*  MAIN.CSS - deals with site-wide elements and home page styles                 */
/*  For reasons of consistency, please link this file to all pages in the domain . */
/*  For questions about this design, please contact bengle@inthecove.com.         */
	
/*-----------------------------------site-wide elements----------------------------------*/
div, p, body, img, li, ul, h1, h2, h3, h4, a{
	margin: 0;
	padding: 0;
	border: 0px none;
	text-decoration: none;
	list-style: none;
}

body{
	background: url("images/green_bg.jpg") top center repeat-y;
	background-color: #3a6723;
	font-family: "Georgia", "Times New Roman", Serif;
}
a{
	color: #ce963d;
}
a:hover{
	color: #ffe5a7;
}

img{
	border-collapse: collapse;
}

a img{
	border: 0px none;
}

input[type=text], input[type=password], textarea{
	border: 1px solid #444444;
	margin: 2px;
}

.wrapper{
	margin: 0 auto;
	width: 1100px;
}
.header{
	background: url("images/web_header.png") bottom center no-repeat;
	height: 150px;
	padding: 0px 100px 0px 100px;
	text-align: right;
	overflow: hidden;
}
.header a{
	display: block;
	height: 120px;
	margin-top: 30px;
	width: 800px;
	float: right;
	overflow: hidden;
}
.header a h1, .header a h2{
	display: none;	
}

.sitenav{
	background: url("images/web_navbar.png") top center no-repeat;	
	height: 50px;
	overflow: hidden;
	padding: 0px 100px 0px 100px;
}
.sitenav ul{
	float:right;
	color: #ffffff;
}
.sitenav ul li{
	display:block;
	float:left;
	margin: 0px 5px 0px 5px;
	padding: 3px 5px 0px 5px;
	height: 50px;
	text-align: center;
	font-size: 15px;
}
.sitenav ul li a{
	color: #ffffff;	
}
.sitenav ul li a:hover{
	color: #ffe5a7;
}
.current_tab{
	background: url("images/tab_selected.png") top center no-repeat;
	color: #000000;
}
.current_tab a{
   color: #223377 !important;
}
.content_wrap{
	background: url("images/web_content.png") 0px -1px repeat-y;
	padding: 0px 100px 0px 100px;
	position: relative;
	height: 1%;
}
.content_wrap div{
	font-family: Verdana, Arial, Sans-Serif;
}
.footer{
	background: url("images/web_footer.png") top center no-repeat;
	padding: 15px 100px 0px 100px;
	text-align: center;
	height:67px;
	font-size:15px;
}
.footer a{
	color: #907942;
}

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	display: block;
	margin: 0 auto;	
}

.clear{
	clear: both;
}

.content_600{
	width: 570px;
	margin: 0px 10px 0px 20px;
float: left;
}

.content_300{
	width: 270px;
	margin: 0px 20px 0px 10px;
	color: #444444;
float: right;
}

.content_600 h3{
	font-family: "Georgia", "Times New Roman", Serif;
	font-size: 26px;
	font-weight: normal;
	background: url("images/article_header.png") bottom left no-repeat;
	padding-bottom: 18px;
}.content_600 h4{
	font-family: "Georgia", "Times New Roman", Serif;
	color: #000000;
     font-weight: bold;
     margin: 10px 0 3px 5px;
     font-size: 20px;
}

.side h3{
	font-family: "Georgia", "Times New Roman", Serif;
	font-size: 22px;
	font-weight: normal;
	background: url("images/sidebar_header.png") bottom left no-repeat;
	height: 22px;
	padding: 17px 0 17px 17px;
	color: #ffffff;
}

.side a:hover{
	color: #777777;	
}

.content_600 div.article, .content_300 div.article, .content_300 div.sidebar{
	font-size: 14px;
	background: url("images/white_50.png");
	position: relative;
	margin: 0 8px 0 12px;
	padding: 5px 9px 5px 9px;
	top: -10px;
	
}

.content_600 p{
	margin: 5px 0 5px 0;
}

.content_300 h4{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.content_300 p{
	margin: 2px 0 2px 10px;
	font-size: 12px;
}
.orange{
	color: #ce963d;
}

.bold {
	font-weight: bold;
}

img.fringe{
	margin: 5px;
	padding: 5px;
	background:	url("images/image_fringe50.png");	
}

.margin5{
	margin: 5px;	
}

.margin10{
	margin: 10px;
}

.pad5{
	padding: 5px;	
}

.pad10{
	padding: 10px;	
}

.borderblack{
	border: 1px solid #000000;
}

.bordergrey{
	border: 1px solid #888888;
}

.grey_hr_90{
	height: 1px;
	background-color: #888888;
	width: 90%;
	border: 0px none;
	position: relative;
	left: 5%;
	margin: 5px 0 5px 0;
}

.indent5{
	margin-left: 5px;
}
.indent10{
	margin-left: 10px;
}
.indent20{
	margin-left: 20px;
}

.solid{
white-space: nowrap;
}

.total_hr{
border: 1px #000000 solid;
margin: 3px;
}
.w150{
width: 150px;
}

.w200{
width: 200px;
}

.w250{
width: 250px;
}

.w300{
width: 300px;
}

.w360{
width: 360px;
}

.w400{
width: 400px;
}

.w450{
width: 450px;
}

.w520{
width: 520px;
}

.p6{
font-size: 6px;
}

.p8{
font-size: 8px;
}

.p10{
font-size: 10px;
}

.p12{
font-size: 12px;
}

.p16{
font-size: 16px;
}

.p20{
font-size: 20px;
}

.image_series, .image_teaching{
float: left;
margin-right: 5px;
}

.preview_wrapper{
position: fixed;
top: 0%;
left: 0%;
width: 100%;
height: 100%;
background: url("images/black_20.png");
padding-top: 20px;
overflow: auto;
}

.preview{
margin: 0 auto;
width: 600px;
background: url("images/web_content.png") 0px -110px repeat-y;
padding: 10px;
overflow: auto;
padding-bottom: 100px;
}

.products_brief img{
float: left;
}

.teachings_brief {
margin-top: 10px;
margin-bottom: 10px;
}

.date_marker{
display: block;
float: left;
text-align: center;
position: relative;
background: #dddddd;
font-height: 16px;
color: #000000;
margin: 3px;
padding: 5px;
left: 0px;
width: 20px;
margin-left: -20px;
border: 1px solid black;
}

