@charset "UTF-8";
body {
	font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial, san-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	background: #4A2C0F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}


p {
	font-size:1.5em;
	margin:.9em 0;
}


a {
	text-decoration: underline;
	color:#4A2C0F;
}

a:hover{
	color:#FF9933;
}


ul {
	margin:0;
	padding:0px 0px 10px 4px;
	list-style-type:square;
	font-size:1.4em;
	list-style-position:inside;
	text-transform: capitalize;
	}
	
ul li {
	margin:0;
	padding:0px 0px 2px 0px;
}	



h2 {
	font-size:3em;
	color: #FF9933;
	font-weight:normal;
	margin:0 0 0.3em 0;
}

h3 {
	font-size:2em;
	color: #4A2C0F;
	font-weight:normal;
	margin:0 0 0.3em 0;
}



.oneColFixCtrHdr #wrapper {
	background: #FF9933;
	background-image:url(images/wrapper_bg.png);
	background-repeat:repeat-x;
 	margin:0;
	
	width:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;/*
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #footer {
	width: 960px;  
	margin: 0 auto; 
	text-align: left;
	padding: 20px 30px 20px 92px;
	padding:20px 0px 20px 0px;
}

.oneColFixCtrHdr #footer p {
	color:#CC9966;
	margin:10px 0 0 70px;
	padding:0 0 0 0px;
}


.oneColFixCtrHdr #footer .tinytext {
	color: #111111;
	font-size: 1.2em;
	margin:0 0 0 70px;
	padding:0;
	}

.oneColFixCtrHdr #footer a {
	color:#FFFFFF;
	text-decoration:none;
}

.oneColFixCtrHdr #footer a:hover {
	color: #CC9966;
}

.oneColFixCtrHdr #mainContentFtr p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #container {
	position:relative;
	background: #FF9933;
	background-image:url(images/hdr_bg.png);
	background-repeat:no-repeat;
	width: 960px;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 0 35px 0;
	/*border: 1px solid #FF9933;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container #topnav {
	position:absolute;
	margin:0;
	padding:0;
	right:36px;
	text-align:right;
	text-transform: capitalize;
	top:214px;
	width:700px;
	
}

.oneColFixCtrHdr #container #topnav h3{
	color: #BBBBBB;
}

.oneColFixCtrHdr #container #topnav a {
	text-decoration:none;
}

.oneColFixCtrHdr #container #topnav a:hover {
	color: #FF9933;
}

.current {
color: #FF9933;
}


.oneColFixCtrHdr #container #twitterFeed {
	position:absolute;
	margin:0;
	padding:0;
	right:45px;
	text-align:left;
	text-transform: capitalize;
	top:175px;
	width:563px;
}

.oneColFixCtrHdr #container #twitterFeed a {
	text-decoration:none;
}

.oneColFixCtrHdr #container #twitterFeed a:hover {
	color: #FFFFFF;
}






.oneColFixCtrHdr #container h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	text-indent: -999em;
	height:0px;
	font-size:1px;
}



.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#indexAbout {
	float:left;
	width: 340px;
	padding: 10px 0px 0px 10px;
}


#rightCol {
    float:right;
	width: 250px;
	padding-top: 25px;
}


 #rightCol p{
	font-size: 1em;
	margin:.9em 0;
}

#twitterBottom {
	padding-top: 25px;
}


 #twitterBottom p{
	font-size: 1em;
	margin:.9em 0;
}

.oneColFixCtrHdr #mainContent {
	
	margin: 276px 0px 0 43px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding: 0 70px 10px 90px;
}

.oneColFixCtrHdr #leftCol {
	
	margin: 0px 280px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	padding: 0 0px 0px 0px;
}

.oneColFixCtrHdr #leftCol img{
	
	float:left;
	width: 200px;
	margin: 10px 15px 15px 0;
	border:#CCCCCC solid 1px;
}



.oneColFixCtrHdr #mainContentFtr {
	background-image:url(images/content_ftr_bg.png);
	background-repeat:no-repeat;
	height:72px;
	margin-left: 42px;
}




.oneColFixCtrHdr #mainContentFtr p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #newsContent {
	
	/*margin: 276px 30px 0 67px; 
	background: #FFFFFF;
	padding: 0 80px 20px 110px;*/
}

.oneColFixCtrHdr #newsContent img {
	float:left;
	width: 200px;
	margin: 10px 15px 15px 0;
	border:#CCCCCC solid 1px;
	
}


#fefifloat {
	float:right;
	padding:10px 35px;
}

#siteBYfefifolios {
	height: 40px;
	width: 62px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(images/fefifolios.png) top left no-repeat;
	display: block;
}

#siteBYfefifolios:hover{
	background-position: bottom left;
}

.subBOX {
	text-align: center;
	padding: 8px;
	width: 170px;
	height: 210px;
	/*border-style: dashed;
	border-color: #999999;
	border-width: thin;*/
	margin: 0 0px 0 0;
	float: left;
}

.subBOX img{
	border:#CCCCCC solid 1px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.floatRTimg {
	float:right;
	margin: 43px 20px 0 0;
	
}


hr {
clear:both;
border: 0;
color: #4A2C0F;
background-color: #4A2C0F;
height: 2px;
width: 100%;

}

.box2col {
	width:355px;
	float:left;
	display: block;
	margin: 10px 0 0 0;
	padding:0 23px 17px 0;
}

 #OnTour p{
	font-size: 1.25em;
	margin:.9em 0;
}

/** Contact us Form **/

#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 120px;
	clear: both;
	font-size:1.5em;
}

#contact_us input, #contact_us textarea {
	width: 330px;
	background: #f3f3f3;
	border: 1px solid #666666;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #666666;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #433F3F;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #FF3300;
	font-weight: bold;
	font-style: italic;
}

p#submit {text-align:right;}

p#success {
	display: none; 
	font-size: 16px; 
	text-align: center; 
	margin-bottom: 20px;
	cursor: pointer;
	color: #333333;
	font-style: italic;
}

/* #contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; } */

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
/* #contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; } */

/* #contact { display: block; width: 650px; margin: 50px auto; padding: 35px; solid #cbcbcb; -webkit-border-radius:5px;  } */


p#tip {
	font-size:1.5em;
}


/* Form style */


#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 14px; padding-top: 4px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f3f3f3; border: 1px solid #666666; margin: 0.8em 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #333; background:#4A2C0F; color:#FF9933; }
#contact input.submit:hover { background:#563a1f; }
#contact input[type="submit"][disabled] { background:#888; }


#contact fieldset { padding-top:20px; border:0px solid #eee; -webkit-border-radius:0px; -moz-border-radius:0px; }
#contact legend { padding:0px 0px; font-weight:bold; color:#000; border:0px solid #eee; -webkit-border-radius:0px; -moz-border-radius:0px; margin-bottom:0 !important; margin-bottom:0px; }


#contact span.required{ font-size: 13px; color: #ff3300; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #ffff99 url('/assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#ff3300;border: 1px solid #666666; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h2 { background: url('/assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }