/* CSS Document */
.clearAll
{
	clear:both;
}

body
{
	margin:0px;
	font-family:Verdana, Arial, MS Sans Serif;
	/*font-size:11px;*/
	font-size:.8em;
}
html
{
	font-size:1em;
}
a
{
	color:#2578A4;
}

/* MAIN PAGE */
#page{}

h1
{
	font-family:Georgia,Times New Roman;
	/*font-size:30px;*/
	font-size:2.8em;
	font-weight:normal;
	margin:0;
	padding-bottom:10px;
}
h1 .suffix{
	font-size:.5em;
}
h2
{
	font-family:Georgia,Times New Roman;
	font-size:1.6em;
	font-weight:normal;
	margin:0;
	padding-bottom:5px;
}
h3{
	font-family:Georgia,Times New Roman;
	/*font-size:1.2em;*/
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
}

/* HEADER STYLES  */
#header{
	width:100%;
	height:109px;
	background-color:#f0eeea;
}
#header .headcontent{
	width:850px;
	height:89px;
	margin:0 auto;
	padding-top:20px;
}
#header .headcontent .topleft{
	width:200px;
	float:left;
}
#header .headcontent .topright{
	width:650px;
	float:left;
}
#enlargeText{
	float:right;
	margin-right:22px;
}
.txtSearch{
	width:150px;
	height:22px;
	margin:0;
	border:0;
	float:right;
}
.btnSearch{
	margin:0;
	float:right;
}
#testimonials{
	clear:both;
	float:right;
}
.testimonial{
	font-family:Verdana;
	font-weight:bold;
	font-size:1em;
	color:#2578a4;
	text-align:right;
	background-image:url(/images/icons/icon_star.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left:20px;
	white-space:nowrap;
}

/* MAIN CONTENT AREA */
#contentArea
{
	min-height:400px;
	background-color:#FFFFFF;
	width:850px;
	margin:auto;
	padding:20px 0;
}
#fullContent
{
	min-height:400px;
	background-color:#FFFFFF;
	width:850px;
	margin:auto;
	position:relative;
}

/* BOTTOM BAR AREA */
#bottomBar
{
	clear:both;
	width:860px;
	height:41px;
	margin:20px auto 0 auto;
	background-image:url(/images/contentBoxes/bg_footer_tab.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#bottomBarLeft
{
	font-weight:bold;
	color:#FFFFFF;
	margin-left:20px;
	font-size:1.2em;
	padding-top:7px;
	height:30px;
	float:left;
}

#bottomBarRight
{
	float:right;
	font-weight:normal;
	color:#FFFFFF;
	margin-right:20px;
	font-size:1.2em;
	padding-top:0px;
	height:30px;
}
.socialNetworking
{
	margin-left:4px;
}
.socialNetworking a, .socialNetworking a:visited
{
	color:#8ed8ff;
	font-weight:normal;
}

/* FOOTER AREA */
#footer
{
	min-height:300px;
	height:100%;
	background-color:#f0eeea;
	width:100%;
}
#footerContent
{
	width:850px;
	margin:auto;
	padding:10px 20px 40px 20px;
	position:relative;
	vertical-align:middle;
	font-size:1.1em;
}
.footerColumn1
{
	display:inline;
	width:30%;
	position:relative;
	float:left;
	padding-left:15px;
}
.footerColumn2
{
	display:inline;
	width:30%;
	position:relative;
	float:left;
	padding-left:10px;
}
.footerColumn3
{
	display:inline;
	width:15%;
	position:relative;
	float:left;
	padding-left:10px;
}
.footerColumn4
{
	display:inline;
	width:18%;
	position:relative;
	float:left;
	padding-left:20px;
	
}
.footerContent a, .footerContent a:visited
{
	color:#2578a4;
	font-size:1.1px;
}
.sectionTitle
{
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:-10px;
	color:#2578a4;
}


/* Button Styles */

.buttonMargin
{
	margin-bottom:-8px;
}

.socialNetworkingButtonMargin
{
	margin-bottom:-4px;
	margin-left:10px;
}

/* universal */
.boldItal
{
	font-style:italic;
	font-weight:bold;
}
.grayItal
{
	font-style:italic;
	color:#b3b1af;
}
.greeBoldItal
{
	color:#87a51e;
	font-style:italic;
	font-weight:bold;
}

/* side navigation */
#sideNav{
	padding:0 10px 10px 10px;
}
#sideNav ul{
	list-style-type:none;
	padding-left:0;
	margin:0;
}
#sideNav li{
	background:url(/images/buttons/btn_blueArrow.png) no-repeat 0 3px;
	padding-left:20px;
	padding-bottom:10px;
}
#sideNav li a{
	font-weight:bold;
	text-decoration:none;
}
#sideNav li.disabled{
	background-image:url(/images/buttons/btn_darkBlueArrow.png);
}
#sideNav li.disabled a{
	color:#333;
}

