@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	background-color: #202020;
	background-image: url(images/backoverlay.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left top;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 20px;
	color: #E8E8BA;
	font-family: Georgia;
}
.oneColFixCtrHdr #logoBanner {
	height: 500px;
	width: 100px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 18px;
	color: #E8E8BA;
	font-family: Georgia,;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 00px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #container #header #Nav {
	color: #F60;
	text-align: center;
	background-color: #000;
	height: 25px;
	margin-top: 7px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: medium;
}
.oneColFixCtrHdr #mainContent {
	color: #CCC;
	background-color: #000;
	font-size: medium;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}
.oneColFixCtrHdr #container #header h1 a img {
}
.oneColFixCtrHdr #footer {
	background-color: #000;
	color: #F60;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 70px;
	border: 1px solid #666;
}
.oneColFixCtrHdr #container #footer #socialLinks {
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #footer #copyright {
	text-align: center;
}
.oneColFixCtrHdr #container #footer #socialLinks #SocialBookmarkLabel {
	width: 140px;
	text-align: left;
}
.oneColFixCtrHdr #container #footer #socialLinks {
	text-align: left;
	width: 140px;
	float: right;
}
.oneColFixCtrHdr #container #footer #LinkLocator {
}
.oneColFixCtrHdr #container #footer #LinkLocator {
	text-align: left;
	width: 595px;
	float: left;
	padding: 0px;
	color: #E8E8BA;
	font-weight: bold;
}
.oneColFixCtrHdr #container #footer #copyright {
	height: 30px;
	width: 740px;
	float: right;
}
#twitter_update_list li {
	list-style-type: none;
	font-size: 10px;
}
#twitter_update_list span {
	color: #F60;
	background: #000000;
}
 ]#twitter_update_list span a {
display: inline;
color: #000000;
}
#twitter_update_list span a:hover {
	text-decoration: none;
	color: #F30;
}
#twitter_update_list span a {
	text-decoration: none;
	color: #F60;
}
a {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
img {
	border-style: none;
}
/* Contact Page Specific CSS*/


.oneColFixCtrHdr #container #mainContent #contactIntro {
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent #contactHolder {
	width: 740px;
	height: 500px;
}
.oneColFixCtrHdr #container #mainContent #contactLeft {
	width: 370px;
	height: 500px;
	float:left
}
.oneColFixCtrHdr #container #mainContent #contactRight {
	width: 370px;
	height: 500px;
	float:right
}
.err {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}
.oneColFixCtrHdr #container #mainContent #contactHolder #contactRight #ContactDetailsLayout {
	height: 200px;
	width: 285px;
	float: right;
}
.oneColFixCtrHdr #container #mainContent #contactHolder #contactRight #ContactDetailsTitles {
	height: 200px;
	width: 80px;
}
/* Form Styling */

input {
	background-color: #CCC;
}
textarea {
	background-color: #CCC;
}
input.btn {
	color:#F60;
}



/* 404 Specific CSS */

.oneColFixCtrHdr #container #mainContent #404notice {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent #404notice h1 {
	font-size:65px;
}

.oneColFixCtrHdr #container #mainContent #404notice h2 {
	font-size: 36px;
}