/* CSS Document */

html,body {
	height: 100%;
}

body {
	background-image: url(../_images/Layout_01.jpg);
	margin: 0px;
	background-color: #414242;
	background-repeat: repeat-x;
	text-align: center;
}

body,
input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-size: 13px;
	color:#990000;
}

#content {
	margin:0px auto;
	text-align: left;
	width: 860px;
	background: url(../_images/Layout_08.jpg) repeat-y top center;
	height: 100%;
}

#leftColumn , #rightColumn {
	width:30px;
	height: 723px;
	padding: 0px;
}
#leftColumn {
	float: left;
	background:url(../_images/Layout_02.jpg) no-repeat;
}

#rightColumn {
	float: right;
	background:url(../_images/Layout_04.jpg) no-repeat;
}

#centerColumn {
	width: 800px;
	float: left;
}

#menu {
	z-index: 0;
	width: 800px;
	height: 205px;
	background:url(../_images/Layout_03.jpg) no-repeat;
}

#menu a , 
#here {
	position: relative;
	display: block;
	top: 150px;
	padding: 20px 9px 8px 9px;
	margin: 0px;
	height: 27px;
	float: left;
	color: white;
	text-decoration: none;
	/* Take care of font now */
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}
#menu a {
	background:url(../_images/menuBg.jpg) repeat-x;
}

#menu a:hover {
	background:url(../_images/menuBg_hover.jpg) repeat-x;
}
#here {
	background:url(../_images/menuBg_here.jpg) repeat-x;
}

#content_main ,
#content_main_plainBg ,
#content_main_3column {
	z-index: 1;
	padding: 8px;
	margin: 0px;
	overflow: auto;
	min-height: 380px;
}

#content_main {
	background: #FFFFFF url(../_images/contentBg.jpg) no-repeat;
}

#content_main_plainBg {
	background: #FFFFFF url(../_images/contentBg_plain.jpg) no-repeat;
}

#content_main_3column {
	background: #FFFFFF url(../_images/contentBg_3column.jpg) no-repeat;
}

*html #content_main ,
*html #content_main_plainBg ,
*html #content_main_3column {
	height: 380px;
	overflow: visible;
}

/* Take care of footer */
#content_footer {
	background: url(../_images/Layout_07.jpg) no-repeat;
	padding: 10px;
	margin: 0px;
	clear: both;
	/* Font */
	color: white;
	font-size: 11px;
	font-weight: bold;
}

#content_footer_iso {
	float: left;
}
#content_footer_iso img {
	padding-top: 5px;
}

#content_footer_phone ,
#content_footer_address ,
#content_footer_credit {
	float: right;
	padding: 0px 0px 15px 25px;
	text-align: right;
}

#content_footer_credit {
	clear: right;
	font-size: 10px;
}

#content_footer_credit a {
	margin-top: 10px;
	display: block;
	background: url(../_images/siteBy.jpg) no-repeat;
	width: 87px;
	height: 30px;
	border: 0;
	text-decoration:none;
}
#content_footer_credit a:hover {
	background: url(../_images/siteBy_hover.jpg) no-repeat;
}

/* Take care of headers */
h1 ,
h2 ,
h3 ,
h4 ,
h5 ,
h6 {
	padding: 0px;
	margin: 0px;
}

h3 {
	font-size:16px;
}

#content_main h2 {
	font-size: 18px;
}

/* Take care of paragraphs */
p ,
#content_main p {
	font-size: 13px;
	color:#990000;	
	padding: 0px 0px 10px 0px;
}

#leftContent ol {
	font-size: 12px;
	color: #333333;
}

#leftContent ol li{
	padding-bottom:8px;
	margin-bottom:2px;
	line-height: 1.5em;
}

/* For sections with galleries */
#leftContent {
	float: left;
	clear: left;
	width: 465px;
	padding-bottom: 8px;
}

.rightContent ,
.rightContentTwo {
	float: right;
	clear: right;
	color: #FFF;
}

.rightContent , 
.rightContentTwo {
	width: 290px;
}

.rightContent {
	padding-bottom: 8px;
}

/* Simple text variations */
.footnote {
	font-size: 8px;
}
.text_grey {
	color:#666666;
}

.text_darkGrey {
	color:#333333;
}

.text_red {
	color:#9c1d21;
}

.text_redDark {
	color:#6e1010;
}

.text_white {
	color:#FFFFFF;
}
.text_white a{
	color:#FFFFFF;
	text-decoration:none
}
.text_white a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* For HOME */
.paddingBottom {
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.paddingTop {
	padding-top: 5px;
	margin-top: 0px;
}

.redBox , .greyBox , .galleryThumb {
	float: left;
}

.redBoxFirst , .greyBoxFirst{
	width: 175px;
}

.redBoxMiddle , .greyBoxMiddle {
	width: 185px;
}

.redBoxLast {
	margin-right: 0px;
}

.redBox a  {
	margin: 0px 5px 15px 0px;
}

.redBox a ,
.greyBox a ,
.galleryThumb a{
	display: block;
	padding: 5px 0px 5px 5px;	
	background-color: #FAFAFA;
	text-decoration: none;
	color:#990000;
	font-size:14px;
}

.redBox a ,
.greyBox a {
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	margin: 0px 5px 5px 0px;
}

* html .redBox a , * html .greyBox a , * html .galleryThumb a { /* For some reason, firefox is adding extra spaces to the images, so this is the proper code for IE */
	padding: 5px 5px 5px 5px;
}

.redBox a img , .greyBox a img , .galleryThumb a img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.redBox a:hover{
	background-color: #990000;
	color:#FFF;
}


.greyBox a {	
	color: #666666;
}

.greyBox a img{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.greyBox a:hover{
	background-color: #333333;
	color:#FFF;
}

/* Gallery thumbs for sections w/o text */
.galleryThumb a,
.galleryThumbLast a {	
	width: 75px;
	padding: 5px;
}

.galleryThumb a {
	margin: 0px 10px 10px 0px;
}

.galleryThumbLast a {
	margin: 0px 0px 10px 0px;
}

.galleryThumb a:hover,
.galleryThumbLast a:hover {
	background-color: #990000;
}

/* Contact page */
.contact_row_inputLabel {
	padding: 2px;
	clear: both;	
	width: 20%;
	color: #666666;
	font-size: .9m;
}

.contact_row_inputParent {
	width: 75%;	
}

.contact_row_inputParent input,
.contact_row_inputParent textarea {
	padding: 2px;
	border: solid #CCCCCC 1px;
	width: 100%;
	text-align: left;	
}

#contact_row_inputSubmit {
	background-color:#990000;
	color: #FFF;
	width: 56px;
	height: 26px;
	background-image:url(../_images/submit_ON.jpg);
}

.contact_row_inputLabel ,
.contact_row_inputParent {	
	padding-bottom: 15px;
	float: left;
}
