@import url("menu.css");

html, body {
	margin: 0px;
	padding:0px;
	background-color: #FFFFFF;
	background-image:url(../images/bg_test.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family:"Arial";
	font-size: 12px;
}

.cl {
	clear: both;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding:0px;
}

a{
	color:#82ad7b;
	text-decoration:none;
}

a:hover{
	color:#666666;
	text-decoration:underline;
}
	

#wrapper {
	width:800px;
	margin:0px auto;
	background-color:#FFF;
}

#content {
	width:800px;
	margin:0px auto;
	background-image:url(../images/bg_header_top.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	height:100px;
}

#logo {
	width:800px;
	float:left;
}

#logo h1{
	font-family:"Arial";
	font-size:22px;
	color:#82ad7b;
	font-weight:normal;
	text-decoration:none;
	padding-left:30px;
	padding-top:25px;
}

#logo h4 {
	font-family:"Arial";
	font-size:12px;
	color:#808080;
	font-weight:bold;
	text-decoration:none;
	padding-left:40px;
	padding-top: 5px;
}

#mainimg {
	background-image:url(../images/main_img.jpg);
	background-repeat:no-repeat;
	height:132px;
	text-align:right;
}

#mainimg h3 {
	font-family:"Arial";
	font-size:32px;
	color:#CAE695;
	font-weight:normal;
	text-decoration:none;
	padding:35px 40px 0px 0px;
}

#mainimg h4 {
	font-family:"Arial";
	font-size:36px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	padding:0px 40px 0px 0px;
}

#contentarea {
	clear:both;
	padding:25px 0px;
}

#text {
	float:right;
	width:481px;
	border-left:1px solid #BCBDBC;
	padding: 0px 30px 0px 35px;
}

#text h2{
	font-family:"Arial";
	font-size:26px;
	color:#82ad7b;
	font-weight:normal;
	text-decoration:none;
	/*padding-left:30px;*/
	padding-bottom:5px;
}

#text h3{
	font-family:"Arial";
	font-size:20px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	/*padding-left:30px;*/
	padding-bottom:10px;
}

#text h4{
	font-family:"Arial";
	font-size:14px;
	color:#82ad7b;
	font-weight:normal;
	text-decoration:none;
	/*padding-left:30px;*/
	padding-bottom:10px;
}

#text p{
	font-family:"Arial";
	font-size:12px;
	line-height: 16px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	/*padding:0px 30px;*/
}

#faq {
	margin-top: 25px;
}

#faq .question {
	font-size: 14px;
	color: #249136;
	margin-bottom: 8px;
}

#news {
	float:left;
	width:225px;
	padding-left: 7px;
}

#news h2{
	font-family:"Arial";
	font-size:26px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding-left:25px;
	padding-bottom:5px;
}

#news p{
	font-family:"Arial";
	font-size:11px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	padding:0px 25px;
}

#news a {
	color:#82ad7b;
	text-decoration:none;
}

#news a:hover {
	color:#000000;
	text-decoration:none;
}

#banner-container {
	margin-top: 0px;
}

.banner {
	padding: 0px 0px 0px 20px;
	margin: 15px 0px;
}

.banner img {
	width: 185px;
}

.banner-main {
	padding: 0px 25px;
	margin: 15px 0px;
}

.banner-main img {
	width: 185px;
	margin: 0px 25px 0px 0px;
}

.orangetext {
	font-family:"Arial";
	font-size:11px;
	color:#82ad7b;
	font-weight:bold;
	text-decoration:none;
}

.greentext {
	font-family:"Arial";
	font-size:11px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

.green {
	color:#666666;
}

.orange {
	color:#82ad7b;
}

.med{
	font-size: 13px;
	line-height: 30px;
}

.big{
	font-size: 20px;
	line-height: 22px;
}

#footer {
	clear:both;
	height:32px;
	padding-top:25px;
}

#footer_left {
	float:left;
	width:380px;
	height:27px;
	padding-top:5px;
}

#footer_left p{
	font-family:"Arial";
	font-size:11px;
	color:#82ad7b;
	font-weight:normal;
	text-decoration:none;
	padding-left: 25px;
}


#footer_right {
	float:left;
	width:420px;
	height:27px;
	padding-top:5px;
}

