@import url("structure.css");
@import url("sitemap.css");

@media print {
	body,p,div,td,span {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;}
	a {font: 10pt/15pt Arial,Verdana, Helvetica, sans-serif;font-weight:bold;}
	h1, h2, h3,	h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid }
   	blockquote,	pre { page-break-inside: avoid }
   	ul, ol, dl { page-break-before: avoid }
	table { page-break-inside: avoid }
}
/*** RESET ***/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*** END RESET ***/
html {
	background: #30271e;
}

body {
	background: #30271e;
	color: #493929;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	line-height:1;
	margin: 0;
	padding: 0;
}
.clear-me{
	clear:both;
}
.reverse{
	direction:rtl;
	unicode-bidi: bidi-override;
}
/*** Header Styles ***/

.logo,
.homepage-logo{
	background:url(../i/header-bg.gif) repeat-x bottom right;
	margin:0 15px 0 15px;
	padding:5px 0 5px 0;
	height:140px;
}
.homepage-logo{
	background:url(../i/header-bg-homepage.gif) repeat-x bottom left;
}
.logo img,
.homepage-logo img{
	margin:0 0 12px 0;
}
.strapline{
	color:#493929;
	font-weight:normal;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:22px;
	position:absolute;
	top:50px;
	right:150px;
	display:block;
	width:532px;
	height:27px;
}

/*** Text Styles ***/

p {
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	margin:0;
	padding: 0 0 15px 0;
}

a {
	color: #709911;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3 {
	font-family: Georgia, Times New Roman, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
	color:#3e3e3e;
}
h1 {
	font-size: 24px;
	line-height:24px;
	margin:0 0 10px 0;
}
h2 {
	font-size: 18px;
	margin:5px 0 5px 0;
}
h3 {
	font-size: 16px;
	margin:5px 0 5px 0;
}
.req{
	font-size:15px;
	font-weight:bold;
	line-height:12px;
}
ul, ol {
	padding-left:50px;
	margin:10px 0;
}
ul li,
ol li {
	line-height:18px;
}
ul li {
	list-style-type:disc;
}
.hide {
	display:none;
}

/*** Main navigation styles ***/

#main-navigation{
	background:#ffffff;
	width:964px;
	margin: 0 15px;
	text-align:center;
}
#main-navigation ul{
	background:#ffffff;
	border-bottom:1px solid #d5d5d7;
	list-style: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:964px;
}
#main-navigation li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
}
#main-navigation a {
	/*border-left: 1px solid #c7dd92;
	border-right: 1px solid #c7dd92;*/
	display:inline;
	color:#493929;
	font:16px/33px Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 0 0;
	padding:7px 20px 7px 20px;
	text-decoration:none;
}
#main-navigation li.first{
	
}
#main-navigation li.last a{
	
}
#main-navigation li a:hover,
#main-navigation li a.main-on{
	background:#7eaa19 url(../i/nav-hover-bg.gif) repeat-x 0 0;
	
}

/***  Sub navigation styles ***/
#sub-navigation ul {
	width:200px;
	padding:0;
	margin: 0;
	background:#e5f3c5;
}
#sub-navigation ul li {
	display: block;
	width: 200px;
	margin:0;
	padding:0;
	list-style-type: none;
}
#sub-navigation ul li a{
	display: block;
	width:180px;
	margin:0 0 0 0;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	font:12px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#493929;
}
#sub-navigation ul li a:hover {
	background:#7eaa19 url(../i/nav-hover-bg.gif) repeat-x 0 0;
}
#sub-navigation ul li a.sub-on {
	background:#7eaa19 url(../i/nav-hover-bg.gif) repeat-x 0 0;
}
#sub-navigation ul li.depth-1 a{
	padding-left:30px;
	width:160px;
}
#sub-navigation ul li.depth-2 a{
	padding-left:50px;
	width:140px;
}
#sub-navigation ul li.depth-3 a{
	padding-left:70px;
	width:120px;
}

/*** Image Styles ***/
img{
	border:0;
}
#content-wrapper img{
	margin:5px;
}

