.profileBar
{
    background-color: White; 
    padding: 6px; 
    text-align: right; 
    border: solid 1px black;
    border-top: none;
    margin-bottom: 0;
}

#Body 
{
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 15px; 
	color: #685f5f;	
	background-repeat: repeat-y;
	background-position: center top;
	background-image: none;
	background-color: #f7f9f8;    
    background-image: url(images/vesta-gradient.png);
}

#homepage 
{
    background-color: #f7f9f8;
    background-image: url(images/vesta-gradient.png);
}

html {
	overflow-y: scroll;
}

img 
{
    border: none;
}

.pageSection 
{
	/* set top margin to set spacing above header */
	margin: 0 auto 0 auto;			
	background-color: #fff;
}

.pageBorder 
{
	
	/*border: solid 1px black;*/
}

.headerOuter 
{
    background-color: #fff;
}

.headerSection 
{
    text-align: left;
	width: 920px; 
	position: relative;
	height: 124px;
	_overflow: hidden;
	padding: 20px;
}

.menuSection 
{
    background-image: url(images/menu-background.png);
    background-repeat: repeat-x;
    background-position: center top;
}

.featureSection 
{
    background-color: #0b2e80;
    overflow: auto;
    background-image: url(images/vesta-gradient.png);
    background-repeat: repeat-y;
    background-position: center top;
}

.featurePane img 
{
    display: block;
}

.featurePanePhoto 
{
    width: 377px;
    height: 250px;
    overflow: hidden;
    float: left;
}

.featurePanePhoto p 
{
    margin: 0 !important;
    padding: 0 !important;
    background-color: #0b2e80;
}

.featurePaneText 
{
    width: 553px;
    height: 220px;
    overflow: hidden;
    background-color: #0b2e80;
    color: #ffffff;     
    line-height: 1.24;
    padding-left: 30px;
    padding-top: 30px;
    font-weight: bold;
    letter-spacing: -0.2px;
    margin-bottom: 0;
    float: left;
}

.featurePaneText p 
{
    font-size: 18px;   
}

.featurePaneText .contentQuote
{
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
}

.featurePaneText .contentQuote b, .featurePaneText .contentQuote strong 
{
    color: #ffffff;
}

.featureSection 
{
    position: relative;
}

.featurePaneArrow 
{
    background-image: url(images/feature-arrow.png);
    width: 32px;
    height: 34px;
    padding: 0;
    margin: 0;
    z-index: 4;
    position: absolute;
    left: 345px;
    top: 154px;
}

.contentTable 
{
    width: 940px;
}

.pageWidth 
{
	width: 960px; /* Page width */
}

.pageWidthMinusBorder 
{
	width: 960px;
}

.contentSection 
{
	line-height:1.5;
}

.toolBar 
{
    padding: 15px 0 15px 0;
}

.mainContentZone 
{
	
	padding: 0;
	vertical-align: top;
}

.mainContentZoneInner 
{
    padding-top: 20px;
    padding-bottom: 40px;
}

.fullContentZone 
{
	min-height: 350px;
	margin-top: 20px;
	padding: 0 20px 20px 20px;	
}

.contentPane, .topPane, .bottomPane
{
	padding-top: 0;
}

.contentPane 
{
    padding: 0;
}

.leftPane 
{    
    padding-right: 20px;
}

.leftPane .dnn_LeftPane 
{
    padding-left: 20px;
}

.rightPane 
{
    padding-left: 30px;
}

.bottomPane 
{
    padding: 0 20px;
}

.lowerTripleLeftPane 
{
    padding: 0 10px 20px 20px;
    width: 300px;
}

.lowerTripleMiddlePane 
{
    padding: 0 0 20px 0;
}

.lowerTripleRightPane 
{
    padding: 0 20px 20px 10px;
    width: 300px;
}

