/* CSS Document */

html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #0E0479;
	text-align: center;
	line-height: 1.8em;
	margin:0;
	padding:0;
	background-color: #162A65;
	background-image: url(images/bg_wave.jpg);
	background-repeat: repeat-x;
}

.index-firstLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #6255BD;
	padding-left: 140px;
}

.index-secondLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6255BD;
	padding-top: 35px;
}

.image-index {
	border: 4px double #9999CC;
	background-position: center;
}
.image-body {
	border: 4px double #9999CC;
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-position: top;
	float: right;
}

.image-body-spaceright {
	border: 4px double #9999CC;
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-right: 120px;
}
.middle-text-column {
	margin: 0px;
	font-weight: bold;
	padding-left: 20px;
	color: #FFFFFF;
	padding-right: 15px;
}

.index-middle-text {
	color: #FFFFFF;
}

.text-underline {
	text-decoration: underline;
	font-weight: bolder;
	letter-spacing: 1.5px;
}
/*
ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 10px;
}
ol {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: disc;
	font-size: 12px;
	padding-right: 55px;
}

li {
	line-height: 20px;
}
*/

/* decoration, wrapper, header */

#decoration {
	width: 870px;
	margin: 0 auto;
	background-image: url(images/bgDecoration.gif);
	background-repeat: repeat-y;
	background-position: top;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-top-style: none;
	border-bottom-style: none;
	float: none;
	position: relative;
}

#header {
    width: 840px;
    height: 222px;
}

#navcontainer {
	padding-left: 0;
	margin-left: 0;
	color: #000066;
	float: left;
	width: 840px;
	height: 32px;
	font-family: arial, helvetica, sans-serif;
	text-transform: none;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FA7F81;
	border-bottom-color: #8A83BC;
	font-size: 14px;
	background-image: url(images/nav-bg.gif);
}

#container {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(images/main_pg_bkgd.gif);
	background-repeat: repeat;
}

#container h1
{
	margin:0;
	color:#0E048F;
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#container h2
{
	margin:0;
	color:#F8363C;
	font-size:1.5em;
	text-align: center;
	line-height: normal;
}

#left {
	width: 170px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #E8EDF0;
}
#left p {
	margin: 0px;
	padding-bottom: 5px;
	line-height: 18px;
}
#right {
	width: 640px;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}
#right p {
	margin: 8px;
	line-height: 18px;
}

#middle {
	width: 750px;
	height: auto;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#middle p {
	margin: 0px;
	padding-bottom: 10px;
}

.clearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
	background-image: url(images/main_pg_bkgd.gif);
}

.titleresources {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

a.whitenavlink:link, a.whitenavlink:visited, a.whitenavlink:active {COLOR: #FFFFFF; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; TEXT-DECORATION: underline;}

a.whitenavlink:hover {COLOR: #FFFFFF; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; TEXT-DECORATION: none;}

a.tealnavlink:link, a.tealnavlink:visited, a.tealnavlink:active {COLOR: #00BAB4; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; TEXT-DECORATION: underline;}

a.tealnavlink:hover {COLOR: #00BAB4; font-family: verdana, arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; TEXT-DECORATION: none;}
 

#nav a
{
	display:inline;
	color:#000066;
	text-decoration:none;
	float: left;
	border-right: 1px solid #fff;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}

#nav a:hover 
{
	color:#000066;
	background-color: #f0f0f0;
	background-image: url(images/nav-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav a.active
{
	color:#000066;
	background-image: url(images/nav-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#nav a.active:hover
{color:#000066;}


/* Footer, Design Credits */

#footer {
	color: #6255BD;
	padding: 0px;
	margin: 0px;
	border-top: solid 1px #dadada;
	text-align: center;
	clear: both;
}

#designCredits {
	padding-top: 10px;
	text-align: center;
	padding-right: 50px;
	font-size: 11px;
	color: #34639B;
}

#designCredits a {
	color: #34639B;
	text-decoration: underline;
} 

#designCredits a:hover {
  text-decoration: none;
} 

/* Page ids */

#indexpage #indexlink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#aboutpage #aboutlink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
} 
#servicespage #serviceslink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#screeningspage #screeningslink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#staffpage #stafflink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#resourcespage #resourceslink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
#contactpage #contactlink a {
	border: solid 1px #CCC;
	background: url(../images/bgHover.jpg) repeat-x bottom;
}
