html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/140% Georgia, Geneva, Trebuchet MS, Lucida, Arial, sans-serif;
}

html, body {
	height: 100.1%;
	margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #686362;
	line-height: 129%;
    background: #EEEEEE;
}

a img  {
	border: none;
}

h1, h2, h3, h4, h5, h6, p, pre,blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {	
	padding-left: 9px;
	margin: 0px;
}

input, select, textarea {
	font-size: 100%;
}

a:focus
{
	outline: none;
}

h1 {
	font-size: 20px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
	color: #336C9F ;
}

h2 {
	font-size: 18px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
	color: #333;
}

h3 {
	font-size: 16px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
	color: #666;
}

h4 {
	font-size: 14px;
	line-height: 125%;
	padding: 4px;
	letter-spacing: -1px;
	color: #727272;
}

#header_graphic a img {
	border: none;
	padding-top: 15px; /* Header Text distance from top */
	height: 140px;
}
#header_graphic	{
    width: 960px;
    margin: 0px auto;
	height: 140px;
}

#header-bar {
    width: 100%;
    margin: 0;
	height: 15;
	background: #000000;
}

.phone {
    color: #885500;
    font-size: 24px;
}

#header-wrap	{
	width: 100%;
	margin: 0;
    height: 170px;
	background: #003366;
}

#main-wrapper	{
	width: 964px;
	margin: 14px auto 0px auto;
}

#main-left-only	{
	margin: 0px 10px 0px 10px;
	width: 755px;
    float: left;
}

/* leftcol */
#leftcol {
	float: left;
	width: 140px;
	padding: 0px 10px 0px 10px;
}

#linecol {
    width: 10px;
}
.line {
    border-left: 3px solid #dddddd;
    padding: 0px 0px 0px 10px;
}
.line p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#leftcol ul {
	list-style: none;
}
#menu {
    padding: 10px 0px 10px 0px;
}
#menu ul li {
    margin: 3px;
}

.footer {
	margin: 0px;
	padding: 50px 10px;
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	color: #6f6f6f;
}
.footer p {
	margin: 0px;
	padding: 2px 0px;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}


a {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #3399CC;
	text-decoration: underline;
}

#header_text h1, #header_text h1 a {
	color: #fff; /* Header Text Color */
	padding-top:15px ; /* Header Text distance from top */
	font: bold 40px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* Header Text Typograhy */
	letter-spacing: -1px;
}
#header_text h2 {
	color: #efefdd; /* Slogan Text Color */
	font: italic bold 18px/18px Geneva, Verdana, sans-serif;/* Slogan Text Typograhy */
}



