@charset "UTF-8";
/* CSS Document */


img, div { behavior: url(iepngfix.php) }


body {
	background-image:url(images/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#000000;
	
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11.5px;
}
*{
	margin:0px;
	padding:0px;
}
h1{
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	margin-bottom:18px;
}
h2{
	font-size:12px;
	font-weight:normal;
	color:#303030;
	text-transform:uppercase;
}
ul{
	margin-left:21px;
	margin-top:18px;
	margin-bottom:24px;
}
li{
	line-height:18px;
	color:#222;
}
p{
	font-size:11px;
	color:#FFFFFF;
	margin-bottom:18px;
	line-height:18px;
}
a {
	color:#222222;
}
a:hover {
	color:#FFFFFF;
}
p.endParagraph {
	margin-bottom:5px;
}
.morelink{
	font-size:10px;
}
p.darkText{
	color:#333;
}
#flashNav {
	width:900px;
	height:120px;
	margin:0px auto;
}
#sloganBar {
	position:relative;
	width:820px;
	height:80px;
	margin:0px auto;
	background-image:url(images/sloganBar.png);
}
#slogan{
	position:absolute;
	text-align:right;
	font-style:italic;
	padding-top:20px;
	width:260px;
	right:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#898989;
}
#imageHolder{
	position:relative;
	width:800px;
	height:400px;
	margin:20px auto 0 auto;
	background-color:#000000;
}
#imageHolder_contact{
	position:relative;
	width:800px;
	height:206px;
	margin:20px auto 0 auto;
	background-color:#000000;
}
#imageHolder_contact img{
	position:relative;
	width:794px;
	height:200px;
	margin-top:3px;
	margin-left:3px;
	background-color:#000000;
}
#photodiv {
	position:absolute;
	width:800px;
	height:400px;
	top:3px;
	left:3px;
	background-repeat:no-repeat;
}
#contentWrapper{
	position:relative;
	width:100%;
	margin-top:25px;
}
#contentTextWrapper{
	position:relative;
	width:800px;
	margin:0px auto;
}
#contentText{
	position:relative;
	width:500px;
	float:left;
	padding-right:30px;
	border-right:2px #777 groove;
}

#contentColumn{
	position:relative;
	width:240px;
	float:right;
}
#footerWrapper{
	position:relative;
	float:left;
	margin-top:25px;
	margin-bottom:40px;
	width:100%;
}
#transparentBar_subtitles{
	position:absolute;
	background:url(images/transparentBar.jpg) repeat-x;
	width:100%;
	height:22px;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
}
#transparentBar_fade{
	position:absolute;
	background:url(images/transparentBar_fade.png);
	width:800px;
	height:22px;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
}
#transparentBar_footer{
	position:absolute;
	background:url(images/transparentBar.jpg) repeat-x;
	left:0px;
	width:100%;
	height:22px;
	filter:alpha(opacity=20);
	-moz-opacity:.2;
	opacity:.2;
}
#footer{
	position:relative;
	width:800px;
	margin:0px auto;
	color:#999;
	font-size:10px;
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
}
#footer span a, #footer span{
	color:#555;
}
#footer span a:hover{
	color:#333;
}


/*-----ABOUT-------*/
#contentText_about{
	position:relative;
	width:500px;
	float:right;
	padding-left:30px;
	border-left:2px #777 groove;
}

#contentColumn_about{
	text-align:right;
	font-size:10px;
	position:relative;
	width:240px;
	float:left;
}
#about_lineheight li{
	margin-bottom:6px;
}
#about_lineheight ul{
	margin-top:12px;
}
#about_lineheight ul ul{
	margin-top:5px;
	margin-bottom:9px;}


/*-----CONTACT-------*/
#contactForm td{
padding:9px 10px 9px 0;
}