.clearfloat{
	clear:both;
}

p,ul,h1,h2,h3,h4,h5,h6{ /* Get rid of line break after elements */
	margin:0;
	padding:0;
}

h6{
	font: italic 8pt Arial,sans-serif;
}
img{
	border:0;
}

body{
	margin:0px;
	padding:0px;
	text-align:center; /* Center container div */
	background:url(../../images/bkgd.jpg) repeat-x #d5d6d8;
}

#container{
	width:894px;
	text-align:left;
	margin:auto; /* Move container div into the center of the page */
}

#masthead{
	margin-top:28px;
}

#phone_number{
	position:relative;
	top:5px;
	right:0px;
	color:#003369;
	font:11pt Arial, sans-serif;
	text-align:right;
}

#logo{
	width:199px;
	height:48px;	
}

.yellow_divider{
	color:#ffb62b;
}

/* CONTENT CONTAINER */
#content{
	position:relative;
	width:894px;
	height:428px;
	background-color:#d5d6d8;
}

#quote{
	padding:10px;
}

#quote p{
	font: italic 10pt Times, serif;
	color:#FFFFFF;
}

#main_pic{
	width:706px;
	height:190px;
	background-color:#FFFFFF;
}

.gray{
	color:#666666;
	font-style:normal;
	font: bold 10pt Times,serif;
}

.red{
	color:#FF0000;
}

.underline{
	color:#ff9933;
}

.quote{
	font: italic 8pt Arial, sans-serif;
	color:#000;
}

.author{
	font: 8pt Arial, sans-serif;
	color:#000;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}

/* TOP NAVIGATION */
#navigation{
	position:relative;
	margin-top: 28px; 
	top:-11px;
	background-color: #d5d6d8;
	padding-bottom: 5px;
}

#navigation ul{
	font:10pt Arial, sans-serif;
	list-style:none;
	display: inline;
}

#navigation li{
	color:#003369;
	display: inline;
}

#navigation a:link,a:active,a:visited{
	text-decoration:none;
	color:#003369;
}

#navigation a:hover{
	text-decoration:underline;
	color:#666666;
}

