@import url("css/menu.css");

.profileBar
{
    background-color: White; 
    padding: 6px; 
    text-align: right; 
    border: solid 1px black;
    border-top: none;
    margin-bottom: 12px;
}

#Body 
{
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	background-color: #f5f1e8;
	color: Black;	
	text-align: center;
	background-image: url(images/outer-background.gif);
}

html {
	overflow-y: scroll;
}

.pageSection 
{
	text-align: left;	
	margin: 27px auto 0 auto;
	
	border: solid 1px black;	/* Page Border */
	background-color: White;
}

.pageWidth 
{
	width: 780px; /* Page width */
}

.headerSection 
{
	width: 100%; 
	position: relative;
	background-image: url(images/header.jpg);
	background-color: #e7eff8;
	background-repeat: no-repeat;
	height: 160px;
	_overflow: hidden;
}


.contentSection 
{
	/*position: relative;*/
	width: 780px;
	line-height:1.4em;
	background-image: url(images/page-background.gif);
	background-repeat: repeat-y;
}


.sidebarZone
{
	width: 180px;
	vertical-align: top;
	padding: 0;
	border: 0;
	background-color: #e8e8e8;
	font-size: 12px;	
	overflow: hidden;	
}

.sidebarZoneInner 
{
	padding: 22px 11px 11px 11px;	
}

.mainContentZone 
{
	
	padding: 0;
	float: right;
	width: 597px;
	vertical-align: top;
}

.mainContentZoneInner 
{
	padding: 20px 0 20px 20px;
}

.footerSection 
{
	/*position:relative;*/
	text-align: left;		
	margin: 0 auto;
	background-color: Transparent;
	padding-top: 3px;
	display: none;
}

.footerLeft 
{
	float: left;
}
.footerRight 
{
	float: right;
}

.fullContentZone 
{
	min-height: 350px;
	margin-top: 20px;
	padding: 0 20px 20px 20px;
}


.rightPane 
{
	border-left: solid 1px #9f9f9f;
	padding: 0 11px;
	width: 170px;
}



.contentPane, .topPane, .bottomPane
{
	padding-right: 20px;
}

.adminContentSection 
{
	position: relative;
	width: 780px;
	line-height:1.4em;
	background-color: #f3f3f3;
}

.adminContentZone 
{
	padding: 0;
	width: 100%;
	vertical-align: top;
}

.adminContentZoneInner 
{
	position: relative;
	margin-left: 30px;
	width: 720px;
	background-color: White;
	padding: 20px 0 20px 20px;
}

.headerLogoContainer {
	position: relative;
	top: -38px;
	left: 10px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/house.png');

	display: block;
	z-index: 2000;
	height: 194px;
	width: 284px;
}

.headerLogo {
	display: block;	
	/*for IE6*/
	_height: 1px;
	_width: 1px;
}

/*================================*/

h1 { 
	font-family: Arial, sans-serif; 
	font-size: 18pt; 
	font-weight: bold; 
	color: #001b67;
	margin-top: 0;
	line-height: 1.3em;
}

h2 {
	font-family: Arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #00217d;
	margin-bottom: 12px;
}

.sidebarZone h2 {
	margin-bottom: 0;
	padding-bottom: 3px;
	color: #264D90;
}

.sidebarZone p {
	margin-top: 3px;
	font-family: Arial, sans-serif; 
	color: Black;	
	font-size: 12px; 	
}

.mainContentZone p {
	margin-top: 9px;
	margin-bottom: 9px;
	font-family: arial, sans-serif; 
	color: Black;	
	font-size: 14px; 	
}

.contentSection ul {	
	margin: 0; 	
	padding: 0;	
	padding-bottom: 12px;
	font-size: 14px;
	line-height:1.4em;
}

.contentSection li {
	display:block;	
	list-style-type:none;	
	padding-left:20px;
	background: url(images/bullet.gif);	
	background-repeat: no-repeat;
	background-position: left 5px;
	margin-bottom: 4px;
	color: Black; 
	font-family: arial, sans-serif; 
	font-size: 15px; 
	margin-right: 2em;
	line-height:1.4em;
}

.contentSection a {
 	color: #001b67;
 	text-decoration: underline;
}
.contentSection a:hover {
	color: #006600;
}
.contentSection a:visited {
 	color: #8e1413;
 	text-decoration: underline;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #cccfcc; 
	margin: 16px 0;
}

.sidebarZone img {
	display: block;
	margin-bottom: 12px;
}

.leftPane img
{
	display: inline;
}

.rightPane p {
	font-size: 12px;
}

.rightPane a {
	font-style: italic;
	font-weight: bold;
	color: #001b67;
}

.Normal 
{
    text-align: left;
}

.blog_Description, .blog_Description_Heavy
{
    font-size:11px;
    font-weight:normal;
}

.FCKLinkGalleryContainer, .FCKImageGalleryContainer {
    background-color: #ffffff;
}

.DNNEmptyPane {display: none;}