body
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

/* ********** Top Container ************ */

#TopContainer 
{
	position: relative;
	left: 50%;
	top: 0px;
	z-index: 1;
	margin-left: -480px;
	width: 960px;
	padding: 0px;
}

#TopBackground
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 127px;
}

#Logo
{
	position: absolute;
	top: 28px;
	left: 58px;
	z-index: 1000;
}

#MainNavContainer
{
	position: absolute;
	top: 43px;
	left: 236px;
	z-index: 1000;	
}

#TopReflection
{
	position: absolute;
	top: 81px;
	left: 58px;
	z-index: 1000;	
}

.MainNavList
{
	position: relative;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.MainNavList li
{
	float: left;
	margin: 0px;
	padding: 0px;
}


/* ********** Bottom Container ************ */

#BottomContainer 
{
	position: relative;
	left: 50%;
	top: 0px;
	z-index: 1;
	margin-left: -480px;
	width: 960px;
	padding: 0px;
}

#MainContentContainer 
{
	background-image: url(../images/bg_bottom_container.gif);
	background-repeat: repeat;
	width: 960px;
	padding: 0px;
	margin: 0px;
}

#MainContentBox
{
	position: relative;
	top: 0px;
	left: 5px;
	border-top-style: solid;
	border-top-color: #546D82;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #546D82;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #546D82;
	border-right-width: 1px;			
	width: 948px; 
	padding: 0px;
	margin: 0px;
}




/* ********** HOME PAGE STYLES ************ */


/* ********** HOME - Left Column ************ */

#HomeLeftColumn
{
	float: left;
	width: 204px;
}

.HomeLeftColumnHeader
{
	width: 204px;
}

.HomeLeftColumnText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #5E615A;
	background-color: #F2F3F2;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 15px;
	width: 167px;
}

.HomeLeftColumnText p
{
	padding: 0px;
	margin: 0px;
}


/* ********** HOME - Middle Column ************ */

#HomeMiddleColumn
{
	float: left;
	width: 483px;
}

#HomeMiddleMainTextContainer
{
	clear: both;
	width: 481px;
	border-left-color: #546D82;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #546D82;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #546D82;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #7CBAED;
	padding-bottom: 16px;	
}

#HomeMiddleMainTextContainerHeaderContainer 
{
	/*position: absolute;
	left: 50%;
	top: 0px;
	z-index: 1;
	margin-left: -480px;
	width: 960px;
	padding: 0px;
	clear: none;*/
	
	position: absolute;
	left: 50%;
	top: 128px;
	z-index: 1;
	margin-left: -269px;
	width: 481px;
	padding: 0px;
	clear: none;	
}

#HomeMiddleMainTextContainerHeader
{
	position: absolute;
	top: 128px;
	left: 211px;
	width: 481px;
	height: 152px;
	z-index: 5000;
}

#HomeMiddleMainTextContainerCopy
{
	position: relative;
	top: 0px;
	left: 14px;
	background-color: #98C9F1;
	border-color: #C9E3F8;
	border-style: solid;
	border-width: 1px;
	width: 412px;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	color: #0B0B0B;
}

#HomeMiddleMainTextContainerCopy p
{
	padding: 0px;
	margin: 0px;
}

#HomeMiddleMainTextContainerCopy a
{
	font-weight: bold;
	color: #0B0B0B;
	line-height: 35px;
	padding: 5px;
	border-color: #C9E3F8;
	border-style: solid;
	border-width: 1px;		
}

#HomeMiddleMainTextContainerCopy a:hover
{
	font-weight: bold;
	color: #FFFFFF;
	line-height: 35px;
	border-color: #C9E3F8;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	background-color: #4993CC;
	padding: 5px;
}

#HomeMiddleFeaturedSiteContainer
{
	position: relative;
	top: 9px;
	left: 0px;
	clear: both;
	width: 481px;
	border-left-color: #546D82;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #546D82;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #546D82;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #546D82;
	border-top-style: solid;
	border-top-width: 1px;	
	background-color: #FFFFFF;
	padding-bottom: 16px;	
}

#HomeMiddleFeaturedSiteContainerLeft
{
	position: relative;	
	width: 324px;
	float: left;
}

#HomeMiddleFeaturedSiteContainerHeader 
{
	position: relative;		
	width: 324px;
	height: 55px;
	clear: both;		
}

