/* reset
----------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.cf:after,
#top:after, #wrap:after, #content:after, #footer:after
{ content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }



/* custom
----------*/

a:link, a:visited {
	color: #012d5e;
}
a:visited { 
}
a:link:hover, a:visited:hover {
}

html { height: 100.01%; }
body {
	font-family: Arial, sans-serif;
	background: #FFFFFF url(../img/bkg-page.jpg) repeat-x 0 51px;
}
#page {
	width: 772px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #000;
}

#header {
/*
overflow: hidden;
*/
position: relative;
}
	#logo {
		float: left;
		padding: 10px 0 0 0;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 137px;
			height: 35px;
			text-indent: -1000em;
			background: url(../img/logo.jpg) no-repeat 0 0;
		}
	#menu {
		position: absolute;
		top: 51px;
		left:0;
		background: url(../img/bkg-menu.png) no-repeat 0 0;
		width: 100%;
		height: 41px;
	}
		#menu ul {
			margin: 0 4px 0 4px;
		}
			#menu li {
				float: left;
				border-right: 1px solid #fff;
				height: 40px;
				margin: 1px 0 0 0;
			}
			#menu li.last {
				border-right: none;
			}
				#menu li a:link, #menu li a:visited {
					float: left;
					display: block;
					height: 32px;
					line-height: 32px;
					color: #fff;
					padding: 0 20px 0 21px;
					text-transform: uppercase;
				}

			#menu li.last a:link, #menu li.last a:visited{padding-left:22px;padding-right:21px}

				#menu li a:link:hover, #menu li a:visited:hover,
				#menu li.active a:link, #menu li.active a:visited {
					text-decoration: none;
					background: url(../img/bkg-menu-hover.png) repeat-x 0 0;
				}
	#slide {
		margin: 47px 0 0 0;
		float: left;
		padding: 0 0 0 4px;
	}
	#topLinks {
		float: right;
		font-size: 83.33%;
		padding: 0 10px 0 0;
		line-height: 21px;
		height: 20px;
		margin: 17px 0 0 0;
	}
		#topLinks a:link, #topLinks a:visited {
			color: #929292;
			text-transform: uppercase;
		}
	#search {
		float: right;
		padding: 0 5px 0 0;
		margin: 17px 0 0 0;
	}
		#search input.text {
			height: 8px;
			border: 1px solid #000;
			padding: 6px 8px;
			font-size: 83.33%;
			line-height: 1;
			color: #929292;
			text-transform: uppercase;
			float: left;
		}
		#search input.submit {
			margin: 0 0 0 2px;
			width: 21px;
			height: 22px;
			padding: 0;
			border: 0;
			background: url(../img/btn-search.png) no-repeat 0 0;
		}

#wrap {
	padding: 18px 5px 5px 4px;z-index:1;
}


	#content {
		float: right;
		width: 551px;
		background: #e9e9e3 url(../img/bkg-content-t2.jpg) no-repeat 0 0;
		position: relative;
margin-top:20px;
	}

.mt-main-index #content {background: #e9e9e3 url(../img/bkg-content-t.jpg) no-repeat 0 0;}

		#content2 {
			background: url(../img/bkg-content-b.jpg) no-repeat 0 100%;
			padding: 16px 24px 0 24px;
			overflow: hidden;
		}
		#content2 .content {
			z-index: 6;
			position: relative;
min-height:500px;
		}
		#bullets1 {
			position: absolute;
			top: 0;
			right: 0;
			width: 294px;
			height: 246px;
			z-index: 5;
			background: url(../img/bkg-bullets12.jpg) no-repeat 100% 0;
		}

.mt-main-index #bullets1 {			background: url(../img/bkg-bullets1.jpg) no-repeat 100% 0;}
		#bullets2 {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 549px;
			height: 299px;
			z-index: 4;
			background: url(../img/bkg-bullets2.jpg) no-repeat 0 100%;
		}		
#content a:link, #content a:visited {
	text-decoration: underline;
}
#content p, #content blockquote {
	line-height: 1.33;
	margin: 0 0 1.5em;
}
#content blockquote {
	border-left: 5px solid #3d3d3d;
	margin-left: 8px;
	padding: 0 30px 0 7px;
}
#content ul,
#content ol {
	list-style: square;
	margin: 0 0 1.5em 2em;
}
#content ul li {line-height:1.5;}
#content ol {
	list-style: decimal;
}

#content h2 {
	font-size: 200%;
	font-weight: bold;
	margin: 0 0 .3em;
	color: #001d48;
	font-family: Helvetica, Arial, sans-serif;
}
#content h3 {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 .5em;
	color: #001d48;
	font-family: Helvetica, Arial, sans-serif;
}


#side {
	width: 205px;
	float: left;
	text-align: center;
margin-top:20px;
}

#side1 {
		background: #e9e9e3 url(../img/bkg-side1-t.jpg) no-repeat 0 0;
		margin: 0 0 13px 0;
}

.mt-main-index	#side1 {
		background: #e9e9e3 url(../img/bkg-side1-t-o.jpg) no-repeat 0 0;
	}

#side12 {
			background: url(../img/bkg-side1-b2.jpg) no-repeat 0 100%;
			padding: 20px 13px 10px 13px;
			text-align: left;
		}

.mt-main-index	#side12 {
			background: url(../img/bkg-side1-b.jpg) no-repeat 0 100%;
		}

	#side h3 {
		font-size: 150%;
		font-weight: bold;
		margin: 0 0 .3em;
		color: #001d48;
		font-family: Helvetica, Arial, sans-serif;
	}	
	#contact {
		overflow: hidden;
		width: 174px;
	}
		#contact .input {
			padding: 0 0 10px 0;
			overflow: hidden;
		}
			#contact .input label {
				display: block;
				float: left;
				width: 51px;
				color: #506877;
				text-transform: uppercase;
				padding: 6px 0 0 0;
			}
			#contact .input p {
				background: url(../img/bkg-input.png) no-repeat 0 0;
				width: 121px;
				height: 26px;
				float: left;
			}
			#contact .input input { 
				padding: 5px 5px;
				width: 110px;
				border: none;
				color: #506877;
				background: transparent;
			}
			#contact .input select { 
				padding: 3px 5px;
				width: 171px;
				color: #506877;
			}
		#contact .button {
			text-align: right;
		}
			#contact .button input { 
				background: url(../img/bkg-button.jpg) no-repeat 0 0;
				border: none;
				text-transform: uppercase;
				color: #506877;
				width: 99px;
				height: 26px;
				padding: 0;
			}	
			
	#image {
		margin: 0 0 13px 0;
	}
#footer {
	border-top: 1px solid #d1d1d1;
	color: #929292;
	font-size: 83.33%;
	padding: 9px 0 20px 0;
	text-align: center;
}
	#footer a:link, #footer a:visited {
		color: #929292;
	}

.hidden {visibility:hidden;}
.content-nav {margin-top:20px;border-top:1px solid #ccc;padding-top:5px;}

#menu ul li ul {display:none;}
#menu ul li:hover ul{display: block;z-index:99;}
#menu ul li ul {position:absolute;width:200px;float:left;top:30px;background-color:#00204D;margin-left:0px;}
#menu ul li ul li {border-right:0px;line-height:1.2;height:auto;padding:10px 0;}
#menu ul li ul li a:link,#menu ul li ul li a:visited {height:auto;line-height:1.4;text-transform:none;font-size:12px;}
#menu ul li ul li a:link:hover,#menu ul li ul li a:visited:hover {background-image:none;text-decoration:underline;}

