@charset "utf-8";

body  {
	font: 90% Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
}

a {
	color: #0498BE;
}

a:hover {
	color: #72E0FC;
}

.main #container { 
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 

.main h1 {
	color: #0498BE;
	font: 200% Arial, Helvetica, sans-serif;
}

.main h2 {
	color: #0498BE;
	font: 150% Arial, Helvetica, sans-serif;
}

.main h3 {
	color: #0498BE;
	font: 120% Arial, Helvetica, sans-serif;
}

.main #header {
	background-image: url(/version2/img/TopBG1.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border-top: #1BA2C3 5px solid;
	padding: 0px;
	height: 143px;
} 

.main #sidebar1, .main #navbar {
	position: absolute;
	top: 143px;
	left: 0;
	width: 200px;
	padding: 30px 20px 15px 20px;
}

#sidebar2 {
	position: absolute;
	top: 143px;
	right: 0;
	width: 200px;
	padding: 30px 20px 15px 20px;
}

#rightbar {
	position: absolute;
	top: 143px;
	right: 0;
	width: 300px;
	padding: 30px 20px 15px 20px;
}

#sidebar1 p, #sidebar2 p { 
	margin-bottom: 20px;
	text-align: center;
}

#sidebar1 h2, #sidebar2 h2, #navbar h2, #mediabar h2, #eventsbar h2 { 
	color: #0498BE;
	font: 150% Arial, Helvetica, sans-serif;
	text-align: center;
}

#navbar p, #rightbar p {
	padding-left: 15px;
	margin-bottom: 20px;
}

#midbar {
	margin: 0px 340px 0px 240px;
	padding: 20px 30px 20px 30px;
	background-color: #fff;
	border: 1px solid #dedede;
}

#contentbar {
	margin-left: 240px;
	padding: 20px 30px 20px 30px;
	background-color: #fff;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

#thanksbar {
	margin-left: 240px;
	padding: 20px 30px 20px 30px;
	background-color: #fff;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	height: 400px;
}

#about {
	margin-left: 240px;
	padding: 20px 30px 20px 30px;
	background-color: #fff;
	border-left: 1px solid #dedede;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	height: 450px;
}

#about ul li {
	line-height: 170%;
}

.right {
	display: block;
	text-align: right;
}

#mainContent {
	margin: 0 240px;
	padding: 20px 30px 20px 30px;
	background-color: #fff;
	border: 1px solid #dedede;
}

#mainContent p, #midbar p { 
	margin-bottom: 30px;
	padding-left: 15px;
	color: #666;
}

.main #midsection {
	display: block;
	background: repeat-x url(/version2/img/MainBG.jpg) bottom;
}

.main #footer {
	clear: both;
	padding: 0px;
	border-bottom: #54b948 5px solid;
	background-color: #e2f3e0;
	font-size: 80%;
} 

.main #footer p, .main #footer p a {
	margin: 0;
	text-align: center;
	color: #888;
	padding: 10px 0;
	font-weight: bold;
}

.main #footer p.copy {
	margin: 0;
	text-align: center;
	color: #999;
	font-size: 90%;
	padding-top: 20px;
	padding-bottom: 10px;
}

#fullmain {
	margin: 0 50px;
	padding: 0px;
	display: block;
	clear: both;
}

#qcontent {
	clear: both;
}

#fullmain .qwrap {
	display: block;
}

#fullmain .qn {
	display: block;
	float: left;
	clear: both;
	width: 4%;
	padding: 15px 0px 15px 0px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	color: #0498BE;
	border-top: dotted 1px #666;
}

#fullmain .ans {
	display: block;
	float: left;
	clear: both;
	width: 4%;
	padding: 15px 0px 15px 0px;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	color: #0498BE;
}

#fullmain .question {
	display: block;
	float: right;
	width: 96%;
	font-weight: bold;
	padding: 15px 0px 15px 0px;
	border-top: dotted 1px #666;
}

#fullmain .answer {
	display: block;
	float: right;
	width: 96%;
	padding: 15px 0px 15px 0px;
}

.newset {
	clear: both;
	display: block;
}

#logo {
	float: left;
	width: 288px;
	height: 138px;
}

#nav {
	float: right;
	text-align: right;
	width: 680px;
	height: 138px;
}

#mininav {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
	width: 600px;
	padding: 30px 0px 20px 0px;
	margin: 0 auto;
	font-size: 120%;
	height: 90px;
}

#mininav ul {
	list-style: none;
	float: right;
}

#mininav ul li {
	float: left;
	border-right: 1px solid #777;
	text-align: center;
	display: block;
	padding: 0 15px;
}