/*** News Styles ***/
#homepage-latest-news-header {
	background:#30271e;
	color:#ffffff;
	float:left;
	height:27px;
	padding:0 10px;
	width:248px;
	vertical-align:center;
}
#homepage-latest-news-header h3 {
	color:#ffffff;
	float:left;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	line-height:27px;
}
span.homepage-latest-news-date {
	float:right;
	line-height:27px;
}
#homepage-latest-news-content {
	background:#ffffff;
	float:left;
	padding:10px;
	width:248px;
}
#homepage-latest-news-content img {
	margin:0 0 5px 5px;
	float:right;
}
#homepage-latest-news-content p {
	padding:0;
}
.homepage-latest-news-read-more {
	clear:right;
	float:right;
}

.news-item{
	width:718px;
	padding:0;
	background:#ffffff;
	border-bottom:2px solid #d6d6d6;
	margin:0 0 10px 0;
	padding:10px 0;
	min-height:50px;
	float:left;
	clear:both;
}
.news-item h2 {
	display:block;
}
.news-item h2 a {
	color:#414141;
}
#content-wrapper .news-item img{
	float:left;
	margin:0 10px 5px 0;
}
.news-item p{
	padding:0 0 10px 0;
}
span.date{
	background:#e5f3c5;
	float:right;
	font:14px Georgia, Times New Roman, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 0 10px;
	padding:4px 10px;
	text-align:center;
}
span.date span {
	font-size:18px;
}
span.news-item-readmore {
	clear:right;
	float:right;
	padding:12px 0 0 0;
}

.news-detail {
	border-bottom: 2px solid #D6D6D6;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	float:left;
	width:934px;
}
.news-detail img {
	float:right;
}

/***  Contact form styles ***/

#contact-form {
	border:solid 0 #353a40;
	float:left;
	padding:15px 0 15px 15px;
	margin:0;
	width:430px;
}
#contact-form label {
	clear:both;
	display:block;
	line-height:25px;
	width:84px;
	float:left;
	font-weight:normal;
	font-size:12px;
	text-align:right;
}
#contact-form .contact-field,
#contact-form .captcha-field{
	clear:both;
	float:left;
	width:430px;
}
#contact-form .error, #contact-form .error h2 {
	color:#990000;
}
#contact-form .error h2 {
	margin: 0 0 12px 0;
}
#contact-form span.error {
	float:right;
	padding: 0 0 3px 96px;
	width:334px;
}
#contact-form input, #contact-form textarea {
	font:12px/18px Arial, Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #909090;
	float:right;
	width:332px;
	line-height:20px;
}
#contact-form input {
	height:23px;
	line-height:23px;
	margin: 0 0 10px 0;
}
#contact-form textarea {
	height:130px;
	margin: 0 0 10px 0;
}
#contact-form .captcha-field label{
	padding: 0 7px 0 0;
}
#contact-form .captcha-field input{
	float:left;
	display:inline;
	margin:22px 0 0 0;
	width:119px;
}
#contact-form img#captcha {
	display:inline;
	float:left;
	margin:5px;
}
#contact-form img#captcha-speaker{
	float:right;
	margin:22px 0 0 0;
}
#contact-form .captcha-field .captcha-hint{
	float:right;
	padding: 0 0 0 96px;
	width:334px;
}
#contact-form .contact-footer {
	float:left;
	margin-top:20px;
	width:430px;
}
#contact-form .contact-footer .submit {
	clear:both;
 	float:right;
 	width:100px;
}
#contact-form .contact-footer .submit input {
 	height:21px;
 	width:98px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	background:#87b715;
	border:solid 1px #dddddf;
	color:#ffffff;
	font:12px/21px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:pointer;
}
/*** Newsletter signup styles  ***/
.newsletter-signup{
	clear: both;
	float: right;
	margin:0 0 20px 0;
	padding:10px;
	width:248px;
	border: 1px solid #30271E;
}
.newsletter-signup-header {
	background:#30271e;
	color:#ffffff;
	float:left;
	height:27px;
	padding:0 10px;
	width:248px;
	vertical-align:center;
	margin:-10px 0 0 -10px;
}
.newsletter-signup h3{
	color:#FFFFFF;
	float:left;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
}
.newsletter-signup form{
	float:right;
	margin:5px 0 0 0;
}
.newsletter-signup span.error{
	color:#ff7375;
	font-size:11px;
	float:left;
	line-height:12px;
	padding:0 0 0 5px;
	text-align:left;
	width:168px;
}
.newsletter-signup .newsletter-field{
	float:left;
	margin:0 0 8px 0;
	width:248px;
}
.newsletter-signup .newsletter-field#captcha-field{
	margin:0 0 3px 0;
}
.newsletter-signup .newsletter-field#submit-field{
	margin:0;
}
.newsletter-signup label{
	float:left;
	font-size:11px;
	text-align:left;
	/*width:125px;*/
}
.newsletter-signup input.submit{
	background-color:#30271e;
	border:none;
	color:#ffffff;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
	float:right;
	height:37px;
	line-height:17px;
	margin:-30px -5px -5px 0;
	padding:7px 0 13px 0;
	text-align:center;
	text-transform:uppercase;
	width:182px;
}
.newsletter-signup input{
	border:2px solid #404040;
	border-bottom:2px solid #d4d0c8;
	border-right:2px solid #d4d0c8;
	float:right;
	height:16px;
	width:173px;
}
.newsletter-signup .captcha-top{
	float:left;
	margin:0 0 8px 0;
	width:248px;
}
.newsletter-signup .captcha-bottom{
	font-size:11px;
	/*line-height:24px;*/
	text-align:left;
}
.newsletter-signup .newsletter-field#captcha-field label{
	/*line-height:24px;*/
	margin-bottom: 5px;
}
.newsletter-signup .captcha-hint{
	/*line-height:24px;*/
}
.newsletter-signup .captcha-bottom a{
	font-weight:normal;
}
.newsletter-signup img.captcha-speaker{
	margin:8px 0 0 0;
	clear:both;
}
.newsletter-signup img#captcha{
	float:right;
}

