/* Design & Code (c) Proliant Consulting Group */

body {
	background: url(images/page-bg.jpg) repeat-x left top #FFFFFF;
	margin: 0px;
	}
	
	
	
	
	
/* Headings H1-H6 */
h1, .h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: 1.25em;
	font-weight:normal;
	color: #B36D4D;
	margin: 0px;
	font-style: italic;
}

h2, .h2 {
	font-family: Georgia, Times, serif;
	font-size:17px;
	font-weight:bold;
	color: #3D606D;
}

h3, .h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.25em;
	font-weight:bold;
	color:#3D606D;
	margin: 0px;
}

h4, .h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:1.25em;
	font-weight:normal;
	color:#999999;
	margin: 0px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #423728;
}

h6, .h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height:1.25em;
	font-weight:bold;
	color:#6C5A42;
	display: inline-table;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pageBannerRightText {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #eaebec;
	margin: 0px;
}



/* Paragraph and Link Styles */
p, .content {
	font: normal 12px/1.5em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #8A7555;
}

a {
	color: #3D606D;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.breadcrumbs {
	font: 9px Lucida Grande, Verdana, sans-serif;
	color:#B36D4D;
}

.topNav, a.topNav, a.topNav:visited {
	color: #88BFAC;
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

a.topNav:hover {
	text-decoration:underline;
}
	
.footer, a.footer, a.footer:visited	{ 
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#fcfefe;
	text-decoration:none;
}	

a.footer:hover	{ 
	text-decoration: underline;
}

.intellifooter, a.intellifooter, a.intellifooter:visited	{ 
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#00639f;
	text-decoration:none;
}	

a.intellifooter:hover	{ 
	text-decoration: underline;
}

/* Forms */
.textField
{
	color: #0F4C78;
	background: #E6F8FF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
}	

.errorField
{
	color: #990000;
	background: #76ADFF;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:2px;
	border: solid 2px #990000;
}
	
/* Lists and Navigation */
.dashed-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 15px;
}
