@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: White;
	color: #555555;	
	/*text-align: center;*/
	/*background-image: url(images/);*/
	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: 205px; 
	position: relative;
	background-image: url(images/logo.png);
	background-color: #d8d8d8;
	background-repeat: no-repeat;
	height: 96px;
	float: left;
	_overflow: hidden;
	margin-top: 24px;
	margin-left: 28px;
	margin-bottom: 10px;
}

.headerLogoContainer 
{
    height: 66px;
    width: 205px;
    cursor: pointer;
}

.horizontalMenuSection 
{
	padding-bottom: 12px;
	margin-left: 240px;
	padding-top: 58px;
}

.pageWidth 
{
	width: 980px; /* Page width */
}

.pageWidthMinusBorder 
{
	width: 980px;
}

.topSection 
{
    border-bottom: solid 3px #94d9f8;
    clear: both;
}

.contentSection 
{
	line-height:1.4em;
	background-image: url(images/feature-background.gif);
	background-repeat: repeat-x;
	background-color: White;
	border: solid 1px #d1dae3;
	width: 100%;
}

.toolBar 
{
    padding: 8px 0 12px 28px;
}

.toolBar .shareThisSection 
{
    padding-top: 3px;
}

.sidebarZone
{
	width: 180px;
	vertical-align: top;
	padding: 0;
	border: 0;
	background-color: #e8e8e8;
	overflow: hidden;	
}

.sidebarZoneInner 
{
	padding: 22px 11px 11px 11px;	
}

.mainContentZone 
{
	
	padding: 0;
	vertical-align: top;
	background-image: url(images/feature-background-swirl.gif);
	background-repeat: no-repeat;
	background-position: 600px top;
}

.mainContentZoneInner 
{
	padding: 28px;
}

.footerOuter 
{
    background-image: url(images/footer-background.gif);
    background-repeat: repeat-x;
    background-color: #f2fafc;    
    border-bottom: solid 1px #b2ecff;
}

.footerSection 
{
	text-align: left;		
	margin: 0 0;
	background-color: transparent;
	background-image: url(images/footer-background-swirl.gif);
	background-repeat: no-repeat;
	border-top: none;
	margin-bottom: 12px;
	color: #929697;
	font-size: 13px;
	height: 132px;
}

.footerLeft 
{
	padding-top: 11px;	
	padding-left: 22px;
	margin-left: 460px;
}
.footerRight 
{
    text-align: left;
	padding-top: 25px;
	padding-right: 22px;
	margin-left: 370px;	
}

.footerSection a:link, .footerSection a:visited, .footerSection a:active
{
	color: #929697;
}

.footerSection a:hover
{
	color: #000000;
}

.footerSection .SkinObject 
{
    color: #929697;
    font-size: 13px;
    font-weight: normal;
}

.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: #001b67;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.searchBoxSection a:hover 
{
	color: #006600;
	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: normal; 
	color: #12606b;
	margin-top: 0;
}

h2, h3, h4 {
	font-family: Arial, sans-serif; 
	font-size: 12pt; 
	font-weight: bold; 
	color: #12606b;
	margin-bottom: 12px;
}

.sidebarZone h2 {
	margin-bottom: 0;
	padding-bottom: 3px;
	color: #3a53a5;
}

.sidebarZone p {
	margin-top: 3px;
	font-family: Arial, sans-serif; 
	color: #555555;	
	font-size: 12px; 	
}

.mainContentZone p 
{
	margin-top: 0;
	margin-bottom: 18px;
	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; 
	line-height:1.4em;
    */
}

.contentSection a {
 	color: #001b67;
 	text-decoration: underline;
}
.contentSection a:visited {
	color: #660099;
	text-decoration: underline;
}
.contentSection a:hover {
	color: #006600;
	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;	
}

.contactDetailsBlock {
	width: 880px;
}


.Normal 
{
    text-align: left;
}

.blog_Description, .blog_Description_Heavy
{
    font-size:11px;
    font-weight:normal;
}

.FCKLinkGalleryContainer, .FCKImageGalleryContainer {
    background-color: #ffffff;
}

.bulletTicks ul {	margin: 0; margin-bottom: 22px; padding: 0;	list-style-type:none; line-height:150%;font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;  font-size: 12pt;text-decoration:none;}
.bulletTicks ul li {display:block;	margin: 0; 	padding-left:24px	;	background: url(images/bullet-tick.gif) no-repeat left; background-position: left 7px; background-repeat: no-repeat;	text-decoration:none;	line-height:170%;font-family:Lucida Sans Unicode, Lucida Grande, sans-serif; font-size: 14px;color: #000000; }

.noStaffPhoto 
{
    width: 236px;
    height: 157px;
    background-color: #f1f1f1;
}

.productDetail
{
    background-color: #f2f9fa;
}

.productList 
{
    background-color: #f2f9fa;    
}

.productList td, .productDetail td
{
    padding: 9px;
}

.productList p, .productDetail p
{
    font-size: 12px;
}

.productList td.productListDetail 
{
    padding-left: 0;
}

.productPhoto 
{
    width: 298px;
    border: solid 1px #c4e8f3;
}

.productThumbnail 
{
    width: 118px;
    border: solid 1px #c4e8f3;
}

a.selected:link , a.selected:visited, a.selected:active, a.selected:hover
{    
    background-image: url(images/selected-sub-page.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 9px;
}
a.selected:link , a.selected:visited, a.selected:active 
{
    color: #3b53a4 !important;       
}

.DNNEmptyPane {display: none;}

.geekspeakFooterCentred 
{
    margin: 0 0;
}


.homepage .leftPane .containerWidth 
{
	width: 344px !important;
}
