/*** Marty's Services Stylesheet ***/
#container {
	max-width: 1024px;
	width:expression(document.body.clientWidth > 1024? "1024px": "auto" );
	background-color: #FFFFFF;
	border-spacing: 0;
	border: 0; 
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 140px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align; center;
	width: 100%;
}
#main1 {
	margin: 0px 10px 10px 155px;
	padding-right: 0px;
	padding-left: 15px;
}
#main2 {
	margin: 30px 10px 0 5px;
	padding-right: 0px;
	padding-left: 15px;
}
#menu {
	float: left;
	width: 155px;
	background-repeat: no-repeat;
	padding: 22px 0 15px 0;
	margin: 0px;
}
#goldseal {
	padding: 2px 0 0 22px;
}		
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
h1 {
	color: #71AA1B;
	font-size: 24px;
}
h2 {
	color: #B45801;
	font-size: 18px;
}	
ul {
	list-style-image:url('images/bullet.gif');
}	
.alignright {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
}
.alignleft {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}
.error{
	background-color: #FFCCCC;
	border: 2px solid red;
	color: #990000;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	visibility: hidden;
}
.label {
	color: #71AA1B;
	font-weight: bold;
}
.required {
	color: #990000;
	font-weight: bold;
}
.special {
	position:relative;
	background-color: #D4FFAA;
	color: #B45801;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	bottom: 8px; 
	right: 8px;
}
.special ul {
	list-style:square outside none;
}	
.special li {
	margin-bottom: 10px;
}	
.shadow {
	position: relative; 
	float: left;
	top: 10px; 
	left: 10px; 
	background-color: #B9B9B9; 
	width: 300px;
	margin: 0 20px 20px 0;
}	

/*** Hyperlinks ***/
a {
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
#menu a,.navbox a {
	display: block;
	background-image: url(images/button1.gif);
	background-repeat: no-repeat;
	color: #FFFFFF; 
	font-size: 12px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 4px 20px 2px 8px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	height: 36px;
	vertical-align: center;
}
#menu a:hover,.navbox a:hover {
	display: block;
	background-image: url(images/button2.gif);
	background-repeat: no-repeat;
	padding: 6px 20px 0 8px;
	color: #FFFFFF;
	text-decoration: none;
}
/* Popup DateSelector */
.DATEcpYearNavigation,
.DATEcpMonthNavigation
{
	background-color:#B45801;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.DATEcpDayColumnHeader,
.DATEcpYearNavigation,
.DATEcpMonthNavigation,
.DATEcpCurrentMonthDate,
.DATEcpCurrentMonthDateDisabled,
.DATEcpOtherMonthDate,
.DATEcpOtherMonthDateDisabled,
.DATEcpCurrentDate,
.DATEcpCurrentDateDisabled,
.DATEcpTodayText,
.DATEcpTodayTextDisabled,
.DATEcpText
{
	font-family:arial;
	font-size:8pt;
}
TD.DATEcpDayColumnHeader
{
	text-align:right;
	border:solid thin #003366;
	border-width: 0 0 1px 0;
}
.DATEcpCurrentMonthDate,
.DATEcpOtherMonthDate,
.DATEcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.DATEcpCurrentMonthDateDisabled,
.DATEcpOtherMonthDateDisabled,
.DATEcpCurrentDateDisabled
{
	color:#D0D0D0;
	text-align:right;
	text-decoration:line-through;
}
.DATEcpCurrentMonthDate
{
	color:#003366;
	font-weight:bold;
}
.DATEcpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.DATEcpOtherMonthDate
{
	color:#B45801;
}
TD.DATEcpCurrentDate
{
	color:#FFFFFF;
	background-color: #B45801;
	border-width:0;
	border:none;
}
TD.DATEcpCurrentDateDisabled
{
	border-width:1px;
	border:solid thin #003366;
}
TD.DATEcpTodayText,
TD.DATEcpTodayTextDisabled
{
	border:solid thin #003366;
	border-width:1px 0 0 0;
}
A.DATEcpTodayText,
SPAN.DATEcpTodayTextDisabled
{
	height:20px;
}
A.DATEcpTodayText
{
	color:#990000;
	font-weight:bold;
}
SPAN.DATEcpTodayTextDisabled
{
	color:#D0D0D0;
}
.DATEcpBorder
{
	border:solid thin #71AA1B;
}
/* Pyramid Design */
#design {
	position: relative;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	Margin-top: 36px;
	text-align: right;
	width: 100%;
}
#design a {
	font-family: Arial, Helvetica, sans-serif;
	color: #71AA1B;
	text-decoration: none; 
}
