@charset "utf-8";
/* CSS Document */
/* 	font-family:'Century Gothic W01 Bold';
	font-family:'CenturyGothicW01-BoldIt';
	font-family:'CenturyGothicW01-Italic';
	font-family:'Century Gothic W01'; 
	'century gothic', Verdana, Geneva, sans-serif;*/

body {

	background:url(../images/background/bluegradient.jpg) repeat-x #babfc5;
	margin-top:0; /* content flush to top of page */
	font-family: Geneva, Arial, Helvetica, sans-serif;


}


h1, h2, h3, h4, h5, h6 {
	font-family:'century gothic','Century Gothic W01', Verdana, Geneva, sans-serif;
	font-weight:normal;
}
li, p {
	font-size : 14px;
}
#container {
	background-image:url(../images/background/whitebackground_repeat.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	margin:auto;

}
#whitebgcontainer{
	background-image:url(../images/background/darkbgwithwhite.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:auto;
}

#contentcontainer {
 	width:907px;
	margin:auto;
}
#maincontentshadowcontainer {
	
	
}
.headlineContainer { width:455px; float:left }
.likeContainer { float:right; width:80px }
.pageTitleRed {
	margin:0px;
	padding:0px; 
	font-size:24px; 
	color: #7d0121;
	font-family:'century gothic','Century Gothic W01', Verdana, Geneva, sans-serif;
	font-weight:normal;
}
redfont {
	color: #7d0121;	
}
a.redfont {
	color: #7d0121;	
}
a.redfont:hover {
	color: #cccccc;	
}
#maincontent {
	width:900px;
	padding:0px 0px 0px 0px;
	
}
#contentEditable {
	padding:0px; margin:0px;
}
#header  {
	/*position:relative;*/
	width:100%;
	background-image:url(../images/global/header_gradient_bg.jpg);
	background-repeat: no-repeat;
	height:156px;
	background-color:#ffffff;
	
}
#logo {
	
	padding-left:40px;
	padding-top: 10px;	
	width: 215px;
}
#headerright {
	float:right;
	padding-right: 30px;
	padding-top: 30px;
	text-align:right;
	width: 610px;
	top:0px;
	right:0px;
}
.phoneNumberText {
	color:#020e2d;
	font-size:24px;
	text-align:right;
	font-family:'century gothic','Century Gothic W01', Verdana, Geneva, sans-serif;
}

.headerTaglineText {
	color:#4f576b;
	font-size:14px;
	text-align:right;
	margin-top:45px;
	font-family:'century gothic','Century Gothic W01', Verdana, Geneva, sans-serif;
}
.socialMediaContainer { width:155px;float:right;height:24px; }
.likeContainerHeader { width:80px;float:right;height:24px; }
.contentbackground {	
	background-color: #eeeeee;
}
.contentborders {
	padding : 25px;
	margin:0px;
}


#globalmenuContent {
	width:900px;
}
#globalmenu {
	height:30px;
	background:url(../images/global/globalnav_background.jpg) repeat-x #333333;
	
}
#globalmenu li {
	font-size:12px;	
}
#bottomcontentcontainer {
 	width:900px;
	margin: 0px;
}
#bottomcontentcontainer h1 {
	color: #394052;
	font-size:14px;
	padding:10px 0px;
	margin:0px;
}

#bottomcontentcontainer p {
	font-size : 12px;
	line-height:24px;
	padding: 0px;
	margin:0px
}
#footercontainer {
	width:900px;
	margin:auto;
}
#footercontainer2 {
	margin:5px;
	text-align:center;
}

#footercontainer2 p {
	font-size:10px;

}

/*fix for floating elements - layout*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block; /*for IE/MAC */
}

.clearboth {
	clear:both;
}

