/*-- ERIC MEYER RESET RELOAD --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background:white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-- SITE STYLES --*/

body {
	margin:0px;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#d3e2f0;
	background-image:url(../images/interface/body_background_2.gif);
	background-repeat:repeat-x;
	background-position: top center;
	}
	
div#wrapper {
	width:930px;
	margin:auto;
	padding:0px;
	}

h1 {
	margin:0px 0px 10px 0px;
	font-size:17px;
	line-height:22px;
	font-weight:normal;
	}

h2 {
	margin:0px 0px 10px 0px;
	font-size:22px;
	line-height:1;
	font-weight:normal;
	}

h3 {
	margin:0px 0px 10px 0px;
	font-size:20px;
	line-height:1;
	font-weight:normal;
	}
	
h4 {
	margin:0px 0px 10px 0px;
	font-size:18px;
	line-height:1;
	font-weight:normal;
	}

a:link, a:visited {
	color:blue;
	}

a:hover {
	color:red;
	}

b,strong {font-weight:bold;}
i,em {font-style:italic;}

/*-- UTILITY --*/

.blockon {display:block;}

.clearl	{clear:left;}

.clearr	{clear:right;}

.clearem {clear:both;}

.floatl	{float:left;}

.floatr	{float:right;}

.floatn	{float:none;}

.hideon {display:none; visibility:hidden;}

.inlineon {display:inline;}

/*-- HEADER --*/

div#header {
	width:930px;
	height:195px;
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/interface/header_backgroud.jpg);
	background-repeat:no-repeat;
	background-color:#d3e2f0;
	}

div#phone {
	position:absolute;
	right:84px;
	top:44px;
	margin-bottom:0px;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}
	
/*-- MAIN MENU HORIZONTAL NAV --*/

div#mainmenu {
	width:896px;
	position:absolute;
	right:34px;
	bottom:17px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	color:#000000;
	background-repeat:no-repeat;
	}

 div#mainmenu div.menu {
	margin:0px;
	background-image:url(../images/interface/top-menu-btm.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	} 
	
div#mainmenu div.menu ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
	}

div#mainmenu div.menu li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
	text-indent:0px;
	float:right;
	background-image:none;
	}
	
div#mainmenu div.menu li a:link, div#mainmenu div.menu li a:visited {
	margin:0px;
	padding:8px 13px 8px 13px;
	display:block;
	text-decoration:none;
	color:#55183b;
	font-size:14px;
	}
	
div#mainmenu div.menu li a:hover {
	color:#FFF;
	background-color:#2d3a9c;
	background-image:url(../images/interface/menu-hover.jpg);
	background-repeat:repeat-x;
	}


/*-- LISTS GENERAL --*/
ul{
	padding-left:6px;
	margin: 2px 0px 16px 30px;
	line-height:22px;
	}
	
ul li {
	list-style:disc;
	padding-left:0px;
	margin: 2px 0px 2px 0px;
	}
	
ul ul {
	margin: 2px 0px 2px 30px;
	padding-left:6px;
	}
	
ul li ul li {
	list-style:circle;
	margin: 2px 0px 2px 0px;
	padding-left:0px;
	}
	
ol{
	margin: 6px 0px 6px 36px;
	padding-left:12px;
	}	
	
ol li {
	list-style:decimal;
	padding-left:3px;
	}
	
.circlelist {
		list-style:circle;
		}
		
.squarelist {
	list-style:square;
	}
		
.nonelist {
	list-style:none;
	}

/*-- MAIN WRAPS CONTENT--*/

div#main{
	width:930px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

/*-- CONTENT--*/

div#content {
	float:left;
	width:834px;
	margin:0px 0px 0px 0px;
	padding:14px 48px 40px 48px;
	line-height:1;
	background-image:url(../images/interface/main_background.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	}

div#content p {
	padding-bottom: 20px;    /* padding instead of margin so floats work in IE */
	line-height:22px;
	}

div#content a:link, div#content a:visited {
	text-decoration:none;
	color:#55183b;
	}

div#content a:hover {
	text-decoration:none;
	color:#22808c;
	}

/* -- IE 6 Removes bullets from floated lists so have to put them on with image --*/

 div#content ul.left, div#content ul.right {
	float:left;
	padding-left:0px;
	margin:0px 0px 0px 12px;
	font-size:12px;
	line-height:1.65;
	font-weight:bold;
	width:184px;
	} 
	
div#content ul.left li, div#content ul.right li{
  width:170px;
  float:left;
  padding:0 0 0 14px;
  text-align:left;	
  list-style-type:none;
  background:url(../images/interface/black-bullet.gif) 0px 8px no-repeat;
}

div.columna {
	width:393px;
	float:left;
	padding-right:24px;
	}
	
div.columnb {
	width:393px;
	float:right;
	padding-left:24px;
	}
	
/*-- SECONDARY PAGE --*/

body#secodarypage div.columna {
	width:527px;
	float:left;
	padding-right:0px;
	}
	
body#secodarypage div.columnb {
	width:259px;
	float:right;
	padding-left:48px;
	}
	
div#locationmap {
	width:250px;
	height:200px;
	border:1px solid #182642;
	background-color:#EAE6D2;
	margin-bottom:12px;
	}
	
/*-- FOOTER --*/

div#footer{
	width:930px;
	margin:0px 0px 0px 0px;
	padding: 35px 0px 10px 0px;
	line-height:21px;
	font-size:11px;
	background-image:url(../images/interface/footer-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	}

div#footer a:link, div#footer a:visited { 
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	color:green;
	}

div#footer a:hover { 
	color:orange;
	}
	
	
	