
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LEFT COLUMN CONTENT (START) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/* NOTE: Margin & Padding Attributes are ordered : Top Right Bottom Left (Required for the Safari Browser) */

/*---------------------------------- DIV's (START) ----------------------------------*/

#container{
	margin:0px 0px 0px 8px;
	margin-left:4px;
	padding:0px;
	width:602px;
	height:100%;
	text-align:left;
	font-family:  verdana, arial, tahoma, sans-serif, arial narrow;
	font-size:8pt;
	font-weight: normal;
	color:#406F9C;
	float:left;
	/*Safari hack to show the full page*/
	border:0px solid red;
}
#leftcontentdiv{
	float:left;
	margin:0px;
	padding:0px;
	border:0px solid purple;
	width:100%;
}

#rightcontentdiv{
	width:170px;
	margin:0px;
	padding:0px;
	float:right;
	border:0px solid magenta;
}

#footer{
	width:100%;
	text-align:center;
	font-size:7pt;
	line-height:10pt;
	border:0px solid green;
	height:70px;
	clear:both;
}

#PageBottomLinks
{
    float:left; 
    font-size:1em; 
    line-height:1.6em;
}

#pageheading{
	background-image:url(/images/frontend/HeadingArrow.gif);
	background-repeat:no-repeat;
	padding-left:11px;
	border:0px solid green;
	float:left;
	clear:left;
	margin-bottom:13px;
}

#table0
{float:left;
	width:45%;}

DIV.hr
{
	height:1px;
	font-size:1px;
	line-height:1px;
	width:100%;
	text-align:center;
	background-image: url('/images/frontend/blue_hr.gif');
	background-repeat:repeat-x;
	padding:0px;
	margin:8px 0px 10px 0px;
	clear:both;
	border:0px solid green;
}

#PageHeadingDivider
{
    margin:0px 0px 10px 0px;
}


DIV.doublehr
{
	height:3px;
	font-size:3px;
	line-height:3px;
	width:100%;
	text-align:center;
	background-image: url('/images/frontend/blue_hr.gif');
	background-repeat:repeat;
	border-style:none;
	padding:0px;
	margin-top:15px;
	margin-bottom:7px;
	clear:both;
}

DIV.MainPageFeatureDiv{
	float:left;
	margin: 0px 0px 10px 0px;
	clear:left;	
	
}

DIV.ColorFeatureBox{
	background-color:#F1F6F9;
	border:1px solid #87BFE0;
	padding:15px;
	margin:0px 0px 10px 0px;
	float:left;
	clear:both;
}


DIV.Cleared{
	clear:both;
	line-height:0px;
	height:0px	
}

#CrumbsAndLoginDiv
{
    width:100%;
    border: solid red 0px;
    margin-bottom:10px;
}

#LoggedInMessage
{
    float:right;
}


/*---------------------------------- BODY & TEXT (START) ----------------------------*/

H2.mainheading{
	text-decoration:none;
	margin:0px;
	padding:0px;
}

H3.MainPageFeatureTitle{
	
	margin:0px 0px 4px 0px;
}

P.page_summary{
	font-size:8pt;
	line-height:12pt;
	color:#4089B4;
	margin:0px 0px 10px 0px;
}

P.pageSummary{
	font-size:8pt;
	line-height:12pt;
	color:#4089B4;
	margin:0px 0px 10px 0px;
}

p.news_release
{

	TEXT-ALIGN:JUSTIFY;
}

p.PaddingRight {
	margin: 10px 176px 10px 0;
}

.note{
	font-size:11px;
	line-height:13px;
	color:#4089B4;
	margin:16px 0px 10px 0px;
}

SPAN.MainPageFeatureText{
	float:left;
	clear:none;
}

.RedText{
	color: firebrick;
}

.AddressLabel
{
	font-weight:bold;
	margin-right:5px;
}




