html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000066;
	background: #fff;
	text-align: left;
}


/* ------- HEADING PROPERTIES -------*/

h1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: 1000;
	color: #000080;
	background: #fff;
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
	padding-right: 10px;
}

h3 {
	
	margin-top: 20px;
	margin-bottom: 5px;
	padding: 0;
}

h2 {
	font-weight: 200;
}

.logo {
	font-family: Gill Sans MT, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 1.3em;
}

.no_bullet {
	list-style-type: none;
}

/* ------- HEADING -------*/

#header {
	background: #EBD5EB	url(../images/banner.jpg) no-repeat;
	height: 130px;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 1px solid #ffcc33;

}


/* ------- MAIN NAVIGATION -------*/

#main-nav {
	background: #D29DED
			url(../images/nav_bg.jpg) no-repeat top left;
	float: left;
	width: 150px;
	height: 370px;
	margin: 0;
	padding: 0px;
	text-align: left;

}

#main-nav ul {
	list-style-type: none;
	line-height: 18px;
	padding: 0;
	margin: 24px 0px 0px 42px;
}

#main-nav li a {
	text-decoration: none;
}

#main-nav li a:link {
	color: #660066;
}

#main-nav li a:visited {
	color: #660066;
}

#main-nav li a:hover {
	color: #ffcc33;
}

#main-nav li a.here {
	color: #000080;
	font-weight: bold;
/* 	text-decoration: underline; */
}


/*------SIDEBAR-A--------------*/

#sidebar-a {
	background: #ffffff
				url(../images/shadow.png) repeat-y;
	float: left; 
	width: 19px;
	height: 500px;
	padding-top: 0px;
	border-width: 1px;
	border-left-style: solid;
	border-left-color: #FFCC33;
}

#sidebar-a.home {
	height: 465px;
}

#sidebar-a.services {
	height: 850px;
}

#sidebar-a.results {
	height: 435px;
}

#sidebar-a.newsletters {
	height: 450px;
}

#sidebar-a.contact {
	height: 450px;
}


/* -------CONTENT -------*/

#content {
	background: #fff url(../images/watermark.png) no-repeat top left;
	float: left;
	width: 590px;  /*395px for min display*/ /*was 450px with pics on the right*/
	margin-right: 10px;
	font-size: 0.95em;
	line-height: 19px;
	text-align: left;
}

#content .padding {
	padding-right: 25px;
	padding-top: 10px;
	padding-left: 5px;
}

li {
	padding-bottom: 8px;
}

/*-------------IMAGE-BAR-------------------*/

#image-bar {
	background: #ffffff
				url(../images/watermark.png);
	width: 170px;
	overflow: hidden;
	margin-top: 18px;
	text-align: center;
	
}


/*------------FOOTER----------------------*/

#footer {
	text-align: right;
	background-color: #ECD6EC;
	height: 40px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	color: #999999;
	clear: both;
	border-top: 1px solid #ffcc33;
	border-bottom: 1px solid #efefef;
	margin: 0;
	padding: 10px 10px;
	line-height: 10px;
}



/*--------GENERAL LINKS--------------*/

/*-----CLASS = ONE------------*/

a.one:link {
	color: #000066;
	text-decoration: none;
	font-weight: 800;
	padding-bottom: 5px;
}

a.one:visited {
	color: #000066;
	text-decoration: none;
	font-weight: 800;
	padding-bottom: 5px;
}

a.one:hover {
	color: #94107E;
	text-decoration: underline;
	font-weight: 800;
	padding-bottom: 5px;
}

/*-----CLASS = TWO------------*/

a.two:link {
	color: #0000cc;
	text-decoration: underline;
	font-weight: 600;
}

a.two:visited {
	color: #0000cc;
	text-decoration: underline;
	font-weight: 600;
}

a.two:hover {
	color: #94107E;
	text-decoration: none;
	font-weight: 600;
}

/*-----CLASS = THREE------------*/

a.three:link {
	color: #660066;
	text-decoration: none;
}

a.three:visited {
	color: #660066;
	text-decoration: none;
}

a.three:hover {
	color: #660066;
	text-decoration: underline;
}

#imagemap {
	text-align: center;
}

/*--------------TABLE PROPERTIES------------*/

table.services td {
	padding: 5px 0px 5px 5px;
	text-align: left;
	vertical-align: top;
	border: 1px dashed #ccc;
}

table.services td.core p {
	padding: 0 0 11px 0;
}

table.services th {
	padding: 5px;
	text-align: center;
	border: 1px dashed #ccc;
}

.THead {
	text-align: center;
	font-size: 1.5em;
}

.TsubH {
	text-align: center;
	font-size: 1.2em;
}




