@charset "utf-8";
/* CSS Document */

/* Standard HTML ELements */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #abbccf;
	margin-top: 15px;
}

h1 {
	font-size: 18pt;
	/*color: #660033;*/
	color: #781b1d;
}

h1.first {
	
}
h1.first:first-letter {
	font-weight: 900;
}

h2 {
	font-size: 16px;
}

p {
	text-align: justify;
}
p.indent {
	text-indent: 50px;
	font-family: Verdana, Geneva, sans-serif;
}

a, a:visited {
	color: #0c0cb6;
}

a.img { border: 0; }

/* Layout Elements (containers) */
#container {
	background-color: #fff;
	border: 1px solid #000;
	width: 800px;
	min-height: 600px;
}

#header {
	height: 85px;
	width: 800px;
}

#content {
	padding: 0 15px 0 18px;
	width: 555px;
	float: left;
	font-size: 11pt;
	min-height: 470px;
}
#content td { font-size: 11pt; } /* IE likes to be silly */

#footer {
	font-size: 10pt;
	text-align: center;
	margin-top: 15px;
}

/* Layout Elements (decor) */
#dropshadow {
	width: 820px;
	padding: 0 10px;
	background-image: url(/images/pageDropshadow.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#logo {
	text-align: justify;
	font-size: 19pt;
/*	display: block; */
	padding: 20px 0 20px 20px;
	margin: 0;
}
#logo a {
	text-decoration: none;	
	color: #000;
}
#logo span {
	font-size: 7pt;
	font-family: Verdana, Geneva, sans-serif;
}
#topImage {
	background-image: url(/images/topRightImage.png);
	position: absolute;
	width: 154px;
	height: 114px;
	margin-left: 646px;
}

/* TopNav */
#nav {
	list-style-type: none;
	background-image: url(/images/navBg.png);
	height: 27px;
	margin: 0;
	padding: 0 0 0 10px;
	border-top: 1px solid #03032a;
	border-bottom: 1px solid #03032a;
}
#nav li {
	float: left;
	background-image: url(/images/navLiBg.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 3px 16px 0 10px;
}
#nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#nav li a:hover {
	text-decoration: underline;
}

/* RightNav */
#rightNav {
	float: right;
	width: 200px;
	margin: 35px 0 0 0;
}
#rightNav span {
	font-weight: bold;
	font-size: 14pt;
	/*color: #0c0cb6;*/
}
#rightNav ul {
	margin: 0 8px 0 8px;
	padding: 0;
	list-style-type: none;
}
#rightNav ul li a {
	font-size: 10pt;
}

/* Content Area */

	/* Tables */
table td {
	padding-top: 12px;
}

table td.label {
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	vertical-align: top;
	padding-right: 12px;
}

	/* Lists */
		/* services sub-pages */
		
		/* top level bullets */
ol.services {
	list-style-type: upper-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	font-family: Verdana, Geneva, sans-serif;
}
ol.services * { /* margins/padding set on individual li's, using text-indent to accomodate desired look */
	margin: 0px;
	padding: 0px;
}
ol.services li {
	text-align: center;
	text-indent: 50px;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0;
}

ol.services li p {
	font-weight: normal;
	margin: 12px 0;
}
		/* second level bullets */
ol.services li ol {
	list-style-type: upper-alpha;
}
ol.services li ol li {
	text-align: left;
	text-align: justify;
	font-weight: normal;
}

	/* third level bullets */
ol.services li ol li ol {
	list-style-type: decimal;
}
ol.services li ol li ol li {
/*	margin-left: 15px;*/
	text-indent: 75px;
}

	/* bullet tables  */
ol.services table {
	margin-top: 10px;
}
ol.services table th {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	text-decoration: underline;
}
ol.services table td {
	text-decoration: none;
	text-indent: 0px;
	font-weight: normal;
	padding: 5px 0;
}

/* Misc. Classes */
.noindent { text-indent: 0px; }
.footnote {
	font-size: 8pt;
}
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.underline {
	text-decoration: underline;
}
.large {
	font-size: 16pt;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}