/* CSS
Author: Andrei Dobre

*/

/* Global Defaults
=====================================================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{
	border:0;
	margin: 0;
}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none; margin:0;padding:0}
caption,th {text-align:left;}
div { text-align: left; vertical-align: top; }
q:before,q:after{content:'';}
a,ins{text-decoration:none;}
strong { font-weight: bold; }
cite { display: block; font-size: 0.9em; font-style: italic; text-align: right; }

/* Site
=====================================================================*/

html{
	height:100%;
	margin: 0px;
	padding: 0px;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3a3a;
	height: 100%;
	background-image: url(images/body-bg.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
}

#div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3a3a;
	height: 100%;
	background-image: url(images/back_grad.gif);
	height:100%;
	margin: 0px;
	padding: 0px;
	width:100%;
	background-repeat:repeat-x;
}

a{
	text-decoration: none;
	font-weight: bold;
	color: #336699;
}

a:hover{
	color: #336633;
}

.page{
	width:924px;
	margin: auto;
	margin-top:4px;
	/* Mozilla ignores crazy MS image filters, so it will skip the following 
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/page-bg.png');*/
}

.page[class] {
  background-image:url(images/page-bg.png);
}


#page-top{
	margin:auto;
	background-image: url(images/page-top.jpg);
	width: 924px;
	background-repeat: no-repeat;
}

#page-top-padder{
	width:886px;
	margin:auto;
}

#page-bottom{
    behavior: url(iepngfix.htc);
	background-image: url(images/page-bottom.png);
	height: 18px;
	width:924px;
	margin: auto;
}

#logo{
	display:inline;
	float:left;
	margin: 11px 5px 0px -11px;
}


#topmenu{
	height:40px;
	width:356px;
	list-style-type: none;
	padding: 0px;
	background-image: url(images/topmenu.gif);
	display: inline;
	float: right;
	font-size: 11px;
	margin: 28px 8px 0px 0px;
}

#topmenu ul{
	margin: 6px 0px 0px 6px;
	height:28px;
}
#topmenu li {
	display:block;
	float:left;
	position:relative;
	
}

/*main menu*/
#topmenu li a {
	height:32px;
	display:block;
	float:left;
	padding: 0 4px 0 4px;
	overflow:hidden;
	color:#FFFFFF;
	font-weight:normal;
	line-height:28px;
	text-decoration:none;
	margin: 0px;
	text-transform: uppercase;
}

#topmenu b {
	float:left;
	position:relative;
	width:5px;
	height:28px;
	display: inline;
	margin: 0;
	line-height: 28px;
}

#topmenu li.inactive b{
	background:transparent;

}
#topmenu li.active a, #topmenu li.tag a{
	background: url('images/tab_center.gif') repeat-x;
}
#topmenu li.active b.mcorner1, #topmenu li.tag b.mcorner1{
	background:url('images/tab_left.gif');

}
#topmenu li.active b.mcorner2, #topmenu li.tag b.mcorner2{
	background:url('images/tab_right.gif');

}

/*submenus*/
#topmenu li ul {
	width:180px;
	list-style-type: none;
	padding:0px;
	margin:0;
	border-top: 4px solid #20262e;
}
#topmenu li ul, #topmenu li.inactive ul{display:none;}
#topmenu li.active ul {
	display:block;
	position:absolute;
	top:32px;
	left:0px;
}

#topmenu li ul li {
	display:block;
	clear:both;
	border-bottom:1px solid #333;
}
#topmenu li.active ul li a {
	line-height:25px;
	background:#666;
	height:25px;
	width:160px;
}
#topmenu li.active ul li a:hover {
	background-color:#333;
}

#description{
	width:427px;
	display:inline;
	float:left;
	color:#000000;
	font-size:12px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 15px 0px 0px;
}

#description h1{
	font-size:20px;
	font-weight:normal;
	color:#000000;
	line-height: 30px;
}

#members-login{
	background-image: url(images/members-login-bg.jpg);
	height: 168px;
	width: 438px;
	display: inline;
	float: left;
	margin-top: 10px;
}

#members-login-padder{
	margin:11px 9px 0px 9px;
}

#members-login h1{
	background-image: url(images/members-login-h1.jpg);
	width: 421px;
	height: 32px;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	text-indent: 8px;
}

.login-table{
	color:#fff;
	font-weight:bold;
	width: 400px;
	margin: 5px auto;
}

.login-table td{
	height:30px;
}
.email-address{
font-size:10px;
font-weight:normal;
}


#searches{
	background-image: url(images/searches.gif);
	width: 886px;
	height: 196px;
	margin: auto;
	clear: both;
}

#searches-padder{
	margin:3px 0px 0px 13px;
}
#searches h1{
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	text-indent: 20px;
	line-height: 38px;
}

.search{
	background-image: url(images/search-bg.jpg);
	height: 147px;
	width: 431px;
	display: inline;
	float: left;
}

.search-padder{
	margin: 7px;
}

.search h2{
	background-image: url(images/search-h2.jpg);
	height: 33px;
	width: 417px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	text-indent: 50px;
}

.search-table{
	color:#3f3f3f;
	font-weight:bold;
	width: 400px;
	margin: 5px auto;
}

.search-table td{
	height:30px;
}

#page-padder{
	margin:10px auto;
	width:884px;
}
.panel{
	background-image: url(images/panel.gif);
	height: 270px;
	width: 215px;
	display: inline;
	float: left;
	margin:0px 3px 0px 3px;
}

.pic{
	height: 127px;
	width: 201px;
	margin: 7px auto;

}

.pic h3{
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;

}

.list {
	color: #49545a;
	font-size: 12px;
	line-height: 26px;
	list-style: none;
	padding-left: 13px;
	font-weight: bold;
}
.list li{
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	text-indent: 18px;
}

.list a{
color: #49545a;
}

#bottom{
width:924px;
margin:auto;
color:#fff;
font-size:11px;
}

#footer{
	width:924px;
	margin:auto;
	text-align: center;
	line-height: 24px;
}

#footer a{
	color:#fff;
	font-weight:normal;
	margin: 0px 10px 0px 10px;
}


h1{
	color:#fff;
	font-size:24px;
	line-height: 38px;
}


.building{
	display:inline;
	float:left;
	margin:0px 13px 0px 0px;
	padding:4px;
	border:1px solid #666;
	background-color:#FFFFFF
}

.coverage{
border:1px solid #999;
}

.coverage td{
border:1px solid #999;
line-height:18px;
}

.coverage2{
}

.coverage2 td{
line-height:18px;
}