/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#fff url(images/body_bg.gif) top repeat-x;
	text-align:center;
}

img {border:0; vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Tahoma;
		font-size:0.688em;
		line-height:1.455em;
		color:#777e84;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#777e84;}
a:hover{text-decoration:none;}
p {padding-top:16px;}
.p {padding-top:12px;}

/* ============================= main layout ====================== */

.more {background:url(images/more_bg.gif) no-repeat 0 1px; padding:0 0 0 24px; color:#2f343a; text-decoration:none; display:block; float:right; margin:15px 0 0 0;}
.more:hover {text-decoration:underline;}
.rss {background:url(images/rss_bg.gif) no-repeat 0 1px;}
.pdf {background:url(images/pdf_bg.gif) no-repeat 0 1px;}

li a {color:#2f343a; text-decoration:none; line-height:1.818em;}
li a:hover {text-decoration:underline;}

cite {font-style:normal;}

.list { position:relative;}
.list li {padding-left:41px; margin-left:-5px; position:relative;}
.list li a {border-bottom:1px solid #dfe2e3; color:#777e84; display:block; padding:9px 0 10px 0;}
.list li a:hover {text-decoration:none; color:#000;}
.li1 {background:url(images/li1_bg.jpg) no-repeat 0 6px;}
.li2 {background:url(images/li2_bg.jpg) no-repeat 0 6px;}
.li3 {background:url(images/li3_bg.jpg) no-repeat 0 6px;}
.li4 {background:url(images/li4_bg.jpg) no-repeat 0 6px;}
.li5 {background:url(images/li5_bg.jpg) no-repeat 0 6px;}
.li6 {background:url(images/li6_bg.jpg) no-repeat 0 6px;}
.li7 { background:url(images/z_ul.gif) left 7px no-repeat; padding-left:15px; line-height:2em; list-style:none;}
.li8 { background:url(images/z_ul.gif) left 7px no-repeat; padding-left:15px; list-style:none; display:block; list-style:none; list-style-position:outside;}
.list .last {border-bottom:none;}

.imgindent {margin:0 20px 0 0; float:left;}
.imgindent2 {margin:0 6px 0 -20px; float:left; position:relative;}
.title {margin-bottom:18px;}
.title3 {margin-bottom:10px;}
.box .title {margin-bottom:22px;}

/* ============================= header ====================== */

#header .row1 {background:url(images/header_bg_tall.gif) top repeat-x; margin-bottom:3px;}
#header .row1 .inner {background:url(images/header_bg_right.gif) top right no-repeat;}
#header .right {padding:34px 86px 0 0; color:#798587;}
#header .right a {color:#798587; text-decoration:none;}
#header .right a:hover {text-decoration:underline;}
h1 {
	text-decoration: underline;
	
}

/* ============================= middle ====================== */

.column_padding {margin-right:45px;}
.col_pad {margin-right:30px;}
.col_pad2 {margin-right:65px;}

.special {background:url(images/special_tall_bg.gif) top repeat-x; margin:16px 0 29px 0;}
.special .right_bg {background:url(images/special_right_bg.gif) right top no-repeat;}
.special .left_bg {background:url(images/special_left_bg.gif) top left no-repeat; width:100%;}
.special .indent { padding:14px 0 14px 29px; overflow:hidden;}
.special span {background:url(images/special_line.gif) top right no-repeat; padding-right:31px; margin-right:29px; display:block; float:left;}
.special .more {margin:0; float:left;}
.banner {margin-bottom:9px;}

.box {background:#fff url(images/box_tall_bottom.gif) bottom repeat-x;}
.box .tall_right {background:url(images/box_tall_right.gif) right repeat-y;}
.box .tall_left {background:url(images/box_tall_left.gif) left repeat-y;}
.box .tall_top {background:url(images/box_tall_top.gif) top repeat-x;}
.box .corner_bottom_right {background:url(images/box_corner_bottom_right.gif) bottom right no-repeat;}
.box .corner_bottom_left {background:url(images/box_corner_bottom_left.gif) bottom left no-repeat;}
.box .corner_top_right {background:url(images/box_corner_top_right.gif) top right no-repeat;}
.box .corner_top_left {background:url(images/box_corner_top_left.gif) top left no-repeat; width:100%;}
.box .indent {padding:24px 30px 19px 32px;}

.black {color:#2f343a;}
.margin1 {margin-left:-14px; position:relative;}
.title2 {margin-top:28px;}
.title4 {margin-top:22px;}

/* ============================= footer ====================== */

.footer { text-align:center;}
#footer a {color:#9b9b9b; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */


form .rowi {height:40px;}
form .more {margin:13px 15px 0 15px;}

.input {width:218px; height:15px; padding:0 0 0 5px; font-size:1em;}
textarea {width:218px; height:97px; padding:0 0 0 5px; overflow:auto; font-size:1em;}

/* ============================= Popup Windows ============================= */
.popupimage {padding-right:10px; float:left;}
.popupheading {font-size:1.181em; color:#e4cc64; text-transform:uppercase; margin-bottom:5px; font-weight:bold ;}
.popupaline{text-align:left; margin-top:-10px;}
.popupcaption{text-align:left; margin-left:5px; color:#e4cc64;}

.red_highlight {
	color: #F00;
}
.green_highlight {
	color:#0F0;
}

.outer_box {
	padding:5px;
	border:#CCC 1px solid;
	width:510px;
}

.iner_box {
	min-height:180px;
	width:500px
}
