/*

DESIGN.CSS
Made by: John Harden
For: Axiatp.com

Colors--
color:#D81F2A - Red


*/

body {
	font-family: Tomaha, "Tomaha", "Calibri", Calibri, Arial, Sans-Serif;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	color:#000;
}
a {
	color:#202020;
}
a:hover {
	color:#D81F2A;
}
.adminlog {
	background-color:#f0f0f0;
	width:796px;
	padding:2px;
	top:0px;
	text-align:center;
}
#fourblockred img {
float:right; clear:both;
}
.left { text-align:left; }
.left tr td { text-align:left; }
.trHead {
	background-color:#c0c0c0;
}

#topGreyTop {
	z-index:1;
	margin-top:20px;
	background-image:url(../images/greyTop.jpg);
	height:117px;
	width:800px;
}
#searchBar {
	z-index:1;
	margin-top:-60px;
	padding-top:0px;
	margin-left:380px;
	text-align:center;
	width:288px;
}
#lblck {
	float:left;
}
#rblck {
	float:right;
}
#links {
	background-image:url(../images/backLinks.jpg);
	background-repeat:repeat-x;
	height:29px;
	width:800px;
}

#links a {
	margin-top:4px;
	color:#FFF;
	font-weight:200;
	text-align:center;
	text-decoration:none;
	width:151px;
	display:block;
	float:left;
}
#links a:hover {
	color:#DDD;
}
#vidBox {
	background-image:url(../images/header3.jpg);
	width:800px;
	height:211px;
}
#theVid {
	margin-left:332px;
}
.submitLink {
	color:#202020;
	text-decoration:none;
}
#content {
	padding-top:4px;
	width:800px;
}
#footer {
	clear:both;
	float:left;
	background-color:#F0F0F0;
	padding-top:10px;
	background-image:url(../images/topfooter.jpg);
	background-repeat:no-repeat;
	width:792px;
	text-align:center;
	color:#222;
	padding:4px;
	margin-top:4px;
	margin-bottom:-4px;
}

#hlside {
	float:left;
	width:504px;
	padding: 0px 4px 0px 4px;
	margin-right:20px;
}
#lside {
	width:520px;
	padding: 0px 4px 0px 4px;
}
#alside {
	float:left;
	width:550px;
	padding: 0px 4px 0px 4px;
}
#arside {
	float:left;
	width:238px;
	padding: 0px 2px 0px 2px;
	color:#000;
	margin-bottom:10px;
}
#rside {
	float:left;
	width:260px;
	padding: 0px 4px 0px 4px;
	color:#000;
	margin-bottom:10px;
}
#rsideg {
	float:left;
	width:260px;
	padding: 0px 4px 0px 4px;
	background-color:#F0f0f0;
	color:#000;
	background-image:url(../images/f0f0f0top.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
}
#redBars {
	text-align:center;
	margin-top:-5px;
}
#redBars img{
	margin-left:-3px;
}
.box400l {
	width:390px;
	padding:2px;
	float:left;
	margin:5px 1px 5px 1px;
	clear:both;
}
.box400r {
	width:390px;
	padding:2px;
	float:right;
	margin:5px 1px 5px 1px;
}
.rbox {
	float:left;
	background-color:#f0f0f0;
	width:164px;
	margin:2px;
	padding:2px;
	height:220px;
	color:#000;
}
.lhead {
	border:0px;
	text-decoration:none;
	color:#DDD;
}
.lhead img {
	border:0px;
}
.lhead.cHeader#hover {
	border:0px;
	text-decoration:none;
	color:#FFF;
}

/* MODULES */
.modules {
	width: 100%;
}

.moduletable {
	padding: 0 -12px 0 13px;
	width: 100%;
	margin-bottom: 10px;
}

.moduletable h3 {
	margin: 0 12px 10px -13px;
	padding: 0 0px 0 20px;
	color: #666666;
	font-size: 1em;
	line-height: 21px;
	text-transform: UPPERCASE;
	height: 22px;
}

.moduletable h3.collapse {
	margin: 0 -12px 10px -13px;
	padding: 0 10px 0 20px;
	color: #666666;
	background: #ffffff;
	font-size: 1em;
	line-height: 21px;
	text-transform: UPPERCASE;
	height: 22px;
	cursor: pointer;
}

.moduletable table {
	border-collapse: collapse;
	border-spacing: 0;
}

