/* CSS Document */

/******Main site framework - Critical for footer to appear at bottom of browser window******/

html, body {
	height: 100%;
	margin:0;
	padding:0;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
}

html {
    overflow-y:scroll;
}

#container { /* this is the div forming the background for all page content */
	min-height: 100%;
	position:relative;
	width:800px;
	margin:auto;
	background-image:url(images/innerWrapper_bg.gif);
	background-repeat:repeat-y;

}

* html #container{
	height:100%; /* hack for IE6 and below, which wont support min-height*/
}
	
#innerWrapper {
	padding-bottom:57px; /* Height of the footer */ 
	/*background-color:#262626;*/
	width:800px;
	/*background-image:url(images/innerWrapper_bg.gif);
	background-repeat:repeat-y;*/
}

#footer {
   position:absolute;
   bottom:0;
   width:800px; 
   height:57px; 
   padding-top:10px;
   background-color:#ffffff;
   border-bottom:22px solid #262626;
}

#footer p{
	margin:0 auto;
	text-align:center;
	width:800px;
	clear:both;
	color: #262626;
}

/**************************** End main framework section******************** */


/*                   navigation area                       */

#nav {
	margin: 0 auto;
	font-size:14px;
	height:30px; /*with padding, must equal 84px */
	padding:22px 0 32px;
	width:500px;
	float:right;
}

#nav ul {
	list-style: none;
	padding:0 25px 0 0;
}

#nav ul li {
	display: inline;
}

#nav a {
	display: block;
	padding: 6px 6px;
	float: left;
}

#nav a:link, #nav a:visited {
	color: #262626;
	text-decoration: none;
}

#nav a:hover {
	color: #d20000;
}

#nav a.active{
	color: #d20000;
	font-weight:bold;
}

/*                   end navigation area                       */


/* begin CSSplay menu area - use this OR the navigation styling above */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:38px 0 0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
padding:5px 6px;
color:#d20000;
background:#fff;
text-decoration:none;
margin-right:1px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}

/* style the links hover */
.menu :hover{
color:#000;
/*background:#ffd879;*/
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
width:170px;
padding:0;
text-align:left;
background-color:#fff;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

.menu ul ul li {
  width:170px;
  background:#fff;
  text-align:left;
}

/****************end menu styling******************/




/**************************** Begin interior structure ******************** */

#header {
	width:800px;
	height:100px;
	position:relative;
	background-color:#ffffff;
}

#centerContent {
	margin-left: 283px;
	/*background-color:#262626;*/
	padding:20px 20px 0px;
	/*height:404px;*/
	color:#ffffff;
}

#left{
	width:284px;
	float:left;
	margin:0 0 0 1px;
	padding:0;
	/*background-color:#000;*/
}

#left .text{
	padding:25px;
	color:#fcfcfc;
}

h1 {
	margin-top: 0;
	font-size:1.5em;
	font-weight:bold;
}

h3{
	margin:0 0 5px 0;
	font-size:1.3em;
	font-weight:bold;
}

h4{
	margin:0 0 5px 0;
	font-size:1.1em;
	font-weight:normal;
}

p{
	margin:0 0 14px 0;
}

#centerContent a{
	color:#ffffff;
}

#header a img{
	border:0;
}

.services{
	background-color:#ffffff;
	color:#d20000;
	padding:20px 20px 0;
	margin-left: 284px;
	margin-right:1px;
	border-bottom:25px solid #262626;
}

.services ul{
	margin-left:25px;
}

.services ul li{
	list-style-type:square;
	list-style-position:outside;
	margin-left:5px;
	color: #d20000;
}

.services h2{
	color: #d20000;
}

.request{
	position:absolute;
	top:76px;
	left:284px;
}

.first{
	margin-top:0;
}

.last{
	margin-bottom:0;
}

.bold { 
	font-weight:bold; 
}

.italic{
	font-style:italic;
}

.red{
	color:#d20000;
}

.float-left{ 
	float:left; 
}

.float-right {
	float:right; 
}

.clearing {
	clear: both;
}

.text-centered {
	text-align:center;
}



form{
	padding:0px;
	margin:0 auto;
}

table{
	/*border: 1px dotted #CCCCCC;*/
	padding:8px;
	margin:0px;
}

th {
	text-align:right;
	width:auto;
	font-weight:normal;
}

td{
	position:relative;
}


a, a img {
	border:0; 
	outline:none;
	color:#FF0000;
}

blockquote  {
	font-size:13px;
	font-style:italic;
	margin:5px 0;
	color:#CCCCCC;
	
}
/**************************** End interior structure section******************** */
