/* CSS Document */


body {
	margin-top: 4px;
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	background-color: #000;
	background-image: url(assets/images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	
}


#container {
	margin: 0 auto;
	width: 760px;
	background-color: #000;
	border: 2px solid #fff;
}
#leftCol {
	width:226px;
	border-right: 2px solid #fff;
	height:auto;

}
#pagePic {
	width: 226px;
	height: 248px;
	
}
#navTable {
	top:-110px;
	_border: 2px solid #fff;
	_border-left: 0px;
	width: 157px;
	border: 2px solid #fff;
	border-left: 0px;
	position:relative;
	z-index:4;
	
	
}
#navCol {
	width: 157px;
	height: 400px;
	background-color: #000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#nav {	padding: 0px;
	margin: 0px;
	position: absolute;
	width: 145px;
	top: 150px;
	margin-left: 6px;
	_margin-left: 0px;
	list-style-type: none;
	list-style-position: inside;
	z-index:999;
}
#nav li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	padding-left: 10px;
	border-bottom: 1px solid #5a5a5a;	
}
#nav li.endLnk {
	border-bottom: 0px;
}
#nav a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	line-height: 25px;
	display: block;
	_margin-left: -10px;
}
#nav a:hover {
	color: #aaa;
}
#nav li {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#sideBar {
	width: 157px;
	height: 200px;
	background: #4b565a url(assets/images/leftCol_bg.jpg) repeat-x;
	border-top: 1px solid #fff;
	padding: 8px;
	
}
#rightCol {

	width: 100%;
	background: #4b565a url(assets/images/rightCol_bg.jpg) repeat-x;
	height:auto;

}
#bottomNavCont {
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
#bottomNav li {
	display: inline;
	
}
#bottomNav a {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#bottomNav a:hover {
	text-decoration: underline;
	color: #444;
}

/* xxxxxxxxxxxxxxxxxxxxx  */

p { font-size: 14px;
	color: #dddddd;
	line-height:20px;
}

h1 { font-size: 18px;
	font-style: italic;
	color: #eee;
	font-weight: bold;
	margin-top: 12px;
}
.pageTitle h1 {
	color: #9d9d9d;
	font-size: 20px;
}
h2 { font-size: 15px;
	 font-style: italic;
	color: #9d9d9d;
	font-weight: bold;}

h3 { font-size: 14px;
	 font-weight: bold;
	 color: #fff;
	 }

h4 { font-size: 12px; 
	 font-weight: bold;
	 color: #fff;
	 }

a { font-weight: bold;
	text-decoration: none;
	color:#aaaaaa;}

a:hover { text-decoration: underline;}

li {
	font-size: 14px;
}

ul li {
	color: #CCCCCC;
	list-style-position: inside;
}

#nav li {
	margin-left: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
#bottomNav li {

	margin-left: 0px;

}
#bottomNav li, #bottomNav a, #bottomNav p {
	color: #000;
	font-size: 11px;
}
.imgborder {
	margin: 4px;
	BORDER: #fff 1px solid;

}

.smalltext { font-size: 12px;
	         line-height: 14px;}

/*Splash*/

#centerDiv {
	width:680px;
	margin:0 auto;
	
}

#mainwrap {
	width:680px;
	height:auto;
	float:left;
	margin-top:-165px;
}
#splashBorder {
	width:670px;
	height:404px;
	float:left;
	border:2px #FFFFFF solid;
	background:url(assets/images/sidebarBg.jpg) left bottom repeat-x #636363;

}

#enterBox {
	width:190px;
	height:50px;
	border:1px solid #fff;
	position:relative;
	left:490px;
	top:200px;
	_top: 205px;
	cursor:pointer;
	
}

#enterBox a:hover {
	background:#fff;
	filter:alpha(opacity=55);-moz-opacity:.5;opacity:.5;
}

#flashHolder {
	float:left;
	border-right:1px solid #fff;
	width:516px;
}

#addressBox {
	width:190px;
	height:130px;
	border:1px solid #fff;
	position:relative;
	left:500px;
	top:390px;
	_padding-top: 5px;
}

.addressText {
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
}

.phoneNumber {
	font-size:18px;
}
/**/
#contact-form{
	background: #000;
	border: 2px solid #fff;
	padding: 5px 10px 10px 10px;
	margin: 15px auto;
	font-size: 12px;
	width: 115px;
}
#contact-form h3{
	color: #fff;
	margin: 5px 0px 5px 0px;
}
#contact-form input {
	width: 110px;
	height: 20px;
	margin: 0px 0px 3px 0px;
}
#contact-form textarea {
	width: 110px;
	height: 40px;
	margin: 0px 0px 3px 0px;
}
