/*********************************************************************************************************************/
/* Proprietary property of: PDP Group, Inc.                                                                                                                       */
/*                          				Executive Plaza IV																					                                 */
/*					                       7th Floor    																								                                  */
/*				                          Hunt Valley, Maryland  21031      																			                */
/*																													                                                                             */
/* This program is "Restricted material of PDP Group, Inc."                  																		*/
/* (C) Copyright PDP Group, Inc. 2002-2004                                   																				*/
/*																																																*/
/********************************************************************************************************************/
/* Stylesheet for PDP's NEW static web site                                                                                                                                 */
/********************************************************************************************************************/
/* Author : Art Huffman                                                                                                                                                        */
/* Date created : 09/04/2008                                                                                                                                             * /
/* Problem # : 144076                                                                                                                                                        */
/********************************************************************************************************************/
/* Change Log                                                                                                                                                                       */
/********************************************************************************************************************/
/* Changed By      |                                              Description of Change                                                                         */
/* Date changed   |                                                                                                                                                                */
/* Problem  #        |                                                                                                                                                                */
/********************************************************************************************************************/

/* Tags */

body {
	font-family: Trebuchet MS;
	font-size: 10pt;
	background-color: #d3c5b4;
	text-align: center;
}

a {
	text-decoration: underline;
	color: #000000;
	cursor: pointer;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 14pt;
}

td {
	font-family: Trebuchet MS;
	font-size: 10pt;
}

/* Classes */

ul#vertNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
}

#vertNav a {
	color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
	border-bottom: 1px solid #000000;
	padding: 7px 5px 7px 20px;
	display: block;
	/*background-color: #c1ad94;*/
	background-color: #4f81bd;
}

#vertnav li {
	display: inline;
}

#vertNav a:hover {
	background-color: #77933c;
	color: #ffffff;
}

#vertNav a.listbottom {
	border-bottom: 1px solid #000000;
}

ul#subNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 175px;
}

#subNav a {
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	border-bottom: 0px;
	padding: 7px 5px 7px 30px;
	display: block;
	background-color: #b9c093;
}

#subnav li {
	display: inline;
}

#subNav a:hover {
	background-color: #717946;
	color: #ffffff;
}

/* IDs */

#banner {
	width: 800px;
	height: 130px;
	border: 1px solid #000000;
	background-image: url(../images/headercar.png);
}

#menubar {
	background-color: #953735;
	color: #FFFFFF;
	text-align: right;
	width: 800px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000000;
}

#menubar a {
	color: #ffffff;
	text-decoration: none;
}

#contentWrapper {
	position: relative;
	text-align: left;
	width: 800px;
	background-color: #4f81bd;
	border: 1px solid #000000;
	overflow: hidden;
}

#leftSidebar {
	float: left;
	width: 175px;
	border-right: 1px solid #000000;
	background-color: #4f81bd;
	margin-bottom: -20000px;
	padding-bottom: 20000px;
}

#mainContent {
	float: left;
	width: 584px !important;
	width: 622px;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 20px;
	background-color: #ffffff;
	margin-bottom: -20000px;
	padding-bottom: 20010px;
}

#container {
	float: left;
	margin-left: 175px;
	background-color: #ffffff;
}

#footerold {
	font-size: 8pt;
	padding-top: 5px;
}

#footer {
	font-size: 8pt;
	padding-top: 5px;
}

#popup {
	text-align: left;
}

/* IE 6 and earlier fixes */

* html #vertnav a {
	height: 1px;
}

/* Firefox centering fix */


#banner, #menubar, #contentWrapper, #footer { 
	margin:0 auto; 
}