/* Pretty Stuff
================================== */
/* Zero down margin and padding on all elements */
* {
	margin: 0;
	padding: 0;
}

/* The Core Technique
================================= */
body,html {
	background-color: Black;
	padding: 0;
	margin: 0;
	color: #606060;
	font-family: "Verdana", "Tahoma", "Frutiger", "Univers", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Helvetica Neue", sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	min-height: 100%;
}

p {
	font-size: 1em; /* 12px */
	line-height: 1.5em; /* 18px */
	margin: 0 0 1.5em 0;
}

h1 {
	background-color: #fff;
	color: #c40202;
	font-size: 1.5em;  18px 
	line-height: 1em;  18px 
	margin: 1em 0 0.1em 0;  /*calculations:*/
/*font size:	18px(desired) / 12px(base) = 1.5em
line-height: 18px(line height) / 18px(desired font size) = 1em;*/

	font-weight: 700;
}

h2 {
	background-color: #fcf5d5;
	color: #c40202;
	font-size: 1.3333em;  16px 
	line-height: 1.125em;  18px 
	margin: 0 0 0.125em 0;  /*calculations:*/
/*font size:	16px(desired) / 12px(base) = 1.3333em*/

	font-weight: 400;
}

h2 a {
	background-color: #fcf5d5;
	color: #c40202;
	font-weight: 400;
	text-decoration: none;
}

h2 a:hover {
	background-color: #fcf5d5;
	color: #E12200;
	text-decoration: underline;
}

h3 {
	background-color: #fcf5d5;
/*	color: #c40202;*/
   color: #454545;
	font-size: 1.1667em;  14px 
	line-height: 1.286em;  18px 
	margin-top: 1.929em;
	margin-bottom: 0.643em;  /*calculations:*/
/*font size:	14px(desired) / 12px(base) = 1.1667em
line-height: 18px(line height) / 14px(desired font size) = 1.286em;
top margin: 27px / 14px = 1.929em
bottom margin: 9px / 14px = 0.643em*/

	font-weight: 700;
}

h3 a {
	font-size: 1em;
	background-color: #fcf5d5;
	color: #c40202;
	font-weight: 400;
	text-decoration: underline;
}

h3 a:hover {
	font-size: 1em;
	background-color: #fcf5d5;
	color: #FD0404;
	text-decoration: underline;
}

 /*****************************
	Main Tags TO CLEAN UP!!!
*****************************/
form, select, textarea {
/*	font: normal 1.0em Verdana, Geneva, Helvetica, Arial, sans-serif;*/
}

img {
	border: none;
	margin: 0;
	padding: 0;
}
/*
a:hover{
	color: #22B4CC;
	text-decoration: underline;
}*/

/*a:hover * {
	color: #991700;
	text-decoration: underline;
}*/

.floatleft{
	float: left;
	padding: 10px 10px 10px 0;
}

.floatright{
	float: right;
	padding: 10px 0 10px 10px;
}

td {
	vertical-align: top;
}

/*****************************
    Main Wrapper elements
*****************************/
#bgwrappermain {
	position: relative;  
	height: 100%;
	margin: 0 auto 0 auto;
	background-color: Black;
	background-image: url(../../../images/bg.gif);
	background-repeat: repeat-x;
}

#pagewrapper{
	background-image: url(../../../images/innerpagebg.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 780px;
	position: relative;
	height: 100%;
	margin: -1px auto 0 auto;
}

#pagewrapperflex {
/*	width: 780px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: url(../../../images/outerpagebg2.gif) no-repeat;*/
}

/*****************************
    Heading Bar / Branding
*****************************/
#headerwrapper {
	margin: 0 auto 0 auto;
	position: relative;
	width: 100%;
}

#branding {
	margin: 0 auto 0 auto;
	width: 780px;
	position: relative;
	height: 229px;
	background-image: url(../../../images/bg_pagetop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.imgheading{
	margin-top: 10px;
	width: 400px;
	
}

/*****************************
    Flash Banner
*****************************/
#flashcontent{
	width: 560px;
	height: 160px;
	float: right;
	padding: 0;
}

/*****************************
    Logo Area
*****************************/
#logowrapper{
	width: 200px;
	float: left;
	padding: 0;
}

#logoelement{
	text-align: center;
	height: 160px;
	vertical-align: middle;
}

/*****************************
    Language Bar
*****************************/
#languagebar{
	clear: both;
	margin: 0 20px 0 20px;
	padding: 0;
	color: #c40202;
}

#languagebar img {
	margin-left: 12px;
	padding: 0;
}

/*****************************
    Menu Bar
*****************************/
/*#menu {
	clear: both;
	height: 25px;
	margin-left: 10px;
	margin-top: 1px;
}

#menu a {
	font-size: 0.9em;  12px 
}*/
#menudivider{
	background: url(../../../images/menuseperator.gif) no-repeat center;
	height: 10px;
	width: 780px;
}
/*****************************
    Search Bar
*****************************/
#searchybar {
	height: 70px; 	background: url(../../../images/pagetopbg.gif) no-repeat;
	margin-left: 10px;
}

