﻿body{
	margin:0;
	padding:0;
	background:#c8dee9 url('images/pageBackgroundStr.jpg') repeat-x top;
	text-align:center;
}

#mainContainer{
	margin:0 auto;
	text-align:center;
	width:940px;
	min-height:400px;
}

#footer{
	margin:0 auto;
	text-align:center;
	width:940px;
}

#header{
	text-align:left;
	background:transparent url('images/pageHeaderBg.jpg') no-repeat right top;
	height:285px;
}

#contentContainer{
	margin:0 auto;
	text-align:center;
	width:940px;
	min-height:400px;
	background-image:url('images/pageBgStr.png');
}

#sideImage{
	margin-left:-14px;
}

#menuContainer{
	width:675px;
	float:right;
	margin-top:36px;
	margin-right:31px;
	height:61px;
	text-align:right;
}

#subContentContainer{
	width:872px;
	min-height:380px;
	margin:0 auto;
	background:transparent url('images/contentContainerBg.jpg') repeat-y right;
	text-align:left;
}

#content{
	width:468px;
	padding:5px;
	float:right;
	font:10pt verdana;
	color:black;
}

#content img{
	border:none;
}

#content a,#content a:visited{
	color:blue;
}

#content a:hover{
	color:black;
	text-decoration:none;
}

#menuContainer a{
	height:58px;
	line-height:58px;
	padding:15px;
	border:1px solid #CBE0EA;
	background-image:url('images/linkBg.jpg');
	color:white;
	text-decoration:none;
	margin:0 auto;
}

#menuContainer a:hover{
	color:#CADFE9;
}

#phone{
	float:right;
	height:20px;
	margin-top:10px;
	margin-right:31px;
	font:bold 14pt verdana;
	color:#333333;
}

#dropNav{
	width:250px;
	background-color:white;
	border:1px solid gray;
	float:right;
	margin-right:33px;
	margin-top:-4px;
	text-align:left;
	padding:3px;
	z-index:99;
	display:none;
}

#dropNav a{
	display:block;
	line-height:normal;
	height:auto;
	padding:3px;
}

h1{
	margin-top:15px;
}

#darkLayer{
	position:absolute;
	display:none;
	z-index:80;
	background-color:gray;
	filter:alpha(opacity=80);
	opacity: 0.8;
}

#previewPane{
	width:400px;
	background-color:white;
	border:1px solid gray;
	text-align:center;
	padding:5px;
	display:none;
	position:absolute;
	z-index:90;
}

#lgImage{
	margin:0 auto;
	text-align:center;
}

#lgImage img{
	height:270px;
	width:360px;
	border:1px solid gray;
}

#closeImage{
	height:30px;
}

#closeImage a,#closeImage a:hover,#closeImage a:visited{
	text-decoration:none;
	color:gray;
	margin-top:10px;
}
