* {
	padding:0;
	border:0;
	margin:0;
}
body{
	background:url(/library/media/gui/bg.jpg) top left repeat-x;
	background-color:#b6c1a3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#074e69;
}
a{
	color:#074e69;
}
a:hover{
	color:#6b8045;
}
h1{
	font-size:18px;
}
h2{
	font-size:14px;
}
div{
	text-align:left;
}
img{
	display:block;
}
button{
	color:#074e69;
	border:solid 1px #074e69;
	background-color:#e3e1c2;
}
#masterCont{
	display:block;
	width:959px;
	padding-top:5px;
}

#masterInnerCont{
	background:#FFFFFF;
	border-left:solid 1px #42759a;
	border-right:solid 1px #42759a;
	min-height:500px;
	width:941px;
	display:block;
	padding:0 8px 10px 8px;
}

#headerCont{
	display:block;
	position:relative;
	margin-left:5px;
}
#logoCont{
	float:left;
	display:block;
	width:136px;
}
#sloganCont{
	clear:both;
	display:block;
	width:115px;
	color:#87976c;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
	padding-left:10px;
}
#headerCont img{
	float:left;
}
#topImagesMask{
	float:left;
	position:absolute;
	background:url(/library/media/gui/headerMask.png) top left no-repeat;
	width:793px;
	height:233px;
	left:150px;
	z-index:1001;
}
#topImagesCont{
	float:left;
	position:relative;
	width:793px;
	height:233px;
	left:15px;
	z-index:999;
}

#masterCont img{
	display:block;
	height:100%;
}

#navCont{
	clear:both;
	display:block;
	width:100%;
	float:left;
	position:relative;
}

#navSubCont{
	clear:both;
	display:block;
	width:100%;
	height:73px;
	border:solid 1px #42759a;
	background:#b6c1a3;
	float:left;
}

#navSubCont img{
	float:right;
}

#bodyCont{
	display:block;
	width:943px;
	padding-bottom:5px;
}

#bodyLeftCont{
	float:left;
	display:block;
	width:295px;
	padding:5px;
	padding-top:20px;
	background:url(/library/media/gui/leftColDropShadow.jpg) top left repeat-x;
	background-color:#e3e1c2;
	border:solid 1px #42759a;
	border-top:none;
	min-height:300px;
}

#bodyRightCont{
	float:right;
	display:block;
	width:621px;
	padding:5px;
	padding-top:20px;
	background:url(/library/media/gui/rightColDropShadow.jpg) top left repeat-x;
	background-color:#e6ebed;
	border:solid 1px #42759a;
	border-top:none;
	min-height:300px;
}

#footerCont{
	font-size:0.8em;
}

#btmCont{
	clear:both;
	margin: 10px auto 0 auto;
	text-align:center;
	font-size:0.8em;
	padding-bottom:20px;
}
#navItemCont{
	display:block;
	height:23px;
	position:relative;
	float:left;
	top:7px;
	left:0px;
}
.navSepLeft, .navSepRight, .navSep, .navItm, .navSepLeftHover, .navSepRightHover, .navSepHoverL, .navSepHoverR, .navItmHover{
	float:left;
	display:block;
	height:23px;
}
.navSepLeft, .navSepRight, .navSepLeftHover, .navSepRightHover{
	width:5px;
}
.navSepLeft{
	background:url(/library/media/gui/nav/left.jpg) top left no-repeat;
}
.navSepLeftHover{
	background:url(/library/media/gui/nav/left_on.jpg) top left no-repeat !important;
}
.navSepRight{
	background:url(/library/media/gui/nav/right.jpg) top left no-repeat;
}
.navSepRightHover{
	background:url(/library/media/gui/nav/right_on.jpg) top left no-repeat !important;
}
.navItm, .navItmHover{
	width:100px;
	height:23px;
	padding-right:10px;
}
.navItm{
	background:url(/library/media/gui/nav/bg.jpg) top left repeat-x;
}
.navItmHover{
	background:url(/library/media/gui/nav/bg_on.jpg) top left repeat-x !important;
}
.navItm a, .navItmHover a{
	text-decoration:none;
	padding-top:3px;
	display:block;
	height:100%;
	width:100%;
	text-align:center;
}
.navItm a{
	color:#074e69;
}
.navSep, .navSepHoverL, .navSepHoverR{
	width:16px;
}
.navSep{
	background:url(/library/media/gui/nav/sep.jpg) top left no-repeat;
}
.navSepHoverL{
	background:url(/library/media/gui/nav/sepLeft.jpg) top left no-repeat !important;
}
.navSepHoverR{
	background:url(/library/media/gui/nav/sepRight.jpg) top left no-repeat !important;
}
.navItm a:hover, .navItmHover a, .navItmHover a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.navItm a h1, .navItmHover a h1{
	font-size:13px;
}

.hNav{	
	float:left;
	display:none;
	width:300px;
}

.hNavHover{
	display:block !important;
}
.hNav ul{
	display:block;
	float:left;
	padding-top:8px;
	margin-left:5px;
}

.hNav ul li{
	float:left;
	display:block;
	width:130px;
	font-size:12px;
	height:15px;
	margin-bottom:3px;
	white-space:nowrap;
	background:url(/library/media/gui/nav/snArrow.jpg) center left no-repeat;
	padding-left:10px;
}
.hNav ul li a{
	text-decoration:none;
}