
body {
	background: url(../images/body-bg.jpg) repeat-x 0 0;
    font-size: 0.8em;
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

span.success_hidden {
    display: none;
}

#signUp span.success_visible {
    position: absolute;
    bottom: -15px;
    left: 10px;
}

#moreInfoContent input[type="submit"], .submitButton, #content input[type="submit"]
{
	color: #FFFFFF;
	padding: 0 0 0 10px;
	font-family:  Arial, Tahoma, Verdana;
	font-size: 1em;
	cursor: pointer;
	height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/images/btn_bg.gif);
	background-repeat: repeat-x;
	border-width: thin;
}

#defaultContent p {
	line-height: 1.8em;
	margin-bottom: 20px;
}

#content 
{
    font-size: 1em;
}

#header p a {	
	color: white;
	text-decoration: none;
}

h1 {	
	color: #453a2c;
	font-weight: normal;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 2em;
	margin: 3px 0 20px 0;
	line-height: normal;
}

h2 {
	font-size: 0.93em;
	font-weight: bold;
	color: #453a2c;
}

h1.country, h2.country {
	color: #005430;
}

#header a, #header {
	text-decoration: none;
	font-size: 1em;
	line-height: 10px;
}

#header a:hover 
{
    text-decoration: underline;
}

/* ---- contact/brochure/arrange a visit forms ------- */
input[type="text"], select {
    font-size: 0.93em;
}

#arrangeVisitForm input[type="text"], #arrangeVisitForm select {
    width: 200px;
    border: 1px solid #666;
    margin-bottom: 0px;
}

#arrangeVisitForm div {
    margin-bottom: 5px;
}



#brochureForm input[type="text"], #brochureForm select, #contactForm input[type="text"], #contactForm select {
    width: 200px;
    border: 1px solid #666;
    padding: 2px;
    font-size: 0.93em;
}
option {  
    font-size: 0.93em;
    padding: 0 5px;
}

.brochureFormItemSpacer, .contactFormItemSpacer {
    margin-bottom: 0.8em;
}

.brochureFormChecks,.contactFormChecks {
    margin-bottom: 10px;
}

.brochureFormChecks b, .contactFormChecks b {
    display: inline-block;
    width: 120px;
    margin: 0 0 0 10px;
    color: #702E3D;
}

b.greenItem {
    color:#098E4F
}

em.formItem {   
    display: inline-block;
    width: 90px;
    font-style: normal;
    font-weight: bold;
}
em.formItemLonger {   
    display: inline-block;
    width: 180px;
    font-style: normal;
    font-weight: bold;
}

em.formItem2 {  
    display: inline-block;
    width: 200px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 5px;
}




/* ---------- Navigation styles ------------ */

#navigation ul     
{
    font-size: 0.93em;
    
}

#navigation ul a:hover 
{
    text-decoration: underline;
}

#navigation li {
	*float: left;
}

#navigation li:first-child {
	background: url(../images/topLevelBG.jpg) no-repeat;
	height: 21px;
}

.Level1 {
	display: block;
	width: 137px;
	height: 23px;
	background: url(../images/Level1.png) no-repeat;
	padding: 10px 0 0 13px;
	
}

.Level1 a {
	color: white;
	text-decoration: none;
	padding: 9px 0 8px 0;
	font-weight: bold;
}

.Level2 {
	display: block;
	width: 111px;
	min-height: 23px;
	background: url(../images/Level2.png) no-repeat #fff;
	padding:9px 0 0 39px;
}

.Level2 a {	
	color: #333;
	text-decoration: none;
}

.Level3 {
	display: block;
	width: 98px;
	min-height: 23px;
	background: url(../images/Level3.png) no-repeat #fff;
	padding:9px 0 0 52px;
	font-size: 11px;
}

.Level3 a {	
	color: #000;
	text-decoration: none;
}

.navSelected {	
	background: url(../images/navSelected.png) no-repeat;
}

.blue {
	background: url(../images/nav-blue.png) no-repeat #fff;
	padding:9px 0 0 26px;
	width: 124px;
}

.blue a, .green a, .yellow a {
	color: #333;
	font-weight: normal;
}

.green {
	background: url(../images/nav-green.png) no-repeat #fff;
	padding:9px 0 0 26px;
	width: 124px;
}

.yellow {
	background: url(../images/nav-yellow.png) no-repeat #fff;
	padding:9px 0 0 26px;
	width: 124px;
}

/* ---- navigation selected styles ----- */

#navigation .NavSelected1.blue 
{
    background: #eaeaea url(../images/nav-blue.png) no-repeat;

}

#navigation .NavSelected1.blue a 
{
    
    color: #015883;
    font-weight: bold;
}

#navigation .NavSelected1.green 
{
    background: #eaeaea url(/images/nav-green.png) no-repeat left;

}

#navigation .NavSelected1.green a 
{
    
    color: #005430;
    font-weight: bold;
}

#navigation .NavSelected1.yellow 
{
    background: #eaeaea url(/images/nav-yellow.png) no-repeat left;

}

#navigation .NavSelected1.yellow a 
{
    
    color: #0089E1;
    font-weight: bold;
}

#navigation .NavSelected2
{
   font-weight: bold;
   background: #cdcdcd url(/images/Level2.png) repeat-y;
}

#navigation .NavSelected3 
{
    font-weight: bold;
    background: #bcbcbc url(/images/Level3.png) repeat-y;
}


#navigation a img {
	margin: 20px 0 10px 0;
}

/* ------- Footer styles ------- */

#footer 
{
    font-size: 0.87em;
}

#footer li {	
	list-style: none;
}

#footer li.title {
	color: #453a2c;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	font-family: Arial, sans-serif;
}

#footer li strong, #footer li strong a {
	color: #702e3d;
}

#footer li a {
	color: #333;
	text-decoration: none;
}

#copyright p {
	color: white;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#copyright a 
{
    color: White;
}

#map #copyright, #map #copyright span {
	display: none;
}

/* callback CTA */

#CTAcallback {
	width: 230px;
	height: 100px;
	float: left;
	background: url(/images/cta-callback-bg.png) no-repeat;
	padding: 20px 10px 0 10px;
	position: relative;
	margin: 20px 0;
	clear: both;
}

#CTAcallback input {
	width: 174px;
	margin-top: 10px;
	height: 14px;
	padding: 3px;
	border: none;
	background: url(/images/callback-input-bg.jpg);
}

#CTAcallback select {
	width: 180px;
	margin-top: 10px;
}

#CTAcallback .cta-callback-submit {
	width: 49px;
	height: 20px;
	background: url(/images/semi-go.jpg) no-repeat;
	border: none;	
	position: absolute;
	bottom: 11px;
	*bottom: 6px;
	right: 10px;
	font-size: 0.93em;
	margin: 0;
	padding: 0;
}

/* ///callback CTA */


h5.unitFinderHeader {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0px;
    color:#453A2C;
    font-size: 22px;
    float: left;
    line-height: 2em;
    width: 250px;
    line-height: normal;
}