/* -- Main layout styles -- */
body {
	margin: 1em 1em 1em 1em;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 1.0em;
	background-color: #000033;
}
#siteBox {
	float: left;
	width: 100%;
	color: #000;
}

/* -- Header layout/display styles -- */
#header {
	float: left;
	width: 100%;
	height: 4em;
	background: #000033 url(../images/tower_header.jpg) no-repeat bottom left;
}
#header a {
	float: right;
	width: 8em;
	padding: 5px 12px 5px 10px;
	font-size: 0.6em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #464C96;
	border-bottom: 2px solid #003;
	border-right: 1px solid #003;
	border-left: 1px solid #003;
}
#header a:hover, #header a.active {
	padding-top: 10px;
	background-color: #003;
}
#header a.lastMenuItem {
	background-image: url(../images/corner_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-right: 0px;
}
a .desc {
	display: none;
	text-transform: lowercase;
	color: #9DA0D0;
}
a:hover .desc, .active .desc {
	display: block;
}

/* -- Header title and subTitle layout/display styles -- */
.title {
	position: absolute;
	left: 140px;
	padding: 1em 40px 0 2em;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
	line-height: 0.75em;
	letter-spacing: -0.02em;
	color: #ffffff;
}
.subTitle {
	display: block;
	font: arial;
	font-size: 0.7em;
	text-transform: lowercase;
	line-height: 1.2em;
	letter-spacing: 0.01em;
}

/* -- Content layout/display styles -- */
#content {
	float: left;
	width: 100%;
	padding: 1em 0 2em 0;
	background: #CCC url(../images/batonrouge_bg.jpg) no-repeat;
}
#contentLeft {
	float: left;
	width: 23%;
	margin-bottom: 1em;
	background: #eaf5ef url(../../images/corner_sub_tr.gif) no-repeat top right;
}
#contentRight {
	float: right;
	width: 75%;
	background: #fff url(../../images/foreground2.jpg) no-repeat;
}
#content p {
	margin: 1.2em 1.2em 1.2em 1.2em;
	font-size: 0.8em;
	line-height: 1.8em;
}
#content a {
	text-decoration: none;
	color: #000099;
	border-bottom: 1px solid #ccffcc;
	text-indent: 1px;
}
#content a:hover {
	color: #DDD;
	background-color: #8180de;
	border-bottom: 1px solid #EEEEEE;
}
.header, .subHeader {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: lowercase;
	color: #000099;
	border-bottom: 1px solid #006;
}
.subHeader {
	border: 0px;
}
.header2 {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: lowercase;
	color: #000099;
	border-bottom: 1px solid #006;
}
.news {
	display: block;
	clear: both;
	font-size: .9em;
	margin: 1em .5em 1em .5em;
	padding: .5em 0 .5em 0;
	color: #000099;
	border-bottom: 1px solid #ccffcc;
}

/* -- Content left site links (large plus icon) -- */
#content a.menuItem {
	display: block;
	padding: 1px 0 0px 24px;
	background: url(../images/sine_20.gif) no-repeat center left;
	border: 0px;
}
#content a:hover.menuItem {
	color: #fff;
	background: #464C96 url(../images/squ_20.gif) no-repeat center left;
	border: 0px;
}

/* -- Contact layout/display styles -- */
.contact {
	font-size: 0.8em;
	line-height: 1.3em;
}

/* -- Footer layout/display styles -- */
#footer {
	float: left;
	width: 100%;
	height: 3em;
	font-size: 0.6em;
	text-transform: lowercase;
	line-height: 2.6em;
	color: #000033;
	background: #ccccff;
}
#footerLeft {
	float: left;
	width: 60%;
	height: 3em;
	text-align: left;
	background: url(../../images/corner_bl.gif) no-repeat bottom left;
}
#footerRight {
	float: right;
	width: 35%;
	height: 3em;
	text-align: right;
	background: url(../../images/corner_br.gif) no-repeat bottom right;
}
#footer a {
	color: #000033;
}
#footer a:hover {
	color: #000000;
}
/* -- Display formatting styles -- */

.grey {
	font-size: 0.9em;
	color: #ccffcc;
}
.white {
	color: #FFF;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #ccffcc;
}
/* -- <ul> tag styles -- */

ul {
	font-size: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-image: url(../images/sine_20.gif);
}
li {
	margin-left: 50px;
}
li li {
	list-style:circle;
	margin-left: 0px;
}
/* -- Image alignment classes -- */

.imgLeft, .imgRight {
	margin: 5px;
}
.imgLeft {
	float: left;
	margin-left: 0px;
}
.imgRight {
	float: right;
	margin-right: 0px;
}
/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
	text-align: right;
}
.vBottom {
	vertical-align: bottom;
}
td {
	font-size: 10px;
}

