@charset "utf-8";

hr {
	border-top:1px solid black;
	margin-right:10px;
}

.header_links {
	font-size:11px;
	background-repeat:no-repeat;
	background-position:bottom;
	background-image:url(../images/design/hr.jpg);
	margin-bottom:7px;
	padding-bottom:15px;
}

h1 {
	margin-bottom:5px;
}

a, a:link, a:visited {
	color:#06007E;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#site_sub_footer {
	padding-top:10px;
	font-size:12px;
	color:white;
}

h1 {
	font-size:24px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color:#b00;
	font-weight:bold;
}

h3.clear_h3 {
   font-size:16px;
   margin:0px;
   font-weight:normal;
}

.clear {
	clear:both;
}

#disguise {
	text-decoration:none;
	color:black;
}

#flash {
	width:350px;
	left:420px;
	position:absolute;
	height:75px;
}
* html #flag {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=../images/design/header.png);
}
#flag {
	width: 800px;
	height:122px;
	background: url(../images/design/header.png) transparent;
	position:absolute;
}
#website-title {
    display:none;
}
#website-slogan {
	display:none;	
}
#awe {
	background:url(../images/design/bkg.jpg) repeat-x #06007E;
	margin:0px;
}
#site {
	width:780px;
}
#site_header {
	width:800px;
	height:122px;
	background:url(../images/design/header.jpg);
}
#site_wrapper {
	background:url(../images/design/bkg_content.jpg) repeat-y;
	width:800px;
	float:left;
	padding-bottom:20px;
}
#left_navigation {
	width:150px;
	float:left;
}
#left_navigation h3{
	margin:0px;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
}
#left_navigation a, #left_navigation a:link, #left_navigation a:visited  {
	color:white;
	text-decoration:none;
	display:block;
	height:12px;
	padding:10px;
	width:130px;	
	border-bottom:1px solid white;
	background:#b00;
}
#left_navigation a:hover  {
	background:#06007E;
}
.sub_navigation {
	position:absolute;
	left:150px;
	top:220px;
	visibility:hidden;
	z-index:10001;
	border:1px solid white;
}
#page_content {
	width:610px;
	float:left;
	padding-left:10px;
}
#site_footer {
	clear:both;
	background:url(../images/design/footer.jpg) no-repeat;
	width:630px;
	padding-right:10px;
	padding-left:150px;
	text-align:center;
	padding-top:10px;
	font-size:13px;
	padding-bottom:10px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
