@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Graublau Sans Web;
	src: url(GraublauWeb.otf) format("opentype");
}
html {
	background-color: #E7FBF8;
}
body {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: aliceBlue none repeat-x scroll 0 0;
	font-family: Trebuchet MS, Arial, sans-serif;
	margin: 0;
}
img {
	border: medium none;
	display: block;
}
table {
	border-spacing: 0;
}
td {
	padding: 10px 14px;
	vertical-align: baseline;
}
td h2 {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 5px;
	background-color: aliceBlue;
	margin: 0;
	padding: 0 20px 0 0;
	text-transform: uppercase;
}
ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	text-decoration: underline;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
h1, h2 {
	margin-top: 10px;
	text-align: right;
}
#header h1 a {
	color: darkCyan;
	font-size: 2.75em;
	letter-spacing: -2px;
	line-height: 1;
	margin: 20px 25px 0.3em 0;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px black;
}
#header h2 {
	clear: right;
	font-family: Georgia, serif;
	font-size: 1.25em;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.2;
	margin-right: 20px;
	text-transform: uppercase;
}
#header h2 em {
	color: Darkcyan;
	letter-spacing: 0;
	text-transform: none;
}

#header {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: aliceBlue url(../img/ostNano11.png) no-repeat scroll 0 0;
	height: 270px;
	overflow: hidden;
	padding-left: 11.25%;
}

.content_holder {
	margin-left: 11.25%;
	overflow: hidden;
	padding-top: 31px;
	width: 1024px;
}

.content {
	background-color: transparent;
	border: 3px solid #42AEC2;
	margin: -1px 0 0;
	overflow: hidden;
	padding: 0 0 15px;
	width: 977px;
}
#menu_column {
	float: left;
	overflow: hidden;
	padding:0 0 0 5px;
	width: 218px;
}

.footer {
	clear: both;
	margin-left: 142px;
	overflow: hidden;
	width: 978px;
}
.footer p {
	color: #404040;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	padding: 30px 0 40px;
}
.footer p em {
	float: left;
	font-style: normal;
	padding: 0 0 0 22px;
}
.footer p span {
	float: right;
	padding: 0 35px 15px 0;
}
.footer p a {
	color: #42AEC2;
}

#left_column {
	margin: 15px 0 0;
	padding:0 15px 0 0;
  width: 739px;
	float:right;
}

h2 {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../img/left_column-h2-under.gif) repeat-x scroll 0 100%;
	color: DarkOrange;
	font-family: Trebuchet MS, Arial, sans-serif, Tahoma;
	font-size: 24px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-right: 20px;
	padding-bottom: 9px;
}
#left_column p {
	font-family:Trebuchet MS,Arial,sans-serif,Tahoma;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:25px;
margin:13px 0 0;
padding:0 0 3px;
text-align:justify;
}
#left_column h3 {
	color: #CC6600;
	font-family: Trebuchet MS, Arial, sans-serif, Tahoma;
	font-size: 24px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 24px;
	margin: 12px 0 0;
	padding: 0 0 4px;
}

#left_column h4 {
	padding: 2px 10px 2px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;;
	border: 0px solid #E3E3E3;
	background-color:#000000;
	color: #FFFFFF;
	text-align:left;
}

p {
	line-height: 1.1
}
p:first-letter {
	font-size: 1.5em;
	font-weight: normal
}
span {
	font-weight: bold;
	font-style: italic;
}

.borderTopBottom {
	border-bottom: 1px solid #CC9933;
	border-top: 1px solid #CC9933;
}
.topRounded {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
.topBottomLeft {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  
}
.topLeft {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0;
	
	-webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 0px;
  
  
}
.topRight {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 10px;
	
	-webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 10px;
  
  
}
.bottomLeft {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	
	-webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  
}
.bottomRight {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  
}
.bottomRounded {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	 -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}
.rounded, .roundedGolden {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;;
	border: 1px solid #E3E3E3;
}
.goldenOnePx, .roundedGolden {
	background-color: #89CAB9;
	border: 1px solid #FFFFFF;
}

.super{
font-size:12px;
vertical-align:super;
}