/* CSS Document */
body {
	background-color:#ffffff;
	background:url(imgs/bg_body.jpg) repeat-x top;
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:15px;
	color:#355673;
}
#wrapped {
	width:826px;
	margin:0px auto; 
	text-align:left;
}

#mid {
	width:826px;
	background:url(imgs/bg_m.jpg) repeat-y;
}
#mid_in {
	width:826px;
	background:url(imgs/bg_m_in.jpg) repeat-y;
}
#top {
	width:826px;
	background:url(imgs/bg_t.jpg) no-repeat top;
}
#top_in {
	width:826px;
	background:url(imgs/bg_t_in.jpg) no-repeat top;
}
#bot {
	width:826px;
	background:url(imgs/bg_b.jpg) no-repeat bottom;
	padding-bottom:169px;
}
#bot_in {
	width:826px;
	background:url(imgs/bg_b_in.jpg) no-repeat bottom;
	padding-bottom:137px;
}

#header {
	width:826px;
	height:110px;
	margin-top:0px;
	padding-top:7px;
	position:relative;
}
#header_in {
	width:826px;
	height:452px;
	margin-top:0px;
	padding-top:7px;
	position:relative;
}
#logo {
	padding-left:129px;
}
#call {
	position:absolute;
	top:79px;
	left:487px;
	text-align:center;
	color:#FFFFFF;
	font-style:italic;
}
#call p, #call_in p {
	margin-top:0px;
	margin-bottom:0px;
}
#call a, #call_in a {
	text-decoration:underline;
	color:#FFFFFF;
}
#call a:hover, #call_in a:hover {
	text-decoration:none;
}

#welcome {
	width:165px;
	position:absolute;
	top:96px;
	left:613px;
	color:#FFFFFF;
	font-style:italic;
	text-align:center;
}
#welcome p {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:2px;
}

#call_in {
	width:195px;
	position:absolute;
	top:261px;
	left:597px;
	color:#FFFFFF;
	font-style:italic;
	text-align:center;
}

#image {
	width:646px;
	position:absolute;
	top:306px;
	left:96px;
}

#main {
	width:795px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:50px;
	padding-right:19px;
	padding-left:12px;
}

#content {
	width:618px;
	float:right;
	margin-top:0px;
	padding-top:11px;
	padding-left:21px;
	padding-right:13px;
}

#content p {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:16px;
}

#content ul {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:17px;
	margin-left:0px;
	padding-left:24px;
}
#content ul li {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
}

#absolute {
	width:618px;
	height:444px;
	position:relative;
}
#absolute p {
	margin-top:0px;
	margin-bottom:0px;
}

h1 {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:18px;
	padding-left:13px;
}
h2 {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:18px;
	color:#c60909;
	font-size:17px;
}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:18px;
	color:#c60909;
	font-size:15px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

#menu {
	width:143px;
	float:left;
	margin-top:0px;
	padding-top:106px;
}
#nav {
	background:url(imgs/nav.jpg) no-repeat;
	width:143px;
	height:134px;
	margin:0;
    padding:0;
    position:relative;  
    text-indent:-1000px; 
    overflow:hidden;
}
#nav li {
	list-style: none;
	position: absolute;
}
#nav li, #nav a {
	height: 26px; 
	display: block;
}
#nav_home {
	left:0;
	width:143px;
}
#nav_home a:hover {
	background: transparent url(imgs/nav.jpg) -143px 0px no-repeat;
}
#nav_about {
	left:0px;
	width:143px;
	top:26px;
}
#nav_about a:hover {
	background: transparent url(imgs/nav.jpg) -143px -26px no-repeat;
}
#nav_services {
	left:0px;
	width:143px;
	top:52px;
}
#nav_services a:hover {
	background: transparent url(imgs/nav.jpg) -143px -52px no-repeat;
}
#nav_contact {
	left:0px;
	width:143px;
	top:78px;
}
#nav_contact a:hover {
	background: transparent url(imgs/nav.jpg) -143px -78px no-repeat;
}
#nav_photo {
	left:0px;
	width:143px;
	top:104px;
}
#nav_photo a:hover {
	background: transparent url(imgs/nav.jpg) -143px -104px no-repeat;
}

