/* CSS Document */

* {	margin:0; padding:0; font-size:100%;}

body{background:#000000; text-align:center;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.5em;
	color:#666666;
}
input, select { vertical-align:middle; font-weight:normal;}

a {color:#999999;}
a:hover{text-decoration:none;}
p {padding-top:18px;}

h1{
	font:Georgia, Times, serif;
	font-size:18px;
	color:#66CCFF;
	word-spacing:2px;
	padding-bottom:16px;
	font: Georgia, Times, serif;
}
h2{
	font:Georgia, Times, serif;
	text-transform:uppercase;
	font-size:14px;
	color:#999999;
	word-spacing:2px;
}

cite{ font-style:normal; display:block;}
strong{ display:block; text-transform:uppercase;}

/* ============================= main layout ====================== */
.imgindent {margin:0 20px 0 0; float:left;}
.phone{ float:right; padding-right:100px;}
.space1{ margin-left:53px;}
.padding1{ padding-top:18px;}
.padding2{ padding-top:10px !important;}
.margin1{ margin-bottom:15px; display:inline-block;}

/* ============================= header ====================== */
#header{ background:url(images/header-bg.jpg) no-repeat 0 0;}
#header .top{
	width:100%;
	overflow:hidden;
	height: 150px;
}
#header .menu{
	float:right;
	padding:38px 0px 0 0;
}
#header .menu li{
	float:left;
	padding-left:3px;
	padding-top: 40px;
	width: 450px;
	padding-right: 30px;
}
#header .logo{
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
}
#header .indent{
	font-style:italic;
	font-size:1.083em;
	line-height:1.154em;
	color:#fff;
	height: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#header .slogan{
	padding-top: 25px;

}

#header .photos{ padding:37px 0 0 31px;}
#header .photos .col-2, #header .photos .col-3, #header .photos .col-4, #header .photos .col-5{ margin-left:20px;}
#header .photos a{ color:#702103; font-weight:bold; display:inline-block; margin:4px 0 0 2px;}

/* ============================= content ====================== */
#content{
	background:url(images/content-bg.gif) no-repeat 0 0;
	padding-top: 300;
	padding-right: x;
	padding-bottom: 20px;
	padding-left: 30px;
}
.link{ background:url(images/link-bg.gif) no-repeat 1px 0; display:inline-block; margin-top:16px; color:#d49626; font-weight:bold; padding:0 0 10px 37px; text-decoration:none;}
.link:hover{ color:#821f02;}

.list{ margin:-4px 0 0 0;}
.list li{ line-height:2em; background:url(images/list-marker.gif) no-repeat 0 9px; padding-left:15px;}

/* ============================= page1 ====================== */
#page1 #header{
	height:250px;
}

/* ============================= footer ====================== */
#footer{
	background:url(images/footer-line.gif) top repeat-x;
	font-size:0.833em;
	line-height:1.2em;
	color:#aeaeae;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#footer .indent{
	padding-top: 16px;
	padding-right: 450px;
	padding-bottom: 0;
	padding-left: 30px;
}
#footer strong{ font-size:1.2em; color:#aeaeae; font-weight:normal; padding-bottom:4px;}
#footer strong a{ text-transform:none;}

/* ============================= forms ============================= */
#ContactForm{ padding-top:0px;}
#ContactForm label{ display:block; height:40px;}
#ContactForm input{ border:solid 0px; background:#c4c4c4; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#000000; padding:1px 0 1px 3px; width:255px;}
#ContactForm textarea{ border:solid 0px; background:#c4c4c4; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#000000; padding:1px 0 1px 3px; width:255px; height:142px; overflow:auto;}
#ContactForm .link{ margin:15px 50px 0 0;}
