﻿a {
	color: #830033;
}

a:hover {
	color: #003366;
}

a.news {
	color: #003366;
	text-decoration: none;
}

a.news:hover {
	color: #830033;
}

body { 
	margin: 0;
	padding: 0;
	background: #E0E0E0;
	text-align: center; /* for IE */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	color: #003366;
}

p {
	padding: 0;
	margin: 15px 0;
}

h1 {
	display: block;
	font-weight: bold;
	font-size: 13pt;
	line-height: 16pt;
	color: #830033;
	border-bottom: 2px solid #830033;
	padding-bottom: 5px;
}

h2, .title {
	display: block;
	color: #830033;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 2px;
}

h3 {
	display: block;
	color: 003366;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	padding-bottom: 2px;
}

table {
	font-size: 10pt;
}

.pdfIcon {
	margin: 3px;
	vertical-align: middle;
	border: 0px;
}

.light {
	background-color: #F2F2F2;
}

.dark {
	background-color: #E1E1E1;
}

.galleryList {
	list-style: none;
	margin-bottom: 10px;
	text-align: center;
}

/*
--------------
FORM STYLES
--------------
*/

label {
	float: left;
	width: 150px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
}

.submitButton {
	border: 1px solid #003366;
}

.contactForm {
	width: 300px;
	margin-bottom: 5px;
}

.searchForm {
	float: right;
	clear: right;
	padding-right: 15px;
}

br.formbr {
	clear: left;
}

/*
--------------
CLASSES
--------------
*/

.blue {
	color: #003366;
}

.clear {
	clear: both;
}

.red {
	color: #830033;
}

.small {
	font-size: 8pt;
}


/*
--------------
CONTAINER
--------------
*/

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 930px;
	background: #FFFFFF;
	border-left: 1px solid #830033;
	border-right: 1px solid #830033;

}

/*
--------------
CONTENTS
--------------
*/

#contents {
	padding: 15px;
}

/*
--------------
CONTENTS-LEFT
--------------
*/

#contents-left {
	float: left;
}

#contents-left h1 {
	margin-right: 15px;
}

#contents-left ul {
	display: block;
	width: 175px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#contents-left li {
	margin: 0 15px 0 0;
	padding: 5px 0 5px 5px;
	font-size: 8pt;
	line-height: 10pt;
	border-bottom: 1px solid #830033;
}

#contents-left li a {
	display: block;
	width: 100%;
	text-decoration: none;
}

#contents-left li a.subLink {
	padding-left: 20px;
	font-size: 7pt;
}

#contents-left .navSubHead {
	font-weight: bold;
	font-size: 8pt;
	line-height: 16pt;
	background: #830033;
	color: #FFF;
	padding: 5px 2px 0 2px;
	text-align: center;
	font-variant:small-caps;
	border: 0;
	/*
	Replaced by JQuery Corners
	background-image: url(images/css/nav_corner_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	*/
}

#contents-left .navSubTitle {
	font-weight: bold;
	color: #003366;
}

#contents-left .navSubText {
	border: 0;
}

/*
--------------
CONTENTS-MID
--------------
*/

#contents-mid-2-col {
	float: left;
	width: 720px;
}

#contents-mid-3-col {
	float: left;
	width: 545px;
}

/*
--------------
CONTENTS-RIGHT
--------------
*/

#contents-right {
	float: right;
	width: 165px;
}

#contents-right h1 {
	border: 0;
	font-size: 8pt;
	color: #FFF;
	background: #830033;
	color: #FFF;
	padding: 5px 2px 0 2px;
	text-align: center;
	font-variant:small-caps;
	/* 
	Replaced by JQuery Corners
	background-image: url(images/css/nav_corner_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	*/
}

#contents-right p {
	padding-left: 5px;
}

/*
--------------
FOOTER
--------------
*/

#footer {
	margin: 10px 0 0 0;
	padding: 20px 10px 5px 0;
	background: #830033;
	clear: both;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#footer li { 
	float: left;
	margin: 0;
	padding: 0;
}

#footer a {
	
	display: block;
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 7pt;
	border-right: 1px solid #FFFFFF;
}

#footer a:hover {
	color: #808080;
}

#footer .nav-R a {
	padding-right: 0;
	border-right: 0;
}

#footer p {
	font-size: 8pt;
	clear: both;
	color: #FFFFFF;
	padding: 10px;
}

/*
--------------
HEADER
--------------
*/

#header {
	height: 118px;
	background: #830033;
}

#header img {
	float: left;
	padding: 15px;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px;
	list-style: none;
}

#header li { 
	float: left;
	margin: 0;
	padding: 0;
}

#header a {
	float: left;
	display: block;
	padding: 0 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 7pt;
	border-right: 1px solid #FFFFFF;
}

#header a:hover {
	color: #C0C0C0;
}

#header .nav-R a {
	padding-right: 0;
	border-right: 0;
}

#header_print {
	display: none;
	height: 118px;
}

#header_print img {
	float: left;
	padding: 15px;
}


/*
--------------
NAVIGATION
--------------
*/

#navigation {
	width: 930px;
	overflow: hidden;
	display: block;
}

#navigation ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #CCCCCC;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	line-height: 14px;
}

#navigation li { 
	float: left;
	margin: 0;
	padding: 0;
}

#navigation a {
	display: block;
	background: #ccc url(images/CSS/nav_slant.gif) no-repeat top right;
	padding: 2px 18px 2px 3px;
	text-decoration: none;
	color: #666;
}

#navigation a:hover {
	color: #000;
}

#navigation .nav-L a {
	padding-left: 10px;
}
	
#navigation .nav-R a {
	background: none;
}
/*
--------------
PHOTO
--------------
*/
#photo {
	height: 200px;
	width: 930px;
	overflow: hidden;
	display: block;
}