#HomeMiddleFeaturedSiteContainerTextBox
{
	position: relative;		
	width: 324px;
	background-image: url(../images/hme_mid_col_featured_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	clear: both;
}


#HomeMiddleFeaturedSiteContainerTextBox a
{
	color: #00518C;
}

#HomeMiddleFeaturedSiteContainerProjectName
{
	position: relative;		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #03518F;
	width: 275px;
	position: relative;
	left: 26px;
	top: 13px;
	clear: both;		
}

#HomeMiddleFeaturedSiteContainerText
{
	position: relative;		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #03518F;
	width: 275px;
	position: relative;
	text-align: justify;
	left: 26px;
	top: 20px;
	padding-bottom: 35px;	
}

#HomeMiddleFeaturedSiteContainerButton
{
	position: relative;		
	width: 211px;
	position: relative;
	left: 110px;
	clear: both;
	padding-bottom: 10px;
}

#HomeMiddleFeaturedSiteContainerRight
{
	position: relative;
	width: 156px;
	height: auto;
	float: left;
}

#HomeMiddleFeaturedSiteContainerScreenshot
{
	position: relative;		
	width: 156px;
	height: 219px;
}

#HomeMiddleFeaturedSiteContainerClear
{
	position: relative;		
	clear: both;
	height: 10px;
}

#HomeRightColumn
{
	float: right;
	width: 261px;
	background-image: url(../images/hme_whatsnew_bg.gif);
	background-repeat: repeat;
}

#HomeRightColumnWhatsNewHeader
{
	position: relative;
}



.HomeRightColumnWhatsNewBox
{
	position: relative;
	width: 240px;
	border-color: #546D82;
	border-width: 1px;
	border-style: solid;
	background-color: #F7FEEF;
	margin-left: 13px;
	height: auto;
	clear: both;
}

#HomeRightColumnWhatsNewBoxContent
{
	position: relative;
	height: auto;
	clear: both;	
}

.HomeRightColumnWhatsNewBoxHeader
{
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #305F19;
	width: 211px;
	background-color: #B6DD87;
	margin: 4px;
	padding: 10px;
}

.HomeRightColumnWhatsNewBoxContentLeft
{
	position: relative;	
	width: 96px;
	float: left;
	background-color: #F7FEEF;
}

.HomeRightColumnWhatsNewBoxContentRight
{
	position: relative;	
	width: 142px;
	float: left;
	background-color: #F7FEEF;
}

.HomeRightColumnWhatsNewBoxContentText
{
	position: relative;		
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #305F19;
	width: 125px;
	text-align: justify;
	padding-top: 5px;
	padding-bottom: 15px;
}

.HomeRightColumnWhatsNewBoxContentButton
{
	padding: 0px;
	margin: 0px;
}

.HomeRightColumnWhatsNewBoxClear
{
	clear: both;
	padding: 0px;
	margin: 0px;
}



/* ********** INSIDE PAGE STYLES ************ */

/* ********** INSIDE LEFT COLUMN STYLES ************ */

#InsideLeftColumn
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 609px;
	float: left;
}

#PageSubNavBaseContainer
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 609px;
	height: 36px;
	background-image: url(../images/tem_page_subnav_contain.jpg);
	background-repeat: no-repeat;
}

#PageSubNavContainer
{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 604px;
	height: 25px;
	background-image: url(../images/tem_page_subnav_bg.jpg);
	background-repeat: no-repeat;
	z-index: 50000;
}

.PageSubNavList
{
	position: absolute;
	top: 1px;
	left: 1px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.PageSubNavList li
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#SectionHeader
{

}

#PageContentContainer 
{
	width: 608px;
	border-right-color: #546D82;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #546D82;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background-color: #D8F6B3;
	padding-bottom: 5px;
}

#PageContentWhiteBG
{
	position: relative;
	left: 5px;
	top: 0px;
	width: 596px;
	background-color:#FFFFFF;
	border-left-color: #06477D;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #06477D;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #06477D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

.PageContentTextBox
{
	position: relative;
	left: 10px;
	top: 0px;
	width: 524px;
	background-color:#FFFFFF;
	border-left-color: #E5F3D4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #E5F3D4;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #E5F3D4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	clear: both;			
}

.PageContentTextBoxPortfolio
{
	position: relative;
	left: 10px;
	top: 0px;
	width: 554px;
	border-left-color: #E5F3D4;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #E5F3D4;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #E5F3D4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;		
}

.PageContentTextBox p, li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1E3008;
	text-align: justify;
	line-height: 18px;
}

.PageContentTextBox ul
{
	margin: 0px 0px 18px 30px;
	padding: 0px;
}

/* Styles for two column grid boxes used in Services section */
.TwoColumnRow
{
	position: relative;
	padding-bottom: 15px;
	clear: both;
	top: 0px;
	height: inherit;
}

.TwoColumnRowDivider
{
	position: relative;
	height: 100px;
	clear: both;	
}

.TwoColumnRowLeftBox
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 252px;
	height: 280px;
	float: left;
}

