@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: #fffbf5;
	color: #555555;	
}

#Body 
{
	text-align: center;
	background-image: url(images/page-background.png);
	background-position: center;
	background-repeat: repeat-y;	
}

html {
	overflow-y: scroll;
}

.pageSection 
{
	text-align: left;	
	margin: 0 auto 0 auto;
	border-bottom: solid 9px #ff0000;
	margin-bottom: 12px;
}

.pageWidth 
{
	width: 1002px; /* Page width */
}

.headerSection 
{
	width: 100%; 
	position: relative;
	background-repeat: no-repeat;
	padding: 38px 0 10px 0;
}

.topMenuSection 
{
	overflow: visible;
	white-space: nowrap;
}
.contentSection 
{
	/*position: relative;*/
	width: 1002px;
	line-height:1.4em;
	background-repeat: repeat-y;
}

.mainContentZone 
{
	
	padding: 9px 0 0 0;
	vertical-align: top;	
}

.mainContentZoneInner 
{
	padding: 0 0 20px 0;
	background-color: #f0ebe6;
}

.footerSection 
{
	/*position:relative;*/
	padding-top: 3px;
	padding-bottom: 6px;
}

.footerLeft 
{
	vertical-align: bottom;
}
.footerRight 
{
	vertical-align: bottom;
	text-align: right
}

.fullContentZone 
{
	min-height: 350px;
	padding: 0 20px 20px 20px;
}


.rightPane 
{
	padding: 0;
}



.contentPane, .topPane
{
	padding-right: 20px;
}

.bottomPane 
{
	padding-top: 9px;
}

.adminContentSection 
{
	position: relative;
	width: 1002px;
	line-height:1.4em;
	
}

.adminContentZone 
{
	padding: 20px 0;
	width: 100%;
	vertical-align: top;
}

.adminContentZoneInner 
{
	position: relative;
	width: 982px;
	background-color: White;
	padding: 20px 0 20px 20px;
}

.headerLogo {
	display: block;		
}

.contentPane tr 
{
    vertical-align: top;
}

/*================================*/

h1 { 
	font-family: Arial, sans-serif; 
	font-size: 17pt; 
	font-weight: normal; 
	color: #001b67;
	padding-top: 20px;
	margin-top: 0;
}

h2 {
	font-family: Arial, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #00217d;
	margin-bottom: 12px;
}

h3 {
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	color: #999999;
	margin-bottom: 0;
}

h4 {
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	color: #999999;
	margin-bottom: 0;
}

h5 {
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	color: #999999;
	margin-bottom: 0;
}

h6 {
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	font-weight: normal; 
	color: #999999;
	margin-bottom: 0;
}

.mainContentZone p {
	margin-top: 9px;
	margin-bottom: 9px;
	font-family: arial, sans-serif; 
	color: #555555;	
	font-size: 14px; 	
}


.contentSection ul {	
	font-size: 14px;
}

.contentSection li {
	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: #667666; 
	font-family: arial, sans-serif; 
	font-size: 15px; 
	margin-right: 2em;
	line-height:1.4em;
}
*/

a:link, a:active {
 	color: #0006f4;
 	text-decoration: underline;
}

a:visited {
	color: #8e1413;
 	text-decoration: underline;
}


a:hover {
 	color: #03b02f;
 	text-decoration: underline;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #cccfcc; 
	margin: 16px 0;
}

.leftPane img
{
	display: inline;
}

.rightPane p {
	font-size: 12px;
}

/*
.rightPane a {
	font-style: italic;
	font-weight: bold;
}
*/

.buttonBlue
{
	background-image: url(images/button-blue-middle.gif);
	background-repeat: no-repeat;
	background-color: Blue;
	height: 42px;
	width: 189px;
	text-align: center;
	vertical-align: middle;
}

.buttonBlue .buttonLeft
{
	background-image: url(images/button-blue-left.gif);
	float: left;
	width: 10px;
	height: 42px;
}

