/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
}
#wrapper{
	width:950px;
	position: relative;
	margin: 0 auto 0;
	overflow: visible;
	text-align: left;
} 
#header {
	float: left;
	margin: 0 auto 0;
	width: 950px;
	height:130px;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p#logo{margin:20px 0 0 0;}
#container {
	width:930px;
	float:left;
	margin: 10px 0;
	padding:10px;
	overflow: visible;
	border: 1px solid #ccc;
}

#left {
	float: left;
	width:450px;
	margin:0;
	padding:0;
}

#right {
	float: right;
	width:450px;
	margin:0;
	padding:0;
}

#phone{
	position:absolute;
	top:90px;
	right:90px;
	text-align:right;
}
h1, h2, h3, h4{
	font-family: "Trebuchet MS", Garamond;
}

h1 {
	font-size:2em;
	color: #fff;
	padding:10px 20px 10px 20px;
	font-weight:normal;margin:0;
}

h2 {
	font-size:1.6em;
	color: #1B4B97;
	font-weight:normal;margin:0;
	margin:10px 0;
}

h3{
	font-size: 1.3em;
	color: #8f790e;
	padding:5px 10px 5px 10px;
	text-transform: uppercase;
	background:#ffd800;
	color:#333;
	width:220px;
	margin:10px 20px ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #6e5d00;
}
h4 {
	font-size:1.3em;
	color: #1B4B97;
	font-weight:bold;margin:0;
	margin:10px 0;
}

h1 span{	font-size:1.3em;
}
p, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
	padding: 0 10px 10px 15px;
	line-height: 140%;
}
table#showcase{
	text-align:center;	
	margin:0;padding:0;
}

td, tr{
	padding: 5px;
}

a {	
	color: #8f390e;
	text-decoration: underline;
	font-weight:bold;
}

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

#footer{
	clear: both;
	width:950px;
	height: 50px;
	margin:0;
	padding:0;}

#footer p{	color: #666;	margin:10px 0;
	padding:0;}

p span{
	font-size: 0.8em;	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

}
li{padding:5px 0;}
.unline{text-decoration: underline}

ul.cities{
	font-size: 0.8em;
	text-align:left;
	color: #666;
	margin:0;
	padding:0;
	list-style-position: inside;
	list-style-type: none;
}
p.quote{	font-family: "Trebuchet MS", Garamond;
	font-size: 1.2em;
	font-style:italic;
	color: #666;
}
ul.topqualities{
	color: #1B4B97;
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	background:#ececec;
	padding:20px;
	margin:10px 20px;
	list-style-position: inside;
	list-style-image: url(img/check.png);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	list-style-position: inside;
	list-style-type: none;
}

/* ----------- stylized ----------- */
#stylized{
width: 450px;float:left;
background:#1B4B97;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
margin-bottom:20px;
}

#stylized table{
width:410px;
font-size:13px;
color:#fff;
padding: 10px;
margin:5px 20px;
background:#3A6DBC;
border:1px solid #6c9ae1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#stylized label{
display:block;
text-align:right;
width:180;
float:left;
}

#stylized longlabel{
display:block;
text-align:left;
width:400px;
float:left;
}

#stylized input{
float:left;
font-size:12px;
padding:2px;
margin:2px;
}
#stylized button{
clear:both;
	font-size: 1.3em;
	color: #8f790e;
	padding:5px 10px 5px 10px;
	text-transform: uppercase;
	background:#ffd800;
	color:#333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #6e5d00;
	font-family: "Trebuchet MS", Garamond;
	font-weight:bold;
	margin:10px 20px ;
}
#stylized textarea {
float:left;
font-size:12px;
padding:2px;
border:solid 1px #98AD80;
margin:2px;
width:400px;
height:100px;
}