.TwoColumnRowRightBox
{
	position: relative;
	top: 0px;
	left: 18px;
	width: 252px;
	height: 280px;	
	float: left;
}

.TwoColumnRowHeader
{
	
}

.TwoColumnRowText
{
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #E7F7D6;
	border-left-color: #BEE196;
	border-left-style: solid;
	border-left-width: 1px;	
	border-right-color: #BEE196;
	border-right-style: solid;
	border-right-width: 1px;
	width: 240px;
	overflow: inherit;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;		
	text-align: left;
	list-style-image: url(../images/bullet_shifted_circle.gif);	
	list-style-position: outside;
	line-height: 18px;	
}

.TwoColumnRowButton
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: right;
	width: 240px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;	
	background-color: #D4EDBA;
	border-bottom-color: #BEE196;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #BEE196;
	border-left-style: solid;
	border-left-width: 1px;	
	border-right-color: #BEE196;
	border-right-style: solid;
	border-right-width: 1px;
	clear: both;			
}

a.LinkMainContentNormal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #447C01; 
	font-weight: bold;		
}
a:visited.LinkMainContentNormal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78AD39; 
	font-weight: bold;		
}
a:hover.LinkMainContentNormal
{
	text-decoration: none;
	color: #94C352;		
}

a.LinkMainContentSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #447C01; 
	font-weight: bold;		
}

a:hover.LinkMainContentSmall
{
	text-decoration: none;
	color: #94C352;		
}


.BulletMainContentNormal
{
	list-style-image: url(../images/bullet_shifted_circle_on_wh.gif);	
	list-style-position: outside;
	line-height: 18px;	
}


/* ********** INSIDE RIGHT COLUMN STYLES ************ */

#InsideRightColumn
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 339px;
	float: left;
}

#PageHeaderImage
{

}

#PageHeaderImageMainWrapper 
{
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 1;
	margin-left: -480px;
	width: 960px;
	padding: 0px;
	clear: none;
}

#PageHeaderImageContainer
{
	position: absolute;
	top: 128px;
	left: 615px;
	width: 339px;
	height: 277px;
	z-index: 10000;
}


#PageHeaderImagePortfolioContainer
{
	position: absolute;
	top: 128px;
	left: 615px;
	width: 339px;
	height: 230px;
	z-index: 10000;
}
#LandingPageHeader 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF; 
	font-weight: normal;
	background-image: url(../images/page_header_blank.gif);	
	height: 49px;
	width: 549px;
	padding: 28px 30px 0px 30px;
	margin: 0px 0px 0px 0px;	
}
#CallOutBoxBackground
{
	background-image: url(../images/callout_box_bg.gif);
	background-repeat: no-repeat;
}

#CallOutBox
{
	position: relative;
	top: 40px;
	left: 34px;
	width: 271px;	
}

#CallOutBoxHeader
{

}

#CallOutBoxContentContainer
{
	width: 255px;
	background-color:#F7FAFD;
	border-left-color: #B1B4B1;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #B1B4B1;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;	
}

#CallOutBoxContent
{
	width: 230px;
	background-color: #DDECF9;
	padding: 12px;
}


#CallOutBoxContent p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1971B8;
    text-align: justify;
    line-height: 15px;
}

.LinkCalloutBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1971B8;
    font-weight: bold;
    text-decoration: none;
}
.LinkCalloutBox:hover
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #1971B8;
    font-weight: bold;
    text-decoration: underline;
}

#CallOutBoxBottom
{

}


/* ********** PORTFOLIO STYLES ************ */

#CallOutBoxPortfolio
{
	position: relative;
	top: 14px;
	left: 11px;
	width: 316px;
	border-bottom-color: #000000;
	border-bottom-width: 10px;	
}

#CallOutBoxHeaderPortfolio
{

}

#CallOutBoxContentContainerPortfolio
{
	position: relative;
	width: 300px;
	height: 200px;
	background-color: #F7FAFD;
	border-left-color: #06477D;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #06477D;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #06477D;
	border-bottom-style: solid;
	border-bottom-width: 1px;		
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	overflow: auto;	
}

.CallOutBoxContentPortfolio
{
	position: relative;
	width: 277px;
	padding-bottom: 4px;
	background-image: url(../images/callout_box_port_project_bg.gif);
	background-repeat: no-repeat;
	height: 59px;
}