#footer_right p{
	font-family:"Arial";
	font-size:11px;
	color:#82ad7b;
	font-weight:normal;
	text-decoration:none;
	text-align:right;
	padding-right:25px;
}


/* ----------------------------------------------------------------------------------------------------------
7) Page: News
---------------------------------------------------------------------------------------------------------- */

.news-container {
	border-bottom: 1px solid #82ad7b;
	padding: 15px 0px;
}

.news-container-no-border {
	padding: 15px 0px;
}

.center-container {
	padding: 30px 0 0 0;
	font-size: 12px;
}

.center-title {
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
 	font-size: 18px; 
 	color: #990000; 
 	background: inherit;
}

.center-body {
	margin-top: 10px;
}

.view-all {
	text-align: left;
	font-weight: bold;
}

.photo {
	padding-bottom: 10px;
}

.credits {
	float: left;
	margin-top: -5px;
	padding: 0px;
	color: #999999;
	font-size: 70%;
}

.caption {
	float: left;
	color: #333333;
	font-weight: bold;
	font-size: 70%;
	margin-bottom: 15px;
}

.article-title {
	color: #294B7B;
	font: normal 2.1em Arial, Sans-Serif; 
	letter-spacing: -1px;
	margin: 5px 0px 5px 0px;
}

.article-subtitle {
	font: normal 1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
}

.article-subtitle-static {
	font: normal 1.5em Arial, Sans-Serif;
	letter-spacing: -1px;
	padding-bottom: 15px;
}

.photo-main {
	margin-right: 10px;
	float: left;
}

.photo-main img {
	border: 0;
}

.gallery-desc {
	padding-left: 10px;
	font-size: 120%;
}

.author-area {
	float: left;
	margin-top: 15px;
}

.author-photo {
	float: left;
	margin-right: 5px;
}

.author-date {
	float: left;
	color: #666666;
	font-size: 85%;
	margin: 5px 0px 10px 0px;
}
	
.main-article {
	color: #000000;
	font-size: 100%;
	margin-top: 20px;
}

.title-header {
	clear: both;
	background: #294B7B url(images/corner.gif) no-repeat right top;
	color: #FFF;
	padding: 7px 5px 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 5px 0;
}

.date-header {
	float: right;
	font-weight: normal;
}

/* gallery */

.gallery {
	padding: 30px 0px;
}

.thumbnail {
	float: left;
	width: 200px;
	margin: 0px 30px 30px 0px;
	max-height: 150px;
	overflow: hidden;
}

.thumbnail img {
	border: none;
}

/* end gallery */

/* TESTIMONIALS */
.testimonials-container {
	border-bottom: 1px solid #82ad7b;
	padding: 15px 0px;
}

.testimonials-container-no-border {
	padding: 15px 0px;
}

.testimonials-photo {
	float: left;
	margin-right: 15px;
}

.testimonials-thumb-container {
	margin: 10px 0px;
}

.testimonial-thumb {
	float: left;
	margin: 0px 8px 8px 0px;
	max-height: 73px;
	overflow: hidden;
}

.testimonial-thumb img {
	border: none;
}

.testimonials-text {
	float: left; 
	width: 300px;
}

.testimonials-text-full {
	float: left; 
	width: 475px;
}

.testimonials-read-more {
	float: right; 
	margin: 10px 0px 0px 0px;
}

#text .testimonials-read-more a, #text .testimonials-read-more a:hover {
	font-size: 12px;
	font-weight: bold;
}

/* END TESTIMONIALS */

/* ARTICLES */
.article-container {
	border-bottom: 1px solid #82ad7b;
	padding: 15px 0px;
}

.article-title {
	font-size: 18px;
}

/* END ARTICLES */

/* EMBED PAGE */
.embed {
	margin: 25px 0px;
}
/* END EMBED PAGE */

#text .next {
	float: right;
	padding: 5px;
	margin-top: 15px;
}

#text .next a, #text .next a:hover {
	font-size: 14px;
	font-weight: bold;
}

#text .previous {
	float: left;
	padding: 5px;
	margin-top: 15px;
}

#text .previous a, #text .previous a:hover {
	font-size: 14px;
	font-weight: bold;
}

.required {
	color: red;
	font-size: 1.3em;
}
