/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*---------MAIN BODY STYLES---------- */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */

body, h1, h2, h3, h4, p, form{
	margin: 0px;
	padding: 0px;
}
img
{  border-style: none;
}
body {
	font-family: Arial;
	font-size: 100%;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
}
p {
	font-family: Arial;
	font-size: 13px;
	color: #224281;
	padding-bottom: 7px;
	line-height: 17px;
}
h1 {
	font-family: Arial;
	font-size: 16px;
	color: #224281;
	padding-bottom: 12px;
	line-height: 17px;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	color: #224281;
	padding-top: 5px;
}
h3 {
	font-family: Arial;
	font-size: 16px;
	color: #224281;
	padding-bottom: 6px;
	line-height: 17px;
}
li {
	font-family: Arial;
	font-size: 13px;
	color: #224281;
}
input, textarea {
   background: #F3F4EC !important;
} 
a:link {color: #00a0fc; text-decoration: none;}
a:visited {color: #00a0fc; text-decoration: none;}
a:hover {color: #00a0fc; text-decoration: underline;}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 940px;
	height: auto;
}
#header {
	width: 940px;
	background-image: url("../images/header_bkd.jpg");
	background-repeat: no-repeat;
}
#logo {
	height: 134px;
	width: 219px;
	padding-bottom: 8px;
	float: left;
}
#right_header {
	float: left;
	padding: 12px 0 0 0;
}
#header_citysearch {
	padding: 0 0 30px 440px;
}
#header_phone {
	font-size: 26px;
	color: #002c64;
	padding-left: 60px;
	font-family: arial;
	font-weight: bold;
}
#blue_line {
	width: 935px;
	
}


/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*----------NAVIGATION--------------- */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */

#nav {
	clear: both;
}
#contact {
	padding-left: 260px;
}
ol#nav_tabs {
    height: 33px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#nav_tabs li {
    float: left;
    margin: 0 1px 0 0;
}
ol#nav_tabs a {
    background: #bdf url(../images/nav_tab1.png);
    color: #15397e;
    font-weight: bold;
	font-size: 15px;
    display: block;
    float: left;
    height: 33px;
    padding-left: 20px;
    text-decoration: none;
}
ol#nav_tabs a:hover {
    background-color: #3af;
    background-position: 0 -33px;
	color: #FFFFFF;
    font-weight: bold;
}
ol#nav_tabs a:hover span {
    background-position: 100% -33px;
}
ol#nav_tabs li.current a {
    background-color: #48f;
    background-position: 0 -33px;
    color: #FFFFFF;
    font-weight: bold;
}
ol#nav_tabs li.current span {
    background-position: 100% -33px;
}
ol#nav_tabs span {
    background: url(../images/nav_tab1.png) 100% 0;
    display: block;
    line-height: 33px;
    padding-right: 20px;
}

/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*----------Footer ------------------ */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */

#footer {
	height: 253px;
	background-image: url("../images/footer_bkd.jpg");
	background-repeat: repeat-x;
	font-size: 11px;
	font-family: arial;
	color: #FFFFFF;
	clear: both;
}
#footer_text {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footerleft {
	float: left;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 400px;
}
#footermiddle {
	float: left;
	margin-top: 20px;
	width: 200px;
	padding: 0 20px 0 20px;
}
#footerright {
	float: left;
	margin-top: 20px;
	width: 150px;
	padding-left: 20px;
}
#footer_sep {
	float: left;
	width: 1px;
	height: 100px;
	background-image: url("../images/footer_sep.gif");
	background-repeat: repeat-y;
	margin-top: 20px;
}
.footer_white {
	color: #FFFFFF;
	padding-top: 10px;
}
.footer_gray {
	color: #c3c3c8;
}
a.footer:link {color: #FFFFFF; text-decoration:none; font-size: 11px; font-family: Arial;}
a.footer:visited {color: #FFFFFF; text-decoration:none; font-size: 11px; font-family: Arial;}
a.footer:hover {color: #FFFFFF; text-decoration:underline; font-size: 11px; font-family: Arial;}

/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*----------Right Col---------------- */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */

#right_col {
	width: 219px;
	height: 268px;
	float: right;
}
#clipboard {
	width: 219px;
	height: 268px;
	background-image: url("../images/clipboard1.jpg");
	background-repeat: no-repeat;
}

/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*----------HOME PAGE---------------- */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */

#home_main_photo {
	width: 715px;
	height: 268px;
	background-image: url("../images/home_big_photo.jpg");
	background-repeat: no-repeat;
	float: left;
}
#home_bottom_boxes {
	width: 940px;
	height: 172px;
	margin-bottom:10px;
	clear: both;
}
#left_box {
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}
#middle_box {
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}
#right_box {
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*----------Secondary Page----------- */
/*/////////////////////////////////// */
/*/////////////////////////////////// */
/*/////////////////////////////////// */

#innerwrapper {
	background-color: #FFFFFF;
	height: 100%;
	width: 935px;
}
#body_text {
	width: 600px;
	float: left;
	padding: 20px 40px 20px 30px;
}
#ask_form_bkd {
	width: 598px;
	height: 241px;
	background-image: url("../images/ask_form.jpg");
	background-repeat: no-repeat;
}
#ask_form_text {
	padding: 15px 10px 10px 15px;
}
