body, h1, div, table, tr, td,{ margin: 0 0 0 0;}

*{ font-family: Arial; color: #fff;}

body{
	margin: 0 auto;
	background: #f3f3f3;
}

h1{
	font-size: 30px;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

h2{
	font-size: 18px;
	font-weight: bold;
	color: #2254AD;
}

div#header{
	height: 346px;
	background: url(assets/images/header-bg.jpg) bottom center no-repeat;
	margin: 0 auto;
	width: 967px;
	position: relative;
}

	div#top-pic{
		position: absolute;
		bottom: 0;
		right: 5px;
	}
	
	div#top-info{
		width: 475px;
		float: left;
	}
		
		div#topinfo .logo{
			float: left;
		}
		
		div#top-info .contact{
			margin: 58px 0 0 45px;
		}
	
		div#top-info .phone{
			font-size: 46px;
			color: #fff;
			margin-left: 80px;
		}
		
ul#nav{
	background: #011a7f;
	list-style: none;
	margin: 5px auto 0 auto;
	padding: 0 0 0 40px;
	width: 927px;
	height: 38px;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	ul#nav li{
		float: left;
		padding: 8px 8px 0 8px;
		margin: 0;
		height: 30px;
		border-right: 1px solid #003399;
	}
	
	ul#nav li:last-child{
		border: none;
	}
	
	ul#nav li:hover{
		background: #003399;
	}
	
		ul#nav li a{
			text-decoration: none;
			font-size: 12px;
		}

div#content{
	background: url(assets/images/content-bg.jpg) top left repeat-y;
	width: 967px;
	margin: 5px auto 0 auto;
	border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius:10px;
	border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius:10px;
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 1.6;
}		

	div#content #left-col{
		width: 700px;
		float: left;
		padding: 20px 0 0 20px;
	}

	div#content #right-col{
		float: right;
		width: 218px;
		font-size: 12px;
		padding: 10px 4px 0 0px;
		border-radius-topright: 10px;
		-moz-border-radius-topright: 10px;
		-webkit-border-top-right-radius:10px;
		border-radius-topleft: 10px;
		-moz-border-radius-topleft: 10px;
		-webkit-border-top-left-radius:10px;
	}
	
ul#bottom-nav{
	list-style: none;
	width: 967px;
	margin: 10px auto 0 auto;
	text-align: center;
	padding: 0;
}

	ul#bottom-nav li{
		display: inline;
		padding: 0 8px 3px 5px;
		margin: 0;
		border-right: 1px solid #000;
	}
	
	ul#bottom-nav li:last-child{
		border: none;
	}
	
		ul#bottom-nav li a{
			color: #000;
			font-size: 12px;
			text-decoration: none;
		}
		
		ul#bottom-nav li a:hover{
			text-decoration: underline;
		}
	
.clear{
	clear: both;
}

.img-border{
	padding: 5px;
	border: 1px solid #fff;
}

#gallery-table{
	margin: 0 auto;
}

#gallery-table td{
	text-align: center;
}

input{
	color: #000;
}

textarea{
	color: #000;
}

