/*
*================================================*
|trekcubed.com Version 5 CSS Layout Descriptor   |
*===============================================-*
| Design by Trevor C (aka. Trekkie) October 2006 |
| http://www.trekcubed.com                       |
*------------------------------------------------*
| Created : Sunday, October 29, 2006             |
| Modified: Sunday, August 5, 2007                 |
*------------------------------------------------*
*/


body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height:20px;
}
a:link 
{
	color: #000;
}
a:visited {
	color: #000;
}
a:hover
{
	color:#b8b8b8;
}
a
{
	text-decoration:none;
}
#headerContainer
{
	width:100%;
	height:103px;
	background-image:url(../design/layout/header_bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:0px;
}
#header
{
	width: 875px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding-top:70px;
	text-align: left;
}
#headerSeperator
{
	width: 100$;
	height:5px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	background-color: #f7f7f7;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 1px;
	margin-bottom:20px;
}
#contentContainer
{
	width: 875px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	background-color: #fff;
}

#contentLeft
{ 
	width: 160px;
	margin-left: 0px;
	margin-right: 5px;
	padding: 0px;
	float: left;
	background-color: #fff;
	text-align: right;
}

#contentMain
{
	width: 610px;
	padding: 0px;
	margin-left: 5px;
	margin-right: 0px;
	float: left;
	background-color: #fff;
	text-align: left;
}

#hiddenField
{
	visibility:hidden;
}
#sectionHead
{
	width:625px;
	height: 20px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 1px;
	background-image: url(../design/layout/sectionheaderbg.jpg);
	margin-bottom:5px;
	margin-top:5px;
	padding-top: 2px;
	vertical-align: middle;
	text-indent: 7px;
	font-weight:bold;
}
#featureContainer
{
	width:625px;
	margin-right:0px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	padding:0px;
	background-color: #fff;
}
#footer
{
	border-top-style: solid;
	border-top-color: #e4e4e4;
	border-top-width: 1px;
	float:left;
	width: 825px;
	height: 22px;
	margin-top:15px;
	padding-top:3px;
	vertical-align: middle;
	font-size: 10px;
	text-align: left;
	text-indent: 7px;
	color: #c8c8c8;
}
.footer_versionString
{
	font-weight:bold;
	color:#a1a1a1;
	margin-top:2px;
	margin-left:7px;
	float:right;
	margin-right:7px;
}
.footer_updateDate
{
	text-align:right;
	margin-right:7px;
	margin-top:2px;
	float:right;
}
.footer_contactmeLink
{
	text-align:right;
	margin-right:7px;
	margin-top:2px;
	float:left;
}
.footer_contactmeLink a:link
{
	color: #c8c8c8;
}
.footer_contactmeLink a:visited
{
	color: #c8c8c8;
}
.navBtn_desel
{
	width:135px;
	height: 20px;
	text-align: left;
	margin-right:21px;
	vertical-align:middle;
	background-color:#f7f7f7;
	border: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	padding-top: 3px;
	color: #636363;
	margin-bottom: 3px;
	margin-left: 9px;
	text-indent: 7px;
}
.navBtn_sel
{
	background-color:#e4e4e4;
	width:135px;
	height: 20px;
	text-align: left;
	margin-right:21px;	
	vertical-align: middle;
	border: solid;
	border-color: #e5e5e5;
	border-width: 1px;
	padding-top: 3px;
	color: #636363;
	margin-bottom: 3px;
	margin-left: 9px;
	text-indent: 7px;
}

.navBtn_desel a:link
{
	color: #636363;
}

.navBtn_desel a:visited
{
	color: #636363;
}

.navBtn_desel a:hover
{
	color: #b8b8b8;
}

.navBtn_sel a:link
{
	color: #636363;
}

.navBtn_sel a:visited
{
	color: #636363;
}

.navBtn_sel a:hover
{
	color: #b8b8b8;
}

.pageTitle
{
	text-transform:lowercase;
	font-size:22px;
	font-weight:normal;
	font-weight:590;
	line-height:22px;
	letter-spacing:0.5ex;
	margin-bottom:10px;
}
.subHeading
{
	color: #636363;
	padding-top: 8px;
	margin-bottom:5px;
}

.subHeading a:link
{
	color:#636363;
	font-weight:bold;
}

.subHeading a:visited
{
	color:#636363;
	font-weight:bold;
}

.subHeading a:hover
{
	text-decoration:underline;
}

.sectionHeader
{
	width:625px;
	height: 20px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
	border-bottom-width: 1px;
	background-image: url(../design/layout/sectionheaderbg.jpg);
	background-color: #ffffff;
	margin-bottom:5px;
	margin-top:5px;
	padding-top: 2px;
	vertical-align: middle;
	text-indent: 7px;
	font-weight:bold;
}

.blogPostTitle
{
	font-weight:bold;
	font-size:13px;
	margin-top:2px;
	margin-bottom:2px;
}
.featureContainer
{
	width:625px;
	height: 100px;
	margin-right:0px;
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	padding:0px;
	background-color: #fff;
}

.featureContainerLg
{
	width:625px;
	height:425px;;
	margin-right:0px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:15px;
	padding:0px;
	background-color: #fff;
	overflow:visible;
}
.featureContainerMed
{
	width:625px;
	height:290px;;
	margin-right:0px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:15px;
	padding:0px;
	background-color: #fff;
	overflow:visible;
}
.featureContainerMedSml
{
	width:625px;
	height:250px;;
	margin-right:0px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:15px;
	padding:0px;
	background-color: #fff;
	overflow:visible;
}
.featureThumb
{
	float:left;
	border-color: #c2c2c2;
	width:120px;
	height: 90px;
	border-style: solid;
	border-width: 1px;
	margin-right:15px;
}
.featureTitle
{
	float:left;
	width:488px;
	margin-top:0px;
	font-weight:bold;
}
.featureText
{
	float:left;
	width:465px;
	margin-top:5px;
	line-height:15px;
}
.featureTextFullWidth
{
	float:left;
	width:600px;
}

.imgBorderize
{
	border-color: #c2c2c2;
	border-style: solid;
	border-width:1px;
}
.imgNoBorder
{
	border:none;
}
.t_bold
{
	font-weight:bold;
}