body
{
	margin: 0;
	background: #fff url(/img/bgindex.png) repeat-x;
	font: 14px Sans-serif;
	color: #043454;
	line-height: 1.5em;
	height: 100%;
}

a.moreButton
{
	display:block;
	color:white;
	font-weight:bold;
	padding-top:10px;
	text-align:center;
	width:116px;
	height:27px;
	background-image:url(/img/button.png);
}

.featured
{
	margin: 0 16px 10px 16px;
}

.featured .content
{
	text-align:justify;
}

.imgFloatLeft
{
	float:left;
	margin:15px 15px 15px 0;
}

#partnersContainer
{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	background-color: #2079BC;
}

#partners
{
	display:none;
	margin:0;
	padding-left:25%;
	background-color:white;
}

#page
{
	width: 990px;
	margin: auto;
}

#container
{
}

#header
{
	width: 900px;
}

#logo
{
	clear:both;

}

#topbar
{
	background-color:gray;
	margin-top:10px;
	height: 21px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 11px;
	text-align: right;
	color: #fff;
}

#topbar a
{
	text-decoration: none;
	color: #fff;
	border: 0;
}

#topbar a:hover
{
	text-decoration: underline;
}

#center_block
{
}

#center_block img
{
	height: 215px;
	width: 330px;
}


#centerBlock1
{
 	float:left;
 	height: 215px;
	width: 330px;

}

#centerBlock2
{
 	float:left;
	height: 215px;
	width: 330px;
}

#centerBlock3
{
 	float:left;
 	height: 215px;
	width: 330px;
}

.blockContent
{
	display:none;
	padding:10px 10px 0 10px;
	height:205px;
	/*background-color:lightgreen;*/
	background-color:#7db0d6;
	font-family: Arial, Tahoma, Verdana;
	font-size:14px;
}

.blockContent ul
{
	list-style-type:circle;
}

.marquee
{
	font-size:16px;
	cursor:hand;
	cursor:pointer;
	color:silver;
}

/*html
{
	height: 100%;
}*/

a img
{
	border: 0;
}

a
{
	color: #043454;
	text-decoration: none;
}

a.learnMore
{
	color:red;
}

#centerBlocks a:hover
{
	text-decoration: none;
	color:red;
	border-bottom:1px dotted coral;
}

#mainfeat1
{
	clear:both;
	margin: 0;
	background: url(/img/banner_refl.png) repeat-x;
	padding-top:30px;
}

#aboutCompany
{
	width: 500px;
	margin: 0 10px 0 16px;
	float: left;
	font-size:16px;
	line-height:1.4em;
}

#centerContent
{
	margin: 0px 10px 0 16px;
	text-align:justify;
}

#centerContent img
{
	border:2px double #E8EFF3;
}

#centerContent img:hover
{
	border:2px double #AFCEE7;
}


#separ
{
	margin-top: 25px;
	float: left;
}

#feedback
{
	width:400px;
	margin:40px 0 0 20px;
	float:left;
	
}

#latest_quote
{
	background: transparent url(/img/mainquotes.png) no-repeat;
	padding-top: 8px;
}

#latest_quote div
{
	font-style:italic;
	margin-top:10px;
	text-align:right;
}

#mainfeat2 {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 30px;
	margin-top:15px;
	clear:both;
}

#mainfeat2 div.marginer
{
	margin:auto;
	width:945px;
}

#mainfeat2 h3
{
	margin:10px 15px 10px 15px;
	border-bottom:4px double coral;
	font-size:16px;
}

#mainfeat2 .three a {
	border: 0;
	text-decoration: underline;
}

#mainfeat2 .events, #mainfeat2 .projects {
	width: 300px;
	margin-right: 10px;
	background: #fff url(/img/mainfeat2bg.png) repeat-x;
	float: left;
	border:4px double #AFCEE7;
}

#mainfeat2 .contacts {
	width: 300px;
	background: #fff url(/img/mainfeat2bg.png) repeat-x;
	float: left;
	border:4px double #AFCEE7;
}

#mainfeat2 .content {
	margin: .75em 1em;
}

#mainfeat2 .events a, #mainfeat2 .projects a {
	border: 0;
	text-decoration: none;
}

.clear
{
	clear:both;
}

hr
{
	color: #8ba0b3;
	background-color: #8ba0b3;
	border: 1px dotted;
}

#footercontainer {
	background-color: #7db0d6;
	width: 100%;
	margin: 00px 0 auto 0;
	color: #fff;
	font-size: 12px;
	height: 100px;
	font-weight:bold;
    bottom: 0;
}

#footer
{
	width: 846px;
	margin: 0 auto;
	padding: 5px 0;
}

#footercontainer a
{
	color: #fff;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size:20px;
	font-weight:normal;
}

/* --- Nav styles below --- */
#nav
{
	width:545px;
	float:right;
	margin: 18px 0 0 0;
	visibility: hidden;
}

.menu
{
	width:550px;
	margin:0px;
	background-color:#0066B3;
}

.menu ul li a
{
	display:block;
	text-decoration:none;
	width:90px;
	height:40px;
	text-align:center;
	background-color:#2079BC;
	line-height:48px;
	font-size:15px;
	color:silver;
	font-weight:bold;
	padding-bottom:2px;
}

/* button hover properties */
.menu ul li:hover a
{
	color: whitesmoke;
	border-bottom:2px solid silver;
	padding-bottom:0;
	background-color:#2084BC;
}

.menu ul li:hover ul
{
	display:block;
	position:absolute;
	top:42px;
	left:-3px;
	width:152px;
	margin: 0;
	padding: 0;
}

/* first and last tabs */
.menu .one
{
	padding-left: 1px;
	margin-right: -1px;
}
.menu .three
{

}

.menu ul
{
	padding:0;
	margin:0;
	list-style: none;
}

.menu ul li
{
	float:left;
	position:relative;
}

.menu ul li ul
{
	display: none;
}


.menu ul li:hover ul li a.two
{

}

.menu ul li:hover ul li:hover a.two
{

}

.menu ul li:hover ul li ul
{
	display: none;
}

.menu ul li:hover .one
{

}

.menu ul li:hover .three
{

}

/* dropdown properties */
.menu ul li:hover ul li a
{
	background-image: none;
	display:block;
	height: 28px;
	line-height: 26px;
	color:white;
	width:142px;
	text-align:left;
	margin: 0;
	padding:0 0 0 11px;
	font-weight:normal;
	font-size:12px;
}

.menu ul li:hover ul
{
	margin: 0 0 0 3px;
	padding: 0;
}

.menu ul li:hover ul .hlight
{
	margin-right: 1px;
}

.menu ul li:hover ul li a:hover
{
	background-color: #2079BC;
}

.menu ul li:hover ul li:hover ul
{
	display:block;
	position:absolute;
	left:105px;
	top:0;
}

.menu ul li:hover ul li:hover ul.left
{
	left:-105px;
}

#rollover_top
{
	padding-left:20%;
	margin:auto;
	cursor:hand;
	cursor:pointer;
	color:white;
	background-color:#2079BC;
	font-family:Times;
	font-style:italic;
}
#rollover_top div
{
	width:150px;
}

/* Form */
.input label {
	float:left;
	width:100px;
	display:block;
}


#flash_success {
	text-align:center;
	color:green;
	font-weight:bold;
	font-size:20px;
}

#flash_error {
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:20px;
}