* { padding: 0; margin: 0; }

body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 23px;
	background-image: url(bg.jpg);
}

#logo {
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}

#logo h1 {
	display: none;
}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-bottom: solid #999 5px;
	border-top: solid #999 5px;
	background-color: #FFFFFF;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	color: #666666;
	text-align: justify;
}


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

#images {
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url(sending.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#imageright {
	float: right;
	width: 425px;
	height: 350px;
	border: solid #ccc 2px;
	margin-left: 30px;
	background-image: url(sending.gif);
	background-repeat: no-repeat;
	background-position: center;
}

h2 {
	color: #A9CCCC;
	font-size: 7px;
	font-weight: normal;
	margin-bottom: 15px;
}

a {
	color: #616161;
	text-decoration: none;
}

a:hover {
	color: #0A53A3;
}

#footer {
	font-size: 14px;
	color: #CCCCCC;
	letter-spacing: 1px;
	text-align: center;
	padding: 20px;
    bottom: 0;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
}

.highlight {
	color: #0A53A3;
}

#navigation {
	background-repeat: no-repeat;
	width: 600px;
	text-align: center;
	background-position: center;
	margin-top: 40px;
	float: right;
	padding-top: 22px;
	padding-bottom: 23px;
	color: #FFFFFF;
}

#navigation li {
	font-size: 13px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
	letter-spacing: 1px;
}

#navigation a { color: #FFF; padding: 8px; text-decoration: none; background-color: #BCC5D6; font-weight: bold; 
}

#navigation a:hover {
	color: #FFFFFF;
	background-color: #0A53A3;
}
		
#navigation .active { color: #FFFFFF; background-color: #C00; text-decoration: none; 
}

/* CONTACT FORMS
-----------------------------------------------------*/


#formColLeft {
	width: 220px;
	float: left;
}

#formColRight {
	width: 220px;
	float: left;
}

#formRow {
	margin-bottom: 8px;
}

.label {
	color: #0A53A3;
}

.inputField {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	width: 200px;
	padding: 4px;
	border: 1px solid #888;
	margin-top: 2px;
}

.inputTextArea {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #888;
	padding: 4px;
	height: 90px;
	width: 420px;
}

#send  {
	width: 150px;
	margin-top: 15px;
	margin-bottom: 25px;
}

#send a {
	height: 28px;
	margin:0;
	padding:0px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	display: block;
	line-height: 28px;
	border: 1px solid #777;
	color: #0A53A3;
}

#send a:hover  {
	background-color: #0A53A3;
	border: 1px solid #777;
	color: #FFFFFF;
}
h1 {
	font-size: 7px;
	color: #CCCCCC;
}


#feedback  {
	color: #0A53A3;
	height: 30px;
}

.clear  {
	clear: left;
	line-height: 0;
}
h6 {
	color: #0A53A3;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
