/* defaults */

body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	
	color: #000000;
	background-color: #26709C;

	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
}

p {
	font-size: 14px;
	font-weight: normal;
	
	margin: 0px;
	padding: 14px;
}

h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: underlined;
}

a:visited {
	color: #000000;
	text-decoration: underlined;
}

a:active {
	color: #000000;
	text-decoration: underlined;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: 2px #FFFFFF solid;
}

/* id */

#container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
    margin-left: auto;
    padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	width: 800px;
}

#header {
	margin: 0px;
	padding: 0px;	
	clear: both;
	background-image: url(gfx/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 125px;
	width: 800px;
}

#nav {
	padding: 5px;
	float: left;
	font-size: 14px;
	width: 800px;
	height: 70px;
	background-image: url(gfx/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul {
	margin-top: 0px;
	margin-left: -80px;
	padding-bottom: 5px;
	font-size: 14px;
	list-style: none;
	text-align: right;
}

#nav li {
	padding: 8px 27px 0px 0px;
	margin: 0px;
	float: left;
	width: 131px;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

#nav a:link, #nav a:active, #nav a:visited {
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, sans-serif;
	color: #26709C;
	text-transform: uppercase;
	font-weight: bold;
}

#nav a:hover {
	color: #003366;
}

#content {
	margin: 0px;
	padding: 10px;
	background-color: transparent;
	background-image: url(gfx/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	clear: both;
	width: 800px;
}

#content dl {
	margin: 10px;
	padding: 10px;
}

#content dt {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #003366;
	text-transform: uppercase;
}

#content dd {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 5px 15px;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: none;
	color: #000000;
}

#content dd a:link {
	text-decoration: underline;
	color: #003366;
}

#content dd a:hover {
	text-decoration: none;
	color: #000000;
}

#footer {
	font-size: 14px;
	padding: 10px;
	text-align: center;
	clear: both;
	background-color: #FFCC33;
	width: 780px;
	color: #003366;
}

#copystrap {
	color: #000000;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
    margin-left: auto;
    width: 800px;
}

#copystrap ul {
	list-style: none;
	padding: 5px;
}

#copystrap li {
	float: left;
	padding: 2px;
}

#copystrap a {
	color: #000000;
}

#copystrap a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#copystrap span a {
	color: #FF0000;
}

#copystrap span a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#home {
	background: transparent;
}

#home p {
	padding: 0px 50px 20px 50px;
	font-size: 18px;
}

#home ul {
	color: #000000;
	margin: 0px;
	background: transparent;
	font-size: 18px;
	font-weight: bold;
	list-style: none;
}

#home li {
	padding: 5px;
	background: transparent;
}

#home h2 {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

#home h3 {
	color: #FFCC33;
	font-size: 24px;
	font-weight: bold;
}

#home h4 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	clear: both;
}

#home img {
	float: right;
	margin: 0px 20px 0px -10px;
	height: 180px;
	border: 1px #000000 solid;
	padding: 2px;
}

#services {
	background: transparent;
}

#services p {
	padding: 0px 50px 20px 50px;
	font-size: 18px;
}

#services dl {
	margin: 10px;
	padding: 10px;
	float: left;
}

#services dt {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-transform: none;
}

#services dd {
	margin: 0px;
	padding: 0px 10px 5px 15px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: none;
	color: #000000;
}

#services table {
	font-size: 14px;
	margin-left: 45px;
}

#services thead {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	background-color: #FFCC33;
}

#services td {
	text-align: left;
	padding: 5px 20px;
	border: 2px #FFCC33 solid;
}

#services h2 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

#services h3 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	clear: both;
}

#services h4 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	clear: both;
}

#services img {
	margin: 10px;
	height: 120px;
	border: 1px #000000 solid;
	padding: 2px;
	clear: both;
}

#gallery {
	padding: 0px;
	float: left;
	font-size: 14px;
}

#gallery ul {
	font-size: 14px;
	list-style: none;
	text-align: center;
}

#gallery li {
	padding: 5px;
	margin: 10px;
	float: left;
}

#gallery h3 {
	font-size: 12px;
}

#gallery img {
	border: 2px #000000 solid;
	padding: 2px;
}

#gallery input.gal_submit {
	width: 100px;
}

#links {
	padding: 0px;
	float: left;
	font-size: 14px;
	text-align: center;
}

#links ul {
	font-size: 14px;
	list-style: none;
	text-align: center;
}

#links li {
	padding: 5px;
	margin: 10px;
}

/* class */

.img_pack {
	text-align: center;
	margin-left: -15px;
}

/* form styling */

.form_title {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin-left: 32px;
}

.form_msg {
	color: #ff0000;
	display: block;
	text-align: center;
	margin-bottom: 16px;
}

.form_req {
	color: #ff0000;
	font-size: 12px;
}

fieldset {
	border: none;
	padding: 8px 8px 8px 8px;
	margin: 0px;
}

form div {
	position: relative;
	width: 540px;
	margin: 0px 0px 8px 0px;
}

legend {
	font-weight : normal;
	font-size: 16px;
	margin: 0px;
	padding: 8px;
	color: #000000;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	vertical-align: middle;
	margin: 4px 8px 4px 0px;
}

input {
	width: 200px;
}

input.submit {
	display: block;
	float: left;
	margin: 8px;
	text-align: center;
	vertical-align: middle;
	width: 150px;
}

input.radio, input.checkbox {
	height: 16px;
	width: 16px;
}

label em {
	position: absolute;
	left: 410px;
	top: 0;
	width: 120px;
	float: left;
	text-align:left;
	margin: 4px 0px;
}