@import url("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: #e7f1fb;
	color: #555555;	
	text-align: center;
	background-image: url(images/page-background.gif);
	background-repeat: repeat-x;
}

html {
	overflow-y: scroll;
}

.pageSection 
{
	text-align: left;	
	/* set top margin to set spacing above header */
	margin: 0 auto 0 auto;			
}

.pageBorder 
{
	
	/*border: solid 1px black;*/
}

.headerSection 
{
	width: 100%; 
	position: relative;
	/*background-image*/
	background-image: url(images/header.jpg);
	background-color: #d8d8d8;
	background-repeat: no-repeat;
	height: 178px;
	_overflow: hidden;
}

.headerLogoContainer 
{
    height: 128px;
    width: 260px;
    cursor: pointer;
}

.horizontalMenuSection 
{
	margin-bottom: 12px;
}

.pageWidth 
{
	width: 770px; /* Page width */
}

.pageWidthMinusBorder 
{
	width: 770px;
}

.contentSection 
{
	/*position: relative;*/
	line-height:1.4em;
	/*background-image*/
	background-repeat: repeat-y;
	background-color: White;
	border: solid 1px #d1dae3;
}

.toolBar 
{
    padding: 8px 22px;
    border-bottom: solid 1px #f3f3f3;
}

.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;
	vertical-align: top;
}

.mainContentZoneInner 
{
	padding: 20px;
}




.footerSection 
{
	text-align: left;		
	margin: 0 auto;
	background-image: url(images/menu-back.gif);
	background-repeat: repeat-x;
	border-top: solid 2px #2c79c7;
	height: 41px;
	margin-bottom: 12px;
	color: White;
	font-size: 12px;
}

.footerLeft 
{
	float: left;
	padding-top: 10px;	
	padding-left: 22px;
}
.footerRight 
{
	float: right;
	padding-top: 10px;
	padding-right: 22px;	
}

.footerRight a, .footerRight a:link, .footerRight a:visited, .footerRight a:active
{
	color: White;
}

.fullContentZone 
{
	min-height: 350px;
	margin-top: 20px;
	padding: 0 20px 20px 20px;	
}


.contentPane, .topPane, .bottomPane
{
	padding-top: 0;
}

.leftPane 
{
	padding-right: 12px;
}

.rightPane 
{
	padding-left: 12px;
}


.adminContentSection 
{
	line-height:1.4em;
	background-color: #f3f3f3;
}

.adminContentZone 
{
	padding: 0;
	width: 100%;
	vertical-align: top;
}

.adminContentZoneInner 
{
	background-color: White;
	padding: 20px 0 20px 20px;
}

.searchBoxSection 
{
    float: right;
}

.searchBoxSection a:link, .searchBoxSection a:active, .searchBoxSection a:visited
{
	color: #0890c1;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.searchBoxSection a:hover 
{
	color: #05b505;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.login 
{
	display: none;
}

.contentPane tr 
{
    vertical-align: top;
}

/*================================*/

h1 { 
	font-family: Arial, sans-serif; 
	font-size: 18pt; 
	font-weight: bold; 
	color: #001b67;
	margin-top: 0;
}

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: #555555;	
	font-size: 12px; 	
}

.mainContentZone p 
{
	margin-top: 0;
	margin-bottom: 12px;
	font-family: arial, sans-serif; 
	color: #555555;	
	font-size: 14px; 	
}

.contentSection ul 	
{
    /*
	margin: 0; 	
	padding: 0;	
	padding-bottom: 12px;
    */
	font-size: 14px;
	line-height:1.6em;    
}

.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: #667666; 
	font-family: arial, sans-serif; 
	font-size: 15px; 
	margin-right: 2em;
	line-height:1.4em;
    */
}

.contentSection a:link {
 	color: #0890c1;
 	text-decoration: underline;
}
.contentSection a:visited {
 	color: #990099;
 	text-decoration: underline;
}
.contentSection a:hover, .contentSection a:active {
	color: #05b505;
}

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 {
	
}

.rightPane a {

}


.staffProfileBlock {
	font-size: 11pt;
	padding-bottom: 6px;
}

.staffProfileBlock p {
	margin-top: 0;
	padding-top: 0;
}

.staffProfileBlock h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #001b67;
}

.DynamicForms_Maintable td {
font-size: 14px;
}

.DynamicForms_Maintable hr {
	width: 500px;
margin: 0 0;
padding: 0 0;
}

#SaveForm input {
	margin-left: 80px;
	width: 100px;
}

h2.blog_title {
	font-family: Arial, sans-serif; 
	font-size: 12pt;
}

.blog_more_link {
font-size: 14px;
display: block;
}

.blog_Description, .blog_Description_Heavy
{
    font-size:11px;
    font-weight:normal;
}

.Normal 
{
    text-align: left;
}

.FCKLinkGalleryContainer, .FCKImageGalleryContainer {
    background-color: #ffffff;
}

.DNNEmptyPane {display: none;}

.ModDNNHTMLC iframe {
	width: 700px !important;
}
