/* @override http://www.orbitalmotion.com/om_stylesheet.css */

/* Edited 5/9/08 */

body {
	background-color: #2b2b2b;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	text-align: center;	
}

p {
	font-size: 0.7em;
	color: white;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 1.6em;
}

#contact p {
	font-size: 0.7em;
	color: white;
	margin: 0;
	padding-left: 10px;
	padding-top: 10px;
	line-height: 1.4em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #666666;
	padding-left: 10px;
	padding-top: 10px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #666666;
	padding-left: 10px;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	color: #666666;
	padding-left: 10px;
}

a:link {
	color: silver;
	text-decoration: none;
}

a:visited {
	color: #6f85ab;
	text-decoration: none;
}

a:hover {
	color: #d57d55;
	text-decoration: none;
}

a:active {
	color: #a3a3a3;
	text-decoration: none;
}

#container {
	
	width: 886px;
	margin: 0 auto;
	text-align: left;
}

#content {
	/*width: 884px;*/
	/*height: 440px;*/
	background-color: #19191A;
	padding: 20px;
}
#image-holder-home {	
	background: #19191A url(images/om_home.jpg) no-repeat;
	width: 845px;
	height: 400px;
}

#image-holder-info {	
	background: #19191A url(images/om_info.jpg) no-repeat;
	width: 845px;
	height: 400px;
	overflow: hidden;
}

#image-holder-contact {	
	background: #19191A url(images/om_contact.jpg) no-repeat;
	width: 845px;
	height: 400px;
	overflow: hidden;
}

#image-holder-news {	
	background: #19191A url(images/om_news.jpg) no-repeat;
	width: 845px;
	height: 400px;
	overflow: hidden;
}

#over-image {
	width: 450px;
	height: 400px;
	padding-left: 15px;
	overflow: hidden;
}

#header {
	height: 76px;
	background-image: url(images/om_page_header.jpg);
	background-repeat: no-repeat;
	visibility: visible;
}

#mainmenu {
	float: left;
	margin-bottom: 25px;
	overflow: hidden;
}

#mainmenu ul {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	float: left;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainmenu a {
	border-bottom: 1px solid #a3a3a3;
	color: #a3a3a3;
	display: block;
	font-size: 1.6em;
	line-height: .8em;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 10px 45px 13px 45px;
}

#mainmenu a:hover {
	color: white;
	border-bottom: 2px solid #a3a3a3;
	padding: 10px 45px 13px 45px;
}


#footer {
	margin: 4px;
	clear: left;
	color: #EFEFEF;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .6em;
	text-decoration: none;
	text-align: center;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
}

#footer a:visited {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	border-bottom: 1px #000000 solid;
}

#footer a:active {
	color: #ffffff;
	text-decoration: none;
}

#leftcol {
	float: left;
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	background: #ffffff;
	width: 70%;


/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 66%;
}

html>body #leftcol
	width: 66%; 

/* ie5win fudge ends */
	}
	
#rightcol {
	float: left;
	/

* Opera5.02 will show a space at right when there is no scroll bar */
	padding: 10px 2% 10px 2%;
	margin: 0px;
	border: 0px;
	background: #ffffff;
	width: 30%;
	

/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 26%;
}
html>body #rightcol
	width: 26%; /* ie5win fudge ends */
	}