@import url("reset.css");

body {
	font-family: arial, verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	text-align: center;


/* Needed for IE5x Bug */
	margin: 0;
	padding: 0;
}

h1 {
	margin: 20px 8px 11px 12px;
	padding: 0;
	color: #48708f;
	font-size: 30px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	clear: left;
}

h3 {
	margin: 23px 0 12px;
	color: #48708f;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	padding: 10px 0 5px;
	line-height: 1.3em;
	border-style: none;
	border-bottom: 1px solid #c4d1d6;
	border-top-color: #c4d1d6;
}

h4 {
	margin: 12px 0;
	padding: 0;
	color: #707070;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
}

h5 {
	color: #a62c2c;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
}

p {
	margin: 12px 0;
	padding: 0;
	text-align: left;
	color: #333;
	font-size: 16px;
	line-height: 1.3em;
}

sup {
	font-size: 8px;
	font-weight: normal;
}

sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	top: .5ex;
}

ul {
	list-style-type: square;
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 16px;
}

html>body ul {
	margin-left: 0px;
	padding-left: 16px;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	margin-left: 25px;
}

html>body ol {
	margin-left: 0px;
	padding-left: 25px;
}

li {
	padding: 3px;
}

a {
	color: #a62c2c;
	text-decoration: none;
}

a:hover {
	color: #487191;
	text-decoration: underline;
}

.a2 {
	color: #a62c2c;
	text-decoration: none;
	font-size: 11px;
}

.a2:hover {
	color: #487191;
	text-decoration: underline;
	font-size: 11px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

/* GLOBAL CLASSES */

.usercontent {
	padding: 0 13px 1px 13px;
}

.corner {
	background: #fff url(../_images/corner.gif) no-repeat top left;
}

.snippet {
	width: 245px;
	margin-top: 5px;
	padding: 26px 0 5px 30px;
	background: #fff url(../_images/corner.gif) no-repeat top left;
}

.snippet h4 {
	margin: 11px 0 8px 0;
	padding: 0;
	color: #48708f;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.snippet p {
	margin: 8px 0;
	padding: 0;
	text-align: left;
	line-height: 1.3em;
	font-size: 13px;
	color: #333;
}

.caption {
	margin: 5px 13px -3px 13px;
	padding: 0;
	text-align: left;
	font-size: 11px;
	line-height: 1.3em;
}

.line {
	margin: 0 0 15px 0;
	width: 100%;
	height: 1px;
	line-height: 0;
	background-color: #c4d1d6;
}

#title {
	width: 544px;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 12px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	background: #fff url(../_images/titleBKG.gif) repeat-x top left;
}

.news {
	margin: 0;
	padding: 8px 0;
	width: 100%;
	border-bottom: 1px solid #c4d1d6;
	line-height: 1.3em;
}

.news p {
	margin: 2px 0 0 0;
	line-height: 1.3em;
}

.news .date {
	margin: 0;
	color: #a62c2c;
	font-size: 11px;
	line-height: 1.3em;
}

.news .title {
	color: #707070;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3em;
	text-decoration: none;
}

.news .title:hover {
	color: #487191;
	text-decoration: underline;
}

.navNews a.selected, .navNews a.selected:hover {
	color: #707070;
	text-decoration: none;
}

.albums {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px solid #c4d1d6;
	line-height: 1.3em;
}

.albums p {
	margin: 2px 0 0 0;
	line-height: 1.5em;
}

.albums .title {
	color: #487191;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.3em;
	text-decoration: none;
}

.albums .title:hover {
	color: #487191;
	text-decoration: underline;
}

.gallery {
	margin-bottom: 20px;
}

.gallery td {
	padding-top: 25px;
	text-align: center;
	width: 20%;
}

.gallery img {
	margin-bottom: 8px;
}

/* LAYOUT */

.layout {
	margin: 0 auto;
	width: 874px;
	text-align: left;
}

#header {
	width: 100%;
	height: 100px;
	margin-top: 25px;
	background: #213658 url(../_images/headerBKG.gif) repeat-x top left;
}

#navLayout {
	width: 100%;
	margin-top: 25px;
	background: #fff url(../_images/navBKG.gif) repeat-x top left;
}

#content {
	margin-top: 25px;
}

#colLeft {
	padding: 26px 18px 15px 30px;
	background: #fff url(../_images/corner.gif) no-repeat top left;
	width: 560px;
}

