﻿body {
	margin-top:0;
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Sans-Serif;
	background-color: #d5d6d7;
	color: black;
	text-align: center;
	font-size: 11px;
	background: url(../images/Bgd/BgdColor.gif);
}

.ScrollingPanelEdit
{
	overflow-x: hidden;
	overflow-y: hidden;
	width: 900px;
}

.ScrollingPanelPreview
{
}

h4
{
	color: Lime;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	font-family: Arial;
}

p
{	color: Black;
	}

ul
{	background-image: none;
	background-color: White;
	}

ul li.msonormal
{	background-image: none;
	list-style-type: circle;
	text-align: left;
	}

.editlink
{
	text-align: center;
}
td.FooterItem a
{
	color: Blue;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
td.Footer
{
	border-top: solid 1px #CCCCCC;
}
td.MenuItem a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #333399;
}
#container {
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
	background: url(../images/Bgd/SiteBgd.gif) repeat-y;
	margin-left: 5px;
	background-color: white;
	margin: 0px auto;/* borde superior */
	width: 774px;
	text-align: left;
}
H1
{
	margin-bottom: 0px;
	font-size: 16px;
	color: #333;
}
H2
{
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #E0A330;
}

H3
{
	margin-bottom: 0px;
	font-size: 14px;
	color: #871a1a;
}
.Title
{
	font-weight: bold;
	font-size: 14px;
}
.titleBar
{
	background-color: #ccc;
	padding: 2px;
	font-weight: bold;
}
.Highlight
{
	color: Red;
	font-size: 16px;
	font-weight: bold;
}
img
{
	border: none 0px;
}
#footer
{
	font-size: 10px;
	text-align: right;
	color: Gray;
	background: url(../images/Elements/footer_bgd.gif) repeat-x;
	height: 21px;
	padding-top: 5px;
	padding-right: 5px;
}


	
/**********************
MASTHEAD ELEMENTS
**********************/
#masthead{
	height: 89px;
	width: 774px;
	background-color: #fde9ce;
}

#logo
{	float: left;
	width: 626px;
	height: 89px;
}
#mastheadNav
{
	float: left;
	width: 140px;
	height: 89px;
	background-color: #fde9ce; 
	line-height: 16px;
}
#mastheadNav ul
{
	list-style-type: none;
	text-align: left;
	padding-top: 0px;
	background-image: none;
	background-color: #fde9ce;
}
#mastheadNav li a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#mastheadNav li a:hover
{
	color: #871a1a;
}

/**********
chromestyle
**************/

.chromestyle{
width: 100%;
font-weight: bold;
color: White;
height: 29px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
background: url(../images/Navigation/nav_ylo.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border:none;
}

.chromestyle ul li a:hover{
background: url(../images/Navigation/nav_red.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: -1;
border: none; /*THEME CHANGE HERE*/
font: 11px arial;
line-height:18px;
z-index:100;
background-color: #600d0a;
color: White;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
padding: 2px 0;
text-decoration: none;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #871a1a;
font-weight: bold;
}

.content ul
{	background-image: none;
	background-color: White;
	}
/**********************
SITE STRUCTURE ELEMENTS
**********************/
#mainContentArea
{
	padding-left: 10px;
}

/**********************
SIDE MENU NAVIGATION
**********************/
#sideMenu
{
	background-color: white;
	list-style-type: disc;

	
}
#sideMenu ul
{
	padding-top: 10px;
	padding-left: 5px;
	margin: 5px;
	text-align: left;
	background-image: none;
	list-style-type: disc;
	color: #363;
}
#sideMenu li
{
	padding: 5px 5px 5px 5px;
	margin-bottom: -10px;
	display: block;
	list-style-type: disc;
	color: #363;
	/*border-bottom: solid 1px #999;*/	
	
}
#sideMenu a
{
	padding: 5px 5px 0px 5px;
	width: 150px;
	font-weight: bold;
	color: #363;
	font-size: 10px;
	line-height: 16px;
	
	
}
#sideMenu a:hover
{
	color: #871a1a;
	background-image: none;

}

/**********************
CONTACT US FORM
**********************/
.label
{
	font-size: 11px;
	color:Black;
}
.labelReq
{
	font-size: 11px;
	color: Red;
}
.labelBold
{
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

/**********************
DOCUMENT LISTING
**********************/
a.EmbeddedLink
{
	font-size: 11px;
	color: Blue;
}
a:hover.EmbeddedLink
{
	color: Black;
}
div#_pageContents
{	color: Black;
	}
	
div#calculator
{	color: Black;
	text-align: left;
}
	
div#calculator ul
{	color: Black;
	text-align: left;
	background-image: none;
	background-color: White;
	display: block;
	}
div#calculator ul li
{	color: Black;
	text-align: left;
	list-style-type: none;
	display: block;
	}

div#calculator ul li a
{	color: Black;
	text-decoration:underline;
	}
	
	div#calculator ul li a:hover
{	color: Black;
	text-decoration:underline;
	color: #871a1a;
	background-image: none;
	background-color: Transparent;
	}
	
label
{	color: Black;
		}
		

/**********************
Pay Form
**********************/
div#payform
{	
	color: Black;
	text-align: left;
	padding-left: 15px;
	padding-bottom: 15px;
}

div#payform table td
{
	padding: 2px;
}

div#payform table input
{
	width: 150px;
}

div#payform table select
{
	width: 152px;
}

div#payform input, div#payform select
{
	border: 1px solid #DCDCDC;
}

div#payform #validationResults
{
	display: none;
	color: Red;
	padding-bottom: 25px;
}

div#payform .invalid
{
	background-color: #FCDCDC;
}

div#payform .button
{
	width: 74px !important;
}

div#payform span.red
{
	color: Red;
}

div#payform #validationResults ul
{
	text-align: left !important;
}

div#payform #validationResults li
{
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	margin-left: 50px !important;
	text-align: left !important;
}