@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #111111;
	margin-bottom:40px;
	font-size: 12px;
	background-color:#cbcbcb;
	background-image:url(../png/bg.png);
	background-repeat: repeat-y;
	background-position:center;
}
a
{
	outline: none;
	cursor: pointer;
}
#mainContent a,
#mainContent a:link,
#mainContent a:visited,
#mainContent a:active
{
	color: 	#666;
	text-decoration: none;
}
#mainContent a:hover
{
	color: #83b2c4;
	text-decoration: none;
}
p.small
{
	font-size:12px;
}
h1
{
	font-weight:bold;
	font-size: 18px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #FFF;
	font-weight: normal;
}
h1.blog
{
	font-size: 18px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #FFF;
	font-weight: normal;
	text-align: left;
	padding: 0;
}
h3
{
	font-size: 17px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #71a3b6;
	font-weight: normal;
}
h4
{
	font-size: 17px;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 20px;
	color: #71a3b6;
	font-weight: normal;
}
p
{
	padding: 5px;
	margin: 0px;
	font-size: 14px;
}
#blog_menu
{
	margin-top: 0px;
}
#header
{
	background-image:url(../png/top.png);
	background-repeat: no-repeat;
	height: 84px;
	margin-bottom: 0px;
}
#blog_header
{
	background-image:url(../png/top.png);
	background-repeat: no-repeat;
	height: 84px;
	margin-bottom: 0px;
}
#container { 
	position: relative;
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px;
	text-align: left;
} 

#mainContent { 
	background-image:url(../png/bg.png);
	height:502px;
	margin: 0;
	margin-top: 0px;
	padding: 0 0px;
}

#mainContent2 { 
	background-image:url(../png/bg_home.png);
	height: 560px;
	margin: 0;
	padding: 0px 35px;
	padding-top: 8px;
}
#mainContent3 { 
	background-image:url(../png/scrollbg.png);
	background-repeat: no-repeat;
	height: 100px;
	margin: 0;
	padding: 0px 35px;
	padding-top: 8px;
}

#mainContent2 div.top { 
	background-image:url(../png/top.png);
	height:9px;
	margin: 0px -15px;
}
#mainContent2 div.bot { 
	background-image:url(../png/bot.png);
	height:9px;
	margin: 0px -15px;
}
#mainContent3 a:link,
#mainContent3 a:visited,
#mainContent3 a:active,
#mainContent2 a:link,
#mainContent2 a:visited,
#mainContent2 a:active,
a.normal:link,
a.normal:visited,
a.normal:active
{
	color: 	#006c9e;
	text-decoration: none;
}
#mainContent3 a:hover,
#mainContent2 a:hover,
a.normal:hover
{
	color: #444;
	text-decoration: none;
}

input.button,
input.contact,
textarea.contact
{
	width: 440px;
	border: 1px solid #555;
	font-family:Verdana;
	font-size: 12px;
}
input.button:hover,
input.contact:hover,
textarea.contact:hover
{
	border: 1px solid #000;
}
input.button:focus,
input.contact:focus,
textarea.contact:focus
{
	border: 1px solid #000;
}
input.button
{
	width: 70px;
}
p.big
{
	font-size: 16px;
}

#menu
{
	margin: 0px;
	width: 600px;
	height: 35px;
	float:right;
	margin-top: 49px;
}
#menu a:link,
#menu a:visited,
#menu a:active
{
	color:#FFF;
	text-align: center;
	padding-top: 6px;
	text-decoration: none;
	font-size:14px;
	
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 20px;
	margin-right: 20px;
	height: 25px;
	float:left;
}
#menu a:hover
{
	color:#CCC;
}
#menu a.active
{
	color:#FFF;
	text-decoration: underline;
}
#logo
{
	position:absolute;
	z-index: 3;
	width: 190px;
	height: 90px;
	left: 30px;
	top: 0px;
}
#quote
{
	position:absolute;
	z-index: 3;
	width: 226px;
	height: 282px;
	left: 710px;
	top: 108px;
}
#sci
{
	position:absolute;
	z-index: 3;
	width: 90px;
	height: 15px;
	float: right;
	right: 25px;
	top: 0px;
}
#footer
{
	position: absolute;
	width: 910px;
	top: 640px;
	text-align: right;
	color:#999;
}
#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover
{
	color:#999;
	text-decoration: underline;
}
object.features
{
	margin-left: 20px;
	position:relative;
	top: -9px;	
}
iframe
{
	border: 1px solid #000;
	background-color:#FFF;
}

