﻿body {
	min-width: 789px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: White !important;
	background-image: url(/Content/Images/bodywork_background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;

}		

h1, h2, h3, h4, h5, h6 {color: #666666;}

h1 {
	font-size: 2.0em;
	font-weight: normal;
}

#mainwrapper 		
{
	display: block;
	width: 789px;
	height: auto;
	text-align: left;
	margin: 0 auto;
		
}


#content_wrapper 
{
	position: absolute;
	top: 23px;
	padding-top:5px;
	width: 784px;
	height: auto;
}

#content_inner
{
	position:absolute;
	width: 784px;
	background-color:White;
	z-index: 1;
	background-image: url(/Content/Images/content_background.jpg);
	background-position: 5px 30px;
	background-repeat: repeat-y;
}

#header 
{
	margin-top: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	background-image: url(/Content/Images/masthead.jpg);
	width: 760px;
	height: 102px;
	z-index: 3;
}

#header-bottom
{
	width:100%;
	font-size: 14px;
	font-style: italic;
}


#content
{
	margin-left: 5px;
	padding: 5px;
}

#content a
{
	color: Navy;
}

#content a:hover
{
	color: Blue;
}

#content-left {
	width:180px;
	padding-top:10px;
	}

#content-right 
{
	width:auto;
	border-left:1px solid #A7A7A7;
	padding:15px;
	vertical-align:top;
}

#content_place_holder
{
	position:relative;
	top: 60px;
	
}

#shadow_top
{
	
	position: relative;
	top:0px;
	height: 30px;
	width: 789px;
	background-image:url(/Content/Images/shadow_top.gif);
	z-index: -1;
}
#shadow_middle
{
	position:relative;
	top:30px;
	width: 789px;
	height: 100px;
	background-image:url(/Content/Images/shadow_middle.gif);
	background-repeat:repeat;
	z-index: -1;
	height: auto;
}
#shadow_bottom
{
	position: relative;
	bottom: 0px;
	height: 30px;
	width: 789px;
	background-image:url(/Content/Images/shadow_bottom.gif);
	z-index: -1;
}

#logo
{
	padding-top:15px;
}

#image_buttons
{
	position: relative;
	float:right;
	width: 490px;
	height: 238px;
	z-index: 4;
}

#breadcrumb 
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
}

#breadcrumb a 
{
	color: #0066CB;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	text-decoration: underline;
}

#footer
{
	position: relative;
	overflow: hidden;
	width:100%;
	font-size: 0.8em;
	font-style: italic;
	z-index: 3;
	height: 100px;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}

#footer p
{
	
	
	margin-bottom: 0;
	margin-top: 75px;
}
	
.menu_nodeStyle
{
	color:Black;
	font-family:"Verdana";
	font-size:8pt;
	padding: 5px 5px 5px 5px;
	width:100%;
	border:solid 1px White;
}

.menu_hoverNodestyle
{
	background-color:#CCCCCC;
	border:solid 1px #888888;
	cursor:pointer;
}

.menu_selectedNodestyle
{
	padding: 5px 5px 5px 5px;
	font-weight:bold;
	color:#0066CB;
}


.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 0;
    padding: 0;
    border: 0;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}