#mininav ul li a {
	text-decoration: none;
	color: #777;
}

#mininav ul li:hover a, #mininav ul li .here {
	color: #bbb;
	border-bottom: #bbb 1px solid;
}


#mininav ul li.subcontact {
	border-right: none;
	margin-right: 20px;
	text-align: right;
}

.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.qt {
	font-size: 90%;
	font-style: italic;
}

.qtauth {
	font-size: 80%;
	font-weight: bold;
}

.clientimg {
	border: 5px solid #cecece;
	padding: 6px;
	margin-left: 5px;
	background-color: #fff;
	position: relative;
	float: right;
}

.title {
	display: block;
	font-weight: bold;
	text-decoration: underline;
	color:#0498BE;
	cursor: pointer;
	line-height: 200%;
}

.bio {
	display: block;
	padding: 0px 30px 0px 30px;
	border-bottom: 1px dotted #777;
	font-size: 90%;
}

.bio2 {
	display: block;
	padding: 0px 30px 0px 30px;
	font-size: 90%;
}

.bio img, .bio2 img {
	padding-bottom: 10px;
	padding-right: 10px;
}

.collapse {
	display: block;
	text-align: right;
	color: #0498BE;
	cursor: pointer;
	text-decoration: underline;
}

.formitem {
	clear: both;
	display: block;
	margin: 0px 0px 10px 10px;
}

.formlabel {
	display: block;
	color: #999;
	font-size: 80%;
}

.formrequired {
	color: #900;
}

.forminput {
	display: block;
}

#mediabar {
	width: 408px;
	padding: 20px 40px 15px 40px;
	border-right: 1px solid #dedede;
	float: left;
}

#eventsbar {
	position: relative;
	float: right;
	width: 408px;
	padding: 20px 40px 15px 40px;
}

.mediaitem {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px dotted #aaa;
}

.mdate {
	display: block;
	font-size: 90%;
	margin-bottom: 3px;
}

.msource {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

.mediaitem a {
	display: block;
	margin-bottom: 3px;
}

.info {
	font-size: 70%;
	cursor: pointer;
	text-decoration: underline;
}

.contentimage {
	display: block;
	clear: both;
}

.imagea {
	display: block;
	width: 270px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 15px;
	float: left;
}

.imageb {
	display: block;
	width: 350px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 15px;
	float: right;
}

.cap {
	font-size: 60%;
	display: block;
}

.overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.content {
	display: none;
	position: absolute;
	top: 100px;
	left: 12%;
	width: 710px;
	height: 530px;
	padding: 0px;
	text-align: center;
	border: 5px solid #0498BE;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

ul#menucompany {
	list-style:none;
}

ul#menucompany li{
	display: block;
}

ul#navRight {
	list-style:none;
	width:560px
}

ul#navRight li {
	display: inline
}

ul#navRight li a {
	text-decoration: none;
	text-align: center;
	padding: 5px 0;
	width: 100px;
	background-color:#98bf21;
	color: white;
	border-left: 1px solid #fff;
	float: left;
}

ul#navRight li a:hover {
	background-color:#7A991A;
}

#mainNav {
	float: right;	 
	text-align: right;
	position: relative;
	z-index: 98;
	padding-top: 0px;
	clear: both;
	width: 600;
	margin-right: 10px;
	top: -120px;
	right: 0px;
	left: 10px;
}

#mainNav ul {
	list-style-type: none;
}

#mainNav ul li a, #mainNav ul li a:visited {
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 38px;
	width: 140px;
	border: 1px solid #999;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 140%;
}


#mainNav ul.navRight li a, #mainNav ul li.navRight a:visited {
	background-color: #98bf21;
}

#mainNav ul li {
	float: left; 
	position: relative;
	text-align: left;
}

#mainNav ul li ul {
	display: none;
}


#mainNav ul.navRight li:hover a {
	background-color: #7A991A;
}


#mainNav ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 40px; 
	left: 0;	
}

#mainNav ul.navRight li:hover ul li {
	background-color: #98bf21;
}

#mainNav ul li:hover ul li a.topLevel {
	color: white;
}

#mainNav ul li:hover ul li:hover a.topLevel {
	color: white;
}

#mainNav ul li:hover ul li a {
	display: block; 
	white-space: nowrap;
	text-align: left;
	border-top: none;
	color: white;
	background-image: none !important;
	height: 25px;
	line-height: 25px;
	padding: 0px 5px;
	font-size: 120%;
	width: 230px;
}

#mainNav ul.navRight li:hover ul li a:hover {
	background-color: #98bf21;
	color: white;
}
