html { overflow-x: hidden; overflow-y: scroll; }

body {
	background: #3c3c3c url('images/layout/pageBack.png') repeat-x;
	margin: 0;
	padding: 0;
	height: 100%;
}

#pageContainer {
	width: 1000px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	height: 100%;
	min-height: 680px;
	position: relative;
	top:0;
	padding:0;
}

#pageContainer[id] {
	width: 1000px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center;
	background-image: url('images/layout/containerBack.png');
	background-repeat: repeat-y;
	height: 100%;
	min-height: 680px;
	position: relative;
	top:0;
	padding:0;
}

#content {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #1a1a1a;
	height: 100%;
	min-height: 680px;
	position: relative;
	top:0;
	padding: 0 0 4em 0;
	color: #e5e5e5;
	font: normal 13px Verdana;
}

#pageHead {
	background: url('images/layout/headBack.png') repeat-x;
	width: 980px;
	height: 80px;
	top: 0;
	position: relative;
}

#logo {
	margin-top: -107px;
	margin-bottom: -107px;
	left: 2px;
	width: 45px;
	height: 58px;
	float: left;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed src='images/layout/logo.png');
	background-repeat: no-repeat;
}

#logo[id] {
	margin-top: -107px;
	margin-bottom: -107px;
	left: 2px;
	width: 45px;
	height: 58px;
	position: relative;
	background-image: url('images/layout/logo.png');
	background-repeat: no-repeat;
}

#imgTitle {
	top: 10px;
	left: 45px;
	width: 580px;
	height: 60px;
	position: relative;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=fixed src='images/layout/title.png');
	background-repeat: no-repeat;
}

#imgTitle[id] {
	top: 10px;
	left: 45px;
	width: 580px;
	height: 60px;
	position: relative;
	background-image: url('images/layout/title.png');
	background-repeat: no-repeat;
}

#header {
	font: 13px verdana;
	position: relative;
	width: 980px;
	height: 250px;
	top: 0; /* stick to top */
	left: 0;
	padding: 0;
}

#globalNav {
	height: 30px;
	font: 13px verdana;
	width: 980px;
	bottom: 30px; /* stick to bottom */
	left: 0;
	position: relative;
	padding: 5px 0;
	margin-bottom: -30px;
	background-image: url('images/layout/menuBack.png');
	background-repeat: repeat-x;
}

.subNav {
	color: #FFFFFF;
	font: normal 13px Verdana;
	text-decoration: none;
	margin-left: 15px;
}

#mainTXT {
	padding: 10px;
	width: 960px;
	color: #e5e5e5;
	font: normal 13px Verdana;
}

#footer {
	position: absolute;
	width: 980px;
	bottom: 0; /* stick to bottom */
	left: 0;
	background: #ddd;
	border-top: 6px double gray;
	padding: 5px 0;
	text-align: center;
	color: #000000;
	font: normal 11px Verdana;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	color: #0d2474;
	text-decoration: none;
	display: inline;
	list-style: none;
}

li a:link, li a:active, li a:visited{
	/*top: 5px;*/
	color: #FFFFFF;
	text-decoration: none;
	background: url('images/layout/navSeperator.png') no-repeat;
	background-position: right top;
	padding: 5px 15px 5px 10px;
	top: 2px;
	position: relative;
	font: bold 13px Verdana;
	text-decoration: none;
}

li a:hover {
	color: #d6d6d6;
	text-decoration: underline;
	font: bold 13px Verdana;
	text-decoration: underline;
}

.txtBox {
	float: left;
	background: #FFFFFF url('images/added/divBack.png') repeat-x;
	width: 436px;
	height: 160px;
	margin-right: 20px;
	margin-bottom: 20px;
	font: normal 13px verdana;
	color: #000000;
	padding: 1px 10px 10px 10px;
	border: 1px solid #b7b7b7;
}

.txtBox_Title {
	font: bold 14px verdana;
	color: #000000;
	margin-bottom: 10px;
}

.imgBox {
	background: #FFFFFF url('images/added/divBack.png') repeat-x;
	width: 780px;
	margin-bottom: 20px;
	font: normal 13px verdana;
	color: #000000;
	padding: 1px 10px 25px 10px;
	border: 1px solid #b7b7b7;
	overflow: visible;
}

.imgBox_Title {
	font: bold 14px verdana;
	color: #000000;
	margin-bottom: 25px;
}

/* FONTS
************************************************/

h1 {
	font: bold 16px verdana;
	color: #e5e5e5;
	margin: 0 0 10px 0;
	padding: 0;
}

h2 {
	font: bold 14px verdana;
	color: #e5e5e5;
	margin: 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #d4d8e5;
	font: italic 13px Verdana;
	text-decoration: none;
}

a:hover {
	color: #bbc5e5;
	font: italic 13px Verdana;
	text-decoration: underline;
}

.subNav a:link, .subNav a:active, .subNav a:visited {
	color: #FFFFFF;
	font: normal 13px Verdana;
	text-decoration: none;
}

.subNav a:hover {
	color: #d6d6d6;
	font: normal 13px Verdana;
	text-decoration: underline;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #0000FF;
	font: normal 11px Verdana;
	text-decoration: underline;
}

#footer a:hover {
	color: #0000FF;
	font: normal 11px Verdana;
	text-decoration: underline;
}

.txtBox a:link, .txtBox a:active, .txtBox a:visited {
	font: italic 13px verdana;
	color: #0000FF;
	text-decoration: none;
}

.txtBox a:hover {
	font: italic 13px verdana;
	color: #0000FF;
	text-decoration: underline;
}

.imgBox a:link, .imgBox a:active, .imgBox a:visited {
	font: italic 13px verdana;
	color: #0000FF;
	text-decoration: none;
}

.imgBox a:hover {
	font: italic 13px verdana;
	color: #0000FF;
	text-decoration: underline;
}

.galleryNav a:link, .galleryNav a:active, .galleryNav a:visited {
	font-style: normal;
}

.galleryNav a:hover {
	font-style: normal;
}

/* GALLERY SETTINGS
************************************************/

.thumbContainer {
	margin: 5px 10px 5px 0px;
	border: 2px solid #666666;
	width: 100px;
	height: 100px;
	float: left;
	background-color: #FFFFFF;
}

.thumbIMG {
	border: 0;
}
