body {margin:0; padding:0; background:url(images/rez2.gif);
	font-family: arial, helvetica, sans-serif; 
	font-size: 14px; color: #FFFFFF; line-height:1.1em; 
}

p { text-align:justify; font-size: 15px; }

li { font-size: 14px; padding-bottom: 3px; }

table, td, img { border:0; }
table, td, th {border-collapse:collapse; }
form, td, th {margin:0; padding:0;}
td, tr, th {font:13px/14px arial, helvetica, sans-serif;
	color:#FFFFFF; 
	vertical-align:top;  
	text-align:left; 
}

.datatable td, .datatable th { border:1px solid #000000; padding:7px; }
.datatable th {font:13px/14px arial, helvetica, sans-serif;
	background-color:#95332A; 
	font-weight: bold;
}

h1 { font-size: 26px; color:#EEEEEE; font-family: 'Times New Roman' serif; }
h2 { font-size: 16px; color:#FFD000; padding:10px 0 0 0; }


span a { color:#FFFFFF; text-decoration:none;}
span a:hover { color:#FFBF00; text-decoration:none;}
span img { margin-right:10px; vertical-align:middle;}


a { color:#FFD000; text-decoration:underline;}
a:hover { color:#FFD000; text-decoration:none;}

.txt1 a { color:#FFFFFF; text-decoration:underline;}
.txt1 a:hover { color:#FFFFFF; text-decoration:none;}


.r1 ul { margin:0; padding:0; list-style:none;}
.r1 li { margin:0; padding:0;}
.r1 li a { line-height:18px; color:#FFD000; text-decoration:underline;}
.r1 li a:hover { text-decoration:none; color:#FFD000;}

.m1 { width:90px;}

.top1{background:url(images/top_bgr1.jpg) top left no-repeat; width:100%; height:44px; color:#758899; padding:16px 0 0 89px;}
.top1 a{ color:#637381; text-decoration:none; margin-right:259px;}
.top1 a:hover{ color:#637381; text-decoration:none}
.top2{background:url(images/top3.jpg) top left repeat-x; width:720px; height:100%;}
.top3{width:259px;}
.top3 img{margin:28px 0 0 46px;}
.top4{height:62px;}
.top4 img{margin:24px 0 0 209px;}
.top5{background:url(images/top_bgr.jpg) top left no-repeat; width:766px; height:197px;}


.top {background:url(/design_files/top_bg.jpg) top left no-repeat; width:100%; height:52px; color:#758899;}

.masthead {background:url(/design_files/masthead_bg.jpg) top left no-repeat; width:766px; height:89px;}

.t {width:100%; height:100%}

.hdr1 {background:url(design_files/hdr1_bg.jpg) top left no-repeat; width:766px; height:197px;}
.hdr2 {background:url(design_files/hdr2_bg.jpg) top left no-repeat; width:766px; height:51px; }
.hdr2a {background:url(design_files/hdr2a_bg.jpg) top left no-repeat; width:766px; height:51px; }

.footer {background:url(images/bgr_footer.jpg) top left no-repeat; width:766px; height:73px; padding:41px 0 0 353px; color:#758899;}
.footer a { color:#758899; text-decoration:none}
.footer a:hover { color:#758899; text-decoration:underline}

.rez1 {width:100%; height:900px; background:url(images/rez1.gif) top left repeat-x;}
.w2 {height:439px; width:766px; background:url(images/w2.jpg) top left repeat-y;}
.w1 {background:url(images/w1.jpg) top left no-repeat; width:100%; height:100%;}

.c1 {height:5px;}
.c1 { width:100%; height:100%;}
.c1_bgr {background:url(images/c2.gif) top left repeat-x; width:100%; height:100%;}
.c2 {background:url(images/c_left.gif) top left repeat-y; width:2px; height:100%}
.c3 {background:url(images/c_right.gif) top left repeat-y; width:2px; height:100%}
.c4 {width:100%; height:100%; background: #575246 url(images/c_bgr_main.gif) top left repeat-x;}

.f1 td input, select{ width:175px; height:22px; border:1px solid #8C8A80; color:#3F3F3F;  font-family:"Times New Roman"; font-size:11px; padding:3px 0 1px 4px;}

.f2 td input{ width:194px; height:22px; margin:1px 0 19px 0;}
.f2 td textarea{ width:194px; height:134px; overflow:auto; margin-bottom:12px;}
.f2 td textarea, input{border:1px solid #8C8A80; color:#3F3F3F;  font-family:"Times New Roman"; font-size:11px; padding:3px 0 1px 4px;}

.txt2 span{ color:#FFD000;}


/* MENU WITH ACTION */

#navbar {
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: #ffffff;
	width: 444px;
	height: 35px;
	text-align: right; 
	font-size: 14px;
}

#navbar ul { margin:0; padding:0; list-style:none; }
#navbar li { display:inline; margin:0 0px 0 0px; font-size:13px; }
#navbar li a { text-decoration:none; color:#333333; }
#navbar .left { background:url('/design_files/btn1_bg.jpg') bottom left; padding:9px 2px 10px 3px;}
#navbar .right { background:url('/design_files/btn1_bg.jpg') bottom right; padding:9px 10px 10px 2px;}
#navbar li a:hover { color:#eeeeee; } /* MSIE fix */
#navbar li a:hover span { background-image:url('/design_files/btn2_bg.jpg') !important }
#navbar .active span { background-image:url('/design_files/btn1_bg.jpg') !important; color: #eeeeee; }

.pg_home #navbar #pg_home span, 
.pg_fees #navbar #pg_fees span, 
.pg_turntime #navbar #pg_turntime span, 
.pg_order #navbar #pg_order span, 
.pg_contact #navbar #pg_contact span, 
.pg_other #navbar #pg_other span 
 { background-image:url('/design_files/btn2_bg.jpg') !important; color: #eeeeee; }


<!--[if IE 5]>
<style type="text/css" media="screen">
#navbar .left, #navbar .right {height:1px;margin-bottom:-5px}
#navbar {padding-bottom:0}
#navbar li a:hover {cursor:hand}
</style>
<![endif]-->
