html { font-size:100.01%;}
body {font-size:.9em;
	font-family : "trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color : #020304;
	font-weight: normal;
	background-color:#ABCAC5;
	line-height: 1.4; 
	margin-top: 0px;
}
div#page {
	margin: auto;
	width: 725px;
	position: relative;
	margin-top: 20px;	
	border-left: 7px solid #A298CB;
	}
div#masthead {
	margin-left: -24px; 
}
#masthead img {margin-left: 10px;
}
div#lowerPage {
	margin-top: -10px;
	border-bottom: 1px solid #5A5571;
	background-color: white;
}
div#mainContent {
	width: 420px;
	float: left;
	padding: 10px 10px 10px 0;
}
/*retains shape of white page */
div#boxStretcher {
	height: 20px;
	clear: both;
	}
div#rightCol {
	width: 130px;
	float: right;	
	padding-top: 65px;
	margin-right: 8px;
	}
div#leftCol{float: left;
	width: 156px;
	margin-top: 10px;
}
/* --- headers
h1 - title big blue text
h2 - subtitle under big blue text
h3
h4 - highlights an upcoming unordered list (red)
h5 - for services page - "services title" above big blue text  ---*/
h1,h2,h3,h4,h5 {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 1.6em;
	color : #876D5D;
	font-weight: bold;
	letter-spacing: .01em;
	white-space: nowrap;
	padding-top: 10px;
	}
h2 {font-size: 1.6em;
	margin-bottom: 5px;
	font-weight: normal
}

h4 {font-size: 1em;
	color : #AA034B;
	margin-bottom: 5px;
}
h5 {font-size: 1em;
	font-weight: bold;
	color : #4980C3;
	margin-top: 20px;
	letter-spacing: .1em;
}

			/*------------ LISTS ---*/
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	list-style: none;
}

		/*------------ Left Navigation ---*/
div#leftNav{
		margin-left: -16px;
		width: 140px;
		padding-top: 55px;
}
#leftNav ul{
}
#leftNav li{
	margin: 0;
	padding: 0;
	height: 40px;
	margin-top: 20px;
	padding-left: 33px;
	background: none;
	background: url(../assets/left-nav-bullet-o.jpg) left top no-repeat;
}
#leftNav li:hover {
	list-style: none;
	background: url(../assets/left-nav-bullet.jpg) left top no-repeat;
}
#leftNav a,  a:visited, a:hover, a:active{
	color:  #322C40;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	
	}
#leftNav  a:hover{	
	color: #876D5D;
	text-decoration: none;
	} 

	/*------------left sidebar---*/
div.leftSideBar, div.rightSideBar {
	border: 2px solid #876D5D;
	padding: 9px;
	color : #033773;	
	font-size: .9em;
	line-height: 1.1em;
	font-weight: bold;
	
}
div.leftSideBar {margin-right: 10px; margin-left: 6px;}

A.rightSideBar,A:Active.rightSideBar, A.rightSideBar:Visited,A.leftSideBar, A:Active.leftSideBar,A.leftSideBar:Visited {
	color: #033773;
	font-weight: bold;
	text-decoration: underline;
	
}
A.rightSideBar:hover, A.leftSideBar:hover {
	text-decoration: none;
	color: #782962;
}
/*  not used yet
			------------ green bullet unordered lists --
ul.list {margin: 10px 15px 10px 30px; padding: 10px 15px 10px 30px;
 }
ul.listLessSpace {margin: 0px 15px 0px 30px; padding: 5px 15px 5px 30px;
 } 
li.list { list-style-image: url(../assets/list-bullet-green.gif)
 }
*/	
	
/* ---- Bottom Contact information---*/
div.bottom{
	color: white;
	padding: 15px 0 15px 0;
	}
	A.bottom,  A.bottom:Visited, A.bottom:Hover, A.bottom:Active{
	font-weight: normal;
	text-decoration: underline;
	}
A.bottom:Hover{	
	color : #033773;
	} 
a.bottomNav,  a.bottomNav:visited, a.bottomNav:hover, a.bottomNav:active{
	color: #5A5571;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
		font-family : Arial, Helvetica, Verdana, sans-serif;
	}
a.bottomNav:hover{	
	color: #876D5D;
	text-decoration: underline;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	} 
#copyright {
		font-size: .9em;
		font-family : Arial, Helvetica, sans-serif; 
		color : #876D5D; 
		TEXT-DECORATION: none; 	
}
#copyright A, A:Active, A:Visited   {
	font-size:1.1em;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #876D5D;
}
#copyright A:Hover  {
	text-decoration: underline;
	color: #C5303B;
}
a, a:active, a:visited, a:hover {
	color : #C5303B;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
}
a:hover {
	color : #782962;
	text-decoration: underline;
}
 