.searchhighlight {
	color: #F79639;
	font-weight: bold;
}

/*****************************
	Breadcrumb
*****************************/
.breadcrumb {
	font-size: 1em;
	float: left;
	color: #fff;
	margin: 3px 0 0 7px;
}

.breadcrumb a{
	font-size: 0.95em;
	text-decoration: none;
	color: #fff;
}

.seperator {
	padding: 0 .1em 0 .1em;
	font-size: .9em;
	color: #fff;
}

#searchbox {
	float: right;
	margin: -15px 0 0 0;
}

.searchgo {
	background: White;
	border: 1px solid #fff;
	font-size: 1.1em;
	color: #fff;
	padding: 0 5px 2px 5px;
}
.logo {
	float: right;
	margin: 20px 0 0 0;
}

/*****************************
	Content Area
*****************************/
.content {

	height: 100%;
	padding: 12px;
	width: 760px; 
	min-height: 100%;
	margin-left: 10px;
}
.subcontent{
	margin-left: 440px;
	width: 295px;
		font-size: 0.9em;
}
.subcontent a{
	color: #c40202;
		font-weight: 600;
}
.subcontent a:hover{
	color: #FD0404;
	text-decoration: underline;
}
	
.subcontent img{
	margin-right:-10px;
}
.inner_content_left {
	
	width: 415px;
	float: left;
	min-height: 100%;
/*	bottom: 0em; */

}

.inner_content_left a {
	background-color: #fcf5d5;
	color: #c40202;
	font-weight: 600;
	text-decoration: underline;

}
.inner_content_left a:hover {
	background-color: #fcf5d5;
	color: #FD0404;
	font-weight: 600;
	text-decoration: none;

}

.whole_page_content a {
	background-color: #fcf5d5;
	color: #c40202;
	font-weight: 600;
	text-decoration: underline;

}
.whole_page_content a:hover {
	background-color: #fcf5d5;
	color: #FD0404;
	font-weight: 600;
	text-decoration: none;

}


/*.inner_content_left p img{
	padding: 5px;
	border: 1px solid #ccc;
	
	background: White;
	margin: 5px 7px 5px -5px;
	}*/

.inner_content_right {
	width: 340px;
	float: right;
	height: 100%;
   
/*	background: url(../../../images/cta_bg.gif) repeat-y left;*/
}

.outercontainer{
/*	width: 760px;
	margin: 0 auto 0 auto;*/
}

.innercontainer{

	margin: 0em auto 0 0;
	position: relative;
	height: 100%;
	width: 740px;
	line-height: 1.7em;

}

.inner_content_right img {
/*	margin-left: -8px;*/
}

.whole_page_content{
	width: 720px;
	min-height: 100%;
}

.inner_content_left ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1.3em;
	text-indent: -1.3em;
}

.inner_content_left li{
	margin: 0.25em 0em 0.25em 0em;
}
.bodyimage{
	float: right;
	padding: 5px;
	border: 1px solid #ccc;
	background: White;
	margin: 5px -15px 5px 5px;
}
.bodyimageright{
	float: right;
	padding: 5px;
	border: 1px solid #ccc;
	background: White;
	margin: 0px 5px 5px 10px;
}
.bodyimageleft{
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	background: White;
	margin: 5px 10px 5px 5px;
	vertical-align: top;
}
.imgbullet{
	vertical-align: middle;
}
/*****************************
   CTA Styling
*****************************/
.ctatop{
	margin-top: 0em;
	width: 340px;
	float: right;
	height:20px;
	
	background: url(../../../images/cta_top.gif) no-repeat left;
}

#ctacontent{
	background: #8A2BE2;
}

.ctabottom{

	width: 340px;
	float: right;
	height: 22px;
	
	background: url(../../../images/cta_bottom.gif) no-repeat top;
/*	margin-top: -19px;*/
	margin-top: -22px;


}

.ctatext{
	float:left;width:170px;
	padding-left: 5px;
}

/*****************************
	Footer Area
*****************************/
#footerwrapper {
background: #000 url(../../../images/bg_footer.gif) repeat-x top;
	color: White;
   clear:both;
	height:150px;
	margin:0;
	position:relative;
	width:100%;
}

#footer {
clear:both;
margin:0 auto;
padding: 5px 0 1px;
text-align:left;
width:760px;
}

#bottommenu {
margin:0 auto;
padding: 0 0 20px 0;
position:relative;
text-align:center;
width:750px;
}
#footeraddress {
float:left;
width:44%;
}

#footerside {
float:right;
width:55%;
}

#footeraward {
float:left;
width:112px;
}

.award {
float:left;
width:112px;
 padding: 5px 5px 5px 5px;
}

#footeraward p {
font-weight:700;
line-height:normal;
text-align:center;
}

#footersearch {
float:right;
margin-top:20px;
text-align:right;
width:300px;
}

