@charset "utf-8";
/* CSS Document */

html { 
	height: 100%;
}
body {
	background-color: #333333;
	background: black url(../images/layout/main_bg.jpg) no-repeat fixed center top;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {border:0}
h2 {color:#352c5c}
strong {color:#333333}
b {color:#333333}

.newsTitle {font-size:14px; font-weight:bold; color:#352c5c}
.newsImage {margin:0px 15px 15px 0px}
.galleryTitle {font-size:14px; font-weight:bold; color:#352c5c}
.greyText {color:#616161}

a:link {text-decoration: none; color: #352c5c}
a:visited {text-decoration: none; color: #352c5c;}
a:hover {text-decoration: underline; color: #352c5c;}
a:active {text-decoration: none; color: #352c5c;}

a.nav {color:#352c5c; text-decoration: none}
a.nav:visited {color:#352c5c; text-decoration: none}
a.nav:hover {color:#5E4FA4; text-decoration: none}
a.nav:active {color:#352c5c; text-decoration: none}

a.whitelink {color:#FFFFFF; text-decoration: none}
a.whitelink:visited {color:#FFFFFF; text-decoration: none}
a.whitelink:hover {color:#C9C9C9; text-decoration: none}
a.whitelink:active {color:#FFFFFF; text-decoration: none}

#container {width:1000px; margin-left:auto; margin-right:auto;}
#header {height:66px; margin-bottom:15px; background-image:url(../images/layout/header.png)}
#logo {float:left; margin-left:20px; margin-top:5px}
#nav {float:right; margin-right:15px; margin-top:45px; font-size:11px; letter-spacing:0.1em; color:#616161}
#contentContainer {width:1000px; position:relative}
#contentLeftContainer {width:685px; float:left}
#contentRightContainer {width:300px; float:right}
#contentLeftGlassTop {height:5px; background-image:url(../images/layout/glass_bg_top_left.png)}
#contentRightGlassTop {height:5px; background-image:url(../images/layout/glass_bg_top_right.png)}
#contentLeftGlassBottom {padding-left:5px; padding-bottom:5px; padding-right:5px; margin-bottom:15px; background-image:url(../images/layout/glass_bg_bottom_left.png); background-position:bottom}
#contentRightGlassBottom {padding-left:5px; padding-bottom:5px; padding-right:5px;  margin-bottom:15px;background-image:url(../images/layout/glass_bg_bottom_right.png); background-position:bottom}
#contentLeft {background-color:#e6e6e6; background-image:url(../images/layout/content_top.gif); background-repeat:repeat-x; background-position:left top; padding:10px; min-height:600px; text-align:justify; line-height:20px}
#contentRight {background-color:#e6e6e6; background-image:url(../images/layout/content_top.gif); background-repeat:repeat-x; background-position:left top; padding:10px}
#latestnews {border-bottom: 1px dashed #AAAAAA; margin-top:10px; margin-bottom:10px; padding-bottom:10px}
#newsImage {padding-right:10px; padding-bottom:10px}
#footer {margin-top:15px}

#galleryTopContainer {width:655px; margin-top:14px; margin-bottom:48px}
#galleryTitle {width:400px; float:left; font-size:14px; font-weight:bold; color:#352c5c}
#gallerySelect {width:255px; float:right}
.dropDownGallery {width:255px; font-size:11px; background-color:#e6e6e6; border:1px solid #666666}
#boxbutton {width:66px; margin-left:10px; margin-bottom:5px; border:1px solid #CCC; background-color:#333333; color:#FFFFFF; font-size:9px; text-align:center; line-height:18px}


.textField{width:260px; margin-top:3px; margin-bottom:3px; border:1px solid #666666; font-family:arial, sans-serif; color:#000000; font-size:11px; background-color:#e6e6e6; padding:4px}
.ctextField{width: 322px;border: 1px solid #666666;font-family: arial, sans-serif;color: #000000;font-size: 11px;background-color: #e6e6e6; padding:4px; margin-bottom:5px}
.submitButton{background-color:#202020; border:1px solid #666666; color:#FFFFFF; cursor:pointer; font-weight:bold; font-family:arial, verdana, sans-serif; font-size:0.8em; padding:4px}
.submitButton:hover{background-color:#c11a12; border:1px solid #666666; color:#ffffff; cursor:pointer; font-weight:bold; font-family:arial, verdana, sans-serif; font-size:0.8em; padding:4px}