.buttonBlue .buttonRight
{
	background-image: url(images/button-blue-right.gif);		
	float: right;
	height: 42px;
	width: 10px;
}

.buttonBlue .buttonContent
{
	font-size: 15px;	
	color: White;
	padding-top: 12px;	
	text-transform: uppercase;
}

.bikeButtonBlue 
{
	background-image: url(images/bike-background-blue.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 189px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.bikeButtonBlue .buttonContent {
	font-size: 15px;	
	color: White;
	padding-top: 11px;	
	text-transform: uppercase;
}

.bikeButtonBlueHover .buttonContent {
	color: Yellow !important;
}

.loginBox 
{
	display: none;
}

a.footerLinks:link, a.footerLinks:active, a.footerLinks:visited
{
	color: #0006f4;
	text-decoration: none;
	font-size: 12px;
	display: inline;
}

a.footerLinks:hover
{
	color: #03b02f;
	text-decoration: underline;
	font-size: 12px;
	display: inline;
}

img 
{
	border: 0;
}

blockquote 
{
	color: #666666;
}

.bikeList
{
    border: solid 1px #bbbbbb;
    width: 100%;
    margin-bottom: 9px;
}
.pictureFrame
{
    background-color: White;
    border: solid 1px #bbbbbb;
    padding: 0;
}
.pictureFrame img, .pictureFrame input
{
	display: block;
}
.bikeList h3
{
    font-size: 13pt;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.bikeList *
{
    font-family: Arial;
    font-size: 11pt;
}
.bikeList p, .bikeList p *
{
    font-size: 10pt;
    margin: 6px 0;
}

.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 a {
margin-left: 427px;
display: block;
}

.DynamicForms_Label {
width: 125px;
	font-size: 14px; 
}

.DynamicForms_Label br {
display: none;
}

.blog_Description, .blog_Description_Heavy
{
    font-size:11px;
    font-weight:normal;
}

#dnn_ctr531_DynamicForms_lnkSave {
	background-image: url(/Portals/3/images/buttons/send.gif);
	display: block;
	width: 80px;
	height: 24px;
	color: Transparent;
	text-decoration: none;

}

#dnn_ctr531_DynamicForms_lnkSave:hover {
	background-image: url(/Portals/3/images/buttons/send_on.gif);
	text-decoration: none;
}

#dnn_ctr601_DynamicForms_lnkSave {
	background-image: url(/Portals/3/images/buttons/send.gif);
	display: block;
	width: 80px;
	height: 24px;
	color: Transparent;
	text-decoration: none;

}

#dnn_ctr601_DynamicForms_lnkSave:hover {
	background-image: url(/Portals/3/images/buttons/send_on.gif);
	text-decoration: none;
}

.Normal, .NormalDisabled {
	font-family: Arial, sans-serif; 
	font-size: 14px; 
	text-align: left;
}

.FCKLinkGalleryContainer, .FCKImageGalleryContainer {
    background-color: #ffffff;
}


.DNNEmptyPane {display: none;}

/* Blog */
.na-post-meta, .Byline
{
    
}

.homepageArticleSection 
{
    clear: both;
    text-align: left;
}

.homepageArticleSection h1 
{
    text-align: left;
    margin-bottom: 5px;
}

.homepageArticleSection h3 
{
    
}

.homepageArticleSectionEnd 
{
    clear: both;
    padding-bottom: 20px;
}

.homepageArticleList h3 
{
    color: #001b67;
}

.homepageArticleList .articleItem 
{
    float: left;
    width: 280px;
    margin-right: 20px;
}


.ModDNNHTMLC iframe {
	width: 700px !important;
}

.mapSection {
    margin-top: 20px;
}

.mapSection .ModDNNHTMLC iframe 
{
    width: 380px !important;
    margin-right: 20px;    
}

.financeIframeSection iframe 
{
    width: 100% !important;
}
