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

body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #333;
	background-color:#000000;
}

/* LAYOUT STUFF */

#wrapper {
	width:795px;
	margin:0 auto 0 auto;
	text-align:left;
}

#masthead {
	width:795px;
	height:134px;
	margin:0px;
	color:#030;
	background: #000000 url(../images/masthead.jpg) no-repeat;
}

#content {
	width:795px;
	background: #000000 url(../images/contentbkgd.jpg) no-repeat 0 30px;
}

p.topCalltoaction, p.topCalltoaction a {
	margin: 0;
	text-align:center;
}

#sidebar{
	float: left;
	width: 140px;
	margin:0px;
	padding:10px 10px 0px 15px;
}

/* Side columns and specific elements */

#mainContent {
	float:left;
	width: 560px;
	margin:0px 10px 0 0;
	padding-bottom: 14px;
	font-size: 11px;
}

#mainContent a {
	font-size: 14px;
	text-decoration:none;
	color:#98aacd;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#pagetitle {
	float:left;
	width: 580px;
	margin:10px 10px 0 0;
	padding: 0px;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0 0px 13px;
	font-size:14px/165% Georgia, arial, helvetica, sans-serif;
	letter-spacing:0.1em;
	color:#671a1a;
}

h1.title {
	padding: 6px 0 0px 13px;
	font-size:24px/100%;
	color:#98aacd;
}

#mainContent h1 {
	margin: 0px 0px 0px 10px;
	padding:0px 0px 8px 12px;
	font-size:14px;
	color:#4d4033;
}

#mainContent h1.largeLeftMargin {
	margin: 2px 0 3px 120px;
}

h2 {
	font-size:100%;
	font-weight:bold;
	background:transparent;
	text-decoration: none;
	color:#7fa1e6;
	padding:0;
	margin:0;
}
p {
	font-size: 120%
}
p.contactInfo {
	font-size:12px;
	margin: 0px 0px 0px 12px;
	line-height:120%;
	padding: 0;
	color:#98aacd;
}

p.bodyContent {
	line-height:150%;
	padding: 0 0 0 10px;
	margin: 2px 0 6px 20px;
	color:#dbaa70;
	border-left:#FFFFFF thin solid;
}

/* text typically in the paragraph content */
.emphasized {
	text-decoration:underline;
	font-weight:bold;
}

.bolded {
	font-weight:bold;
}

/* Footer */

#footer {
	text-align:center;
	height:100px; /* height of the footer image */
	margin:0px 0px 0px 0px;
	padding:0px 0 0px 40px;
	color:#333;
	font-size:10px;
	letter-spacing:0.09em;
}

#footer ul {
	float:left;
	list-style-type:none;
	display:block;
	padding:0;
	width:680px;
	margin:0 0 9px 0;
}
	
#footer ul li {
	display:inline;
	margin-right: 7px;
	padding: 0;
	background: transparent;
	color:#CCCCCC;
}

img {
	border: 0;
}

.floatright { /* this class can be used to float an element right in your page */
	float: right;
	margin: 10px 0px 4px 10px;
	padding:2px 2px 2px 2px;
	border: 4px solid #996600;
}

/* thin graphic before footer */
.contentDivider {
	margin:0px 0px 0px 24px;
	width:730px;
	height:35px;
	background: url(../images/contentDivider.jpg) no-repeat;
}

#leftcolumn {
	float: left;
	width: 200px;
	margin: 20px 0 30px 0;
	padding:0px;
	height:auto;
}

#leftcolumn p{
    font-size: 13px;
    color: #DBAA70;
}

/* Navigation Menu */
#sidenav ol { /* color is controlled by the standard 'a' link */
	margin: 0px 0px;
	padding: 0px 0px 0px 30px;
	list-style: none;
}
#sidenav li {
	background: url(../images/breadcrumb_bullet.jpg) no-repeat 0 20%;
	color:#FF6666;
	list-style: none; /* removes the bullet to the left */
	padding: 0px 0px 10px 16px;
	display: block;
}
#sidenav a {
	font-size: 13px;
	line-height:17px;
	text-indent:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#98aacd;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
#sidenav a:hover{
	text-decoration: none;
	color: #d2e5fe;
}

/* unable to join the styles for the currently selected tab as either the color fails
to show up or the background image is misplaced */
#sidenav #current { /*currently selected tab*/
	background: url(../images/breadcrumb_current.jpg) no-repeat 0 20%;
}

#sidenav #current a { /*currently selected tab*/
	color:#dbaa70;
}

a:link { background-color: transparent; font-weight:bold;text-decoration: underline;color:#CCCCCC;font-style:normal; }
a:visited { background-color: transparent; font-weight:bold;text-decoration: underline;color:#FFFFFF;font-style:normal; }
a:hover { background-color: transparent; font-weight:bold;text-decoration: none;color:#FFFFFF;font-style:normal;}

.logos {float:right;margin:-28px 30px 0 10px;}

.spacer {
	clear: both;
}
