body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(images/site_bg.gif) #000000;
}

#container {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -456px;
	width: 912px;
	background:url(images/body_bg.gif) repeat-y;
}
#inner_container {
	position:relative;
	width:860px;
	margin-left:26px;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 860px;
	height: 200px;
}
#logo {
	position:absolute;
	top:0px;
	height:200px;
	width:860px;
	background: url(images/new_logo.png) no-repeat;

}

#nav {
	position: relative;
	margin: 0;
	top: 155px;
	padding: 0;
	height: 40px;

}
#nav_1 {
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 40px;
	text-align:center;

}
#nav ul {
	margin: 0;
	padding: 15px 5px;
}
#nav li {
	display: inline;
	list-style-type:none;
	border-right: 2px solid #9932CD;
	padding: 0px 20px;
	
}
#nav a {
	font-weight: bold;
	font-size: 18px;
	color: #4B0082;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #4B0082;

}
#nav a:active, #nav a:hover {
	text-decoration: underline;
	color:#9932CD;
}
#nav .last {
	border: none;
}
#content1 {
	position: relative;
	margin: 0px;
	padding: 2px;
	width: 856px;

}

#content {
	position: relative;
	margin: 0;
	padding: 5px;
	width: 846px;
}


#contentLeft {
	float: left;
	width: 300px;
	padding:5px;

	
}
#contentRight {
	float: right;
	width: 500px;
	padding:5px;
	border-left:#666666 double ;

}

#content1 p {
	margin: 0px;
	padding: 10px;
	font-size: 14px;
	color: #000000;
	line-height: 17px;
	font-family:"Times New Roman", Times, serif;
}
#content1 h1 {
	margin: 0;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #111111;
	font-family:Arial, Helvetica, sans-serif;
}
#content1 a {
	font-weight: bold;
	font-size: 16px;
	color: #4B0082;
}
#content1 a:link, #content1 a:visited {
	text-decoration:underline;
	color: #4B0082;

}
#content1 a:active, #content1 a:hover {
	text-decoration: underline;
	color:#9932CD;
}
#recentPosts {
	position:absolute;
	top:220px;
	left: 346px;
}
#recentPosts a {
	font-weight:bold;
	font-size: 12px;
	color: #4B0082;
}
#recentPosts a:link, #recentPosts a:visited {
	text-decoration:underline;
	color: #4B0082;

}
#recentPosts a:active, #recentPosts a:hover {
	text-decoration: underline;
	color:#9932CD;
}
#content h2 {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	color: #143141;
}

#lightbox{
	background-color:#000000;
	padding: 10px;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
	}
#lightboxDetails{
	font:bold  12px;
	color:#ffffff;
	padding-top: 5px;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; 
	color:#ffffff;
}

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#rightTextArea {
		position: relative;
		padding: 0px;
		width: 380px;
}

#form {
	position: relative;
	margin: 0;
	padding: 0;
	width: 250px;
	background: url('images/form_center.gif') top left repeat-y;
}
#formTop {
	position: relative;
	margin: 0;
	padding: 0;
	width: 250px;
	background: url('images/form_top.gif') top left no-repeat;
}
#formBottom {
	position: relative;
	margin: 0;
	padding: 15px;
	width: 220px;
	background: url('images/form_btm.gif') bottom left no-repeat;
}
#form label {
	font-weight: bold;
	color: #FFFFFF;
}
.inputText, .textareaText {
	
}
.formInput {
	height: 14px;
	margin-bottom: 5px;
	width: 170px;
	color: #333333;
	border: 2px solid #002C4E;
	background-color: #EEEEEE;
}
#formTitle {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}


#form h3 {
	margin: 0;
	padding: 0;	
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#form a {
	display: block;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}
#form a:link, #form a:visited {
	color: #FF9900;
	text-decoration: none;
}
#form a:hover, #form a:active {
	color: #FF9900;
	text-decoration: underline;
}
.radio {
	margin: 5px 0;
	color: #FFFFFF;
}
.formInput {
	width: 200px;
	margin: 5px 0;
}
.formTextArea {
	width: 200px;
	margin: 5px 0;
}
.formSubmit {
	margin: 5px 0px;
	padding: 0;
}

#imgShadow {
	  float:left;
	  background: url('images/shadowAlpha.png') no-repeat bottom right !important;
	  background: url('images/shadow.gif') no-repeat bottom right;
	  margin: 10px 0 10px 10px !important;
	  margin: 10px 0 10px 5px;
  }

#imgShadow img {
  display: block;
  position: relative;
  background-color: #000000;
  border: 1px solid #000000;
  margin: -5px 5px 5px -5px;
  padding: 2px;
 } 


#footer {
	position: relative;
	margin: 0;
	padding: 0;
	width: 860px;
	height: 30px;
	
}
#footer_1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 860px;
	height: 30px;
}
#footer_2 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 860px;
	height: 30px;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
#footer_text {
	position: relative;
	padding: 0 ;
	width:333px;
	margin: 0;
	left:250px;
	top:10px;
	text-align:center;
	height:20px;
	background:#000000;

}
#footer p {
}


/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
