body {
	background: #E7E9EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #85939E;
}

#page {
	margin-top: 60px;
	background: url('images/OtCommHome.jpg') no-repeat;
	width: 920px;
	height: 622px;
	margin-left: auto;
	margin-right: auto;
	
}

#header {
	text-align: right;
	margin-right:53px;
	padding-top: 47px;
}

#container {
	padding-top: 51px;
	padding-left: 22px;
	line-height: 1.2em;
}


#body-text {
	padding-left: 493px;
	color: #373737;
	padding-right: 20px;
}

#body-text ul{
	list-style-type: none;
}


#menu {
	margin-top: 205px;
	opacity: 1;
}

#menu ul {
	list-style-type: none;
}

#menu ul li{
	display: inline;
	padding-right: 35px;
	cursor: pointer;
}

.network {
	padding-left: 3px;
}

.frontline {
	padding-left: 15px;
}

.comm {
	padding-left: 9px;
}

.regular {
	font-size: 13px;
}

.regular h1{
	font-size: 15px;
}

.o {
	font-size: 24px;
}

.italic {
	font-size: 14px;
}

.quote {
	margin-top: 13px;
}

.regularquote {
	font-size: 14px;
}

#bottom {
	color: #777;
	text-align: center;
	font-size: 15px;
	margin-right: 34px;
	margin-top: 40px;
}

#bottom a {
	text-decoration: none;
	color: #777;
}

#bottom a:hover {
	text-decoration: underline;
}


#footer {
	margin-top: 65px;
	color: #999;
	font-size: 9px;
	text-align: center;
	line-height: 1.5em;
	padding-right: 35px;
	position: relative;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #000;
}

#footer #uploadFiles { position: absolute; top: -4px; right: 15px; width: 127px; height: 32px; background: url(images/ot_button.png) top left no-repeat;  }
	#footer #uploadFiles:active { background-position: bottom left; }

#contactForm { position: absolute; width: 300px; top: 100px; margin: auto; z-index: 999; opacity: 0; display: none;
	border: 2px solid #ccc; padding: 15px; background: #fff;
	box-shadow: 0px 0px 15px #000; -moz-box-shadow: 0px 0px 15px #000; -webkit-box-shadow: 0px 0px 15px #000;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
	#contactForm .inner { position: relative; font-size: 12px; line-height: 20px; }
		#contactForm .inner .close { position: absolute; top: -25px; right: -25px; width: 30px; height: 30px; cursor: pointer; }
	
	#contactForm .inner .txtbox { width: 288px; padding: 5px; border: 1px solid #ccc; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #333; margin-bottom: 5px;
		-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
		
	#contactForm .inner button { position: relative; width: 127px; height: 32px; background: url(images/ot_send.png) top left no-repeat; margin-top: 10px; border: 0px; }
		#contactForm .inner button:active { background-position: bottom left; }
