body {
	background: url(../images/tiling_bg.jpg) repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
#container {
	width:960px;
	background-color: #fff;
	text-align:left;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url(../images/header_tile.jpg) repeat-x;
}
#menu {
	z-index: 2;

}

#search {
	margin-right: 300px;
	padding-left: 20px;
	padding-top: 20px;
}
#mainnav {
	width: 641px;
	margin-right: 300px;
	margin-top: 30px;
	margin-bottom: 0;
	}
#mainsidebar {
	float:right;
	padding-top: 20px;
	width: 319px;
	z-index: 1;
	}
#footer	
	{
		clear: both;
		text-align:center;
		background-color: #323335;
		color: #fff;
		line-height: 2em;
	}
#leftside {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	width: 200px;
	}
#content {
	margin-left:200px;
	margin-right:200px;
	padding: 30px 20px 20px 20px;
	}
#content_nonav {
	padding: 30px 20px 20px 20px;
	}
#rightside {
	float: right;
	width: 200px;
	padding: 20px;
	
}


/* boxes
----------------------------------------------- */
.main1 {
	float: left;
	width: 190px;
	margin-left: 20px;
}
.main2 {
	float: left;
	border-left:1px solid #4b7486;
	width: 160px;
	padding-left: 20px;
	text-align: left;
}
.main4 {
	float: left;
	width: 300px;
	padding-right: 20px;
	text-align: right;
}
.main3 {
	float:right;
	width: 190px;
	border-left:1px solid #4b7486;
	padding-left: 20px;
	text-align: left;
}

.feature {
	float: left;
	width: 280px;
	padding: 9px;
	margin-top: 20px;
	text-align: justify;
}
.feature_header {
	background-color: #005a80;
	color: #fff;
}
.side1 {
	float: right;
	width: 20px;
	
}
.side2 {
	float: left;
	width: 199px;
	
}
.side3 {
	float: right;
	width: 120px;
	
}

/* Miscillaneous Styles */

#dhtmltooltip {
	position: absolute;
	width: 250px;
	border: 1px solid black;
	padding: 5px;
	background-color: #e1eef6;
	visibility: hidden;
	z-index: 100;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
		
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

.urlish {
	/*text-decoration: underline;*/
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #323335;
}
