/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #151515;
	color: #000000;
	font: 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

A:link {text-decoration: none;	color: #365fb7;}
A:hover {color: #365fb7; text-decoration: none;}
A:visited {text-decoration: none; color: #365fb7;}

.title {font-size:18px; color: #000; font-weight:bold;}
.title a, .title a:active, .title a:hover, .title a:visited {text-decoration:none;}

.headertitle{
	font-size:18px; color: #20242D; font-weight:bold;
}

.bline{
	height:1px;width:180px;background-image:url(../images/lineh.gif);background-repeat:repeat-x;
}

.footer {color: #333; font-size: 10px;}
.footer a, .footer a:active, .footer a:visited {color: #333; text-decoration:none;}
.footer a:hover {text-decoration:underline;}

.small { color: #000; font-size:10px;}
.small a, .small a:active, .small a:hover, .small a:visited {color: #000; text-decoration:none;}

.white {color: #fff;}
.white a, .white a:active, .white a:hover, .white a:visited {color: #fff; text-decoration:none;}

.blue {color: #7fbfff;}
.blue a, .blue a:active, .blue a:hover, .blue a:visited {color: #7fbfff; text-decoration:none;}

.blue2 {color: #2e65b8;}
.blue2 a, .blue2 a:active, .blue2 a:hover, .blue2 a:visited {color: #2e65b8; text-decoration:none;}

.nav{
	font-size: 12px;
	font-weight: bold;
	color:#fff; 
}

.promo  {font-family: Tahoma, Geneva, sans-serif; font-size: 18px; color: #fff;}

.box_header {width: 594px; height: 43px; background: url(../images/box_header.gif);}
.box_content {width: 594px; background: url(../images/box_bg.gif);}
.box_footer {width: 594px; height: 10px; background: url(../images/box_footer.gif);}

.box_1_header {width: 594px; height: 51px; background: url(../images/box_1_header.gif);}
.box_1_content {width: 594px; background: url(../images/box_1_bg.gif);}
.box_1_footer {width: 594px; height: 10px; background: url(../images/box_1_footer.gif);}

.box_find_header {width: 272px; height:41px; background: url(../images/find_header.gif);}
.box_find_content {width: 272px; background: url(../images/find_bg.gif);}
.box_find_footer {width: 272px; height:10px; background: url(../images/find_footer.gif);}

.box_projects_header {width: 272px; height:39px; background: url(../images/projects_header.gif);}
.box_projects_content {width: 272px; background: url(../images/projects_bg.gif);}
.box_projects_footer {width: 272px; height:10px; background: url(../images/projects_footer.gif);}

.maindiv{
	border-style:solid;
	border-width:1px;
	border-color:#799ADD;
	background-color:#FFFCFF;
	-moz-border-radius:3px;
	width:100%;
	margin:0 0 20px 0;
	padding:10px 10px 25px 10px;
}
table.plug { border-width: 1px; border-style: solid; } 

hr {
	color: #b9b9b9;
	background-color: #b9b9b9;
	height: 1px;
	border: 0px solid #b9b9b9;
	margin: 0px 0px 0px 0px;
}