/* newsletter signup */
#newsletterSignup{
	margin-top:10px;
	font-family:Verdana, Arial, MS Sans Serif;
	font-size:1em;
	color:#FFFFFF;	
}
#newsletterSignup .textbox{
	width:200px;
	height:22px;
	float:left;
	margin:0;
	border:0;
	font-family:Verdana, Arial, MS Sans Serif;
	font-size:1em;
	color:#333;
}
#newsletterSignup .button{
	width:30px;
	height:25px;
	margin:0;
	border:0;
	float:left;
}

/* content boxes */
.contentBox{
	margin:10px;

}
.contentBox .top{
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Verdana;
	font-size:1em;
	color:#272426;
	line-height:18px;
}
.contentBox .top .buffer{
	padding:10px 10px 0 10px;
}
.contentBox h2{
	margin-bottom:5px;
}
.contentBox .tail{
	height:10px;
	background-repeat:no-repeat;
	background-position:left bottom;
}

.contentBox.medium{
	margin:10px 0;
}
.contentBox.medium .top{
	width:584px;
	background-image:url(/images/contentBoxes/bg_content_medium.jpg);
}
.contentBox.medium .tail{
	width:584px;
	background-image:url(/images/contentBoxes/bg_content_medium.jpg);
}

.contentBox.home{
	margin:10px 0;
}
.contentBox.home .top{
	width:304px;
	background-image:url(/images/contentBoxes/bg_content_home.jpg);
}
.contentBox.home .tail{
	width:304px;
	background-image:url(/images/contentBoxes/bg_content_home.jpg);
}

.contentBox.small .top{
	width:215px;
	background-image:url(/images/contentBoxes/bg_content_small.jpg);
}
.contentBox.small .tail{
	width:215px;
	background-image:url(/images/contentBoxes/bg_content_small.jpg);
}

/* grids */
.gridHeader, .gridBody{
	width:583px;
	margin:0 auto;
	font-family:Verdana;
	font-size:1em;
	color:#272426;
}
.gridHeader{
	height:28px;
	background-image:url(/images/contentBoxes/bg_gridheader.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-weight:bold;
	font-style:italic;
	color:#fff;
}
.gridHeader .buffer, .gridBody .buffer{
	padding:6px 10px 0 10px;
}

.btnGrey{
	cursor:pointer;
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	height:23px;
	text-align:center;
	background-repeat:no-repeat;
}
.btnGrey .left{
	height:23px;
	background-image:url(/images/buttons/bg_button.jpg);
	background-position: top left;
	float:left;
}
.btnGrey .left .buffer{
	padding:5px 0 0 10px;
}
.btnGrey .right{
	width:10px;
	height:23px;
	background:url(/images/buttons/bg_button.jpg);
	background-position: top right;
	float:left;
}

#genericHeader{
	width:580px;
}
#backButton{
	position:absolute;
	top:0;
	right:22px;
	float:right;
}