#mozscroll { position: absolute; top: 0px; bottom: -1px; visibility: hidden } /* Force vertical scrollbar in Gecko browsers */

h1 {
	font-size: 182%;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size: 138.5%;
}

h3 {
	font-weight: bold;
	font-size: 123.1%;
	margin-bottom: 5px;
}



body {
	color:#333333;
	font-family:"Myriad Pro","Myriad",Arial,Helvetica,sans-serif;
	font-size: 77%;
}

#doc3 {
	margin: auto 0px;
}

#bd {
	min-height: 400px;
}

.module {
	background-image: url(/images/bg/main-intro-bg.jpg);
	background-position: center -248px;
	background-repeat: repeat-x;	
}

#hd {
    background-image: url(/images/bg/top-bg.png);
    background-repeat: repeat-x;
    background-position: center top;
    height: 50px;
}

.branding-nav {
	margin: 0 auto;
	width: 920px;
	height: 46px;
}

.branding-nav h1.logo a {
	background-image: url(/images/logo.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	border-right: 1px solid #284A6B;
	display: block;	
	float: left;
	height: 47px;
	text-indent: -9999px;
	width: 200px;
}

#logo {
	width: 200px;
	height: 40px;
	float: left;
}

.title-bar {
	margin: 0 auto 4px;
	padding: 10px 20px;
}

.title-bar h1 {
	display: block;
	/*float: left;*/
	width: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.title-bar .phone {
    color: #ffffff;
    font-size: 123%;
    float: right;
    margin-top: 5px;
}

.title-bar .phone span{
    font-size: 131%;
    font-weight: bold;
}

#ft {
	height: 30px;
	padding: 10px;
	margin-top: 40px;
	text-align: center;
}