/* @override 
	http://www.oranjudio.com/assets/css/global.css
	http://oranjudio.com/assets/css/global.css
*/

html { 
	height: 100%; 
	width: 100%;
	font-family: Courier, "Courier New", monospace;
	color: #333;

}

body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-size: 10pt;
	line-height: 18pt;
}

h1 {
	color: #333;
	padding: 210px 0 1200px 0;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-size: 18pt;
	line-height: 25pt;
	text-align: center;
}



h2, h3, h4 {
	color: #333;
	padding: 0 0 8px 0;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
}

.underline {
border-bottom: solid 3px #eb5300;
}


h2 { font-size: 14pt; text-align: center; }
h3 { margin: 23px 0 0 25px; font-size: 12pt; }
h3.first { margin: 0 0 0 25px; }		  
h4 { padding: 0; margin: 0 0 0 25px; font-size: 10pt; }

p {
	padding: 0 0 15px 0;
	margin: 0; 
}

a {
	text-decoration: none;
	border-bottom: none;
	color: blue;
}

a:hover {
	color: blue;
	text-decoration: none;
	border-bottom: 2px solid blue;
}

a.no-underline {
	color: #333;
	border: 0;
}

a.thickbox {
	border: 0;
}

#navigation a {
	font-family: helvetica, arial, sans-serif;
	color: #ec5300;
	text-decoration: none;
	border-bottom: 3px solid #ec5300;
}


#navigation a:hover {
	font-family: helvetica, arial, sans-serif;
	color: blue;
	text-decoration: none;
	border-bottom: 3px solid #ec5300;
}

#image img {
	padding: 0 4px 8px;
	margin: 0;
	border: none;
}

#image ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#image li {
	list-style: none;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#image li:hover {
	text-indent: 1000px;
}

#container {
	margin: 16px;
	background-color: #fff;
	position: relative;
	min-width: 900px;
	
}

#text {
	margin: 0 4% 0 2%;
	width: 32.5%;
	min-width: 10px;
	display: block;
	float: left;
	position: absolute;
	left: 0;
	z-index: 1;
}

#image {
	margin: 0 2% 0 4%;
	width: 32.5%;
	min-width: 10px;
	display: block;
	float: right;
	position: absolute;
	right: 0;
	z-index: 2;
}

#navigation {
	font-weight: bold;
	top: 50%;
	left: 50%;
	width: 322px;
	height: 300px;
	margin-top: -150px; /*set to a negative number 1/2 of your height*/
	margin-left: -161px; /*set to a negative number 1/2 of your width*/
	display: block;
	position: fixed;
	text-align: center;
	z-index: 3;
}

#borderRight {
	width: 16px;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #000;
	height: 100%;
	z-index: 200;
}

#borderLeft {
	width: 16px;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #000;
	height: 100%;
	z-index: 200;
}

#top {
	height: 16px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	z-index: 200;
}
		
#bottom {
	height: 16px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #000;
	z-index: 200;
}

.content {
	padding: 15px 0 90px 0;
}

#logoTop {
	margin: 175px 0 1200px 0 !important;
}

#rightLogo {
	margin: 500px 0 300px 0;
}

#leftLogo {
	margin: 75px 0 300px 0;
}


.header {
	font-size: 14pt;
	line-height: 18pt;
}

.subHead {
	font-size: 10pt;
	line-height: 16pt;
}

hr {
	height: 20px;
	color: #fff;
	border: 0;
}

ul li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
}


ul#navigation {
	width: 410px;
	border: solid 1px #c0d;
}

ul#navigation li.header {
	clear: both;
}

ul#navigation li ul {
	width: 410px;
	text-align: center;
	margin-bottom: 20px;
}

#navigation li.subHead {
	margin: 0;
	padding: 0;
	display: inline;
}
