@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300|Rosario:400,700,400italic,700italic');

html{
	overflow: scroll;
}

body{
	background-color: black;
	background-image: url('../gfx/pageglow.png');
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
}

a, a:visited{
	color: #444;
}

a:hover, a:visited:hover{
	color: #444;
	text-decoration: underline;
}

hr{
	border: 1px inset gray;
	background-color: black;
	height: 0;
	width: 100%;
}

.trimTopLeft{
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 547px;
	height: 514px;
	background-image: url('../gfx/trimTopLeftBG.png');
	z-index: -1;
}

.trimTopRight{
	position: absolute;
	top: 0;
	right: 0;
	width: 39px;
	height: 558px;
	background-image: url('../gfx/trimTopRightBG.png');
}

.oiLogoTopRight{
	position: absolute;
	top: 20px;
	right: 10%;
	width: 196px;
	height: 175px;
	background-image: url('../gfx/oi_logo_topright.png');
}

.top{
	position: absolute;
	top: 0;
	left: 15%;
	display: block;
	text-align: right;
}

.top img{
	border: 0;
	margin: 0 .2em 0 .2em;
}

.top a{
	display: block;
	float: left;
	margin: 0 .2em 0 .2em;
	color: #bbb;
	background-color: black;
	font-size: 11pt;
	padding: 2pt 4pt 4pt 4pt;
	border: 1px solid #555;
	border-top: none;
	border-bottom-left-radius: .3em;
	border-bottom-right-radius: .3em;
	background-image: url('../gfx/gray_highlight_90px_bg.png');
	background-position: 0 -60px;
	background-repeat: repeat-x;
	min-width: 7em;
	text-align: center;
}

.top a:hover{
	color: white;
	text-decoration: none;
	background-color: black;
	background-image: url('../gfx/nav_highlight_teal_42px.png');
	background-position: 0 -10px;
	background-repeat: repeat-x;
}

.logoarea{
	position: absolute;
	left: 10%;
	top: 80px;
	color: white;
}

.logoarea h1{
	font-size: 40px;
	font-weight: normal;
}

.logoarea h3{
	font-size: 26px;
}

.header{
	margin: 175px 10% 20pt 10%;
	background-color: black;
	background-image: url('../gfx/gray_highlight_46px_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #555;
	border-radius: .5em;
}

.nav{
	text-align: center;
	top: 150px;
	left: 200px;
}

.nav a{
	display: inline-block;
	margin: 0;
	padding: 6pt;
	color: #bbb;
	font-weight: 300;
	font-size: 120%;
}

.nav dl{
	display: inline-block;
	border-right: 1px solid #777;
}

.nav dt{
	margin: 0;
	display: inline-block;
	border-left: 1px solid #444;
	background-color: black;
	background-image: url('../gfx/gray_highlight_90px_bg.png');
	background-position: 0 -60px;
	background-repeat: repeat-x;
}

.nav a:hover{
	color: white;
	text-decoration: none;
	background-image: url('../gfx/nav_highlight_teal_42px.png');
}


.content{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 10%;
	margin-right: 10%;
	border: 1px solid #888;
	border-radius: .5em;
	padding: 0;
	background-color: white;
	overflow: hidden;
	border-left: 1px solid #444;
}

.col-left-main{
	display: block;
	float: left;
	width: 25%;
}

.col-left-main h2{
	font-size: 120%;
	padding: 4pt;
	text-align: center;
	font-weight: normal;
	color: white;
	background-color: black;
	background-image: url('../gfx/gray_highlight_32px_bg.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #444;
	margin-bottom: .5em;
}

.left-col{
	background-color: black;
	background-repeat: repeat-x;
	border-bottom-right-radius: .7em;
	border-bottom-left-radius: .7em;
	padding-bottom: 1em;
}

.col-left-main dt{
	background-image: url('../gfx/gray_highlight_90px_bg.png');
	background-position: 0 -60px;
	background-repeat: repeat-x;
}

.col-left-main dt a{
	display: block;
	color: #bbb;
	font-size: 110%;
	line-height: 120%;
	padding: .4em .3em .4em .7em;
	border-top: 1px solid #444;
}

.col-left-main a:hover{
	color: white;
	text-decoration: none;
	background-image: url('../gfx/nav_highlight_teal_120px.png');
}

.left-col dl{
	display: block;
	margin: 0;
	font-size: 120%;
	border-bottom: 1px solid #444;
}

.left-col dt{
	display: block;
	margin: 0;
}

.col-right-main{
}

.right-col{
	margin: 1em;
	margin-right: 10%;
	margin-left: 10%;
}

.footer{
	display: block;
	color: #666;
	text-align: center;
	margin-bottom: 3em;
	padding-top: .5em;
	font-size: 85%;
}

.footer a{
	color: #666;
}

.footer a:hover{
	color: #888;
}

.footer img{
	margin: 0;
	border: none;
}

form{
	display: block;
}

fieldset{
	border: 1px solid #444;
	padding: 6pt;
}

legend{
	padding: 5pt;
	background-color: black;
	background-image: url('../gfx/gray_highlight_90px_bg.png');
	background-repeat: repeat-x;
	border: 1px solid #444;
	border-radius: 4pt;
	color: white;
}

label{
	display: block;
	width: 80%;
	margin-left: 10%;
	float: left;
}

input:hover, input:focus, textarea:hover, textarea:focus{
	border: 1px solid #005362;
	background-color: white;
}

input, textarea{
	display: block;
	width: 80%;
	margin-left: 10%;
	border: 1px solid #555;
	background-color: #ddd;
	margin-bottom: 8pt;
	cursor: pointer;
}

textarea{
	height: 120pt;
}