html {
	height: 100%;
}

body {
	background-color: #556;
    background-image: -moz-radial-gradient(center, #AAB 0%, #556 85%);
    background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 1200, from(#AAB), to(#556));
/*	background-image: -moz-linear-gradient(100% 100% 135deg, #445, #667) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#667), to(#445)) !important; */
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}
#head {
	height: 90px;
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	border-bottom-color: #BBB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#wrap {
	background-color:#eee;
	max-width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
}
#logo {
	padding: 6px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#logo img {
	float: right;
	z-index: 5000;
}
#nav {
	float: left;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li a {
	color: #FFF;
	font-weight: normal;
}
#nav li a.current {
	color: #083A81;
	text-decoration: none;
}
#nav li a.current:hover {
	font-weight: normal;
}
#nav li a:hover {
	font-weight: bold;
	text-decoration: none;
}
#content {
	color: #666;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
	max-width: 960px;
	margin: 6px auto;
	padding: 10px;
	position: relative;
}
#content #intro {
	clear: both;
	color: #333;
	padding: 20px 28px;
	font-size: 16px;
	line-height: 22px;
	text-align: justify;
	max-width: 900px;
	margin: 0 auto;
}
#wrap #content #about {
	padding: 10px 20px;
	text-align: justify;
}

.ttl {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 15px;
	color: #083A81;
}
#content p {
	padding: 6px;
}
.push {
	clear: both;
	height: 25px;
}#foot {
	clear: both;
	height: 25px;
	margin: 0 auto;
	max-width: 960px;
}
#foot p {
	color: #666;
	float: right;
	font-size: 10px;
	padding: 5px 10px;
}
#call {
	display: block;
	background-color: #083a81;
	float: right;
	padding: 10px;
	clear: both;
	height: 80px;
	width: 240px;
	color: #EEE;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 6px 6px 6px #666;
	-webkit-box-shadow: 6px 6px 6px #666;
	line-height: 22px;
	cursor: pointer;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	text-align: center;
}
#call:hover {
	-moz-box-shadow: 9px 9px 9px #666;
	-webkit-box-shadow: 9px 9px 9px #666;
	color: #FFF;
}
a {
	color: #083A81;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;	
}
#wrap #content ul li {
	margin: 5px;
}
#wrap #content ul li p {
	margin-left: 60px;
	margin-right: 20px;
}

#wrap #content ul li img {
	margin: 0px;
	padding: 0px;
}
ul h1 {
	text-transform: uppercase;
	color: #083A81;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
}
.align-right {
	float: right;
}
.align-left {
	float: left;
}
.clrBoth {
	clear: both;
}