body, div, p {
    margin: 0px;
    padding: 0px;
}
body, html {
    width:100%;
    height: 100%;
    background-color: #ffffff;
}
#main_table {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.clear_both {
    clear: both;
}
.thead {
	color: #204D6D;
	font-family: Georgia,'Times New Roman',times,serif;
	font-size: 22px;
	font-style: italic;
	font-weight:bold;
	text-decoration: underline;
	border-bottom: thin #FFFFFF solid;
	vertical-align: top;
}
.tbod {
	font-family: Georgia,'Times New Roman',times,serif;
	color: #000033;
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	border-bottom: thin #FFFFFF solid;
	vertical-align: top;
}
.tbodx {
	font-family: Georgia,'Times New Roman',times,serif;
	color: #000033;
	font-size: 14px;
	text-decoration: none;
	border-bottom: thin #FFFFFF solid;
	vertical-align: top;
}
.mtable {
	border: thin #FFFFFF solid;
	width: 100%;
	background-color: #b3cee1;
}
#header {
    width: 100%;
    height: 110px;
    background-image: url(http://www.tempeprofessionals.com/images/header_bg.png);
    background-repeat: repeat-x;
}
#header_content {
    width: 980px;
    height: 110px;
    margin: 0 auto;
}
#logo {
    width: 170px;
    height: 110px;
    float: left;
}
#logo img {
    /*float: right;
    position:  relative;
    top: 55px;*/
}
#header_title {
    width: 481px;
    height: 110px;
    float: left;
    background-image: url(http://www.tempeprofessionals.com/images/header_title.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#search {
    width: 247px;
    height: 110px;
    float: left;
    margin-left: 15px;
}
.search_button {
    border: none;
    cursor: pointer;
    width: 23px;
    height: 24px;
    margin-top: 74px;
    padding: 0px;
    background-image: url(http://www.tempeprofessionals.com/images/search_button.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
}
.search_form{
    border: none;
    width: 200px;
    height: 24px;
    margin-top: 74px;
    padding: 0 9px 0 0;
    color: #a9a9a9;
    background-image: url(http://www.tempeprofessionals.com/images/search_bg.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
}

#navbar_up_shape {
    width: 100%;
    height: 3px;
    background-color: #f4f8fb;
}
#navbar {
    width: 100%;
    height: 40px;
    background-image: url(http://www.tempeprofessionals.com/images/navbar_bg.png);
    background-repeat: repeat-x;
}
#navbar_content {
    width: 1190px;
    height: 40px;
    margin: 0 auto;
}
#navbar_menu {
    margin: 0px;
    padding-left: 65px;
    list-style: none;
    float: left;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 16px;
}
#navbar_menu  li {
    float: left;
    display: inline;
}
#navbar_menu li a {
    color: #feffff;
    padding: 9px 20px 0;
    height: 31px;
    display: block;
    text-decoration: none;
}
#navbar_menu li a:hover{
    background-image: url(http://www.tempeprofessionals.com/images/navbar_bg_activ.png);
    background-repeat: repeat-x;
}
#navbar_bottom_shape {
    width: 100%;
    height: 5px;
    background-color: #447097;
}
#main_up {
    width: 100%;
    height: 361px;
    background-image: url(http://www.tempeprofessionals.com/images/main_up_bg.png);
    background-repeat: repeat-x;
}
#main_up_content {
    width: 980px;
    height: 361px;
    margin: 0px auto;
    padding: 0px;    
}
#main_up_content_left {
    width: 661px;
    height: 361px;
    float: left;
    position: relative;
    overflow: hidden;
}
#slide_photo {
    width: 661px;
    height: 361px;
    float: left;
    position: absolute;
    overflow: hidden;
}
#photo_1 {
    position: absolute;
    z-index: 1;
    display: block;
}
#photo_2,
#photo_3,
#photo_4 {
    position: absolute;
    z-index: 1;
    display: none;
}
#text_photo {
    width: 661px;
    height: 361px;
    float: left;
    position: absolute;
    z-index: 100;    
}
#txt_photo_1 {
    position: absolute;
    z-index: 100;
    display: block;
}
#txt_photo_2,
#txt_photo_3,
#txt_photo_4 {
    position: absolute;
    z-index: 100;
    display: none;
}
#main_up_content_right {
    width: 319px;
    height: 361px;
    float: left;
}
#main_up_content_right_up {
    width: 290px;
    height: 211px;
    padding: 10px 10px 0 10px;
}
.button {
    width: 229px;
    height: 88px;
    display: block;
    background-image: url(http://www.tempeprofessionals.com/images/button.png);
    background-repeat: no-repeat;
    margin-top: 25px;
    margin-left: 35px;
}
a.button:hover {
    background-image: url(http://www.tempeprofessionals.com/images/button_active.png);
}
#main_up_content_right_up p{
    text-align: left;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 13px;
    color: #000033;
}
#main_up_content_right_down {
	margin-top: 40px;
    width: 319px;
    height: 108px;
}
#main_up_content_right_down h3{
    text-align: center;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 14px;
    color: #204d6d;
    margin-top: 10px;
    margin-bottom: 0px;
}
#main_up_content_right_down p{
    text-align: center;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 12px;
    color: #5695c1;
}
#main_up_content_right_down img{
    margin-top: 7px;
    margin-left: 45px;
}
#main_bottom {
    width: 100%;
    height: 693px;
    background-image: url(http://www.tempeprofessionals.com/images/main_bottom_bg2.png);
    background-repeat: repeat-x;
}
#main_bottom_content {
    width: 980px;
    height: 693px;
    margin: 0px auto;
    padding: 0px;
}
#main_bottom_content_left {
    width: 631px;
    height: 693px;
    float: left;
    padding: 0 15px 0 15px;
}
#main_bottom_content_left p{
    text-align: justify;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 16px;
    color: #000033;
	line-height: 1.5;
}
#main_bottom_content_right {
    width: 319px;
    height: 693px;
    float: left;
}
#div_with_frame_1 {
    width: 319px;
    height: 316px;
    margin-top: 20px;
}
.div_with_frame {
    width: 319px;
    height: 100%;
    float: left;
}
.up_left {
    width: 9px;
    height: 39px;
    float: left;
    background-image: url(http://www.tempeprofessionals.com/images/up_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.up_center {
    width: 301px;
    height: 39px;
    float: left;
    background-image: url(http://www.tempeprofessionals.com/images/up_center.png);
    background-repeat: repeat-x;
    background-position: center center;
}
.up_center h1{
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: center;
}
.up_right {
    width: 9px;
    height: 39px;
    float: left;
    background-image: url(http://www.tempeprofessionals.com/images/up_right.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.center_with_content {
    width: 285px;
    float: left;
    background-color: white;
    padding: 10px 17px 0 17px;
}
.center_with_content p {
    text-align: justify;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 14px;
    color: #5695c1;
}
.center_with_content h4 {
    text-align: justify;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 15px;
    color: #204d6d;
    text-decoration: underline;
    margin-top: 5px;
    margin-bottom: 5px;
}
.mini_button {
    width: 81px;
    height: 24px;
    display: block;
    background-image: url(http://www.tempeprofessionals.com/images/mini_button.png);
    background-repeat: no-repeat;
    margin-left: 204px;
}
a.mini_button:hover {
    background-image: url(http://www.tempeprofessionals.com/images/mini_button_active.png);
}
.center_with_content img {
    margin-top: -7px;
    margin-left: -14px;
}
.center_with_content a{
    color: #204d6d;
}
.down_left {
    width: 9px;
    height: 10px;
    float: left;
    background-image: url(http://www.tempeprofessionals.com/images/down_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.down_center {
    width: 301px;
    height: 10px;
    float: left;
    background-color: white;
}
.down_right {
    width: 9px;
    height: 10px;
    float: left;
    background-image: url(http://www.tempeprofessionals.com/images/down_right.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#div_with_frame_2 {
    width: 319px;
    height: 236px;
    margin-top: 7px;
}
#follow_us {
    width: 319px;
    height: 99px;
}
#follow_us h2 {
    text-align: center;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color: #204d6d;
    margin-bottom: 7px;
}
#facebook {
    margin-left: 112px;
}
#footer {
    width: 100%;
    height: 130px;
    background-image: url(http://www.tempeprofessionals.com/images/footer_bg.png);
    background-repeat: repeat-x;
}
#footer_content {
    width: 980px;
    height: 130px;
    margin: 0px auto;
    padding: 0px;
}
#footer_content_shape{
    width: 980px;
    height: 12px;
    background-image: url(http://www.tempeprofessionals.com/images/footer_shape.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#footer_menu {
    width: 1090px;
    height: 84px;
    background-image: url(http://www.tempeprofessionals.com/images/footer_menu_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#ft_menu {
    margin: 0px;
    padding-left: 108px;
    list-style: none;
    float: left;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 14px;
}
#ft_menu  li {
    float: left;
    display: inline;
}
#ft_menu li a {
    color: #fefefe;
    padding: 38px 18px 0;
    display: block;
    text-decoration: none;
}
#ft_menu li a:hover{
    text-decoration: underline;
}
#copyright {
    width: 980px;
    height: 29px;
    margin: 0px auto;
    padding-top: 16px;
    border-top: 1px solid #91b9d6;
}
#copyright p {
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 11px;
    color: #bbd8ed;
    text-align: center;
}
#copyright a {
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-size: 11px;
    color: #bbd8ed;
    text-align: center;
}
h1{
    text-align: justify;
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: normal;
    font-style: italic;
    font-size: 22px;
    color: #204d6d;
}
