/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#383838;
	text-align:justify;
}

img {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:Verdana;
	font-size:1em;
	line-height:1.2em;
	color:#000;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#858585;}
a:hover{text-decoration:none;}
p {
	padding-top:15px;
}
strong {color:#4b4a4a;}

/* ============================= main layout ====================== */

.tail-top {background:#fff url(images/header-tail.gif) top repeat-x;}
.tail-bottom {background:url(images/footer-tail.gif) bottom repeat-x;}

.link1 {
	background:url(images/link1-bg.gif) top repeat-x;
	display:block;
	float:right;
	line-height:1.333em;
	padding:4px 12px 4px 14px;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	margin-top:15px;
	font-family:arial;
}
.link1:hover {background:url(images/link1-bg-hover.gif) top repeat-x;}

.link2 {background:url(images/link2-bg.gif) top repeat-x; margin-top:10px;}
.link2:hover {background:url(images/link2-bg-hover.gif) top repeat-x;}

.link3 {
	background:#fff;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:right;
	line-height:1.333em;
	padding:4px 10px 4px 14px;
	margin-top:12px;
	font-family:arial;
}
.link3:hover {background:#e7f5ff;}
.box1 .link3 {
	color:#666;
}
.box1 .link3:hover {background:#e5fbc7;}
 
ul li { background:url(images/list-bg.gif) no-repeat 0 9px; padding-left:12px; font-family:arial;}
ul li a {
	color:#666;
	line-height:2em;
	font-weight:bold;
}

.list2 li {
	border-bottom:1px solid #c3e5a1;
	background:url(images/list2-bg.gif) no-repeat 0 7px;
	font-family:tahoma;
	padding:2px 0 3px 14px;
}
.list2 li a {line-height:1.001em; color:#4b4a4a; text-decoration:none;}
.list2 li a:hover {text-decoration:underline;}

ol {
	padding-left:20px;
}
ol li {
	color:#666;
	font-weight:bold;
	border-bottom:1px solid #d1e4f7;
	padding:5px 0 5px 0;
}
ol li a {
	color:#CCC;
	font-weight:normal;
	text-decoration:none;
}
ol li a strong {
	color:#CCC;
}

.imgindent {margin:0 20px 0 0; float:left;}
.title {border-bottom:1px solid #b8d0ed; margin-bottom:18px;}
.title2 {border-bottom:1px solid #b1d29d; margin-bottom:18px;}
.box1 .title {margin-bottom:15px;}

h2 {color:#4b4a4a; margin:12px 0 4px 0;}

/* ============================= content ====================== */

.col-pad {
	padding-right:5px;
}
.col-pad2 {padding-right:21px;}
.col-pad3 {padding-right:4px;}
.col-pad4 {margin-right:58px;}
.indent {
	padding:0 0 0 5px;
}
.indent2 {
	padding:0 15px 0 15px;
}
.indent3 {padding:0 34px 25px 34px;}

.line {border-bottom:1px solid #cedef2; padding-bottom:5px;}
.padding1 {padding-top:40px;}

.row2 {
	padding-top:10px;
}
.box1 {background:#e7f5ff; padding:24px 33px 26px 24px;}
.box2 {background:#e5fbc7; padding:24px 33px 26px 24px;}

/* ============================= footer ====================== */

#footer {
	color:#000;
	font-weight:bold;
	text-align:right;
	font-family:arial;
	padding-top:10px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */

#SearchForm {border:1px solid #adc6e3; background:url(images/form-bg.gif) top repeat-x; padding:22px; margin-top:38px;}
#SearchForm img {margin-bottom:11px;}
#SearchForm select {
	width:125px;
	border:1px solid #77a0d1;
	background:#77a0d1;
	font-size:1em;
	color:#000;
	font-weight:bold;
	font-family:arial;
}
textarea {width:193px; height:122px; border:1px solid #FFFFFF; background:none; padding:0 0 0 5px; overflow:auto; font-size:1em;}