#footersearch p,#contlogo {
text-align:right;
}











/***************************************************************************
	For the Virtual Tour Launch Button position within 'modules'
***************************************************************************/
.vtlaunchbtn img{
/*	padding: 0;
	margin-top: -25px;*/
}

/*****************************
	Modules
*****************************/
.modules {
	width: 400px;
	clear: both;
	position: relative;
	margin-top: 50px;
	bottom: 3em;
}

/*****************************
	Call to Actions
*****************************/
.call_to_action {
	font-size: .90em;
/*	clear: both;*/
   background: url(../../../images/cta_bg.gif) repeat-y left;
	float: left;
	width: 500px;
	height: 168px;
}

.call_to_action a {
	color: #c40202;
}
.call_to_action a:hover{
	color: #FD0404;
	text-decoration: underline;
}
.call_to_action p {
	font-weight: bold;
	font-size: 1.1em;
	color: #c40202;
	display: inline;
}

.call_to_action img {
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	margin-left: 20px;
	margin-bottom: 25px;
	background: White;
}

.call_to_action span {
}

/*****************************
	Used in Admin Toolbar
*****************************/
.adminlanguages {
/*	float: right;
	color: #c40202;
	position: relative;
	right: 50px;
	top: 5px;*/
}

.adminlanguages img {
/*	margin-left: 10px;
	padding: 0;*/
}

.adminlanguages span {
/*	position: relative;
	bottom: .3em;*/
}

.dateheading {
/*	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	font-weight: bold;*/
}


.searchresults{
/*	width: 350px;
	margin: 20px;*/
}

a, a * {
/*	color: #c40202;
	text-decoration: none;*/
}

.breadcrumb a:hover, .call_to_action a:hover {
/*	text-decoration: underline;*/
}
.clear {
	clear: both;
}

.deco {
   	margin: 0 auto 0 auto;
	background-color: #fcf5d5;
	height: 20px;
	background: url(../../../images/deco.gif) no-repeat center;
	width: 400px;
}
.decowide {
   	margin: 0 auto 0 auto;
	background-color: #fcf5d5;
	height: 20px;
	background: url(../../../images/decowide.gif) no-repeat;
	width: 700px;
}
.decothin {
   margin: 0 auto 0 auto;
	background-color: #fcf5d5;
	height: 20px;
	background: url(../../../images/decothin.gif) no-repeat;
	width: 300px;
}


/*****************************
    Calendar Styling
*****************************/

#calendar{
	font-size: .90em;
	width: 735px;
	padding: 0;
	margin: 0;
}
#calendar a{
  	color: #4f6b72;
	background-color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#calendar a:hover{
  	color: #C40000;
	background-color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#calendar td.whiteleft a{
  	color: #4f6b72;
	background-color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#calendar td.whiteleft a:hover{
  	color: #C40000;
	background-color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#calendar td.alt a{
  	color: #4f6b72;
	background-color: #FFF0F0;
	text-decoration: none;
	font-weight: normal;
}
#calendar td.alt a:hover{
  	color: #A60000;
	background-color: #FFF0F0;
	text-decoration: none;
	font-weight: normal;
}
#calendar td.altleft a{
  	color: #4f6b72;
	background-color: #FFF0F0;
	text-decoration: none;
	font-weight: normal;
}
#calendar td.altleft a:hover{
  	color: #A60000;
	background-color: #FFF0F0;
	text-decoration: none;
	font-weight: normal;
}
caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #FFB2B2;
	border-bottom: 1px solid #FFB2B2;
	border-top: 1px solid #FFB2B2;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #FFB2B2;
	background: none;
}

td {
/*	border-right: 1px solid #9D0000*/
	/*border-bottom: 1px solid #9D0000;*/
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	width: 147px;
	border-right: 1px solid #FFB2B2;
	border-bottom: 1px solid #FFB2B2;
}


td.alt {
	background: #FFF0F0;
	color: #797268;

	/*border-left: 1px solid #9D0000;*/
		/*border-bottom: 1px solid #9D0000;*/
}
td.altleft {
	background: #FFF0F0;
	color: #797268;
	border-left: 1px solid #FFB2B2;*/
}
td.whiteleft {
	background: #FFF;
	color: #4f6b72;
	border-left: 1px solid #FFB2B2;*/
}
td.cleared {
	background: #FCf5D5;
	color: #797268;
			border-right: 0px solid #9D0000;
	border-left: 0px solid #9D0000;
		border-bottom: 0px solid #9D0000;
}

th.spec {
	border-left: 1px solid #FFB2B2;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #FFB2B2;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
#login td{
	background-color:#fcf5d5; 
	border: 0;
	text-align: left;
	padding: 0;
}
.contactform td{
	background-color:#fcf5d5; 
	border: 0;
	text-align: left;
	padding: 0;
}
.floatleft img{
	padding: 6px 6px 6px 6px;
	background: #fff;
	border: thin solid Silver;
	margin-bottom: 20px;
}