/* CSS Document */


/*
blue:  #6AB2E7;
dark gray:  #4D4D4D;
*/



/* ----- BASE ----- */

body,
html { 
	height:100%;
	text-align: center;
	}
body {
	margin: 0;
	padding: 0;
	background: #000;
	color: #FFF;
	font: 62.5% Arial, Helvetica, sans-serif;
	}
p,
td,
th,
ul {
	font: 1.2em/1.5em Arial, Helvetica, sans-serif;
	text-align: left;
	}
p {
	margin: 0 0 1em 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
h1 {
	font-size: 1.6em;
	}
h2 {
	font-size: 1.4em;
	}
h3 {
	font-size: 1.3em;
	}
h4,
h5,
h6 {
	font-size: 1.2em;
	}
a:link,
a:visited {
	color: #FFF;
	}
a:hover,
a:active {
	color: #6AB2E7;
	text-decoration: none;
	}



/* ----- FORMS ----- */

form {
	margin-bottom: 40px;
	}
form em {
	font-weight: bold;
	font-style: normal;
	color: #F00;
	}
form fieldset {
	margin: 1em 0 2em 0;
	padding: 0;
	border: none;
	}
form legend {
	margin: 0 0 .35em;
	padding: 0;
	color: #6AB2E7;
	font-size: 1.1em;
	font-weight: bold;
	}
form label {
	margin: 0 0 .25em;
	display: block;
	font-size: 1.1em;
	}
form input,
form select {
	width: 250px;
	font: 1.2em Arial, Helvetica, sans-serif;
	}
form input.button {
	width: auto;
	display: inline;
	}
form fieldset ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}
form fieldset li {
	margin: 5px 0 8px;
	padding: 0;
	}
form fieldset fieldset {
	border: none;
	margin: 3px 0 0 0;
	}
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	color: #000;
	}
form fieldset fieldset label {
	margin-left: 25px;
	}
form div.success,
form div.error {
	margin-bottom: 30px;
	padding: 10px 20px;
	}
form div.success {
	background-color: #DAE8F2;
	border: #6AB2E7 1px solid;
	}
form div.error {
	background-color: #F2DADB;
	border: #990000 1px solid;
	}
form div.error a {
	text-decoration: underline !important;
	}
form span.error {
	display: block;
	margin: 5px;
	color: #990000;
	font-weight: bold;
	}
/* IE specific */
* html form legend {
	margin-left: -7px;
	}



/* ----- LAYOUT ----- */

#shell {
	width: 100%;
	height: 100%;
	}
#header {
	width: 750px;
	margin: 0 auto;
	}
#photoRow {
	width: 750px;
	margin: 20px auto;
	}
#contentShell {
	clear: both;
	width: 710px;
	margin: 0 auto;
	padding: 20px 20px 75px 20px;
	text-align: left;
	}
#contentColumn {
	float: right;
	width: 375px;
	}
#navColumn {
	float: left;
	width: 285px;
	}
#footer {
	margin: 10px 0 15px 0;
	padding: 2px;
	clear: both;
	}
/* IE specific */
* html #photoRow {
	width: 755px;
	}



/* ----- HEADER ----- */

#header p {
	margin: 2px 5px;
	padding: 0;
	font-size: 1.1em;
	text-align: right;
	}
#header a:link,
#header a:visited {
	text-decoration: none;
	}
.photoBox {
	position: relative;
	margin: 0 5px;
	float: left;	
	width: 115px;
	height: 146px;
	background: #6AB2E7;
	overflow: hidden;
	}
.photoBox .topCorners,
.photoBox .bottomCorners {
	position: absolute;
	left: 0;
	width: 115px;
	height: 18px;
	}
.photoBox .topCorners {
	top: 0;
	background: url(../images/main/photo-box_top-corners.png) no-repeat !important;
	background: url(../images/main/photo-box_top-corners.gif) no-repeat;
	}
.photoBox .bottomCorners {
	bottom: 0;
	background: url(../images/main/photo-box_btm-corners.png) no-repeat !important;
	background: url(../images/main/photo-box_btm-corners.gif) no-repeat;
	}
/* IE specific */
* html .photoBox .topCorners {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/main/photo-box_top-corners.png', sizingMethod='crop');
	background: none;
	}
* html .photoBox .bottomCorners {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/main/photo-box_btm-corners.png', sizingMethod='crop');
	background: none;
	}



/* ----- CONTENT SHELL ----- */

#contentShell {
	background: #FFF;
	color: #000;
	}
#contentShell p,
#contentShell td,
#contentShell th,
#contentShell ul {
	color: #000;
	}
#contentShell a:link,
#contentShell a:visited {
	color: #000;
	text-decoration: none;
	}
#contentShell a:hover,
#contentShell a:active {
	color: #6AB2E7;
	text-decoration: underline;
	}



/* ----- CONTENT COLUMN ----- */

.calTable td {
	padding: 2px 10px 10px 2px;
	vertical-align: top;
	}
.calTable a {
	font-weight: bold;
	}



/* ----- NAV COLUMN ----- */

#navigation {
	margin: 25px 0 0 30px;
	}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#navigation li {
	margin: 0 0 14px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.1em;
	}
#navigation li strong {
	display: none;
	}
#navigation a {
	display: block;
	margin: 0;
	padding: 0;
	width: 255px;
	height: 18px;
	text-decoration: none;
	}
#navCalendar a {
	background: url(../images/main/nav-calendar.gif) no-repeat;
	}
#navCalendar.active a {
	background: url(../images/main/nav-calendar-down.gif) no-repeat;
	}
#navCalendar a:hover  {
	background: url(../images/main/nav-calendar-over.gif) no-repeat;
	}
#navCompany a {
	background: url(../images/main/nav-company.gif) no-repeat;
	}
#navCompany.active a {
	background: url(../images/main/nav-company-down.gif) no-repeat;
	}
#navCompany a:hover {
	background: url(../images/main/nav-company-over.gif) no-repeat;
	}
#navRegistration a {
	background: url(../images/main/nav-registration.gif) no-repeat;
	}
#navRegistration.active a {
	background: url(../images/main/nav-registration-down.gif) no-repeat;
	}
#navRegistration a:hover {
	background: url(../images/main/nav-registration-over.gif) no-repeat;
	}
#navContact a {
	background: url(../images/main/nav-contact.gif) no-repeat;
	}
#navContact.active a {
	background: url(../images/main/nav-contact-down.gif) no-repeat;
	}
#navContact a:hover {
	background: url(../images/main/nav-contact-over.gif) no-repeat;
	}
#navMailing a {
	background: url(../images/main/nav-mailing.gif) no-repeat;
	}
#navMailing.active a {
	background: url(../images/main/nav-mailing-down.gif) no-repeat;
	}
#navMailing a:hover {
	background: url(../images/main/nav-mailing-over.gif) no-repeat;
	}



/* ----- FOOTER ----- */

#footer p {
	font-size: 1.1em;
	text-align: center;
	}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	}



/* ----- SITEMAP ----- */
ul#sitemap {
	margin: 0;
	padding: 0;
	}
#sitemap ul {
	margin: 7px 20px;
	padding: 0;
	}
#sitemap li {
	margin-bottom: 10px;
	font: 1em Arial, Helvetica, sans-serif;
	list-style: none;
	}

