/* CSS Document */
@charset "UTF-8";
/* CSS Document */



/*********************/
/* Typography Stying */
/*********************/

body {
	font-family: Arial;
}

td, p {
	margin: 10px 0 10px 0;
	padding: 0;
	color: #222;
	font-size: 14px;
	line-height:18px;
}

td {
	border-spacing:0px;
}
 
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size:1.9em;
	padding: 0px;
	margin: 0px;
	color:#000000;
}

 
h1.insidepages {
	font-size:1.9em;
	padding-top: 15px;
	color:#333;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size:1.6em;
}

h2.homelinks {
	font-family: "Times New Roman", Times, serif;
	font-size:1.8em;
	color:#111;
}

h4 {

	font-style:italic;
	font-size: 1.1em;
	font-weight:100;
	color:#666666;
	
}


a {
	color:#000;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color:#000;
	text-decoration:none;
	background-color:#FFFFCC;
	padding:4px;
}

.footer {
	color: #222;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.footer a:link {
	color: #222;
	text-decoration: none;
}

.footer a:hover {
	color: #9f4650;
	text-decoration: none;
	font-weight: bold;
}


table.quoteform td {
	font-size: 12px;
	
}



/*********************/
/* Structure Stying */
/*********************/


html, body {
	margin: 0;
	padding: 0;
	text-align:center;
	text-align: -moz-center;
}

body {
	background:url(../images/apex-site-background.jpg) top repeat-x;
}

td.hometopheader {
	padding: 15px 5px 10px 20px;
	text-align:center;
	background-image:url(../images/apex_07.jpg);
	height: 49px;
}


/* left column */

td.homeleft {
	padding: 0px 5px 10px 20px;
	vertical-align:text-top;
}
td.homeleftheader {
	padding: 11px 5px 2px 10px;
	text-align:center;
	background-image:url(../images/apex_13.jpg);
	height: 55px;
}



/* center column */

td.homecenter {
	padding: 5px 0px 0px 10px;
	vertical-align:text-top;
}
td.homecenterheader {
	padding: 11px 5px 2px 10px;
	text-align:center;
	background-image:url(../images/apex_14.jpg);
	height: 55px;
}

td.center-content {
	padding: 5px 20px 0px 20px;
	vertical-align:text-top;
	background-image:url(../images/apex-content_20.jpg)
}



/* right column */

td.homeright {
	padding: 0px 15px 0px 20px;
	vertical-align:text-top;
}
td.homerightheader {
	padding: 11px 0px 2px 0px;
	text-align:center;
	background-image:url(../images/apex_15.jpg);
}
td.homequote {
	text-align:center;
	background-image:url(../images/apex_05.jpg);
	height: 55px;
}


hr {
	width:600px;
	color:#999999;
	margin: 0px;
	padding: 0px;
}

table.quoteform {

	width: 675px;

	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
	border-left-color: #dddddd;
	margin-right: 10px;
	background-color: #ededed;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}