@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cdcdcd;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/bg_grey.jpg) center repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	/*padding: 0 26px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-bottom: 10px;
}



#navBar
{
	margin-left: 26px;
	background: url(images/webmock_2_02.jpg) left no-repeat;
	width: 800px;
	height: 80px;
	text-align: right;
	font-size: 10px;
}

#navBar ul
{
	padding-top: 35px;
}

#navBar ul li
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #FFCC00;
}


#navBar ul li.first
{
	border-left: none;
}


#navBar ul li.last
{
	margin-right: 16px;
}


#navBar a
{
	text-decoration: none;
	color: #999999;
}

#navBar a:hover
{
	text-decoration: underline;
	color: #6699FF;
}


#header
{
	margin-left: 26px;
}


a img
{
	border: none;
}

#mainContentHome img
{
	padding: 0px;
}


#mainContentHome p
{
	margin-left: 80px;
	margin-right: 280px;
	font-size: 12px;
}

.rightColumn
{
	float: right;
	padding-right: 23px;
	margin: 0px;
	text-align: left;
	width: 271px;
}


.middleColumn
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	/*width: 251px;*/	
}

.leftColumn
{
	float: left;
	padding-left: 26px;
	text-align: left;
	width: 279px;
}


/****SUB PAGE DESIGN****/

.rightColumnSub
{
	float: right;
	margin-right: 30px;
	text-align: left;
	width: 260px;
	height: 280px;
	background: url(images/blank_frame.jpg) top no-repeat;			
}

.rightColumnSubBlank
{
	float: right;
	margin-right: 30px;
	text-align: left;
	width: 260px;
	height: 280px;
}


.middleColumnSub
{
	padding: 0px;
	margin-left: 295px;
	text-align: left;
	width: 260px;
	height: 280px;
	background: url(images/blank_frame.jpg) top no-repeat;	
}

.leftColumnSub
{
	float: left;
	margin-left: 33px;
	text-align: left;
	width: 260px;
	height: 280px;
	background: url(images/blank_frame.jpg) top no-repeat;		
}

#mainContent img
{
	padding: 17px 10px 0px 15px;
}


h1
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC00;
	margin: 0px 0px 0px 16px;
}


h2
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3b4d65;
	margin: 0px 0px 0px 80px;
}

a.inline
{
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}


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

#mainContent p
{
	font-size: 10px;
	margin: 5px 17px 0px 16px;
	border-top: 1px dashed #999999;
}


#footer
{
	padding: 15px;
	margin-left: 26px;
	margin-right: 23px;
	font-size: 10px;
	color: #999999;
	border-top: 1px solid #cdcdcd;
}

h1.keywords
{
	visibility: hidden;
}
