/*OF Common Styles*/

* {
	padding: 0px;
	margin: 0px;
}

ul {
	margin-left: 20px;
}

body {
	text-align: center;
 	background: #fff url(../images/body-background.jpg) repeat-x top left;
	font-family: Arial;
}

div#outer-airlock {
	width: 863px;
	margin: 0px auto 5px auto;
	padding-bottom: 10px;
	background: transparent url(../images/shadow-footer.jpg) no-repeat bottom left;
}

div#inner-airlock {
	padding: 0px 20px 10px 20px;
	margin: 0px 10px 10px 10px;
	background: #fff url(../images/topbar.jpg) no-repeat top center;
	text-align: left;
}

div#top-info {
	height: 55px;
}

div#telephone {
	float: left;
	height: 55px;
	line-height: 55px;
	padding-left: 35px;
	color: #a3a2a2;
	font-weight: bolder;
	background: transparent url(../images/puzzle.jpg) no-repeat center left;
}

ul#top-menu {
	height: 55px;
	float: right;
	line-height: 55px;
	margin-right: 110px;
	margin-left: 0px;
}

ul#top-menu li {
	display: inline;
	background: transparent url(../images/blue_box.jpg) no-repeat center left;
	padding-left: 15px;
	margin-right: 5px;
}

ul#top-menu li a, ul#top-menu li a:hover {
	text-decoration: none;
	color: #a3a2a2;
	font-weight: bolder;
}

div#header-text {
	height: 110px;
	text-align: center;
}

div#header-text h1 {
	color: #fff;
	font-family: Georgia;
	font-weight: normal;
	padding-top: 15px;
}

div#header-text h2 {
	color: #c6e4f5;
	font-family: Georgia;
	padding-top: 10px;
	font-weight: normal;
}

div#nav-bar {
	height: 60px;
	line-height: 65px;
	text-align: center;
	margin-bottom: 20px;
}

div#nav-bar ul {
	list-style: none;
	margin-left: 0px;
}

div#nav-bar ul li {
	display: inline;
	color: #605e5e;

}

div#nav-bar ul li a, div#nav-bar ul li a:hover {
	text-decoration: none;
	font-weight: bolder;
	color: #605e5e;
 	margin: 0px 5px 0px 5px;
}

div#content {
	padding-bottom: 5px;
}
	
div#content img {
	float: left;
	border: 2px solid #999999;
	margin: 0px 10px 10px 0px;
}

div#content h3, div#content h4 {
	color: #0065ad;
}

div#content h4 {
	padding-top: 5px;
}

div#content p {
	color: #666666;
	padding: 5px 0px 5px 0px;
}

div#content a, div#content a:visited {
	color: #0169b2;
	text-decoration: none;
	font-weight: bolder;
}

div.topic-hr {
	height: 25px;
	background: #fff url(../images/logo_divide.jpg) no-repeat top left;
	clear: left;
	margin-bottom: 5px;
	margin-top: 5px;
}

div.topic-hr hr {
	display: none;
}

.clr { clear: both; }
.floatleft { float: left; }
.floatright{ float: right; }
.text-center { text-align: center; }