/* CSS Document */
html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/body-bg.jpg) 0 0 repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: inherit;
	margin-bottom: 0.1em;
}

p {
	margin: 0 0 1em 0;
	padding: 0
}

h1 {
	margin: 0 0 .7em 0;
	padding: 0
}

h2 {
	margin: 0 0 .7em 0;
	padding: 0
}

h3 {
	margin: 0 0 .7em 0;
	padding: 0
}

form {
	margin: 0;
	padding: 0
}

a img {
	border: 0;
}

#container {
	position: relative;
	left: 50%;
	width: 800px;
	height: 690px;
	margin-left: -400px;
}

#header {
	width: 800px;
	height: 110px;
	background: url(../images/title.jpg) 0 0 no-repeat;
}

#menu {
	position: absolute;
	top: 80px;
	right: 0;
	width: 500px;
	height: 30px;
	margin-top: 5px;
}

#menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}

#menu a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}

#content {
	width: 800px;
}

#leftcolumn {
	float: left;
	width: 199px;
	margin-top: 60px;
}

#leftcolumn h2 {
	color: #CC0000;
	font-size: 18px;
}

#leftcolumn p {
	color: #FFFFFF;
}

#leftcolumn a {
	color: #CC0000;
	text-decoration: none;
}

#leftcolumn a:hover {
	color: #0099CC;
}

#rightcolwrapper {
	width: 590px;
	overflow: auto;
	margin-left: 10px;
}

#rightcolumn {
	width: 590px;
	margin-top: 40px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#rightcolumn h1 {
	font-size: 18px;
	margin-left: 5px;
	color: #CC0000;
	padding-top: 6px;
}

#rightcolumn h2 {
	font-size: 16px;
	margin-left: 5px;
}

#rightcolumn p {
	margin-left: 5px;
}

#rightcolumn a {
	color: #CC0000;
}

#rightcolumn a:hover {
	color: #000000;
}

#rightcolumn .homeimg {
	margin-left: 5px;
}

#footer {
	width: 590px;
	height: 90px;
	margin-top: 30px;
	clear: both;
}

#footer p {
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}

#footer a {
	color: #CC0000;
	text-decoration: none;
}

#footer a:hover {
	color: #0099CC;
}

#flash {
	width: 590px;
	height: 171px;
}

.whiteheading {
	color: #FFFFFF;
}

.large {
	font-weight: bold;
}

.gallery {
	height: 160px;
}

.gallery2 {
	height: 140px;
}

.photo {
	float: left;
	text-align: center;
	padding-left: 20px;
	font-size: 10px;
}

.photoprofile {
	float: left;
	text-align: center;
	padding-left: 28px;
	font-size: 10px;
}

.photocater {
	float: left;
	text-align: center;
	padding-left: 90px;
	font-size: 10px;
}

.awardsimg {
	margin-bottom: 50px;
	padding-left: 110px;
}

.pressimg {
	padding-left: 75px;
}

.floatright {
	float: right;
	margin-bottom: 8px;
}

.floatmap {
	float: right;
	padding: 10px;
	color: #000000;
	font-size: 10px;
	text-align: center;
}

.menuhighlight {
	font-weight: bold;
}

.menusubhead {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}

table.menus {
	margin-left: 5px;
}

.menus td {
	background-color: #EEEEEE;
}

/* styles for the contact form here */
label {
	cursor: pointer;
	cursor: hand;
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

fieldset {
	background-color: #F2EFE9;
	padding-top: 10px;
}

input,textarea {
	border: 2px solid #ccc;
	margin-bottom: 6px;
}

input:focus,textarea:focus {
	border: 2px solid #000;
}

#security img {
	border: 1px solid #000;
	margin-left: 133px;
	margin-bottom: 5px;
}

#submit {
	margin-top: 5px;
}

/* styles for lightbox here */
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption {
	float: left;
}

#keyboardMsg {
	float: right;
}

#closeButton {
	top: 5px;
	right: 5px;
}

#lightbox img {
	border: none;
	clear: both;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(../images/overlay.png);
}

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid : DXImageTransform . Microsoft .
		AlphaImageLoader(src = "images/overlay.png", sizingMethod = "scale");
}