body {
	font-family: Arial, Geneva, Verdana;
	font-size: 13px;
	line-height: 30px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: black;
	color: white;
}

.header_wrapper {
	background-image: url('images/header_wrapper.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 138px;
	width: 100%;
}

.nav_wrapper {
	background-image: url('images/wrapper_bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%;
}

.spacer {
	background-image: url('images/wrapper_bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%;
	height: 3px;
}

.copy_wrapper {
	background-image: url('images/wrapper_bg.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	width: 100%;
}

.copy_footer {
	background-image: url('images/wrapper_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 80px;
}

.subs {
	background-image: url('images/wrapper_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
}

.footer {
	font-size: 12px;
	line-height: 18px;
	background: black;
	color: #AAAAAA;
	text-transform: uppercase;
}

a, a:active, a:visited, a:hover {
	font-size: 11px;
	color: #cd0024;
}



//---------------------------
      For All Sub Pages   {}

.body_holder {
	width: 748px;
	padding: 26px;
	background: black;
	text-align: left;
}

h1 {
	font-size: 22pt;
	color: #cd0024;
	line-height: 32pt;
}

h1 {
	font-size: 22pt;
	color: white;
	line-height: 32pt;
}

a.contact, a.contact:active, a.contact:visited, a.contact:hover {
	color: white;
	font-size: 16pt;
}

a.contact:hover {
	color: #cd0024;
}

a.offices, a.offices:active, a.offices:visited, a.offices:hover {
	font-size: 13px;
	line-height: 30px;
	color: white;
	text-transform: uppercase;
}

a.offices:hover {
	color: #cd0024;
}

a.no_under, a.no_under:active, a.no_under:visited {
	font-size: 13px;
	line-height: 30px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
}

a.no_under:hover {
	color: #cd0024;
}

