/* CSS Document */
/* Default Style Sheet - Twisted Customs */
/* Author - Kyle McCabe :: factor360 design + technology :: www.factor360.com */
/* 07/08 */

/* {border:1px solid gray;}*/


/* HTML tags. */

body {
	background: #000000 url(images/bg-page.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 75%;
	color: #CCC;
}

h1, h2, h3, h4, h5, h6 {font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;margin:0;}
h1 {font-size: 3em;}
h2 {font-size: 2.8em;}
h3 {font-size: 2.1em;}
h4 {font-size: 1.8em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.5em;}

/* Hyperlinks */

a {
	color: Orange;
}
a:hover {
	color: #EEE;
}

#copyright a {
	color: #cc8d29;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	color: #cccccc;
}

/* Layout Styles */

#header {
	position: relative;
	height: 275px;
	margin: 0;
	background: url(images/bg-header.jpg) repeat-x;
}

#siteHeader {
	position: relative;
	width: 1010px;
	height: 275px;
	margin: 0 auto;
	background: url(images/header-full.jpg) no-repeat;
}

#logo {
	position: absolute;
	z-index: 2;
	top: 14px;
	left: 104px;
	width: 368px;
	height: 136px;
}

#navBar {
	position: absolute;
	z-index: 2;
	top: 240px;
	left: 60px;
	width: 900px;
	height: 30px;
}

#contentWrap {
	position: relative;
	width: 916px;
	margin: 0 auto;
	background: url(images/bg-content.gif) repeat-y;
}

#rightCol {
	float: right;
	display: inline;
	width: 185px;
	margin-right: 9px;
	padding: 20px 0 20px 0;
}

#leftCol {
	float: left;
	display: inline;
	width: 650px;
	margin-left: 45px;
	padding: 20px 0 20px 0;
}

#footer {
	position: absolute;
	bottom: -35px;
	left: -3px;
	width: 933px;
	margin: 0 auto;
}

#f360footer {
	width: 400px;
	margin: 10px auto;
	text-align: center;
}

#copyright {
	width: 750px;
	margin: 30px auto;
	text-align: center;
	font-size: 1em;
	color: #555;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
}

/* Product List */

.catItem {
	float: left;
	display: inline;
	width: 134px;
	height: 167px;
	margin: 6px 14px 2px 14px;
	padding-top: 15px;
	text-align: center;
	background: url(images/bg-prodCat.jpg) no-repeat;
}

.catItem a {
	color: white;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}


/* Misc Styles */

.downloadLink {
    margin: 12px;
}

.positions {
    margin: 0px;
    padding: 4px 0px 4px 18px;
}

.doubleDiv {
    width: 95%;
    margin: 12px 0;
    border-top: 3px double gray;
    clear: both;
}

.noMargin {
	margin: 0;
}

.center {
	margin: 10px auto;
	text-align: center;
}

.indent {
	margin-left: 16px;
}

.shortHr {
	border-top: 3px double gray;
	width: 150px;
	margin: 12px auto;
}

.cleared {
	clear: both;
}

.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}

.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}

.largeText {
	font-size: 1.5em;
}

.normalText {
    font-size: 1em;
}

.smallText {
	font-size: .85em;
}

.floatLeft {
	float:left;
	width: auto;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.black {
	font-color: #000000;
}

.tableWrap {
	margin: 10px;
}

.boardList {
	width: 95%;
}

.boardProfile {
	width: 140px;
	padding: 0;
	margin: 10px auto;
	text-align: center;
}

.newsletterLink {
	display: block;
}

.yearTitle {
	font-weight: bold;
}

.yearLinks {
	padding: 5px;
}

.yearList  {
	margin: 10px 0;
}
.serviceForm table tr td
{
	padding: 5px;
}
