﻿/*Load Default Rules*/
@import url("../Default/Stylesheet.css");

body
{
	margin:0px;
	padding:0px;
}

body, P, TD
{
	font-family:Arial, A Tahoma;
	font-size: 11px;
	color: black;
}

H1,H2
{
	font-weight: bold;
	font-size: 18px;
	color:#A3213B;
	margin-top:20px;
	margin-bottom:0px;
}

H3
{
	font-weight: bold;
	font-size: 15px;
	margin-bottom:0px;
	color:Black;
}

A 			
{ 
	color: #003366; 
	text-decoration: underline; 
}
A:link		
{ 
	color: #003366; 
	text-decoration: underline; 
}
A:visited	
{ 
	color: #003366; 
	text-decoration: underline; 
}
A:active	
{ 
	color: #999999;  
}
A:hover		
{ 
	color: #999999;  
}

ul
{
	margin-top:3px;
	margin-bottom:3px;
	margin-left:8px;
	padding-left:0px;
}

ul li
{
	   list-style-image:url(images/listDot.jpg);
	   margin-left:0px;
	   padding-left:0px;
}


/******************  Blog Styles  ******************/
H1.BlogPageTitle
{
	margin-bottom:10px;
}
.BlogTitle
{
	font-weight: bold;
	font-size: medium;
}

.RSSLinkBox
{
	position:absolute;
	top:5px;
	right:20px;
}

p.BlogByLine
{
	color: #999;
	margin: 0; 
	font-size: .9em;
}
td.blogCommentTitle
{
	font-weight: bold;
	font-size: small;
	padding-bottom:5px;
	}
p.BlogContent
{
	margin:5px 0px 0px 0px;
}
a.BlogCommentLink
{
	float:right;
	margin:5px 0px 10px 0px;
	text-decoration:none;
}
div.BlogCommentContainer
{
	padding:3px 3px 3px 3px;
	margin: 5px 0px 5px 0px; 
	border: 1px solid #ccc;
	}
.ErrorHighlighting
{
	background-color:#E6E3B5;
	color:Black;
}

#divRecentBlogs
{
	padding-top:42px;
	background-repeat:no-repeat;
	background-image:url(Images/sidebar_headers_archive.gif);
}

/*module widths should be 507 but have been set to 505 for compatibility with IE6*/

.moduleNews
{
	width:505px;/*Narrower to leave room for right side*/
}

.moduleContact
{
	width:505px;
	overflow:hidden;
}

.ContactLabel
{
	padding:4px;
	padding-right:10px;
}


/******************  Poll Styles  ******************/

.CurrentPoll
{
	padding-top:42px;
	background-repeat:no-repeat;
	background-image:url(images/sidebar_headers_poll.gif);
}

.CurrentPoll #divCurrentPollButtonBox
{
	width:100%;
	text-align:center;
	padding-top:10px;
	padding-bottom:4px;
}

	
td.PollAnswer
{
	color:#777777; 
	font-weight:800; 
	font-size:1em;
	padding:2px 2px 2px 2px;
}

td.PollName
{
	padding-top:0px;
	padding-bottom:10px;
}

.CurrentPollTable
{
	position:relative;
	top:-10px;
}

/* Msc */

.ControlError
{
	background-color:#B74D63;
	color:White;
}

/**********************************************
/* Layout Styles 
**********************************************/


form
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-color:White;
}

#divHeader
{
	height:172px;
	width:800px;
	overflow:hidden;
}

#divContentArea
{
	/*MinHeight*/
	height:auto;
	min-height:300px;
	
	/*Content Width*/
	width:739px;

	/*Padding*/
	padding-left:40px;
	padding-top:19px;
	padding-right:21px;
	padding-bottom:31px;

	/*Content Alignment*/
	text-align:left;
	vertical-align:top;
	overflow:hidden;
}

/********* Right Side Styles *********/ 

#divRightSide
{
	float:right;
	
	/*MinHeight*/
	height:auto;
	min-height:200px;
	padding-left:16px;
	border-left: 2px solid #BDBCBD;
	
	/*Content Width*/
	width:172px;
	overflow:hidden;
	
	margin-bottom:10px;
	margin-left:40px;
}

#divRightSide p
{
	color:White;
	padding-left:12px;
	padding-right:12px;
	margin-top:10px;
	margin-bottom:0px;
	font-size:10px;
	line-height:12px;
}

#divRightSide .Red
{
	background-color:#A3213B;
	padding-bottom:18px;
}

#divRightSide .Blue
{
	background-color:#183765;
	padding-bottom:18px;
	margin-bottom:12px;
}

#divRightSide .Red H1
{
	background-color:#B74D63;	
}

#divRightSide .Blue H1
{
	background-color:#485F81;	
}

#divRightSide H1
{
	font-family:Arial Narrow;
	font-size:12px;
	color:White;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.06em;
	
	line-height:29px;
	vertical-align:middle;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:0px;
}

/********* Footer Styles *********/
#divFooter
{
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:800px;
	height:72px;
	padding-top:31px;
	position:relative;
	text-align:center;
}

#divFooter ul
{
	list-style: none;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	width:560px;/**Fine tune this for centering*/
}

#divFooter li
{
	display:block;
	float:left;
	height:13px;
	line-height:11px;/*line-height greater than font-size so that hanging parts are ntot chopped ex) g*/
	padding-right:8px;
	padding-left:5px;
	background-image:url(images/footerdivider.jpg);
	background-repeat:no-repeat;
	background-position:right 1px;
	
	font-size:11px;
	text-transform:uppercase;
}

#divFooter a
{
	font-size:10px;
	letter-spacing:0.04em;
	text-decoration:none;
	color:Black;
	letter-spacing:0.1pt;
}

#divFooter p
{
	margin-top:0px;
	padding:0px;
	letter-spacing:0px;
	font-family:Arial Narrow;
}

#divFooter br
{
	line-height:0px;
}