/* HERE COMES THE CSS REST  */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ---------   END RESET    ---------- */


body {
background: url(images/main_top_bg.jpg) #ffffff no-repeat top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
}

a {
color:#2876A4;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

#wrapper {
width: 960px;
margin: auto;
}

#header {
width: 770px; 
height: 500px; 
margin: auto;
}

#logo {
height:151px;
float: left;
left:0;
position:relative;
top:15px;
width:352px;
}

#logo a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#logo a span {
visibility: hidden;
}


#contact {
float:right;
height:85px;
position:relative;
right:-6px;
top:69px;
width:166px;
}

#contact a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#contact a span {
visibility: hidden;
}
 
#frame {
float:left;
left:-189px;
position:relative;
top:42px;
clear: both;
}

#about {
line-height: 1.7;
margin-top: 20px;
background: url(images/right_picture.jpg) no-repeat top right;
background-position: 101% 70px;
border-bottom: 1px solid #999999;
padding-bottom: 20px;
}

#about h2 {
background:url(images/about_title.jpg) no-repeat top left;
height: 49px;
border-bottom: 1px solid #999999;
margin-bottom: 20px;
}

#about h2 span {
visibility: hidden;
}

#about p {
width: 650px;
}

#feature {
width: 220px;
float: left;
margin: 10px;
margin-top: 20px;
line-height: 1.5;
text-align: center;
}

#feature img {
margin: auto;
}

#feature p {
text-align: left;
margin: 0px 10px;
}

#request {
margin: 20px 0px; 
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
background: url(images/calendar_icon.jpg) no-repeat top left;
background-position: 80px 40px;
height: 250px;
}

#request #text {
width: 225px;
line-height: 1.6; 
position: relative;
top: 40px; 
left: 260px;
float: left;
}

#request #form {
width: 290px;
text-align: right;
position: relative;
float: left;
top: 50px;
left: 330px;
}

#form input {
border: 1px solid #999999;
background: url(images/input_bg.jpg) repeat-x top left;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
width: 190px;
heigth: 19px;
padding: 2px;
}

#form p {
margin: 7px 0px;
vertical-align: top;
}

#form textarea {
border: 1px solid #999999;
background: url(images/textarea_bg.jpg) repeat-x bottom left;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #666666;
width: 190px;
padding: 2px;
}





#footer {
text-align: center;
margin-bottom: 20px;
}




.clear {
clear: both;
}
