@charset "utf-8";
/* CSS Document */

* {
	border:0;
	padding:0;
	margin:0;
	}

body {
	background-color:#269EFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
	}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	margin-bottom:8px;
	}

ul {
	list-style-position:inside;
	list-style-type:square;
	}

li {
	margin-bottom:4px;
	}

#topBar {
	height:30px;
	background-color:#192242;
	}

div.centeredContainer {
	width:980px;
	margin:0 auto;
	}

#header {
	background-image:url(../images/headerbg.jpg);
	height:347px;
	width:934px;
	padding-left:26px;
	padding-top:17px;
overflow:hidden;
	}
	
#imageContainer {
	overflow:hidden;
	height:319px;
	width:923px;
	}

#imageContainer img {
	position:relative;
	left:-3px;
	}

#bodyContent {
	background-image:url(../images/bodybg.jpg);
	background-repeat:repeat-y;
	min-height:360px;
	padding:170px;
	width:620px;
	padding-top:0px;
	padding-bottom:0px;
	}

#bodyContent p {
        line-height:19px;
}

* html div#body { 
   height: expression( this.scrollHeight > 359 ? "360px" : "auto" ); /* sets max-height for IE */
}

#bodyBottom {
	background-image:url(../images/bodybgbottom.jpg);
	background-repeat:repeat-y;
	height:31px;
	width:960px;
	margin-bottom:60px;
	}
	
#bottomBar {
	height:200px;
	background-color:#192242;
	margin-top:100px;
	}
	
/* Map Styling */

#officeInfo {
	width:670px;
	height:320px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	border:solid 1px #ffffff;
	padding:10px;
}
	

#map {
	width:410px;
	height:320px;
	float:left;
	overflow:hidden;
}

#photo {
	width:250px;
	margin-left:10px;
	height:140px;
	float:left;
	overflow:hidden;
	}

#photo img {
       position:relative;
       top:-40px;
} 

#directions {
	width:250px;
	height:170px;
	margin-left:10px;
	margin-top:10px;
	float:left;
	background-color:#EAE6FF;
overflow:hidden;
	}

#directions p {
	padding:0;
	}

/* Modules Styling */

div.moduletable-modules {
	width:225px;
	margin-left:20px;
	float:left;
	background-color:#E1DBFF;
	border-style:solid;
	border-width:4px;
	border-color:#93B4AD;
	border-bottom:0;
	border-right:0;
	border-left:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom:10px;
	}

div.moduletable-modules h3 {
	display:block;
	background-color:#192243;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	padding:6px;
	padding-left:10px;
	position:relative;
	left:-15px;
	margin-top:7px;
	margin-bottom:10px;
	}

div.moduletable-modules p {
	display:block;
	padding-left:5px;
	padding-right:5px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#EAE6FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
