/* CSS Document */

/* 
Author:Andalucia Web Solutions
Website: http://www.andaluciaws.com
Created: 2nd February 2008
Created by : Matthew Wittering
Last date amended: 21 Feb 2008
Last date amended by: Matthew Wittering
 */

/* -----------Basic Formatting ----------------- */
html, body, form, fieldset, ul, li {
    margin:0; padding:0;
}
h1, h2, p {
	color:#FFF;
}

h1 {
	padding:10px 10px;
	margin:45px 0 0 0; 
	font-size:100%; 
	font-weight:bold;
}

p, pre, form {
	padding:5px 10px;
	margin:0px; 
}

img {
	border:0;
}

body {
	background:#FFF url(img-tmp/background.png) no-repeat center top;
	color:#000;
	font:11px/1.125em Tahoma, Helvetica, Arial, sans-serif;
}

/* -----------Links----------------- */
a {
	text-decoration: underline;
	color: #FFF;
	font-weight: normal;
	font-size:100%;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}
a#active {
	text-decoration:underline;
	font-size: 100%;
}
a#current {
	text-decoration: underline;
}

/* -----------Content Container----------------- */
#container {
	width:900px;
	height:530px;
	margin:0 auto;
}

/* -----------Primary Content----------------- */
#main{
	width:330px;
	background:url(img-tmp/background-main.png) repeat-x;
	float:left;
}

#text {
	background: #2F2F2F;
	text-align:left;
	height:440px;
	border:1px solid #2F2F2F;
}

#text-bottom {
	width:330px;
	float:left;
}

/* -----------Primary Navigation----------------- */
ul#navigation {
	list-style: none;
	float:left;
	color: #FFF;
	font-weight:normal;
	margin:23px 0 0 12px;
	padding:0px;
}
ul#navigation {
	list-style: none;
	color: #FFF;
	font-weight:normal;
}

ul#navigation li {
	display: inline;
	padding-right:10px;
}

ul#navigation li a{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	text-transform:uppercase;
	font-size:12px;
	line-height:16px;
}

ul#navigation li a:hover{
	text-decoration: underline;
	color: #FFF;
}

ul#navigation li a#active {
	text-decoration:underline;
}
ul#navigation li a#current {
	text-decoration: underline;
}

#home-icon {
	background-color:#4C4C4C;
	width:65px;
	height:65px;
	float:left;
	margin-top:45px;
	text-align:center;
}

#home-icon img{
	margin-top:25px;
}

#navigation-container {
	background-color:#4C4C4C;
	width:505px;
	height:65px;
	float:right;
	text-align:left;
	margin-top:45px;
}

/* -----------Secondary Content----------------- */
#secondary-text {
	width:auto;
	float:right;
	margin:36px 0 22px 0;
}

#secondary-text td{
	text-align:center;
	vertical-align:top;
}

/* -----------google earth and google maps----------------- */
#google-earth {
	float:right;
	margin-right:10px;
	width:auto;
	text-align:right;
	color:#FFF;
}

#map {
	width:305px;
	height:200px;
	margin:5px 10px;
}

/* -----------styling for form contents----------------- */
input { 
	width: 242px;
}

input.button { 
	width: auto; 
}

textarea { 
	width: 242px; 
	height:125px;
}

/* -----------styling for table----------------- */
tr td { 
	vertical-align:top; 
	color:#FFF;
}

/* -----------footer----------------- */
#footer {
	background:url(img/footer.gif) repeat-x;
	width:100%;
	height:160px;
}

#footer-container {
	width:900px;
}

#footer-container p{
	padding:0;
	margin:0;
	text-align:right;
}
#footer-container img{
	float:left;
	margin:3px;
}

/* -----------footer navigation----------------- */
ul#footer-nav {
	float:right;
	list-style: none;
	color: #FFF;
	font-weight:normal;
}

ul#footer-nav li {
	display: inline;
}

ul#footer-nav li a{
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

ul#footer-nav li a:hover{
	text-decoration: underline;
	color: #FFF;
}

ul#footer-nav li a#active {
	text-decoration:underline;
}
ul#footer-nav li a#current {
	text-decoration: underline;
}