@charset "utf-8";

/* reset */
* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4d4d4d;
}

html {
	font-size: 87.5%;
}

body {
	font-size: 1em;
	background-color: #e6e6e6;
}

/* global styles */
.clear {
	clear: both;
	height: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

/* layout styles */
#wrapper {
	position: relative;
	width: 900px;
	margin: auto;
}

#header {
	position: relative;
	height: 155px;
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#logo {
	position: absolute;
	top: 17px;
	left: 25px;
}

#navi {
	position: absolute;
	bottom: 0;
	left: 32px;
	list-style: none;
	height: 24px;
}

#navi li {
	float: left;
	margin-right: 20px;
}

#navi li a {	
	position: relative;
	display: block;
	color: #FFFFFF;
	font-size: 0.785em;
	font-weight: bold;
	padding-left: 12px;
	height: 24px;
	line-height: 24px;
	background-image: url(../images/navi-bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-transform: uppercase;
}

#navi li a:hover {
	text-decoration: none;
}

#navi li a span.navi-right {
	display: block;
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 24px;
	background-image: url(../images/navi-bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

#navi li.active a {
	position: relative;
	color: #660033;
	background-image: url(../images/navi-bg-active.gif);
}

#navi li.active a span.navi-right {
	background-image: url(../images/navi-bg-active.gif);
}


#subnavi,
#subsubnavi {
	list-style: none;
	border-bottom: 1px solid #a1737e;
	margin: 0 40px;
}

#subnavi li,
#subsubnavi li {
	float: left;
}

#subnavi li a,
#subsubnavi li a {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

#subnavi {
	line-height: 32px;
	height: 32px;
}

#subnavi li {
	color: #660033;
	font-weight: bold;
}

#subnavi li a{
	font-size: 0.857em;
	color: #660033;
}

#subsubnavi {
	line-height: 28px;
	height: 28px;
}

#subsubnavi li {
	color: #a1737e;
	font-weight: bold;
}

#subsubnavi li a {
	font-size: 0.785em;
	color: #a1737e;
}

#breadcrumb {
	padding: 16px 0 0 40px;
	margin-bottom: -20px;
}

#breadcrumb h1 {
	font-weight: normal;
	font-size: 0.714em;
	margin: 0;
	padding: 0;
	float: left;
}

#breadcrumb ul {
	list-style: none;
	float: left;
}

#breadcrumb ul li {
	float: left;
	font-size: 0.714em;
}

#breadcrumb ul li a {
	color: #f04e37;
	text-decoration: underline;
}

#main {
	background-color: #FFFFFF;
}

#content {
	position: relative;
	width: 820px;
	padding: 24px 40px;
}

#left-column {
	width: 585px;
	float: left;
}

#right-column {
	float: right;
}

#section-pic {
	margin-top: 65px;
	border: 1px solid #666666;
}

#footer {
	height: 27px;
	line-height: 27px;
	padding-left: 41px;
	background-color: #660033;
	font-size: 0.714em;
	color: #FFFFFF;
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* content styles */
#content h1,
#content h2 {
	margin-top: 15px;
}

#content h1 { color: #660033; font-size: 1.857em; margin-bottom: 15px; }
#content h2 { color: #f04e37; font-size: 1.142em; }

.csc-firstHeader {
	margin-top: 0;
}

#content a {
	color: #f04e37;
	text-decoration: underline;
}

#content .csc-textpic-border img {
	border: 1px solid #666666;
}

#content .csc-textpic-above  .csc-textpic-imagewrap {
	margin: 10px 0;
}

#content ul,
#content ol {
	margin: 10px 0;
	padding-left: 30px;
}

#content .csc-sitemap ul {
	padding-left: 0;
	list-style: none;
}

#content .csc-sitemap ul ul {
	padding-left: 30px;
}

#content p.align-left { text-align: left; }
#content p.align-right { text-align: right; }
#content p.align-center { text-align: center; }
#content p.align-justify { text-align: justify; }

#content p.highlight {
	color: #660033;
	font-size: 1.43em;
	border-left: 7px solid #660033;
	padding-left: 8px;
}

#content p.indent {
	padding-left: 1.5em;
}

/* boxes on homepage */
#boxes {
	border-top: 1px solid #a1737e;
	margin-top: 28px;
	padding-top: 16px;
}

#boxes div.csc-default {
	float: left;
}

#boxes #c71,
#boxes #c72,
#boxes #c73 {
	width: 200px;
}

#boxes h1 {
	font-size: 1.43em;
	color: #a1737e;
	margin: 0;
	padding: 0;
}

#boxes p {
	margin: 0;
	padding: 0;
	font-size: 0.857em;
	color: #808080;
}

#boxes div.divider {
	width: 1px;
	height: 80px;
	border-left: 1px solid #a1737e;
	padding-left: 10px;
	margin-left: 10px;
}

.divider hr {
	display: none;
}
