/*
	PAGE-WIDE STYLES
*/

html, body, ul, li, h1, h5, h6
{ 
	margin: 0;
	padding: 0;
}

body
{
	min-width: 900px;
	background-color: #777777;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #ee9a44;
}

ul
{
	list-style-type: none;
}

h1
{
	font-size: 100%;
	color: #ee9a44;
}

h5
{
	font-size: 100%;
	color: #cc3333;
}

h6
{
	font-size: 100%;
	color: #000000;
}

table
{
	width: 900px;
}

td
{
	font-size: 70%;
	vertical-align: top;
}

/*
	PRIMARY ELEMENTS STYLES
*/

.red{ 

color: #CC2233; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 10pt 
}

div#orange
{
	height: 35px;
	background-image: url('../img//orange-gradient.jpg');
	background-repeat: no-repeat;
	background-color: #cf7f4e;
}

div#red
{
	height: 25px;
	background-image: url('../img//red-gradient.jpg');
	background-repeat: no-repeat;
	background-color: #8e403c;
}

div#header
{
	position: relative;
	height: 85px;
	background-image: url('../img//logo.jpg');
	background-repeat: no-repeat;
}

div#headervwpllc
{
	position: relative;
	height: 85px;
	background-image: url('../img//logovwpllc.jpg');
	background-repeat: no-repeat;
}

div#headerfront
{
	position: relative;
	height: 85px;
	background-image: url('../img//logofront.jpg');
	background-repeat: no-repeat;
}

div#header ul
{
	position: absolute;
	bottom: 5;
	left: 240;
}

div#headervwpllc ul
{
	position: absolute;
	bottom: 5;
	left: 240;
}

div#headerfront ul
{
	position: absolute;
	bottom: 5;
	left: 240;
}

div#header li
{
	display: inline;
	margin: 0 1em;
}

div#headervwpllc li
{
	display: inline;
	margin: 0 1em;
}

div#headerfront li
{
	display: inline;
	margin: 0 1em;
}

div#main
{
	background-color: #000;
	color: #CCC;
	min-height: 362px;
}

div#maincover
{
	background-color: #000000;
	color: #CCC;
	min-height: 362px;
}

div#footer
{
	height: 151px;
	padding-left: 185px;
	background-image: url('../img//footer.jpg');
	background-repeat: no-repeat;
}

/*
	MAIN ELEMENT STYLES
*/

div#main li
{
	margin-bottom: 0.5em;
	text-align: right;
}

td a
{
	color: gray;
}

td.left
{
	padding: 1em 1em 0 0;
	width: 150px;
	max-width: 150px;
	min-width: 150pg;
}

td.index
{
	padding: 0em;
	width: 854px;
}

td.middle
{
	padding: 1em;
	width: 550px;
}

td.right
{
	width: 200px;
	padding: 2em 0;
}

td.copyright
{
	text-align: center;
	color: #333;
	line-height: 2em;
}

td.indexbottom
{
	text-align: left;
	color: #333;
	line-height: 2em;
}

/*
	UTILITY STYLES
*/

div.indent
{
	margin: 0.5em 0 0 0.5em;
}

div.box
{
	float: left;
	margin: 1em 1em 1em 1em;
	width: 100px;
	height: 80px;
}

div.box img
{
	border: 2px solid #696564;
}

div.box:hover img
{
	border: 2px solid #ee9a44;
}

div.box:hover a
{
	color: #ee9a44;
}

td.right img
{
	border: 2px solid #696564;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

