/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:trebuchet ms, arial;
	font-size:11px;
	line-height:18px;
	background:#eaeaea;
}

* html body {
	behavior:url(csshover.htc);
}

h1,h2,h3,h4,h5,h6,p,table,form {
	margin:0 0 13px 0;
	padding:0;
}

/*************************** Layout */

#wrapper {
	width:750px;
	margin:auto;
	border-bottom:1px solid #000877;
	border-left:1px solid #000877;
	border-right:1px solid #000877;
	min-height:709px;
	height:auto !important;
	height:709px;
	text-align:center;
	background:white;
}

#wrapper img.left, #wrapper img.top {
	float:left;
}

#wrapper .menu {
	width:132px;
	float:left;
}

#wrapper .middleCar {
	float:left;
}

#wrapper .content {
	width:525px;
	text-align:left;
	float:left;
	background:url(images/content-bg.jpg) no-repeat top right;
	padding:0 15px 0 0;
	min-height:260px;
	height:auto !important;
	height:260px;
}

#wrapper .footer {
	clear:both;
	margin:auto;
}

/*************************** Menu */

#wrapper .menu ul {
	padding:0;
	margin:0;
	width:132px;
	list-style:none;
	color:white;
	float:left;
}

#wrapper .menu ul li {
	height: 25px;
	float: left;
	background: transparent 0 0 no-repeat;
	width:132px;
	margin:0 0 5px 0;
}

#wrapper .menu ul li#home {
	background-image:url(images/menu/home.gif);
}

#wrapper .menu ul li#about-us {
	background-image:url(images/menu/about-us.gif);
}

#wrapper .menu ul li#service {
	background-image:url(images/menu/services.gif);
}

#wrapper .menu ul li#contact-us {
	background-image:url(images/menu/contact-us.gif);
}

#wrapper .menu ul li a {
	display:block;
	height:100%;
	width:100%;
}

#wrapper .menu ul li:hover, #wrapper .menu ul li.selected {
	background-position:-132px 0;
}

#wrapper .menu ul li a span {
	display:none;
}

/*************************** Typography */

h1 {
	font-size:14px;
	text-transform:uppercase;
	background:url(images/bullet.gif) no-repeat 0 3px;
	padding:1px 0 3px 24px;	
	margin:0;
	line-height:22px;
}

p, h2, h3 {
	margin-left:24px;
	font-family:verdana;
}

h2 {
	font-size:12px;
}

h3 {
	font-size:12px;
	margin-bottom:0;
}

ul li {
	background:url(images/blue-arrow.gif) no-repeat 0 4px;
	padding:0 0 0 10px;
	list-style:none;
}

a {
	color:#000877;
}

/************************** Form Styles */

form input, form select, form textarea {
	border:1px solid #000877;
	width:125px;
	color:#000877;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	padding:2px
}

form input:focus, form select:focus, form textarea:focus {
	color:orange;
	border-color:orange;
}

form input.submit, form input.submit:focus {
	border: 3px double #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background:#FFFFFF url(http://www.adobe.com/images/master/background_form_element.gif) repeat-x top;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	width:auto;
}

form .required {
	color:red;
	font-size:16px;
	font-family:arial;
	font-weight:bold;
}