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

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
img {
	border:0
	}
ol, ul {
	list-style: none;
}

a {
	text-decoration:none;
	color:#1B2454;
	}
	
h1, h2, #main_body .form_description h2 {
	color:#1B2454;
	font-size:16px;
	}
	
	
h3 {
	color:#666666;
	font-size:12px;
	margin:4px 0 2px 0;
	display:block;
	}

body {
	background-color:#10154D;
	font-size:11px;
	line-height:1.3em;
	font-family:Tahoma;
	color:#333333;
	margin-bottom:10px;
	}
	
#MainContainer {
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
	
#LeftContainer {
	float:left;
	width:286px;
	}
	
#RightContainer {
	float:left;
	width:714px;
	}

#Logo {
	background-image:url(/images/logo-bg.jpg);
	background-repeat:no-repeat;
	height:130px;
	width:224px;
	padding:19px 0 0 62px
	}
	
#Nav {
	background-image:url(/images/nav-bg.jpg);
	background-repeat:repeat-y;
	padding-top:20px;
	height:222px;
	}
	
#Nav ul li {
	background-image:url(/images/nav-right.jpg);
	background-repeat:no-repeat;
	background-position:0 50%;
	margin:0 0 17px 65px;
	padding-left:25px;
	font-size:12px;
	}
	
#Nav a {
	color:#1F397E;
	font-weight:bold;
	}
	
#NavBottom {
	background-image:url(/images/nav-bg-bot.jpg);
	background-repeat:no-repeat;
	height:46px;
	}

#Feature h1 {
	padding:20px 0 10px 65px;
	}

#Feature #Content {
	background-image:url(/images/featured-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #E9E9E9;
	border-left:none;
	margin:0 25px;
	padding:10px;
	}
	
#RightContainer #PageHeader {
	background-image:url(/images/nav-bg-right.jpg);
	background-repeat:no-repeat;
	padding:14px 0 6px 15px;
	border-top:8px #10154D solid;
	}
	
#RightContainer #Content {
	padding:15px 20px 0 0;
	margin:0 0 0 15px;
	border-top:1px solid #E9E9E9;
	}
#Recent {
	background-image:url(/images/recent-bg.jpg);
	border:1px solid #DBDBDB;
	padding:16px 0 12px 15px;
	height:150px;
	margin:10px 0 0 0;
	width:614px;
	}
	
#Recent img {
	margin:0 15px 0 0;
	}
	
#Footer {
	padding:8px 0 8px 25px;
	background-color: #EDEDED;
	border-top:1px solid #DBDBDB;
	color:#999;
	font-size:10px;
	margin-top:10px;
	}
	#Footer a {
		color:#999;}
#Map {
	float:right;
	width:340px;
	height:180px;
	background-color:#CCCCCC;
	}
	
#ContactForm {
	margin-top:15px;
	width:400px;
	}
	
.contact {
	border-bottom:1px solid #E9E9E9;
	display:block;
	padding-bottom:5px;
	margin:5px 0;
	}

.PortfolioWrapper td{
	padding:20px 10px;
	font-size:11px;
	border-bottom:1px solid #E3E6F9;
	}
.PortfolioWrapper ul {
	margin:10px 0 10px 25px;
	list-style-type: disc;
	}
.PortfolioWrapper h2 {
	margin-bottom:10px;
	}
.gallery {
	margin:2px 0 5px 0;
	}
.gallery img {
	border:5px solid #e9e9e9;
	margin-right:10px
	}
.gallery img:hover {
	border:5px solid #ccc;
	}
	
#login_info {
    float: right;
}	