﻿body
{
	background-color: #ffffff;
	height: 98%;
	padding-top: .5%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 1.5%;
	margin: 0;
	float: none;
	clear: both;
	font-family: Arial;
}

#pageWrapper
{
	background-color: #EAE1E1;
	width: 900px;
	border: 0pt #eae1e1 solid;
	margin: auto;
}

/*Linked text color for items in the page layout area*/
.ms-propertysheet
{
	color: #000000;
}

.ms-propertysheet A
{
	color: #9b0b39;
	font-weight: bold;
}

.ms-propertysheet a:hover
{
	color: #9b0b39;
	font-weight:bold;
}

.ms-propertysheet a:visited
{
	color:#9b0b39;
}

.ms-WPBody a:link
{
	color:#9b0b39;
}
/*End*/

/*Linked text colorr for the Welcome text*/
.ms-SPLink A:link
{
	color: #000000;
}
/*End*/

#leftArea
{
	width: 200px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

/*TagLine currently not using 2-27-2008*/
#siteTagLine
{
	padding-top: 10px;

	font-size: .7em;
	color: #000000;
}
/*End*/

#siteHeader
{
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
    border: solid 1pt #000000;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
}

#quickLaunch
{
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 20px;
	text-align: left;
	color: #000000;
	font-size: .8em;
}

/*Linked header text in the side nav area*/
.ms-navheader a
{
	font-weight:bold;
	color: #454545;
	letter-spacing: .01em;
}

table.ms-navheader td
{
	background-image:none;
	border-bottom: 1px gray dotted;
	padding-top: 2px;
	padding-bottom: 2px;
}
/*End Navheader*/

/*Linked text color for Quick Launch sub-nav items*/
.ms-navitem
{
	color: #9b0b39;
}

.ms-navitem a:hover
{
	color: #454545;
	text-decoration:underline;
}

.ms-navitem a:visited
{
	color:#9b0b39;
}

.ms-navitem td
{
	border-bottom: 1px gray dotted;
	vertical-align: middle; 
}

table.ms-navitem td
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 3px 2px 10px;
	font-family: tahoma;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .1em;
}
/*End QL sub-navigation*/

/*Background color of items selected in the side nav area*/
.ms-selectednav
{
	border: none;
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom: 1px gray dotted;
}

table.ms-selectednav td a.ms-selectednav
{
	background:none;
	color:#9b0b39;
}
/*End SelectedNav*/

/*Text size and padding for HCESC info*/
#contactInfo
{
	font-size: .7em;
	font-weight: bold;
	padding-top: 40px;
}
/*End*/

#rightArea
{
    background-color: #FFFFFF;
	height: 100%;
}

/*Location for the HCESC logo*/
#siteLogo
{
	text-align: right;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-right: 10px;
}

.ms-bodyareaframe
{
	border-top: 0;
	border-left: 0;
	border-right: 0;
	padding: 0;
}

#pageDescription
{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #9b0b39;
}

#pageImage
{
	padding-right: 0px;	
}

/*Breadcrumb linked color and padding*/
#pageBreadcrumb
{
    border-bottom: solid 3pt #9b0b39;
    padding-top: 3px;
	padding-bottom: 8px;
	padding-left: 20px;
}

.ms-pagebreadcrumb
{
	color: #000000;
}

.ms-pagebreadcrumb a
{
	color: #000000;
}
/*End Breadcrumb*/

/*PageContent area-padding*/
#pageContent
{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
/*End PageContent*/

/*QuickLinks*/
*quickLinks
{
	text-align: right;
	padding-top: 7px;
	padding-bottom: 0px;
	padding-right: 5px;
 
}

/*Footer Area*/
#footer
{
	padding-bottom: 5px;
	background-color: #333333;
	color: #CCCCCC;
}

/*End Footer*/

/*Search, Search-bar area, text, and linked color*/
#search
{
	text-align: left;
	font-size: .75em;
}

td.ms-sbcell
{
	padding:0px;
	padding-left:2px;
	white-space:nowrap;
	border:solid 1px #666666;
}
td.ms-sblink{
	padding-right:14px;
	border:none;
	cursor:default;
}
.ms-sblink a:visited{
	font-family:Tahoma;
	font-size:8pt;
	color:#666666;
	text-decoration:none;
	padding-left:4px;
	cursor:default;
}
.ms-sblink a:link{
	font-family:Tahoma;
	font-size:8pt;
	color:#333333;
	text-decoration:none;
	padding-left:4px;
	cursor:default;
}
.ms-sblink a:hover{
	color:#333333;
	text-decoration:none;
	cursor:default;
}
td.ms-sbgo{
	background-color:#cccccc;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:1px;
	padding-top:1px;
}
/*End Search Area*/

/*SiteMap area, linked color*/
#siteMap
{
	padding-left: 10px;
	text-align: left;
	font-size: .75em;
	color: #cccccc;
}

#siteMap A
{
	color: #cccccc;
	text-decoration: none;
}

#siteMap a:hover
{
	text-decoration: underline;
}
/*End SiteMap*/

/*Login area, linked color*/
#login
{
	padding-right: 10px;
	text-align: right;
	font-size: .75em;
}

#login A
{
	color: #cccccc;
	text-decoration: none;
}

#login a:hover
{
	text-decoration: underline;
}
/*End Login*/

/*Copyright area, linked color*/
#copyright
{
	padding-right: 10px;
	text-align: right;
	font-size: .75em;
}

#copyright A
{
	color: #cccccc;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;
}
/*End Copyright*/

.link-item, .link-item a, .link-item a:link
{
	color: #9B0B39;
}

.band
{
	background-color:#EAE1E1;
}

.bullet
{
	background-image:url("/Style Library/Images/hcesc_lstbulet.gif");
}

.ms-WPHeader TD
{
	border-bottom:1px solid #454545;
}

