html { font-size:100.01%;}

body {font-size:.9em;
	font-family : Arial, Helvetica, Verdana, sans-serif;
	color : #020304;
	line-height: 1.4em;
	font-weight: normal;
	background-color:#007889;
	line-height:1.4; 
	margin-top: 0px;
}
div#page {
	margin: auto;
	width: 880px;
	background-color: #ffffff;
	position: relative;
	padding: 10px;
}
div#pinkBorder {
	border: 2px solid #F9E5DC;
}	

#contentRight {
	margin: 0 10px 25px 50px;
	width: 530px;
}
/* --- 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: 2.4em;
	font-family :  Georgia, "Times New Roman", Times, serif;
	color : #033773;
	font-weight: normal;
	letter-spacing: .01em;
	
	}
h2 {font-size: 1.6em;
	color : #2B4E00;
	margin-bottom: 5px;
	font-weight: normal
}
h3{font-size: 1.3em;
    color: #2B4E00;
	margin-top: 40px;
}

h4 {font-size: 1em;
	color : #AA034B;
	margin-bottom: 5px;
}
.hBullet { background:  url(../assets/list-bullet2.gif) left top no-repeat;
    padding: 0px 0px 7px 30px;
	line-height: 100%;
		margin-top: 35px;
	
}
h5 {font-size: 1em;
	font-weight: bold;
	color : #4980C3;
	margin-top: 20px;
	letter-spacing: .1em;
}
A, A:Active, A:Visited   {
	color : #2B4E00;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
A:Hover  {
	color : #782962;
	text-decoration: underline;
}


A.servicesMore, A.servicesMore:Active, A.servicesMore:Visited {
	color: #033773;
	font-weight: bold;
}
a.servicesMore:hover {
	text-decoration: none;
	color: #782962;	
	text-decoration: underline;
}

/*------------ Arrow unordered list uses background image instead of bullet ---*/
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none; 
	list-style: none;
}
li {	padding-bottom: 15px;}

			/*------------ green bullet unordered lists --*/	
#contentRight ul,ul.list{margin: 10px 15px 0 30px; padding: 10px 15px 0 30px;
 }
#contentRight li,li.list { list-style-image: url(../assets/list-bullet-green.gif)
 }
 ul.listLessSpace {margin: 0px 15px 0px 30px; padding: 5px 15px 5px 30px;
 } 
 /*------------ dashed second level bullet unordered lists --*/	
#contentRight ul.second {margin: 10px 15px 10px 30px; padding: 10px 15px 10px 30px;
 }
#contentRight  ul.second li {
		list-style-image: none;
	list-style-type: none;
	list-style: circle;
 }
  /*------------ purple dots with white arrow --*/	
#contentRight ul.whatIhaveDone {}
#contentRight  ul.whatIhaveDone li{
	background:  url(../assets/list-bullet2.gif) left top no-repeat;
	padding: 0 30px 30px 30px; 
	list-style-image: none;
	list-style-type: none;
	}
 			/*------------ no bullet for home page --*/	
#contentRight  ul.homeList{
		margin: 0;
	    padding: 0;
			list-style-image: none;
			list-style-type: none;
			font-size: 115%;
			margin: 25px 0 40px 0px;
			}
#contentRight  ul.homeList li{margin-bottom: 10px; 
 			list-style-image: none;
			list-style-type: none;
			padding: 0 0px 5px 30px; 
			

				}			
	
			/*------------ TOP Navigation ---*/
div#topNav{	
	margin-bottom: 5px;
	text-align: right;
	margin-right: 15px;
}
A.topNav, A.topNav:Active, A.topNav:Visited, A.topNavSpacer, A.topNavSpacer:Active, A.topNavSpacer:Visited   {
	color: #AA034B;
	font-size:  .9em;
	font-weight: bold;
	text-decoration: none;
}
a.topNav:hover, a.topNavSpacer:hover {
	color: #782962;
}
a.topNavSpacer {margin: 0 25px 0 25px;}
/*------------ TOP Navigation ---*/
#menu{
	position:absolute;
	width: 840px;
	top: 98px;
}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;
		background:#782962;
		padding:5px;
		margin:0px;
		color: #FFFFFF}

#menu ul:hover .item a{color:#fff;text-decoration:none;}
#menu ul:hover .item a:hover{color:#EC959B;}

#menu ul{width:205px;
			float:right;
			margin:5px;
			padding:2px;
			list-style:none;}
.clear{clear:both; height: 27px;}



		/*------------ Left Navigation ---*/
#leftNav {	
		margin-top: 60px;
		margin-left: 10px;}

#leftNav ul {}
#leftNav li {
	margin: 0;
	padding: 0;
	height: 30px;
	margin-top: 8px;
	padding-top: 2px;
	background: none;
}
#leftNav li:hover {
	list-style: none;
	list-style-image: none;

}
/*------------left Contact Me---*/
#contactMe {
	font-weight: bold;
	color : #033773;
	overflow: hidden;
	margin-top: 60px;
}
HR.contactMeHR {color: #F9E5DC; background-color: #F9E5DC; height: 2px; border: none;}
#contactMe A,#contactMe A:Active,#contactMe A:Visited {
	color: #033773;
	text-decoration: underline;
}
#contactMe a:hover {
	text-decoration: none;
	color: #782962;
}
	/*------------left sidebar---*/
div.leftSideBar {
	margin-right: 40px;
	padding-top: 15px;
	background-image: url(../assets/blue-border.gif);
	background-repeat: no-repeat;
	font-size: 85%;
	color: black;
}
div.leftSideBar A, div.leftSideBar A:Active, div.leftSideBar A:Visited {
	text-decoration: underline;
	font-weight: normal;
}
div.leftSideBar a:hover {
	text-decoration: none;
	color: #782962;
	font-weight: bold;
}

	/*------------copyright---*/

.copyrightAlignCol2 {
	margin-left: 198px;
	text-align: center;
	padding: 15px; 
		margin-right: 75px;
}
/* ---- Bottom Contact information---*/
div.bottom{
		color: white;
	padding: 15px 0 15px 0;
	}
	A.bottom,  A.bottom:Visited, A.bottom:Hover, A.bottom:Active{
	color: white;
	font-weight: normal;
	text-decoration: underline;
	}
A.bottom:Hover{	
	color : #033773;
	} 
A.bottomNav,  A.bottomNav:Visited, A.bottomNav:Hover, A.bottomNav:Active{
	color: #EC959B;
		font-size: 1em;
	font-weight: bold;
	text-decoration: none;
		font-family : Arial, Helvetica, Verdana, sans-serif;
	}
A.bottomNav:Hover{	
	color: white;
	text-decoration: underline;
	font-family : Arial, Helvetica, Verdana, sans-serif;

	} 
div.copyright {
		font-size: 12px; 
		font-family : Arial, Helvetica, sans-serif; 
		color : white; 
		TEXT-DECORATION: none; 	
}
A.copyright, A.copyright:Active, A.copyright:Visited   {
	font-size:11px;
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
}
A.copyright:Hover  {
	text-decoration: underline;
}

 

