/* CSS Document */

body {
	margin-top:0px;
	background: url(images/background.jpg) repeat-x;
	background-color:#e6e6e6;
	text-align:center;
}

img {
	border:0px;
}

table, tr, td {
	padding:0px;
}

#holder {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/contentBody.jpg);
	background-repeat:repeat-y;
}

#banner {
	width:900px;
	height:212px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	text-align:left;
}

#menu {
	width:680px;
	height:auto;
	margin-left:163px;
	margin-top:0px;
	padding-top:168px;
	text-align:center;
}

#mainHome {
	width:900px;
	height:286px;
	margin-top:0px;
	background-image:url(images/homeMain.jpg);
	background-repeat:no-repeat;
}

#mainHomeHeader {
	width:450px;
	height:auto;
	margin-left:360px;
	padding-top:20px;
	text-align:left;
}

#content {
	width:900px;
	height:310px;
	background-image:url(images/contentBody.jpg);
	background-repeat:repeat-y;
	text-align:left;
}

#columnLeft {
	float:left;
	margin-left:80px;
	width:220px;
}

#boxTop {
	width:220px;
	height:151px;
	background-image:url(images/box1.jpg);
	background-repeat:no-repeat;
	padding:5px;
}

#boxBot {
	width:220px;
	height:125px;
	background-image:url(images/box2.jpg);
	background-repeat:no-repeat;
	margin-top:5px;
	padding:5px;
}

#columnRight {
	float:left;
	margin-left:20px;
	width:480px;
	height: 291px;
	background-image:url(images/boxLarge.jpg);
	background-repeat:no-repeat;
}

#subColumnLeft {
	float:left;
	padding-left:54px;
	width:545px;
	height:auto;
}

#subColumnLeft_cs {
	float:left;
	margin-left:54px;
	width:775px;
	height:auto;
}

#subColumnRight {
	float:left;
	margin-left:10px;
	width:230px;
	height:auto;
}

.subColumnRightContent {
	margin-bottom:10px;
	width:210px;
	height:auto;
	padding:10px;
	border:#999999 solid 1px;
}

#subText {
	width:275px;
	height:285px;
	margin-top:5px;
	margin-left:200px;
}

#subMenu {
	clear:both;
	margin-left:80px;
	padding-top:5px;
	width:710px;
	height:auto;
	text-align:center;
   background-color:;
}

#bottom {
	width:900px;
	height:35px;
	background-image:url(images/contentBot.jpg);
	background-repeat:no-repeat;
}

#footer {
	clear:both;
	width:900px;
	height:20px;	
	margin:auto;
	/*background: url(images/background.jpg);*/
	background-repeat:no-repeat;
	
    
}

/* TEXT STYLES */

p, #menu, #mainHomeText, #boxTop, #boxBot, #subText, #subMenu, #subColumnLeft, #subColumnRight, #footer {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#f7941d;
	text-decoration:none;
}

a:hover {
	color:#0072bb;
}

.headline1 {
	font-size:24px;
	color:#0072bb;
	font-weight:bold;
	text-transform:uppercase;
}

.headline2 {
	font-size:12px;
	color:#0072bb;
	font-weight:bold;
	text-transform:uppercase;
}

.headline3 {
	text-transform:uppercase;
	color:black;
}

.text1 {
	color:#666666;
}

#menu {
	font-size:12px;
	font-weight:bold;
}

#menu a {
	color:white;
	text-decoration:none;
}

#menu a:hover {
	color:#f7941d;
}

#mainHomeHeader {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#f7941d;
}

#columnLeft a {
	color:#f7941d;
	text-decoration:none;
}

#columnLeft a:hover {
	color:#0072bb;
}

#boxTop, #boxBot, #subColumnLeft, #subColumnLeft_cs, #subColumnRight, #subText, #subMenu2 {
	font-size:12px;
}

#subText a {
	color:#f7941d;
	text-decoration:none;
}

#subText a:hover {
	color:#0072bb;
}


#subMenu {
	font-size:10px;
}

#subMenu a {
	color:#0072bb;
	text-decoration:none;
}

#subMenu a:hover {
	color:f7941d;
}

#subMenu2 {
	padding-left:110px;
	padding-bottom:5px;
	color:#666666;
}

#subMenu2 a {
	color:#0072bb;
	text-decoration:none;
}

#subMenu2 a:hover {
	color:#f7941d;
}


#mainHomeText {
	font-size:14px;
	font-weight:normal;
	color:#999999;
   margin-left:360px;
   text-align:left;
}

#mainHomeText ul{ list-style-type:none;}

#footer {
	font-size:10px;
	color:black;
}

#footer a {
	color:#0072bb;
	text-decoration:underline;
}

#footer a:hover {
	color:#333333;
}