/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	font-family: Arial, Verdana, Tahoma;
	background-color: #fff;
	font-size: 1em; 
	color: #000;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #087d86;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 1.4em;
}

a {
	color: #33a8b1;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#container {
	width: 955px;
	margin: auto;
	text-align: left;
}

#content {
	width: 955px;
	height: 25em;
	background: url(../images/contentbg.jpg) top no-repeat;
}

#text {
	float: left;
	width: 350px;
	position: relative;
	left: 240px;
	top: 220px;
	font-size: 0.9em;
}

#form {
	float: right;
	position: relative;
	top: 35px;
	right: 50px;
	width: 270px;
	font-size: 0.8em;
}

#form p {
	margin: 5px 0px;
	padding: 0px;
}	

#footer {
	position: relative;
	top: 10px;
	width: 915px;
	padding: 6px 20px;
	background-color: #33a8b1;
	color: #fff;
	font-size: 0.8em;
	overflow: auto;
}

#footer p {
	margin: 0px;
}

#footer a {
	color: #fff;
}

.textbox {
	background-color: #edecda;
	font-family: Arial, Verdana, Tahoma;
	border: 1px solid #cfcbae;
	padding: 2px;
	font-size: 1em;
	width: 264px;
	margin-bottom: 5px;
}

textarea {
	height: 60px;
}

.button {
	background-color: #087d86;
	color: #fff;
	font-weight: bold;
	width: 90px;
	padding: 2px;
	border: none;
	cursor: pointer;
	height: 1.8em;
}

.tel {
	font-size: 1.8em;
	color: #33a8b1;
	text-align: center;
}

form {
	height: 260px;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.textright {
	text-align: right;
	vertical-align: middle;
}

.error {
	color: red;
	font-weight: bold;
}