.CallOutBoxContentPortfolioThumb
{
	position: absolute;
	top: 5px;
	left: 11px;	
}

.CallOutBoxContentPortfolioType
{
	position: absolute;
	top: 44px;
	left: 0px;		
}

.CallOutBoxContentPortfolioName
{
	position: absolute;
	top: 0px;
	left: 61px;		
}

.CallOutBoxContentPortfolioButtons
{
	position: absolute;
	top: 30px;
	left: 211px;		
}


#CallOutBoxContentPortfolio p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1971B8;
	text-align: justify;
	line-height: 15px;
}

#CallOutBoxBottomPortfolio
{

}

#PortfolioDetailsContainer
{
	position: relative;
	top: 0px;
	left: 0px;	
	width: 552px;
	height: 320px;
	vertical-align: top;	
	background-color: #F2FAE8;
	background-image: url(../images/portfolio_details_bg.gif);
	clear: both;
}

#PortfolioDetailsLeftCol
{
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
	width: 258px;
	height: 264px;
	vertical-align: top;
	background-image: url(../images/portfolio_details_left_bg.gif);
}

#PortfolioDetailsThumb
{
	position: absolute;
	top: 16px;
	left: 16px;	
}

#PortfolioDetailsViewLarger
{
	position: absolute;
	top: 210px;
	left: 15px;		
}

#PortfolioDetailsButtonsContainer
{
	position: absolute;
	top: 240px;
	left: 15px;
	width: 230px;	
}

#PortfolioDetailsButtons
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 111px;
	float: left;	
}

#PortfolioDetailsViewButtons
{
	position: relative;
	float: right;
}

#PortfolioDetailsViewButtons a
{
	padding-left: 5px;
}

#PortfolioDetailsRightCol
{
	width: 281px;
	float: left;
	border: none;
	border-style: none;		
}

#PortfolioDetailsHeader
{
	position: relative;
	top: 3px;	
	width: 281px;
	height: 60px;
}

#PortfolioDetailsURLBox
{
	position: relative;
	top: 3px;	
	width: 263px;
	height: 20px;
	background-image: url(../images/portfolio_details_url_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #447C01; 
	font-weight: bold;	
	padding-top: 5px;
	padding-left: 18px;	
}

#PortfolioDetailsURLBox a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #447C01; 
	font-weight: bold;	
}

#PortfolioDetailsURLBox a:hover
{
	text-decoration: none;	
}

#PortfolioDetailsDescription
{
	position: relative;
	top: 5px;	
	width: 251px;
	height: 147px;
	overflow: auto;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #447C01; 
	text-align: left;
	line-height: 16px;	
	padding-left: 16px;
	padding-right: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E6F6D2;
}


/* LANDING PAGES */


#CalloutLanding
{
	position: relative;
	top: 0px;
	left: 39px;
	width: 254px;
	background-color:#FDD18C;
	border-left: #546D82 solid 1px;
	border-right: #546D82 solid 1px;
	border-bottom: #546D82 solid 1px;
	padding: 0px 4px 4px 4px;
	margin: 0px;	
}
#CalloutLandingSubtitle
{
    width: 242px;
	background-color:#ffffff;
	padding: 6px 6px 0px 6px;
	margin: 0px;
}
#CalloutLandingMiddleContainer
{
	width: 242px;
	background-color:#ffffff;
	padding: 0px 6px 6px 6px;
	margin: 0px;
}	
#CalloutLandingContentWrapper
{
	width: 222px;
	background-color:#FFDCB2;
	padding: 0px 10px 10px 10px;
	margin: 0px;
}

#CalloutLandingContentTextBox
{
	background-color:#ffffff;
	border: #B91201 solid 1px;
	padding: 12px;
}
p.CalloutLandingContentNormalText
{
    font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: justify;
    padding: 2px 0px 6px 0px;
    margin: 0px;
}
p.CalloutLandingContentEmphasisText
{
    font: 13px/18px Verdana, Arial, Helvetica, sans-serif;
    color: #B91201;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding: 2px 0px 6px 0px;
    margin: 0px;
}
p.CalloutLandingButton
{
    text-align: center;
    padding: 6px 0px;
    margin: 0px;
}





/* ********** FOOTER STYLES ************ */

#FooterContainer
{
background-image: url(../images/footer_bg.gif);
height: 65px;

}


.FooterLinkList
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D8EAC3;
}

.FooterLinkList li
{
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #D8EAC3;
}

.FooterLinkList a
{
	color: #D8EAC3;
	text-decoration: underline;
}

