#col_one {
	width: 290px; /* Allows for fluid design. Can be set to pixels */
	float: left; /* again, just so you can see the different columns */
	margin-left: 15px;
}
#col_two {
	margin: 0 0 0 20px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 420px;
	float: left;
}
#col_three {
	margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 250px;
	float: left; /* again, just so you can see the different columns */
	text-align: right;
}
#col_1 {
margin: 0; /* Applied to first column only in lieu of padding (personal thing) */
width: 18%; /* Allows for fluid design. Can be set to pixels */
float: left;
}
#col_2 {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 18%;
float: left;
}
#col_3 {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 18%;
float: left;
}
#col_4 {
margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
width: 18%;
float: left;
}
.class1 {
}
.class1 A:link {
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
}
.class1 A:visited {
	text-decoration: none;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.class1 A:active {
	text-decoration: none;
	color: #C00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #C00;
}
.class1 A:hover {
	text-decoration: none;
	color: #FFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #369;
}
html, body {
	margin:0;
	padding:0;
	text-align:center;
	background-color: #474747;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#pagewidth {
	width:1024px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	border-top: 1px solid #515151;
	border-right: 1px solid #515151;
	border-bottom: none;
	border-left: 1px solid #515151;
}
#header1 {
	position:relative;
	height:150px;
	background-color:#19191B;
	width:100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0F1626;
}
#header2 {
	position:relative;
	height:328px;
	width:100%;
	background-image: url(images/bannerbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#social {
	position:relative;
	height:34px;
	background-color:#283E63;
	width:100%;
	background-image: url(images/social_networking_bar.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#leftcol {
	width:325px;
	height:440px;
	float:left;
	position:relative;
	background-color:#252526;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	border-bottom-width: 1px;
}
#sectiontop {
	width:100%;
	height:30px;
	position:relative;
	text-align: center;
	background-image: url(images/content_header_bg2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-position: center top;
	vertical-align: bottom;
	background-color: #252526;
	color: #C00;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-width: 1px;
}
#twocols {
	width:692px;
	float:right;
	position:relative;
}
#rightcol {
	width:325px;
	height:440px;
	float:right;
	position:relative;
	background-color:#19191B;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	border-left-width: 1px;
}
#maincol {
	float: left;
	display:inline;
	position: relative;
	width:360px;
	height:440px;
	text-align: center;
	background-color: #19191B;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
}
#footer {
	background-color:#1A1A1A;
	clear:both;
	text-align: left;
	border: 1px solid #000;
	height: inherit;
	padding-bottom: 50px;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
	border: thin dashed #666;
	padding: 7px;
	margin: 7px;
}
.bold {
	font-weight: bold;
}
/*hide the right column when printing*/ 
#rightcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}
#pagewidth #social table tr td {
	text-align: center;
}
.BOLD {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a:active {
	color: #5F718C;
	text-decoration: none;
	background-color: #000;
}
.blueCopy {
	color: #5F718C;
}

#pagewidth #footer p {

}
.GrayCopy {
	color: #CCC;
}
#pagewidth #wrapper #leftcol #apDiv3 table {
	text-align: justify;
}
.copyBOLD {
	font-weight: 500;
	color: #FFF;
}
.red {
	color: #FFF;
}
.homeNav {
	float: right;
	width: 732px;
}
#col_3 {
	margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 18%;
	float: none;
}
#col_4 {
	margin: 0 0 0 10px; /* Puts a 10 pixel space between columns (left side) - think cellspacing */
	width: 18%;
	float: left;
	clear: both;
}
.smallgrayCopy {
	font-size: 10px;
}
.bullets {
	list-style-type: square;
	list-style-position: outside;
}
#navContainer {
	height:auto;
	padding: 5px;
	float: right;
	width: 690px;
	text-align: left;
}
.officeAddress {
	float: left;
	font-size: 10px;
	margin: 0px;
	color: #666;
}
officeAddress:link {
	color: #666;
}

#pagewidth #footer .officeAddress a {
	color: #666;
}
.homecontactform {
	color: #CCC;
	background-color: #333;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size: smaller;
}
#pagewidth #wrapper #leftcol #apDiv3 table tr td p .copyBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
