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

/* always show the vertical scroll bars */
html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #202732;
	background-image: url(../images/theme/background.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ccc;
}

/* Framework Regions */

.base #Header {
	width:750px;
	margin: 0 auto;
	background-image: url(../images/theme/logoheader.png);
	background-repeat: no-repeat;
	height: 100px;
	/* text-align: right; */
}

/* style for the menu items in the header*/
.base #Header li {
	font-size: 16px;	
}

.base #HomeHeadline {
	width:750px;
	height: 145px;
	background-color: #2d3940;
	background-image: url(../images/theme/homeheadline.gif);
	background-repeat: no-repeat;	
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.base #HomeHeadline p {
	font-size: 14px;	
}

.base #SiteHeadline {
	width:750px;
	height: 60px;
	background-color: #2d3940;
	background-image: url(../images/theme/homeheadline.gif);
	background-repeat: no-repeat;	
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}

.base #SiteHeadline {
	
}

.base #Content {
	width:750px;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}


.base #Footer1 {
	background: #171e2a;
	border-top: 1px solid #262e3d;
	border-bottom: 1px solid #262e3d;
	text-align: center;
}

.base #Footer2 {
	width:750px;
	margin: 0 auto;
}

.base #Footer2 p {
	margin: 2px 0;	
}

/* Standard Styles */

/* H1 tags will always be in the Headline region */
h1, h2, h3, h4, h5  {
	font-weight: normal;
	color: white;
	padding: 0;	
	margin:0;
}

h1 {
	font-size: 30px;	
}

h1 sup {
	font-size:12px;
	vertical-align:top;
}



h2 {
	color: #FC0;
	margin: 20px 0;
}

h2 sup {
	font-size:10px;	
	vertical-align:top;
}

h3, h4, h5 {
	margin: 5px 0;	
	margin-top:15px;
}

h3 sup {
	font-size:12px;
	vertical-align:top;
}

p, li {
	font-size: 11pt;
	
}

li {
	margin: .3em 0;	
}

p {
	margin: 1em 0;	
	line-height:1.3em;
}

blockquote {
	margin: 1.3em 40px;	
}

p sup, li sup {
	font-size:8px;
	vertical-align:top;
}

blockquote sup {
	font-size:10px;
	vertical-align:top;
}

a {
	text-decoration: none;
	color: orange;
}

/* remove the dotted border around active image links */
a:active, a:focus, input[type="image"] {
	outline: 0;
}

a:hover {
	text-decoration:underline;	
}

strong {
	color: white;
}

ul {	
	padding-left: 15px;
	margin: 10px 10px 10px 0px;
}

table td {
	 vertical-align: top;
}

form {
	margin-top:20px;
}

/* Class Styles */

div.textmargin {
	margin: 0 10px;	
}

div.contactbox {
	clear:both;
	margin:30px;
	border:1px solid #6D9A81; /*#262e3d;*/
	padding:20px;
	background-color:#21362A; /*#171e2a;*/	
}

ul.checklist {
	list-style-type:none;	
	padding-left:0px;
}

ul.checklist li {
	margin-top:2px;
	padding-top:4px;
	padding-left: 25px;
	background: url(/images/theme/checkbullet.png) no-repeat;
	background-position:0 5px;
}

ul.pdflist {
	list-style-type:none;
	padding-left:0px;
}

ul.pdflist li {
	margin-top:2px;
	padding-top:4px;
	padding-left: 25px;
	background: url(/images/icons/pdficon_small.gif) no-repeat;
	background-position:0 5px;
}

div.pressrelease p, div.pressrelease h1, div.pressrelease h2, div.pressrelease h3 {
	font-family: Arial, Helvetica, sans-serif;	
}

@media print {
    #Header, #Footer1, #Footer2, #Slideshow { display:none; }
	p, a, li, h1, h3, h4, h5, td, blockquote { color:black; }
}