/*Reset section*/
/* Neutralize styling: 
   Elements we want to clean out entirely: */
html { font-size:100.01%; }
html, body, form, fieldset {
        margin: 0;
        padding: 0;
}
body{
	font-size:14px;
	line-height:190%;
	background-color: #2190a6;
	color: #4e4e4e;
	font-family:"Verdana","Arial", sans-serif;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, a,img,pre,
blockquote, ul, ol, dl, address,div {
        margin: 0;
        padding: 0;
        border:0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}
/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
		width:auto;
		font-family:"Verdana","Arial", sans-serif;
		font-size:13px;
		font-weight: bold; 
		color: #2190a6;
		background-color: #ffffff;
		border:1px solid #cccccc;
}

.button {
		font-weight: normal; 
	color: #2190a6;
	background-color: #ffffff;
	border-top:1px solid #999999;
	border-right:2px solid #666666;
	border-bottom:2px solid #333333;
	border-left:1px solid #808080;
	padding:0px;
	padding-top:2px;
	margin:0px;
	cursor:hand;
}

.ms {
	width:120px;
	height:30px;
	font-family:"Verdana","Arial", sans-serif;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	font-weight: bold; 
	color: #2190a6;
	background-color: #ffffff;
	border:1px solid #cccccc;
}

.ys {
	width:120px;
	height:30px;
	font-family:"Verdana","Arial", sans-serif;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	font-weight: bold; 
	color: #2190a6;
	background-color: #ffffff;
	border:1px solid #cccccc;
}




table {
	border-collapse: separate;
	border-spacing: 0;
	border:0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

b{font-size: 110%;}
em{color: red;}

#top{
margin-top:10px;
height: 185px; /*Height of top section*/
}
#top .left{
	width:163px;
	float:left;
}
#top .right{
	width:auto;
	float:left;
}
#top .right img{
margin:0;
padding:0;
margin-bottom:20px;
}
#content{
	width:835px;
	margin:auto;
	height:auto;
}
.innertube{
background-color: #fff;
border: 1px solid #000;
}
#footer, #footer a{
	color:#fff;
}
#footer .right{
	width:240px;
	float:right;
}
#footer .left{
	width:595px;
	float:right;
}
.innertube .left{
	width:320px;
	float:left;
	padding-left:15px;
	padding-right:5px;
}
.innertube .left img{
margin-bottom:10px;
}
.innertube .right{
	width:470px;
	float:left;
	padding:10px;
}
#top ul, li{
	border:0; margin:0; padding:0; list-style:none;
}
.menu{
	margin-left:0px;
}
.menu li{
	width:auto;
	float:right;
	text-align: center;
	padding-top:1px;
}
.menu #small{
width:83px;
}
.menu #medium{
width:103px;
}
.menu #big{
width:133px;
}
.menu #huge{
width:164px;
}
.menu .active, .menu li:hover{
	background-repeat: no-repeat;
	background-position: top left;
}
#small.active, #small:hover{
	background-image: url("../img/hover_s.png");
}
#medium.active, #medium:hover{
	background-image: url("../img/hover_m.png");
}
#big.active, #big:hover{
	background-image: url("../img/hover_b.png");
}
#huge.active, #huge:hover{
	background-image: url("../img/hover_h.png");
}
.menu span{
	font-size:10px;
	margin-left:0px;
	border-right: 1px dotted #fff;
}
.menu a{
	color: #fff;
	padding-left:8px;
	padding-right:12px;
	font: 14px "Arial", Verdana, sans-serif;
	text-decoration: none;
}

.open{
	height:32px;
	width:833px;
	background-image: url("../img/open.png");
	background-repeat: repeat-x;
}
.close{
	clear: both;
	height:32px;
	width:833px;
	background-image: url("../img/close.png");
	background-repeat: repeat-x;
}
.innertube li{
	list-style:disc;
	margin-left:12px;
	color: #f59533;
	margin-bottom:10px;
}
.innertube li p{
	color: #4e4e4e;
}
.innertube li a{
	color: #f59533;
}
h2{
	font-weight: normal;
	color:#2190a6;
	padding:0;
	margin:0;
	padding-left:4px;
	margin-top:5px;
	margin-bottom:10px;
	font-size:16px;
	line-height:20px;
	border-left: 4px solid #f0a457;
}
#ml{
	color:#2190a6;
	font-size: 10px;
	font-weight:bold;
	width:180px;
	border-right: 1px solid #f0a457;
	height:90px;
	float:left;
	padding-right:8px;
}
#mr{
	color:#2190a6;
	font-size: 10px;
	line-height:16px;
	font-weight:bold;
	width:auto;
	height:auto;
	float:left;
	padding-left:8px;
	margin-left:10px;
}

.huge {
	color:#2190a6;
	font-size: 12px;
	font-weight:bold;
	}

#mr img{
	display: block;
}
	p{
		padding-bottom:5px;
	}
	#nt,#tm,#hs,#rp,#pf,#mg{
		width:40px;
	}
	#after{
		color:#2190a6;
		clear:both;
		padding:15px;
	}
	
	#after_left{
	margin-left:35px;
	margin-top:20px;
	margin-bottom:20px;
	padding-right:15px;
		border-right: 1px solid #f0a457;
		height:auto;
		float:left;
		width:370px;
	}
	
	#after_right{
		margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
		height:auto;
		float:left;
		width:350px;
	}
	
	
	
	
	#after p{
		color: #4e4e4e;
	}
	#calc{
		background-color: #FFFFFF;
		border: 0px solid #f0a457;
						padding-bottom: 25px;
						padding-right: 0px;
						margin-right:0px;
	}
	
	a.link {
text-decoration: underline;}
a.link:link {color: #ffffff}
a.link:visited {color: #ffffff}
a.link:hover {color: #cccccc; text-decoration:none;}

a.link_yellow {
text-decoration: underline;}
a.link_yellow:link {color: #f59533}
a.link_yellow:visited {color: #f59533}
a.link_yellow:hover {color: #f59533; text-decoration:none;}

.plain_text {
	font-size:13px;
	line-height:190%;
	color: #4e4e4e;
	font-family:"Verdana","Arial", sans-serif;
	}
	
	#services li{
		margin-bottom: 0px;
	}
	
	#common li{
		margin-bottom: 0px;
		color:#4e4e4e;
		margin-left:15px;
		margin-right:10px;
	}	
	#top ul.menu{
		clear:both;
	}
	
	
	#pic.hover {
	background-image: url("../img/hover_s.png");
}