#menu_in {
	width:234px;
	padding-left:78px;
	margin-top:0px;
	padding-top:28px;
}
#nav_in {
	background:url(imgs/nav_in.jpg) no-repeat;
	width:234px;
	height:148px;
	margin:0;
    padding:0;
    position:relative;  
    text-indent:-1000px; 
    overflow:hidden;
}
#nav_in li {
	list-style: none;
	position: absolute;
}
#nav_in li, #nav_in a {
	height: 26px; 
	display: block;
}
#nav_home_in {
	left:0;
	width:234px;
}
#nav_home_in a:hover {
	background: transparent url(imgs/nav_in.jpg) -234px 0px no-repeat;
}
#nav_about_in {
	left:0px;
	width:234px;
	top:26px;
}
#nav_about_in a:hover {
	background: transparent url(imgs/nav_in.jpg) -234px -26px no-repeat;
}
#nav_services_in {
	left:0px;
	width:234px;
	top:52px;
}
#nav_services_in a:hover {
	background: transparent url(imgs/nav_in.jpg) -234px -52px no-repeat;
}
#nav_contact_in {
	left:0px;
	width:234px;
	top:78px;
}
#nav_contact_in a:hover {
	background: transparent url(imgs/nav_in.jpg) -234px -78px no-repeat;
}
#nav_photo_in {
	left:0px;
	width:234px;
	top:104px;
}
#nav_photo_in a:hover {
	background: transparent url(imgs/nav_in.jpg) -234px -104px no-repeat;
}

.clr {
	clear:both;
}

#footer {
	width:826px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:14px;
	color:#5e7fa1;
	text-align:center;
}
#footer p {
	margin-top:0px;
	padding-top:10px;
	margin-bottom:0px;
}
#footer a.active_f {
	color:#cc0000;
}
.sty1 {
	font-size:10px;
	color:#cccccc;
}
.sty1 a {
	text-decoration:none;
	color:#cccccc;
}
.sty2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.sty3 {
	font-size:14px;
	font-weight:bold;
}
.sty4 a {
	text-decoration:none;
	color:#5e7fa1;
}
.sty4 a:hover {
	text-decoration:none;
	color:#cc0000;
}
.pad_b1 {
	padding-bottom:11px;
}
.pad_l1 {
	padding-left:30px;
}
.pad_l2 {
	padding-left:13px;
}
.pad_t1 {
	padding-top:5px;
}
.pad_t2 {
	padding-top:11px;
}
.pad_t3 {
	padding-top:3px;
}

.left {
	float:left;
}
.img_ab {
	position:absolute;
	left:193px;
	top:211px;
}
.img_h {
	float:left;
	padding-right:3px;
}

#book {
	width:307px;
	background:url(imgs/bg_book.jpg) no-repeat top;
	margin:0px auto;
	height:477px;
	color:#355673;
	padding-top:54px;
	padding-left:43px;
	padding-right:360px;
	position:relative;
}
#book p {
	margin-top:0px;
	margin-bottom:0px;
}
.crossed {
	position:absolute;
	top:288px;
	left:115px;
}

.input {
	width:230px;
	border:solid #89b4d3 1px;
	color:#11222d;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
textarea {
	width:230px;
	height:70px;
	border:solid #89b4d3 1px;
	color:#11222d;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.button {
	width:60px;
	height:18px;
	background-color:#91bddc;
	border:solid #83adcb 1px;
	font-size:11px;
}
.heigh1 {
	height:16px;
}
.heigh2 {
	height:26px;
}
.heigh3 {
	height:80px;
}
.heigh4 {
	height:32px;
}
.heigh5 {
	height:146px;
}

a {
	text-decoration:none;
	color:#bbbd00;
	outline:none;
}
a:hover {
	text-decoration:underline;
	outline:none;
}