LI.Numeric{
	list-style-type:decimal;
	list-style-position:outside;
	list-style-image:none;
	text-align:left;
	margin: 5px;
	font-weight:bold;
}

/*---------------------------------- IMAGES (START) ---------------------------------*/

IMG.RightImage{
	margin:0px 0px 5px 10px;
	border:1px solid #6FACD3;
	float:right;
	clear:both;
}	

IMG.LeftImage{
	margin:0px 10px 5px 0px;
	border:1px solid #6FACD3;
	float:left;
}

IMG.Bordered{
	margin:0px;
	padding:0px;
	border:1px solid #6FACD3;
}

.nostyles{
	border-width:0px;
	border-style: none;
	margin:0px;
	padding:0px;
}

IMG.titlegraphic{
	margin-bottom:5px;
}

DIV.HomePageFeatureImageDiv
{
}

DIV.HomePageFeatureImage
{
	border:0px solid #3498D4; 
	margin:3px 10px 0px 0px;
	float:left;
}
DIV.HomePageFeatureContentDiv
{	 
	float:left;
	vertical-align:top;
	padding:0px;
	margin:0px;
}
DIV.HomePageFeatureTitle
{
	margin-bottom:3px;
	padding-top:0px;
	vertical-align: top;
	margin-top:0px;

}
DIV.HomePageFeatureDiv
{
	float:left; 
	margin: 0px 0px 14px 0px;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! LEFT COLUMN CONTENT (END) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! RIGHT COLUMN CONTENT (START) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

/*---------------------------------- DIV's (START) ----------------------------------*/

DIV.RightColumnFeatureOuterBox{
	margin: 0px 0px 12px 0px;
	padding:8px;
	width:154px;
	background-image: url('/images/frontend/right_column_feature_bg.gif');
	background-repeat:repeat;
	text-align:left;
	float:right;
	border:0px solid green;
	clear:right;
	
}

DIV.RightColumnFeatureInnerBox{
	margin:0px;
	padding:0px;
	width:100%;
	float:right;
	background-color:white;
	border:0px purple solid;
}

div.RightColumnFeatureInnerBox p
{
	margin:2px 0px 4px 0px;
	padding:0px;
	line-height: 14px;
	font-weight:normal;
	border:0px solid red;
}

/*
div.RightColumnFeatureInnerBox a:link{
	color:#406F9C;
} 

div.RightColumnFeatureInnerBox a:visited{
	color:#406F9C;
} 

div.RightColumnFeatureInnerBox a:active{
	color:#406F9C;
} 

div.RightColumnFeatureInnerBox a:hover{
	text-decoration:none;
}
*/

DIV.RightColumnFeatureWithPadding{					
	margin:0px 0px 0px 0px;
	padding:8px 0px 8px 8px;
	font-size:7pt;
	font-weight:normal;
}

H4.RightColumnFeatureHeading
{
	border:0px red solid;
	margin:10px 0px 0px 0px;
}

DIV.RightColumnFeatureFlashMovie{
	
	margin:0px 0px 12px 0px;
	padding:0px;
	float:left;
}


DIV.RightFeatureContent{					
	margin: 2px 10px 12px 10px;
	padding:0px;
	font-size: 10px;
	line-height: 14px;
	/*width: 215px;*/
	font-weight:normal;
}

DIV.RightColumnFeatureNoPadding{
	margin:0px;
	padding:0px;
}

DIV.RightColumnFeatureFlashMovie{
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;	
	padding:0px;
}

DIV.HomePageFeatureDiv
{
	float:left;
	margin: 0px 0px 20px 0px;
	border: 0px solid red;
	width: 420px;
}


DIV.FeatureContentBullet{
	font-size:7pt;
	font-weight:normal;
	line-height:8pt;
	vertical-align:top;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:3px;
	padding-left:10px;
	background-image:url(/images/frontend/news_bullet.gif);
	background-repeat:no-repeat;
	border:1px solid aqua;
}


/*---------------------------------- BODY & TEXT (START) ----------------------------*/

.FeatureHeading{
	text-transform:uppercase;
	margin:0px;
}

P.RightColumnFeatureHeading{
	font-weight:bold;
	line-height:9pt;
	margin-bottom:3px;
}

P.RightColumnFeaturetext{
	line-height:9pt;
	margin:0px 0px 3px 0px;
	padding:0px 8px 0px 0px;
	width:95%;
	border:1px solid magenta;
}

P.officecontact{
	font-size: 8pt;
	line-height:11pt;
	margin-top:0px;
	margin-bottom:3px;
	padding-left:0px;
	padding-right:8px;
}

#CrumbsDiv
{
    width:415px;
    border:0px solid magenta;
    min-height:12px;
}

#breadcrumbs UL
{
    display:block;
    line-height:1em;
    height:auto;
    float:left;    
}

#breadcrumbs .crumbHome
{
    padding:0px 0px 0px 0px;
}

#breadcrumbs LI
{
    display:block;
    float:left;
    clear:none;
    margin:0px 4px 2px 0px;
    padding:0px 0px 0px 10px;
    background-image:none;
    white-space: nowrap;
}
#breadcrumbs .crumb
{
    background-image:url(/images/crumbs/seperator.gif);
    background-position:left center;
    background-repeat:no-repeat;
}


/*---------------------------------- IMAGES (START) ---------------------------------*/

IMG.RightColumnImage{
	width:168px;
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
	margin-bottom:10px;
	border-width:1px;
	border-style: solid;
	border-color:#3498D4;
	clear:right;
}

IMG.RightColumnFeatureImage{
	margin-bottom:10px;	
	border-width:1px;
	border-style: solid;
	border-color:#3498D4;
}


/*---------------------------------- LINKS (START) ---------------------------------*/

a.HomePageFeatureLink:link{

	font-weight:normal;
	text-decoration:none;
}

a.HomePageFeatureLink:visited{
	font-weight:normal;
	text-decoration:none;
}

a.HomePageFeatureLink:active{
	font-weight:normal;
	text-decoration:none;
}

a.HomePageFeatureLink:hover{
	font-weight:normal;
	text-decoration:underline;
}

#rightcontentdiv .PageLink
{
    font-weight:bold;
}


/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! RIGHT COLUMN CONTENT (END) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

.PageLink
{
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 10px;
	line-height:1.2em;
	list-style:none;
	background-image:url(/images/frontend/li_bullet.gif);
	background-repeat:no-repeat;
	border:0px solid red;
	vertical-align:top;
	clear:left;
}

.PageLinkList
{
    list-style-image:url(/images/frontend/li_bullet.gif);
}

UL.PageLinkList LI
{
    margin-bottom:8px;
}

.NotPageLinkList
{
    list-style-image:none;
}

UL.SubMenu
{
    list-style-image:url(/images/frontend/li_bullet.gif);
}

UL.SubMenu  LI
{
    margin-bottom:2px;
}

UL.SubMenuHorizontal
{
    height:18px;
}

UL.SubMenuHorizontal LI
{
    list-style-type:none;
    background-image:url(/images/frontend/SubMenuHorizontalListImage.png);
    background-repeat:no-repeat;
    background-position:center left;
    margin-left:0px;
    padding-left:20px;
    margin-right:10px;
    float:left;
}

UL.SubMenuHorizontal A.Active
{
    text-decoration:underline;
}

UL.SubMenuHorizontal LI#FirstLI
{
    list-style-type:none;
    background-image:none;
    padding-left:0px;
}



#WhyChooseList
{
    margin-left:0px;
}

#WhyChooseList LI
{
    font-style:normal;
    font-weight:bold;
    list-style:inside;
}

#WhyChooseList P
{
    font-style:normal;
    margin-top:10px;
    margin-bottom:2px;
}  

/* clearfix hack */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
