
* {padding: 0; margin: 0;} 

/*Google Analytics*/

/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 80%/160% Arial, Helvetica, sans-serif;
	background: #07153d url(images/background.jpg) no-repeat center top;
	color:#C6E8E8;
	width: 100%;
	display: table;
}

p {
	padding: 0 0 1.3em;
}
img {
	border-style:solid;
	border-width: 2px;
	border-color: rgb(90,113,147);
}
a {
	color:#EB831B;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}


/* headings and typography
---------------------------------------------------------------------------------*/

h2{
	background: url(images/background_hdr2.png) no-repeat;
	font: bold 190%/100% Georgia, Times, serif;
	color:C6E8E8;
	text-align:center;
	padding: 7px 0 25px 0px;
	letter-spacing: -1px;
	margin:20px 0 20px 0;
	color:#DDC75F;
}
h1{
	background: url(images/background_hdr1.png) no-repeat;
	font: bold 190%/100% Georgia, Times, serif;
	color:#74815F;
	text-align:left;
	padding: 7px 0 25px 0px;
	margin:20px 0 20px 30px;
	font: bold 100%/100% Arial, Helvetica, sans-serif;
	padding: 5px 80px .3em;
}

h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
h3 {
	font: bold 135%/100% Arial, Helvetica, sans-serif;
	padding: 1.2em 0 .3em;
}
h3 em, h4 em {
	color: #CC0000;
	letter-spacing: -1px;
}
h4 {
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
	color: #666666;
}

/* header
---------------------------------------------------------------------------------*/
#header {
	height: 238px;
	width: 905px;
	margin: 0 auto;
	position: relative;
}
#logo {
	position: absolute;
	top: 0px;
	left: 280px;
}

/* content wrap
---------------------------------------------------------------------------------*/
#content-wrap {
	width: 745px;
	margin: 0 auto;
	margin-top:13px;
	background: url(images/content_back.png) repeat-y 4px top;
	position: relative;
	padding: 0 0 0 0px;
}
#content {
	float: left;
	position: relative;
	padding: 0 50px 15px 50px;
}

#backtotop {
	padding: 55px 0 0 548px;
	margin: 0;
	height: 26px;
	clear: both;
}
/*#backtotop a {
	color: #000;
	font-size: 95%;
	background: url(images/top-bg.gif) no-repeat right center;
	padding-right: 14px;
}*/


/* Menu - Left
---------------------------------------------------------------------------------*/

#framecontentLeft{
	float:left;
	position: absolute;
	left:-170px;
	width: auto; /*Width of left frame div*/
	height: auto;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	padding: 12px 0 5px 0;
	color: white;
}

/* footer if wanted...
---------------------------------------------------------------------------------*/
/*#footer {
	position:relative;
	left:3px;
	float:none;
	margin: 0 auto;
	background: url(images/background_footer.png) no-repeat top;
	width: 905px;
	height: 250px;
}
*/


/* alignments etc (content elements)
---------------------------------------------------------------------------------*/
.left {
	text-align:justify;
	margin: 0 0 0 40px;
	padding:0;
}
.subleft{
	text-align:justify;
	margin: 0 0 0 75px;
	padding:0;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}

/* image */
img.image {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.date, p.section{
	font: bold 110%/90% Arial, Helvetica, sans-serif;
	text-decoration:underline;
	padding: 1.2em 1em .3em;
	letter-spacing: -1px;

}
p.credits{
color:#FFFFFF;
text-align: left;
padding:100px;

}
p.update{
	text-align: center;
	margin: 0 0 0 30px;
}
img.header {
	border:none;
}
img.centerMenu {
	padding:14px 0 0 17px;
	border:none;
}
img.centerMenuCurrent {
	padding: 14px 0 0 60px;
	border:none;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#menucase ul.vert-one{padding:0px; margin:0px 0 0 10px; list-style-type:none;display:block;font: 100%/160% Arial, Helvetica, sans-serif;line-height:100%;width:220px; text-align:center;}
#menucase ul.vert-one li{list-style-type:none;margin:25px 0 0 0px;padding:0px 0 0 0;}
#menucase ul.vert-one li a{list-style-type:none;display:block;text-decoration:none;color:#000;background:url(images/menu_tab.png) no-repeat; padding:0 0 0 0;width:161px; height:53px;}
#menucase ul.vert-one li a:hover{list-style-type:none;background:url(images/menu_tab_hover.png) no-repeat; width:161px; height:53px; margin: 0 0 0 25px;}
#menucase ul.vert-one li a.current,ul.vert-one li a.current:hover{list-style-type:none;background:url(images/menu_tab_current.png) no-repeat;width:205px; height:75px; margin: 45px 0 0 -25px;}
