body, div, p, ul, li{
    margin: 0px;
    padding: 0px;
}

body, html {
    width:100%;
    height: 100%;
    background-color: #2f86c9;
}

#main_table {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.clear_both{
    clear: both;
}

#header {
    height: 148px;
    width: 100%;
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

#header_content {
    height: 148px;
    width: 984px;
    margin: 0px auto;
    padding: 0px;
}

#logo {
    height: 95px;
    width: 670px;
    float: left;
}

#logo img{
    padding-top: 27px;
    padding-left: 30px;
}

#search{
    height: 95px;
    width: 278px;
    float: left;
    /*background-image: url(../images/search_bg.png);
    background-position: center;
    background-repeat: no-repeat;*/
}

.search_form{
    border: none;
    /*background: none;*/
    width: 248px;
    height: 23px;
    margin-top: 35px;
    padding: 0 0 0 5px;
    color: #08426a;
    background-image: url(../images/search_bg.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
}

.search_button {
    border: none;
    cursor: pointer;
    width: 25px;
    height: 23px;
    margin-top: 35px;
    padding: 0px;
    background-image: url(../images/search_button.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
}

#rss {
    height: 95px;
    width: 36px;
    float: left;
}

#rss img{
    padding-top: 36px;
    padding-left: 6px;
}

#nav_bar_left {
    height: 38px;
    width: 5px;
	margin-top: 6px;
    background-image: url(../images/nav_bar_left.png);
    background-repeat: no-repeat;
    margin-left: 91px;
    float: left;
}

#nav_bar_center {
    height: 38px;
    width: 792px;
	margin-top: 6px;
    background-image: url(../images/nav_bar_center.png);
    background-repeat: repeat-x;
    float: left;
}

#nav_bar_right {
    height: 38px;
    width: 5px;
	margin-top: 6px;
    background-image: url(../images/nav_bar_right.png);
    background-repeat: no-repeat;
    margin-right: 91px;
    float: left;
}

#nav_bar_menu {
	margin: 0px;
	padding-left: 15px;
	list-style: none;
	float: left;
	font-family: Georgia,'Times New Roman',times,serif;
	font-weight: bold;
	font-size: 12px;
}

#nav_bar_menu  li {
	float: left;
	display: inline;
}

#nav_bar_menu li a {
	color: #fefefe;
	padding: 9px 10px 0;
	height: 36px;
	display: block;
	text-decoration: none;
}

#nav_bar_menu li a:hover{
	background-image: url(../images/nav_bar_active_bg_b.png);
        background-repeat: repeat-x;
}

#main{
    height: 635px;
    width: 100%;
    background-image: url(../images/main_bg.png);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #ffffff;
}

#main_content {
    height: 635px;
    width: 984px;
    margin: 0px auto;
    padding: 0px;
}

#main_content_body {
    height: 635px;
    width: 984px;
    margin: 0px auto;
    padding: 0px;
}

#top_content_left {
    height: 361px;
    width: 7px;
    background-image: url(../images/top_content_left_bg.png);
    background-repeat: no-repeat;
    float: left;
}

#top_content_left_body {
    height: 635px;
    width: 7px;
    background-image: url(../images/top_content_left_body_bg.png);
    background-repeat: no-repeat;
    float: left;
}

#top_content_center {
    height: 361px;
    width: 970px;
    background-image: url(../images/top_content_center_bg.png);
    background-repeat: repeat-x;
    float: left;
    position: relative;
}

#top_content_center_body {
    height: 635px;
    width: 970px;
    background-image: url(../images/top_content_center_body_bg.png);
    background-repeat: repeat-x;
    float: left;
    position: relative;
}

#top_content_body {
    height: 635px;
    width: 970px;
    margin-left: 23px;
    float: left;
    text-align: left;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}

#top_content_body a {
	color:#36A7F7;
}

#top_content_body h1{
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 29px;
    color: #08426a;
    background-image: url(../images/shape_left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 36px 0 12px 0;
}

.bh1{
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 29px;
    color: #08426a;
    background-image: url(../images/shape_left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 36px 0 12px 0;
	margin-left: 23px;
	margin-top: 5px;
}

#top_content_body ul li a {
    text-decoration: none;
    color: #64aadd;
    padding-left: 17px;
}

#top_content_text1 {
    height: 361px;
    width: 462px;
    margin-left: 23px;
    float: left;
    text-align: left;
    position: absolute;
    z-index: 3;
    overflow: hidden;
}

#top_content_text1 h1{
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 29px;
    color: #08426a;
    background-image: url(../images/shape_left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    padding: 36px 0 12px 0;
}

#top_content_ul1 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    color: #64aadd;
    list-style: none;
    /*list-style-type: disc;
    list-style-image: url(images/marker.png);
    list-style-position: inside;*/
}

#top_content_ul1 li{
    background-image: url(../images/marker.png);
    background-repeat: no-repeat;
    background-position: left;
}
/*#top_content_ul1 li:before {
    content: url(images/marker.png);
}
*/
#top_content_text1 ul li a {
    text-decoration: none;
    color: #64aadd;
    padding-left: 17px;
}

#top_content_text2 {
    height: 361px;
    width: 462px;
    margin-right: 23px;
    float: left;
    text-align: right;
    position: absolute;
    z-index: 3;
    top: 0px;
    right: 0px;
    overflow: hidden;
}
#top_content_text2 h1{
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 29px;
    color: #08426a;
    background-image: url(../images/shape_right.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 36px 0 12px 0;
}

