@import url(reset.css);

body {
	background: #0a0a0a;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

strong {
	font-weight: bold;
}

.container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#banner {
	position: relative;
}

#banner #gradient {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 69%;
	z-index: 10;
	background: #191919;
	border-bottom: 56px solid #373737;
}

#banner .container {
	position: relative;
	z-index: 20;
	background: URL(../images/banner.jpg) no-repeat top right;
}

#banner h1 {
	padding-top: 20px;
	height: 160px;
	width: 350px;
	background: url(../images/abc-logo.png) no-repeat 0 20px;
	position: relative;
}

#banner h1 a {
	position: absolute;
	width: 100%;
	height: 100%;
}

#banner h1 span {
	display: none;
}

#banner ul {
	float: right;
	margin: -45px 10px 0 0;
}

#banner li {
	float: left;
}

#banner li a {
	text-decoration: none;
	color: #adc5d3;
	text-transform: uppercase;
	display: block;
	padding: 0 10px;
}

#banner li a:hover {
	color: #fff;
}

#banner li span {
	color: #fff;
	text-transform: none;
	padding-top: 3px;
	display: block;
	font-style: italic;
	font-size: .7em;
}

#content {
	background: #343434 url(../images/content-gradient.gif) repeat-x bottom left;
}

#content .container {
	padding: 30px 50px;
	width: 860px;
	min-height: 500px;
}

#content h2 {
	clear: both;
	padding: 0 10px 10px 10px;
	font-size: 1.4em;
	font-weight: bold;
}

#content h3 {
	color: #bed9e6;
	clear: both;
	padding: 10px 10px;
	font-size: 1.1em;
	font-weight: bold;	
}

#content h4 {
	color: #cdcd9d;
	clear: both;
	padding: 10px 10px;
	font-size: .9em;
	font-weight: bold;	
}

#content p {
	font-size: .8em;
	line-height: 1.6em;
	padding: 5px 10px;
}

#content li {
	font-size: .8em;
	margin: 0 0 0 35px;
	line-height: 1.6em;
	list-style: disc;
}

#content a {
	color: #fff;
}

#content a:hover {
	color: #bed9e6;
}

#content .three {
	width: 100%;
	float: left;
}

/* For Home Page */

#content div.three div {
	width: 32%;
	margin-right: 1%;
	float: left;
}

#content div.three h2 {
	font-style: italic;
	font-size: 1.6em;
}

#content div.three .last {
	margin-right: 0;
}

#content div.three p {
	font-size: .7em;
	line-height: 1.3em;
}

#content div.three  h2 {
	color: #c97d7d;
}

#content .three .second h2 {
	color: #50768a;
}

#content .three .last h2 {
	color: #b4b385;
}

#content #intro {
	margin-bottom: 20px;
}

/* For Conditions Page */

#content ul.three {
	margin: 1% 0 1% .7%;
}

#content ul.three li {
	list-style: none;
	float: left;
	width: 30%;
	padding: 0;
	margin: 0 1.5% 0 0;
}

#content ul.three li.second {
	width: 33%;
}

#content ul.three li a {
	display: block;
	float: left;
	padding: 2% 3%;
	font-size: 1.5em;
	font-weight: bold;
	background: #2a2928;
	border: 3px solid #252525;
	color: #c97d7d;
	width: 92%;
	text-decoration: none;
}

#content ul.three li a:hover, #content ul.three li.selected a {
	background: #222;	
}

#content ul.three li.second a {
	color: #50768a;
}

#content ul.three li.last a {
	color: #b4b385;
}

#content ul.three li a span {
	display: block;
	font-size: .55em;
	font-weight: normal;
	line-height: 1.4em;
}

#content #conditionsNav a {
	font-style: italic;	
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#content #conditionsNav a:hover {
	color: #eee;
}

/* For Video Page */

#content #multimediaNav {
	float: left;
	width: 102%;
}

#content #multimediaNav li {
	float: left;
	list-style: none;	
	padding: 0;
	margin: 10px 0;
}

#content #multimediaNav li a {
	padding-right: 11.2px;
}

#content img {
	border: 2px solid #747474;
}

#content #multimediaNav li.selected img, #content #multimediaNav li a:hover img {
	border-color: #ddd;
}

/* For About Page */
#content #aboutNav {
	overflow: hidden;
	margin: 15px 0 10px 0;
	border-top: 1px solid #404040;
	padding-top: 15px;
}

#content #aboutNav li {
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
}

#content #aboutNav li a {
	display: block;
	float: left;
	width: 100%;
	padding: 0 30px 0 0;
	font-size: 1.2em;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}

#content #aboutNav li.selected a {
	text-decoration: none;
}

#content #aboutNav li a:hover {
	text-decoration: underline;	
	color: #fff;
}

#content #map_canvas {
	width:825px;
	height:450px;	
	margin: 0 10px 10px 10px;
	border: 1px solid #333;
}

#content #googleMaps fieldset {
	margin: 15px 0px 5px 10px;
}

#content #googleMaps fieldset label {
	margin-right: 10px;
}

#content #googleMaps fieldset label span {
	font-size: .75em;
}

#content #googleMaps fieldset label input {
	width: 345px;
}

#content #googleMaps fieldset label input.readOnly {
	color: #333;
	background: #ddd;
}

#content #googleMaps fieldset input#submit {
	width: 30px;
	margin-left: -5px;
}

#content div.floatLeft {
	float:left;
	width:47%;
	margin-right:5%;
}

#content div.floatRight {
	float:left;
	width:47%;
}

#content div.floatRight div {
	float: left;
	width: 45%;
	margin: 10px 0 15px 0;
	text-align: center;
	font-size: .7em;
}

#content div.floatRight div a {
	font-weight: bold;
	padding-bottom: 2px;
}

#content div.floatRight div img {
	border: none;
	display: block;
	margin: 0 auto;
}

#content #contactForm fieldset {
	margin-left: 10px;
}

#content #contactForm fieldset label {
	float: left;
	font-size: .75em;
	margin: 10px 15px 0 0;
}

#content #contactForm fieldset label span {
	margin-bottom: 3px;
	display: block;
	font-weight: bold;
}

#content #contactForm fieldset label input {
	width: 200px;
	background: #ccc;
	border: 1px solid #202121;
	padding: 2px;
}

#footer {
	overflow: hidden;
	border-top: 1px solid #424242;
	padding: 20px 0 30px 0;
}

#footer .container {
	font-size: .7em;
	width: 960px;
}

#footer ul {
	width: 390px;
	margin: 0 auto;
}

#footer li {
	float: left;
	padding: 1px 14px 10px 14px;
}

#footer li a {
	color: #68767d;
}

#footer li a:hover {
	color: #bed9e6;
}

#footer p {
	text-align: center;
	clear: both;
	padding:5px 0 0 0;
	color: #ccc;
}

#footer p a {
	color: #ccc;	
}

#footer p a:hover {
	color: #fff;	
}

#footer span {
	display: none;
}
