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

html, body {
	margin: 0px;
	background-color: #231f20;
	font-family: Century Gothic, Helvetica, Arial, Tahoma;
	font-size: 12px ;
	color: #fff;
	line-height: 18px;
	font-style: normal;
	font-weight:600;
	
}
#wrapper {
	width: 940px;
	margin: 0px auto;
}
#menu {
	width: 800px;
	height: 50px;
	margin: 0px auto;
}
#title {
	width: 940px;
	height: 300px;
}
#logo {
	width: 290px;
	height: 300px;
	position:absolute;
	float:left;
	z-index: 10;
}
#jquery_image {
	width: 770px;
	height: 300px;
	float: right;
}
#main_container {
	width: 940px;
	height: 100%;
	
	margin: 0px auto;
	overflow: hidden;
	background-repeat:repeat;
	background-image:url(images/contentbg.png);
	padding-top: 10px;
	padding-bottom: 50px;
}
#main_container_left {
	width: 390px;
	height: 100%;
	float:left;
	margin-left: 70px;
}
#main_container_right {
	width: 390px;
	height: 100%;
	float:right;
	margin-right: 70px;
}
#main_container_full {
	width: 801px;
	height: 100%;
	margin: 0px auto;
}
#email_box{
	width: 801px;
	height: 80px;
	background-image: url(images/emailbg.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}
#email_conbox{
	width: 790px;
	height: 80px;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 10px;
}
#mainpage_blocks {
	width: 390px;
	height: 330px;
	margin: 0px auto;
	margin-bottom: 10px;
}
#mainpage_gary {
	width: 360px;
	height: 270px;
	margin: 0px auto;
	background-color:#2b2a2a;
	padding: 5px 10px;
	color: #fff;
}
.sectionheader_short {
	height: 370px;
	height: 20px;
	background-image:url(images/headerbg_short.png);
	background-repeat:no-repeat;
	margin: 0px auto;
	padding: 10px;
}
.sectionheader_long {
	height: 801px;
	height: 30px;
	background-image:url(images/headerbg_long.png);
	background-repeat:no-repeat;
	margin: 0px auto;
	padding: 10px;
}
#sec_left {
	width: 250px;
	float: left;
	margin-left: 5px;
}
#sec_right {
	width: 500px;
	float: right;
	padding: 20px 10px 30px 10px;
	overflow: visible;
	margin-top: -10px;
	margin-right: 5px;
}
#sec_full {
	width: 770px;
	margin: 0px auto;
	padding: 20px 10px 30px 10px;
	overflow: visible;
	margin-top: -10px;
	background-color:#2b2a2a;
}
#footer {
	width: 801px;
	height: 70px;
	margin: 0px auto;
	background-repeat:no-repeat;
	background-image:url(images/emailbg.png);
	margin-top: -30px;
	padding-top: 10px;
	font-size:10px;
	color:#000;
}
#footer_left{
	width: 500px;
	float: left;
	margin-left: 10px;
}
#footer_right{
	width: 200px;
	float: right;
	margin-right: 10px;
	text-align:right;
}
h1,h2,h3,h4,h5,h6,p { 
  	margin:0;

}
h1 {
	font-size:18px;
	display: inline;
	color: #000;
	text-transform:uppercase;
	
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #636b6e;
}
	
/* Miscellaneous Additions */	

input, textarea, select { 
	text-align: left; 
	width: 300px; 
	height: 30px;
	border: 1px solid #000; 
	border-collapse: collapse;
	background-color: #b8b8b8;
	margin-right: 15px;
	font-family: Century Gothic, Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight:600;
	padding-left: 10px;
	
}
select { 
	height:35px; 
}

input[type=submit], input.submit { 
	width:auto; 
	background:#000; 
	border:0px; 
	color:#fff; 
	font-weight:bold; 
	cursor:pointer; 
	font-size:12px;
	width:auto; 
	padding:5px; 
	 -moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;

}
input[type=submit]:hover, input[type=submit]:focus, input.submit:hover, input.submit:focus {
	background: #ff0000; 
	color:#fff; 
}



label {
	width: 100px;
	float: left;
	display: inline;
}

.submit input{
	margin-left: 4.5em;
} 
.form {
	text-align: left; 
	width: 315px; 
	height: 30px;
	border: 1px solid #000; 
	border-collapse: collapse;
	background-color: #b8b8b8;
	margin-right: 15px;
	font-family: Century Gothic, Helvetica, Arial, Tahoma;
	font-size: 12px;
	font-weight:600;
	padding-left: 10px;
}
.hrred {
	height: 1px;
	background-color:#ff0000;
	width: 100%;
	text-align:center;
	margin: 0px auto;
	margin-top:3px;
	margin-bottom: 3px;
}
.hrp {
	height: 1px;
	background-color:#000000;
	width: 100%;
	text-align:center;
	margin: 0px auto;
	margin-top:5px;
	margin-bottom: 1px;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	/*margin-left: -10px;*/
	margin-top: 2px;
	margin-bottom:2px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
a.more-link{
	 background-color:#ff0000;
	 text-decoration:none;
	 color:#fff;
	 padding:2px 6px 3px 6px;
	 margin:0;
	 font-size:85%;
	 text-transform:uppercase;
	 -moz-border-radius:5px;
	 -webkit-border-radius:5px;
	 border-radius:5px;
	 float: right;
	 margin-top: 5px;
	 }
a.more-link:hover{
	background-color:#fff;
	color:#000;
}


