@charset "utf-8";
/*-----------------------------------------------------------------------------
Innovative Style Sheet

version:   1.0
author:    David Dames
website:   http://www.viphonebook.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
body {
	font: 12px Arial, sans-serif;
	background: #555555;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* =Header
-----------------------------------------------------------------------------*/
#headerContainer {
	height: 120px;
	width: 100%;
	background-color: ffffff;
	background-repeat: repeat-x;
}

#header {
	height: 115px;
	width: 1150px;
	margin: 0 auto;
}

#headerLogo {
	float: left;
	height: auto;
	margin-top: 30px;
}

#subheaderContainer {
	background: #f37a1f;
	height: 10px;
	width: 100%;
	border-bottom: solid 4px #f37a1f;
}

#subheader {
	height: 70px;
	width: 1150px;
	margin: 0 auto;
}

#subheader h1 {
	font-size: 24px;
	color: #ffffff;
	margin: 0;
  	padding: 1em 0 0 0;
	text-align: left;
	line-height: 18px;
}

#subheader h2 p {
	height: 70px;
	font-size: 10px;
	color: #ffffff;
	margin: 0;
  	padding: 1em 1em 0 5em;
	text-align: center;
	line-height: 18px;
}
/* =Main Content
-----------------------------------------------------------------------------*/
/* Center Main */
#contentContainer {
	background: #d4d4d4;
	width: 100%; 
	height: 700px;
	padding: 0;
	text-align: left;
}

#content {
	background: #ffffff no-repeat;
	height: 700px;
	width: 900px;
	margin: 0 auto;
}

#contentIntroContainer {
	width: 900px;
	height: 200px;
	font-size: 14px;
	text-align:left;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	color: #555555;
}
#mainContent h1 {
	font: Arial, sans-serif;
	font-size: 28px;
	text-align:center;
	padding: 0 80px 0 80px;
	color: #555555;
}

#mainContent h2 {
	font-size: 12px;
	font: Arial, sans-serif;
	padding: 0 80px 1em 80px;
	line-height: 2;
	text-align:justify;
	color:#555555;
}

#quickLinks {
	float: left;
	width: 43%;
	margin: 0 0 0 3.5em;
}
#quickLinks h4 {
	margin: 3em 0 .2em 4.3em;
	padding: 0;
	list-style-type: none;
	font: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f37a1f;
}
#quickLinks h4.last{
	margin: .5em 0 0 4.5em;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
	color: #f37a1f;
}

#quickLinks ul {
	margin: 0 0 0 6.5em;
	padding: 0 auto 7em;
	list-style-type: none;
	font: Arial, sans-serif;
	font-size: 12px;
  	line-height: 18px;
	font-weight: bolder;
}

#quickLinks ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #666666;
}

#quickLinks ul li a:link, #quickLinks ul li a:visited {
  	color: #555555;
  	text-decoration: none;
}

#quickLinks ul li a:hover {
  	color: #333333;
  	text-decoration: none;
}

#coverUI {
	float: right;
	margin: 0;
	padding: 0;
	width: 52%;
	text-align: center;
	opacity:1.0;
	filter:alpha(opacity=100);
}
#coverUI ul {
	list-style: none;
	margin: 0;
	padding: 1.5em 6.5em 0 0;
}
#coverUI ul li{
	line-height: 1.5em;
}
#contentFooter {
	font-size: 14px;
	font: Arial, sans-serif;
	margin: 1.5em 0 0 0;
	line-height: 2;
	text-align:center;
	color:#555555;
}

#whiteSpace {
	height: 100%;
	border-top: solid 2px;
	border-top-color: #002D62;
}
#whiteSpace span{
	height: 12px;
	display: block;
 	background: #C41230;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footerContainer {
	width: 100%;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #555555 repeat-x;
	border-top: solid 4px #f37a1f;
}

#footer {
	width: 945px;
	margin: 1em auto 0;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: .5em 0;
	color: #ffffff;
	font: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

#footer p a:link, #footer p a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:hover {
	color: #999999;
	text-decoration: none;
}
#dirxionFooterContainer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#dirxionFooter {
	width: 907px;
	margin: 1em auto;
	color: #FFF;
}

#dirxionFooter p {
	margin: 0;
	padding: .5em 0;
	font-size: 9px;
	font: Arial, sans-serif;
	line-height: 10px;
}
#dirxionFooter p.companyInfo {
	margin: 0;
	padding: .5em 0;
	font-size: 9px;
	line-height: 10px;
	text-align: left;
}

/* =Navigation
-----------------------------------------------------------------------------*/

/* SECONDARY LINKS */


/* MISC1
-----------------------------------------------------------------------------*/

/* Remove border around linked images */
img {
	border: none;
}

/* Class for clearing floats */
.clear {
	clear:both;
}
.clearBoxes {
	clear:both;
	margin: 5px 0 12px 0;
	padding: 5px 0 10px 0;
}

