@charset "utf-8";

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#999;
	font-size:.7em;
	background:#fff;
	margin:0;
	padding:0;
}
a{
	font-weight:normal;
	text-decoration:none;
	cursor:pointer;
	outline: none;
	color:#5cb1e4;
}
a{color:#5cb1e4;text-decoration:none;border-bottom:1px dotted #5cb1e4;}
a:hover{border-bottom:none;}
.bold{font-weight:bold;}
.blue{color:#5cb1e4;}

/* Contact nav Styles */

#nav{
	height:36px;
	border-bottom:1px solid #ddd;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	background:url(../images/popups/navBG.gif) repeat-x center left;
	z-index:999;
}
#nav ul{
	height:36px;
	list-style-type:none;
	margin:5px auto 5px auto;
/*	width:140px;*/
}
#nav ul li{
	display:inline;
	float:left;
	margin:0px 2px;
}
#nav a{
	font-size:11px;
	font-weight:bold;
	float:left;
	padding:2px 4px;
	color:#999;
	text-decoration:none;
	border:1px solid #ccc;
	background:url(../images/popups/liBG.gif);
	height:14px;
}
#nav a:hover{
	background:#d9d9da none;
	color:#fff;
}

/* p styles  */
#address{
	font-size:1em;
	padding:10px 10px 10px 45px;
	font-weight:bold;
	background:url(../images/nb-spindle.png) repeat-y;
}
#emailList{
	font-size:1em;
	padding:10px 10px 10px 45px;
	font-weight:bold;
	background:url(../images/nb-spindle.png) repeat-y;
}
#popDiv{
	font-size:1em;
	padding:10px 10px 10px 45px;
	font-weight:bold;
	background:url(../images/nb-spindle.png) repeat-y;
}
#popDiv h1{
	margin-top:50px;
	border-bottom:1px dotted #e8e8e8;
	font-family:Impact, Impact5, Charcoal6, sans-serif;	
	font-weight:normal;
	color:#23c3fd;
}
#popDiv h2.nom{
	margin:0;
	border:none;
}
h2{
	margin-top:50px;
	border-bottom:1px dotted #5cb1e4;
	font-family:Impact, Impact5, Charcoal6, sans-serif;	
	font-weight:normal;
	color:#23c3fd;

}
.smaller{
	font-size:.85em;
}
#phoneList{
	font-size:1em;
	padding:10px 10px 10px 45px;
	font-weight:bold;
	background:url(../images/nb-spindle.png) repeat-y;		
}
#phoneList h2{margin-top:40px;border-bottom:1px dotted #5cb1e4;}
/* Table Styles */
.trBoldDark{font-size:1.2em;font-weight:bold; color:#333; height:25px;}
.tdBoldDark{font-size:1.2em;font-weight:bold; color:#333;}
.trLightBlue:hover{color:#5cb1e4;}