.searchBoxSection 
{
    float: right;
    border: solid 1px #d6d6d6;
    padding: 6px 12px 6px 28px;
    border-radius: 10px;
    background-image: url(images/search-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-top: 91px;
    margin-right: 0;
}

.searchBoxSection input 
{
    border: solid 1px #cccccc;
    padding: 3px;
    margin-right: 5px;
}

.searchBoxSection a:link, .searchBoxSection a:active, .searchBoxSection a:visited
{
	color: #1859ad;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.searchBoxSection a:hover 
{
	color: #1859ad;
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
}

.login 
{
	display: none;
}

.contentPane tr 
{
    vertical-align: top;
}

.leftPane .containerWidth 
{
	width: 280px;
}

.rightPane .containerWidth 
{
	width: 170px;
}

.homepage .rightPane .containerWidth 
{
	width: 360px;
}

/*================================*/

h1, .contentSection h1 a { 
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 26px; 
	font-weight: normal; 
	color: #0b2e80;
	margin-top: 0;
}

h2, .contentSection h2 a {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 22px; 
	font-weight: normal; 
	color: #0b2e80;
	margin-bottom: 0;
	margin-top: 0;	
}

h3, .contentSection h3 a {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: normal; 
	color: #0b2e80;
	margin-bottom: 12px;
	margin-top: 0;
}

h4, .contentSection h4 a {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size: 15px; 
	font-weight: normal; 
	color: #0b2e80;
	margin-bottom: 12px;
	margin-top: 0;
}

ul li 
{
    list-style-type: disc;
}

ol li 
{
    list-style-type: decimal;
}

.mainContentZone p, .mainContentZone li 
{
}

.mainContentZone p 
{
	margin-top: 0;
	margin-bottom: 18px;	
}

.mainContentZone p b, .mainContentZone p strong 
{
    color: #0b2e80;
}

ul, li, li a 
{
    outline: none !important;
}

.contentSection a {
 	color: #0b2e80;
 	text-decoration: underline;
}
.contentSection a:visited {
 	color: #0b2e80;
}
.contentSection a:hover {
	color: #1859AD;
	text-decoration: underline;
}

hr {
	height: 0;
	border: 0;
	border-top: 1px solid #cccfcc; 
	margin: 16px 0;
}

.contactDetailsBlock {
	width: 730px;
}


.Normal,
.NormalBold,
.SubHead
{
    text-align: left;
    font-family: inherit;
    font-size: inherit;
}

.FCKLinkGalleryContainer, .FCKImageGalleryContainer {
    background-color: #ffffff;
}

/* Products */

.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;
}

.noProductPhotoThumbnail 
{
    width: 116px;
    height: 90px;
    background-color: #f3f3f3;
    border: solid 1px #dddddd;
}

a.selectedCategoryListItem:link , a.selectedCategoryListItem:visited, a.selectedCategoryListItem:active, a.selectedCategoryListItem:hover
{    
    background-image: url(images/selected-product-category-item.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 9px;
}
a.selectedCategoryListItem:link , a.selectedCategoryListItem:visited, a.selectedCategoryListItem:active 
{
    color: #3b53a4 !important;       
}
/* Products End */

.DNNEmptyPane {display: none;}

.specialContainerText 
{
    font-size: 30px;
    font-weight: bold;
}

.CommandButton 
{
    margin-right: 5px;
}

/*Contact Page */

.FormsContent table 
{
    float: none !important;
}

.captchaText 
{
    margin-left: 84px;
    width: 240px;
    font-size: 13px;
}

.contactContentPane 
{
    padding-right: 20px;
    padding-left: 20px;
}

.contactFormPane 
{
    border-left: solid 1px #0b2e80;
    padding-right: 20px;
    padding-left: 20px;
}

.contactFormPane .containerWidth {
    width: 400px;
}

.contactFormPane .UDT_Input input
{
    width: 250px;
}
.contactFormPane .UDT_Input textarea 
{
    width: 350px;
}

.contactFormPane .SubHead, .contactFormPane A.CommandButton:link
{
    font-family: "century gothic", Arial, Helvetica, sans-serif;
    font-size: inherit;
    color: inherit;
    font-weight: normal;
}

.contactFormPane .SubHead 
{
    display: block;
    margin-top: 5px;
}

.contactFormPane A.CommandButton:link {
    color: #0b2e80;
}

.contactFormPane A.CommandButton:hover 
{
    color: #1859AD;
}

.requiredField 
{
    font-size: 11px;
    padding: 10px 0;
}

#SaveForm 
{
    padding-left: 75px;
}

#SaveForm input
{
    width: 80px;
}

.footerOuter 
{
    background-color: #0b2e80;
    background-image: url(images/vesta-gradient.png);
    background-position: center top;
    background-repeat: repeat-y;
}

#footerSection 
{
    padding: 10px 0 20px 0;
    width: 960px;
    clear: both;
    padding-bottom: 10px;
    background-color: transparent;
}

#footerLinks 
{
    float: right;
    text-align: right;
    font-size: 12px;
}

#footerLinks a:link,  #footerLinks a:active, #footerLinks a:visited, #footerLinks a:hover
{
    color: #fff !important;
}


.copyright
{
    font-size: 12px;
}

.footerLinksPane,
#geekfreeFooter 
{
    font-size: 9pt;
    color: #4767b3 !important;    
    padding: 0;
}

#geekfreeFooter a,
.footerLinksPane a 
{
    color: #4767b3 !important;
}

.footerLinksPane 
{
    margin: 20px 0 0 0;
    clear: both;
}

#geekfreeFooter 
{
    border-top: solid 1px #4767b3;
    padding-top: 10px;    
    clear: both;
    padding-bottom: 50px;
    width: 960px;
    background-color: transparent;
    margin-top: 20px;
}

#additionalLinks 
{
    float: right;
    text-align: right;
}


/* MENU */
.navContainer 
{
	/*background-image: url(images/menu-back.gif);*/
	margin: 0;
	padding: 0;
	
}

.navRootOuter 
{
	background-image: url(images/menu-background.png);
	background-repeat: repeat-x;
	padding-left: 0;
	height: 46px;
}
.navRootInner
{
	/*background-image: url(images/menu-right.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 0;
}
.navContainer .MainMenu_MenuContainer 
{
	background-color: Transparent;
	width:auto;
}

.navContainer ul 
{
	padding-left: 0px;
	margin: 0;
	position: relative;
	zoom: 1;
}

.navContainer ul li  
{
	list-style-image: none;
	list-style-type: none; 
	position: relative;	
}

/* Top Level Menu Defaults */
.nav_root 
{
	padding-left: 10px;    
}

li.nav_rootItem
 {      
    text-align: center; 
	float: left;
	font-size: 15px;
	font-weight: normal;	
	text-align:center;
	border: none;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	display: block !important;
	cursor: pointer;
	/*IE Fix*/
	zoom: 1;

 }
 
.nav_rootItem a:link,  .nav_rootItem a:visited, .nav_rootItem a:active, .nav_rootItem a:hover
{
    float: left;
    display: block;	    
    cursor: pointer;    
    *zoom:1;   
    text-decoration: none;
    outline: none;
    color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 15px 30px 0 30px;
	height: 31px;	
	text-transform: uppercase;
}

/* Top Level Menu, Current Page */
.nav_rootCurrent a
{
    background-image: url(images/menu-current-page.png);
}

 /* Top Level Menu On Hover */
.nav_rootHover a
{
    color: #97b6ff !important;
}


/* Drop-Down Menu Region */
.nav_subMenu 
{	
	margin-top: 0px;
	z-index: 9999999;	
	cursor: pointer;
	text-align: left;

	background-color: #fff;
	color: #ffffff;
	border: solid 1px #061a48;	
	border-bottom: none;
	padding: 0;
}

/* Drop-Down Menu Defaults */
.nav_subMenu li {    	    
	margin: 0px;	
	text-align: left;
	vertical-align: middle;
	font-weight: normal;	
	/*font-size: 10px;	*/
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 8px 10px;
	border: 0;   
	cursor: pointer;
	border-bottom: solid 1px #061a48;		
	display: block;
	width: 180px;
}

.nav_subMenu img     	    
{
	padding-right: 5px;
}

.nav_subMenu li a
{
	text-decoration: none !important;
	outline: none;
	display: block;
	color: #0b2e80;
}

/* Drop-Down Menu On Hover */
.nav_subItemHover {    
	background-color: #0b2e80;	
}

.nav_subMenu li.nav_subItemHover a 
{
    color: #fff;
}

/* Drop-Down Menu, Current Page */
.nav_subItemCurrent 
{
}

/* Drop-Down Menu Seperator */
.nav_horizontal_Section .MainMenu_MenuBreak { 
	border: transparent 0px solid;
	background-color: transparent;
	height: 1px;
}

.subNav 
{
    width: 200px;
    padding-left: 20px;
}

.subNavHeading 
{
    color: #0E5BA9;
    font-size: 16px;
    padding-top: 40px;
    padding-bottom: 2px;
}

.subNav ul 
{
    margin: 0;
    padding: 0;
}

.subNav li.root 
{
    margin: 0;
    padding: 5px 0 5px 25px;    
    background-image: none;
}

.subNav li.root a 
{
    color: #333333;
    text-decoration: none;
}

.subNav li.navLinkSelected 
{
    background-image: url(images/vertnavarrow.gif);
    background-position: left 5px;
    background-repeat: no-repeat;    
}

.subNav li.navLinkSelected a 
{
    color: #0E5ba9;
}

.freeGuideTitle 
{
    position: relative;
}

.freeBadge 
{
    position: absolute;
    left: -27px;
    top: -10px;
    z-index: 1000;
}

.homepageArticleSection 
{
    clear: both;
    text-align: left;
}

.homepageArticleSection h1 
{
    text-align: left;
    margin-bottom: 5px;
}

.homepageArticleSection h3 
{
    
}

.homepageArticleSectionEnd 
{
    clear: both;
    padding-bottom: 20px;
}

.homepageArticleList h3 
{
}

.homepageArticleList .articleItem 
{
    float: left;
    width: 280px;
    margin-right: 20px;
}

.headerPane 
{
    position: absolute;
    right: 0;
    top: 0;
}

.post-header 
{
    height: auto !important;
    margin-bottom: 20px;
    padding-left: 0 !important;
    background-image: none !important;
}

.footerNav a 
{
    font-size: 13px;
    color: #fff;
}

.footerNav ul 
{
    margin: 0;
    padding: 0;    
    vertical-align: top;
}

.footerNav ul li 
{
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 14%;
    padding: 5px 0;
    list-style-type: none;
    vertical-align: top;
    font-weight: bold;
}

.footerNav ul li ul 
{
    padding-top: 2px;
}

.footerNav ul li ul li
{
    margin: 0;
    padding: 2px 0;
    display: block;
    width: auto;
    list-style-type: none;
    font-weight: normal;    
}

.footerNav ul li ul li a 
{
    font-size: 12px;
}