.FooterLinkList a:hover
{
	color: #FFFFFF;
	text-decoration: none;	
}

#Copyright
{
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #485343;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-bottom: 8px;
	width: 30%;
}

.Address
{
	float: right;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #485343;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-bottom: 8px;	
}

.Address a
{
	color: #D85E23;
	text-decoration: underline;
}

.Address a:hover
{
	color: #D85E23;
	text-decoration: none;	
}


/* ********** Component Elements ************ */


.ContactFormBuilderTable
{
	width: 525px;
	border-style: none;
	border-bottom-width: 0px;
	padding: 0px;	
	margin: 0px;	
}

.ContactFormBuilderTextColumn
{
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 5px;	
	padding-right: 5px;	
	margin: 0px;
	font-weight: bold;
	background-image: url(../images/bg_form_text_col.gif);
	background-repeat: repeat-y;
	background-position: right;			
}

.ContactFormBuilderTextColumnAlt
{
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 5px;	
	padding-right: 5px;	
	margin: 0px;
	font-weight: bold;
	background-image: url(../images/bg_form_text_col.gif);
	background-repeat: repeat-y;
	background-position: right;						
}

.ContactFormBuilderFormTagColumn
{
	width: 375px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;
	padding: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 5px;	
	padding-right: 5px;
	height: auto;
	overflow: visible;							
}

.ContactFormBuilderFormTagColumnAlt
{
	width: 375px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;
	padding: 5px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;	
	padding-left: 5px;	
	padding-right: 5px;	
	height: auto;
	overflow: visible;					
}

.ContactFormBuilderFormTagColumn input, textarea
{
	position: relative;
	top: 2.5px;
	left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;	
	border-style: solid;
	width: 275px;
	border-width: 1px;
	border-color: #76D308;
	padding: 2px;
	background-color: #F6FEED;	
}

.ContactFormBuilderFormTagColumn select
{
	position: relative;
	top: 3px;
	left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;	
	border-style: solid;
	border-width: 1px;
	border-color: #76D308;
	padding: 2px;
	background-color: #F6FEED;
}

.ContactFormBuilderFormTagColumn checkbox
{
	border-style: none;
	border-width: 0px;
	border-color: #ffffff;

}

.ContactFormBuilderFormTagColumnAlt input, textarea
{
	position: relative;
	top: 2.5px;
	left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;
	width: 275px;	
	border-style: solid;
	border-width: 1px;
	border-color: #76D308;
	padding: 2px;
	background-color: #F6FEED;	
}

.ContactFormBuilderFormTagColumnAlt select
{
	position: relative;
	top: 3px;
	left: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;	
	border-style: solid;
	border-width: 1px;
	border-color: #76D308;
	padding: 2px;
	background-color: #F6FEED;
}

.ContactFormBuilderFormTagColumnAlt checkbox
{
	border-style: none;
	border-width: 0px;
	border-color: #ffffff;
}

.ContactFormBuilderFormTagContainer
{
	position: relative;
	background-image: url(../images/bg_form_container.gif);
	background-repeat: no-repeat;
	
		
}

.ContactFormBuilderFormTagContainerAlt
{
	position: relative;
	background-image: url(../images/bg_form_container.gif);
	background-repeat: no-repeat;
		
}

.ContactFormBuilderButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #485343;	
	border-style: solid;
	border-width: 1px;
	border-color: #76D308;
	padding: 2px;
	background-color: #F6FEED;	
}

.SomeEmphasis
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;					
}

.FAQCategories
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #03518F;
	text-transform: uppercase;	
}

.FAQQuestions
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;				
}

wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}

p.StrongCallToAction 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6709;	
}

.TwoColBox
{
	position: relative;
	padding-bottom: 15px;
	width: 524px;
	clear: both;
	top: 0px;
}

.TwoColBoxLeftCol
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 252px;
	height: 280px;
	float: left;
}

.TwoColBoxRightCol
{
	position: relative;
	top: 0px;
	left: 18px;
	text-align: left;
	width: 242px;
	height: 280px;	
	float: right;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;		
}
.Clearer
{
	clear: both;
}
.BulletCheck
{
	list-style-image: url(../images/bullet_check.gif);	
	list-style-position: outside;
	line-height: 17px;
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCDD93;				
}
p.LandingAction 
{
	font-weight: bold;
	font-size: 14px;
	color: #034881;
	padding: 10px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCDD93;			
}
a.LandingAction 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #B61302;	
	text-decoration: underline;
}
a:hover.LandingAction 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FE1703;	
	text-decoration: underline;
}