/*** Paginate styles  ***/

.pagination, .pagination-info{
	width:100%;
	padding:3px 0 3px 0;
	margin:0 0 3px 0;
	float:left;
	text-align:center;
}
.prev, .next{
	width:20%;
	float:left;
}
.next{
	text-align:right;
}
.prev{
	text-align:left;
}
.page-numbers{
	width:60%;
	float:left;
	text-align:center;
}
.paginateOn, .paginateOff{
	width:auto;
	display:inline;
	margin:2px 2px 2px 2px;
}

/*** TinyMCE styles ***/

.small {
	font-size:10px;
}

.course-description {
	padding:0;
}

div#wrapper div#content-wrapper img.green-image-border {
	border:3px solid #87b715 !important;
}
div#wrapper div#content-wrapper img.brown-image-border {
	border:3px solid #30271e !important;
}

/*** Gallery styles ***/

.gallery-wrapper {
	border-top:2px solid #d4d4d4;
	border-bottom:2px solid #d4d4d4;
	padding:15px 0;
	float:left;
	width:934px;
}
.gallery-category,
.gallery-thumbnail {
	float:left;
	font-size:14px;
  	height:auto !important;
  	height:130px;
	padding:7px;
	text-align:center;
	width:140px;
}
.gallery-category{
	min-height:130px;
	height:auto !important;
  	height:130px;
}
.gallery-thumbnail{
	min-height:105px;
	height:auto !important;
  	height:105px;
}
.category-name{
	padding:3px 0 0 0;
	display:block;
}
#content-wrapper .gallery-category img,
#content-wrapper .gallery-thumbnail img {
	margin:0;
}
.gallery-back {
	font-size:14px;
	float:left;
	padding:10px 0;
}
.slug h2 {
	margin:0;
	padding:0;
}
.gallery-text p {
	padding:5px 0;
}
.gallery-no-image {
	background:url(../i/gallery-no-image.gif) no-repeat center center;
	border:1px solid #d4d4d4;
	display:block;
	width:138px;
	height:103px;
}

/*** Events Module styles ***/

.calendarForm {
}

.calendar {
	border: 1px;
	border-collapse: collapse;
	margin: 20px auto;
}

.calendar caption {
	caption-side: bottom;
}

.calendar caption a {
	margin: 2px;
}

.calendar th {
	height: 34px;
	border: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: middle;
}

.calendar td {
	padding: 0px;
	margin: 5px;
	text-align: left;
	width: 132px;
	min-height: 100px;
	height: 100px;
	border: 0px;
	vertical-align: top;
	padding: 7px;
}

.calendar td a {

}

.calendar td .daytext {
	font-weight: normal;
}

.calendar td .daytextevents {
	font-weight: bold;
}