#top_content_ul2{
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 15px;
    color: #64aadd;
    list-style: none;
    /*list-style-type: disc;
    list-style-image: url(images/marker.png);
    list-style-position: inside;*/
}

/*#top_content_ul2 li:after {
content: url(images/marker.png);
}*/

#top_content_ul2 li {
    background-image: url(../images/marker.png);
    background-repeat: no-repeat;
    background-position: right;
}

#top_content_text2 ul li a {
    text-decoration: none;
    color: #64aadd;
    padding-right: 17px;
}

.content_button_left {
    height: 52px;
    width: 151px;
    display: block;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    margin-top: 30px;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-size: 14px;
    color: #fefefe;
    padding-top: 9px;
    padding-left: 10px;
    text-decoration: none;
}

a.content_button_left:hover {
    background-image: url(../images/button_roll.png);
}

.content_button_right {
    height: 52px;
    width: 151px;
    display: block;
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
    margin-top: 30px;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-size: 14px;
    color: #fefefe;
    padding-top: 9px;
    padding-left: 10px;
    text-decoration: none;
    text-align: left;
    float: right;
}

a.content_button_right:hover {
    background-image: url(../images/button_roll.png);
}

#top_content_right {
    height: 361px;
    width: 7px;
    background-image: url(../images/top_content_right_bg.png);
    background-repeat: no-repeat;
    float: left;
}

#top_content_right_body {
    height: 635px;
    width: 7px;
    background-image: url(../images/top_content_right_body_bg.png);
    background-repeat: no-repeat;
    float: left;
}

#toyota {
    width: 292px;
    height: 138px;
    background-image: url(../images/toyota.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 61px;
    left: 202px;
    z-index: 1;
}

#bmw {
    width: 275px;
    height: 135px;
    background-image: url(../images/bmw.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 46px;
    right: 202px;
    z-index: 1;
    /*visibility: hidden;*/
}

#people {
    width: 251px;
    height: 361px;
    background-image: url(../images/people.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 360px;
    z-index: 2;
}

#bottom_content_left {
    height: 268px;
    width: 284px;
    background-image: url(../images/photo_1.png);
    background-repeat: repeat-x;
    background-position: top;
    margin-top: 8px;
    margin-left: 20px;
    float: left;
}

#bottom_content_center {
    height: 268px;
    width: 284px;
    background-image: url(../images/photo_2.png);
    background-repeat: repeat-x;
    background-position: top;
    margin: 8px 46px 0px 46px;
    float: left;
}

#bottom_content_right {
    height: 268px;
    width: 284px;
    background-image: url(../images/photo_3.png);
    background-repeat: repeat-x;
    background-position: top;
    margin-top: 8px;
    margin-right: 20px;
    float: left;
}

.bottom_content_h {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 16px;
    color: #08426a;
    margin-top: 145px;
}

.bottom_content_p {
    font-family: Tahoma;
    font-size: 11px;
    color: #606060;
    text-align: justify;
}

.bottom_content_s {
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #606060;
}

.bottom_content_a {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
}

.bottom_content_a a {
    color: #36a7f7;
}

#footer {
    height: 193px;
    width: 100%;
    background-image: url(../images/footer_bg.png);
    background-repeat: repeat-x;
    background-position: top;
}

#footer_content {
    height: 193px;
    width: 984px;
    margin: 0px auto;
    padding: 0px;
}

#footer_top {
    height: 40px;
    width: 984px;
}

#footer_top_text_1 {
    height: 29px;
    width: 430px;
    margin-top: 11px;
    float: left;
    text-align: right;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    color: #3c3c3c;
}

#footer_top_text_2 {
    height: 40px;
    width: 130px;
    margin: 11px 0 0 301px;
    float: left;
    text-align: left;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    color: #3c3c3c;
}

#footer_top_links {
    height: 40px;
    width: 123px;
    float: left;
}

#footer_top_links a {
    margin-left: 5px;
}

#triangle {
    height: 19px;
    width: 914px;
    margin-left: 70px;
    background-image: url(../images/triangle_mini.png);
    background-repeat: no-repeat;
    background-position: left top;
}

#banners {
    height: 34px;
    width: 886px;
    margin-left: 98px;
}

#banners img {
    margin-right: 20px;
}

#footer_shape {
    height: 18px;
    width: 984px;
    background-image: url(../images/footer_shape_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

#footer_menu {
    height: 42px;
    width: 917px;
    margin-left: 37px;
}

#footer_menu_content {
    margin: 0px;
    padding-left: 25px;
    list-style: none;
    float: left;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: lighter;
    font-size: 14px;
}

#footer_menu_content  li {
    float: left;
    display: inline;
}

#footer_menu_content li a {
    color: #031a2a;
    padding: 10px 10px 0;
    height: 32px;
    display: block;
    text-decoration: none;
}

#footer_menu_content li a:hover {
    text-decoration: underline;
}

.separator {
    background-image: url(../images/menu-separator.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#copyright {
    height: 32px;
    width: 984px;
    padding-top: 7px;
}

#copyright p {
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 15px;
    color: #08426a;
    text-align: center;
}

.font_italic {
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
}

.font_bold {
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
}

.font_small {
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 12px;
}

.pages_text {
    font-family: Verdana;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}

.form_h1 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    color: #08426a;
    background-image: url(../images/main_bg.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}
