/* png fix 
-----------------------------------------------------------------------------------------*/
img, div { behavior:url(iepngfix.htc); }
/* =Reload 
-----------------------------------------------------------------------------------------*/
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;}

body {
	background: #cecca4 url(/images/BG_Header.jpg) repeat-x;
	color: #505050;
  	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* =Sticky Footer
-----------------------------------------------------------------------------------------*/
html, body, #wrapper {height: 100%;}
body > #wrapper {height: auto; min-height: 100%;}

#footer {
	background: url(/images/BG_Footer.gif) repeat-x;
	color: #fff;
	height: 287px;
	margin-top: -167px; /* negative value of footer height */
	position: relative;
	z-index: 0;
} 



/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}
img.left{margin: 0 15px 15px 0;}
img.right{margin: 0 0 15px 15px;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	margin:10px 0;
}

p.readMore{
	font:bold italic 1.4em/1.4em Georgia, "Times New Roman", Times, serif;
	text-align: right;	
}

#footer p{
	margin: 0 auto;
	padding: 237px 0 0 0;
	position: relative;
	width: 822px;
}

#footer p span{position: absolute; right: 0;}

ul{
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.2em Verdana, Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	border-bottom: 1px solid #dbd9bb;
	color: #a00000;
	font:bold italic 2.4em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:10px 0 20px 0;
	padding-bottom: 10px;
	width: 100%;
}

h2{
	color: #a00000;
	font:bold italic 1.8em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}

.box h2{margin: 2px 0 15px 0;}

h3{
	color: #a00000;
	font:bold italic 1.4em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}

h4{
	color: #a00000;
	font:bold italic 1.4em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}	

h5{
	color: #a00000;
	font:bold italic 1.4em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}	

h6{
	color: #a00000;
	font:bold italic 1.4em/1.2em Georgia, "Times New Roman", Times, serif;
	margin:10px 0;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{color: #a00000;}

a:hover, a:active{color: #000;}		

#footer a:link, #footer a:visited{
	color: #fff;
	text-decoration: none
}

#footer a:hover, #footer a:active{
	color: #a00000;
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/
#nav, #nav li, #nav li ul, #nav li li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav{
	border-bottom: 1px solid #dbd9bb;
	font:normal 18px/28px Georgia, "Times New Roman", Times, serif;	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


#nav li ul{
	font:normal 16px/28px Georgia, "Times New Roman", Times, serif;	font-size: 18px;
	margin: 5px 0 5px 0px;
}

#nav a:link, #nav a:visited{ 
	color: #505050;
	display: block;
	height: 28px;
	padding: 0 0 0 6px;
	text-decoration: none;
	width: 232px;
}


#nav li ul a:link, #nav li ul a:visited{ 
	padding: 0px 0 0px 20px;
	width: 218px;
}

#nav a:hover, #nav a:active{
	background-color: #cecca4;
	color: #a00000;
}	

#nav a.active{
	color: #a00000;
}

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials{
	background-color: #fff;
	background-image: none;
}



/* =Layout
-----------------------------------------------------------------------------------------*/
.logo{
	left: 27px;
	position: absolute;
	top:41px;
}

.headerHorse{
	height: 225px;
	position: absolute;
	right: 30px;
	top:11px;
	width: 255px;
}

#content{
	background-color: #fff;
	clear: both;
	position: relative;
	width: 922px;
	z-index: 3;
}

#content img{
	border: 1px solid #dbd9bb;
}

#contentWrapper, #fckPages{
	display: inline;
	float: left;
	padding: 32px 47px 52px 47px;
	width: 541px;
}

#contentWrapper .box{
	border: 1px solid #dbd9bb;
	float: left;
	height: 155px;
	overflow: hidden;
	padding: 5px;
	width: 253px;
}

#contentWrapper .boxb{float: right;}

#contentWrapper .contentMain{
	border-bottom: 1px solid #dbd9bb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#contentSupport{
	display: inline;
	float: right;
	padding: 52px 22px 52px 0;
	width: 243px;
}

#contentSupport .box{
	border: 1px solid #dbd9bb;
	margin: 10px auto;
	overflow: hidden;
	width: 240px;
}

#header{
	height: 206px;
	position: relative;
	width: 922px;
	z-index: 500;
}

#headerImg{
	border: 11px solid #cecca4;
	height: 238px;
	width: 519px;
}

#line{
	background-color: #dbd9bb;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
	width: 100%;
}

#wrapper{
	margin:0 auto -200px auto;
	width:922px;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	width: 20em;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}
/* =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

/* =Blog
-----------------------------------------------------------------------------------------*/
#otherTitle{
	font-size:1.3em;
	margin-top:50px;
	color:#a00000;
	font-weight:bold;
}
#cookieBlog {
	margin-bottom:10px;
	text-align:left;
}
#cookieBlog a {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
}

.cookie-image {
	border:0;
	margin-top:5px;
}
.cookie-ttl {
	font-weight:bold;
	font-size:1.3em;
	margin-top:10px;
	color:#a00000;
}
.cookie-ttl a {
	color:#a00000;
	text-decoration:none;
}
.cookie-date {
	font-size: 1em;
	font-style:italic;
	padding-top:3px;
	padding-bottom:5px;
}
.cookie-intro {
	font:normal 1.2em/1.3em Arial, Helvetica, sans-serif;
}
.cookie-body {
	font-size: 1.1em;
	line-height: 1.4em;
	font:normal Arial, Helvetica, sans-serif;
	margin:10px;
}
.cookie-comment {
	margin-bottom:10px;
	margin-left:30px;
	background-color: #cdcba4;
	padding:5px;
}
.comment {	
	
}
.comment h2 {
	font-size:1.1em;
	margin-bottom:0;
}
.otherCookies {
	margin-top:20px;
	border-top:solid thin Black;
}
.securityWrong {
	font-weight:bold;
	color:Red;
	margin:5px;
}