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

/* normalizaton code */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end normalization code */

body {
	background: #5b638d url(../images/bkg_body.png) repeat;
	margin: 0 auto 10px;
	width: 1020px;
	text-align: left;
	font-size: 9pt;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 6px 2px 6px;
	padding: 2pt;
}
.center {
	text-align: center;
}
.sm {
	font-size: .95em;
}
.smBold {
	font-size: .95em;
	font-weight: 600;
}
.justify {
	text-align: justify;
}

#header {
	background: url(../images/bkg_headR_FP.png) no-repeat bottom center;
	margin: 0 auto;
	padding: 10px 0 0 0;
	width: 1020px;
	height: 334px;
}

#nav {
	width: 100%;
	display: inline;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 39px;
}

#content {
	background: url(../images/bkg_content_FP.png) repeat-y center;
	width: 1020px;
	height: 100%;
	margin: 0 auto;
}

#innerContent {
	height: 100%;
	width: 960px;
	margin: 0 auto;
}

.tagline {
	background: url(../images/tagline.png) no-repeat top center;
	height: 34px;
	text-align: center;
	margin: 0 auto;
}

#leftDiv {
	width: 214px;
	float: left;
	padding: 0 8px;
}

.textBox_FP {
	padding: 0;
	margin: 0;
	font-size: .95em;
}

.textBox_FP p {
	padding: 0;
	margin: 0;
}

#cntrDiv {
	background: url(../images/bkg_slideS.png) repeat-y top center;
	width: 486px;
	height: 316px;
	float: left;
	/* border: 2px solid #000000; */
}

#rightDiv {
	width: 223px;
	float: left;
	padding: 0 8px;
	text-align: center;
	margin: 0 auto;
}

#rightDiv p {
	font-family: Calibri, sans-serif;
	font-size: 1.4em;
	color: #5c648f;
	margin: 0 auto;
}

#quickLinks {
	margin: 5px auto;
	text-align: center;
}

#footer {
	background: url(../images/bkg_body.png) repeat;
	width: 1020px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

/* -------------links */	
a, a:link, a:visited { 
	font-weight: bold; 
	color: #b23246;
	text-decoration: none;
}	
a:hover {
	color: Black;
	text-decoration: none;
}
a:focus, a:active {
	color: #b23246;
	text-decoration: none;
}
a img, a:link img, a:visited img {
	border: 0;
}
/* --------------- Headings */	
h1 {
	margin: 0;
}
h2 {
	font-size: 1.6em;
	font-weight: lighter;
	text-align: center;
	margin: 2px 0px 2px 0px;
}
h2#pageTitle {
	font-size: 1.6em;
	margin-left: 4px;
	margin-bottom: 0;
	float: left;
 	width: 300px;
}
h3 {
	font-size: 1.2em;	
	margin: 0 0px 2px 10px;
}
h4 {
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-left: 12px;
	text-align: center;
}
h5 {
	font-size: 1em;
	margin-left: 12px;
}
/* ---------------colors */
.red {
	color: #b23246;
}
.dkBlue {
	color: #4a5ab0;
}
.ltBlue {
	color: #8792d3;
}
.paleBlue {
	color: #bbc2ea;
}
.ugh {
	color: #fdd1d9;
}
.aqua {
	color: #66ccba;
}
.green {
	color: #99cc66;
}
.dkGreen {
	color: #559d0e;
}
.yellow {
	color: #ffeb66;
}
.dkGray {
	color: #848588;
}
.white {
	color: White;
}

/* start of php section items */

.phpDiv {
	margin: 6px auto 0;
	padding-top: 18px;
	background: url('../images/bkg_blog_TOP.png') no-repeat top center;
	text-align: center;
}

.phpbox {
	background: url(../images/bkg_blog.png) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	height: 152px;
	margin: 32px auto 0;
	text-align: center;
}

.phpbox ul {
	text-align: center;
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.phpbox li {
	display: block;
	padding: 5px 0;
	margin:0px;
}

.phpbox a:link, .phpbox a:visited {
	color: #000000;
	text-decoration: none;
}

.phpbox a:hover {
	color:#ffffff;
	text-decoration: none;
}

.phpbox a:focus, .phpbox a:active {
	color: #000000;
	text-decoration: none;
}
/* end of php section items */

#ace1table {
	margin: -28px auto 0;
	padding: 0;
}

#menuCase {
	background: url(../images/bkg_Menu.png) repeat-x;
	height: 39px;
	width: 80%;
	margin: 0 auto;
}