#colLeft #title{
	margin-bottom: 20px;
}

#colRight {
	width: 300px;
	padding: 0;
	margin-top: 0;
}

#footer {
	width: 100%;
	padding-bottom: 12px;
	background: #fff url(../_images/footerBKG.gif) repeat-x top left;
}

#footer p {
	margin: 0 0 0 28px;
	color: #b7b7b7;
	font-size: 11px;
	font-weight: normal;
}

/* NAVIGATION */

.nav table {
	margin: 0 0 0 28px;
	padding: 0;
	border-left: 1px solid #fff;
}

.nav td {
	border-right: 1px solid #fff;
}

.nav a {
	display: block;
	width: 90px;
	text-align: left;
	color: #707070;
	font-size: 12px;
	padding: 14px 0 0 0;
	text-decoration: none;
	background: #fff url(../_images/navOff.gif) repeat-x top left;
}

.nav a:visited {
	color: #707070;
}

.nav a:hover, .nav .selected {
	color: #be1a1b;
	background: #fff url(../_images/navOn.gif) repeat-x top left;
}

#subnav {
	width: 245px;
	padding: 26px 0 0 30px;
	background: #fff url(../_images/corner.gif) no-repeat top left;
	margin-bottom: 20px;
}

#subnav .title {
	width: 233px;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 12px;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	font-style: italic;
	background: url(../_images/titleBKGright.gif) repeat-x top left;
	margin-bottom: 10px;
}

#subnav a {
	display: block;
	width: 240px;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	font-size: 14px;
	color: #a62c2c;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 1px solid #c4d1d6;
}

#subnav a.selected {
	display: block;
	width: 240px;
	height: 24px;
	line-height: 24px;
	padding-left: 5px;
	font-size: 14px;
	color: #a62c2c;
	font-weight: normal;
	vertical-align: middle;
	background: #fff url(../_images/subnavBKG.gif) repeat-x top left;
	border-bottom: 1px solid #c4d1d6;
}

#subnav a.sub {
	display: block;
	width: 220px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	font-size: 12px;
	color: #a62c2c;
	font-weight: normal;
	vertical-align: middle;
	border-bottom: 1px solid #c4d1d6;
}

#subnav a.subSelected {
	display: block;
	width: 220px;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	font-size: 12px;
	color: #487191;
	font-weight: normal;
	vertical-align: middle;
	background: #fff url(../_images/subnavBKG2.gif) repeat-x top left;
	border-bottom: 1px solid #c4d1d6;
}

#subnav a:hover {
	color: #487191;
	text-decoration: none;
}

.albumsNav {
	margin: 0;
	padding: 8px 0;
	border-top: 1px solid #c4d1d6;
	border-bottom: 1px solid #c4d1d6;
}

.albumsNav td {
	font-size: 11px;
	padding-left: 13px;
	padding-right: 13px;
}

/* standard customblox styles */

.bloxFiles {
	border: 1px solid #E6E6E6;
	clear: both;
	margin: 0;
	padding: 1px;
}

.bloxFiles a {
	display: block;
	padding: 12px 10px 12px 42px;
	text-decoration: none;
}

.bloxFiles a.pdf {
	background: url(../CustomBlox/images/common/icon_pdf.gif) no-repeat 10px 8px;
}

.bloxFiles a.xls {
	background: url(../CustomBlox/images/common/icon_pdf.gif) no-repeat 10px 8px;
}

.bloxFiles a.doc {
	background: url(../CustomBlox/images/common/icon_doc.gif) no-repeat 10px 8px;
}

.bloxFiles a.ppt {
	background: url(../CustomBlox/images/common/icon_ppt.gif) no-repeat 10px 8px;
}

.bloxFiles a.wmv {
	background: url(../CustomBlox/images/common/icon_wmv.gif) no-repeat 10px 8px;
}

.bloxFiles a:hover {
	background-color: #ffe;
}

.blox {
	margin: 0 0px 1.5em;
	padding: 0;
	line-height: 140%;
	padding: 0;
}

.blox img {
	margin-top: 5px;
}

/* miscellaneous styles */

a.back {
	display: block;
	float: right;
}

p.smallType {
	font-size: 11px;
}

img.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.alignLeft {
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
}

img.alignRight {
	display: block;
	margin-left: auto;
	margin-bottom: 10px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.clearBoth {
	clear: both;
}
