/* Main */
body {
	background: #ebebeb;
	color: black;
	font: 62.5% Helvetica, Arial, sans-serif;
	line-height: 1.4em;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.spacer {
	height:30px;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
p {
padding: 0 0 1.50em 0;
}
code {
	font-family:"Courier New", Courier, monospace;
	line-height:1.2em;
	font-size:0.9em;	
}
hr {
	background:#c1c2c3;
	border: 0;
	color: #c1c2c3;
	height: 1px;
	margin:30px 0 35px 0;
}
blockquote {
	margin:10px 0;
	background:#f3f3f3;
	border:1px solid #dfdfdf;
	padding:15px;
	font-size:0.9em;
}
/* Lists */
ul.ul {
	list-style:url(../images/li.gif);
	padding:10px 0 10px 40px;
}
	ul.ul li {
		padding:3px 0 3px 5px;
	}
ol.ol {
	list-style:decimal;
	padding:10px 0 10px 20px;
}

/* Forms */
label {
	display:block;
	margin:10px 0 10px 0;
}
input,
textarea {
	background:url(/images/input-back.gif) white repeat-x top;
	border:1px solid #dfe0e1;
	padding:7px;
	margin:0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}
/*
input {
	width:250px;
}
	input.smaller {
		width:100px;
	}
	input.larger {
		width:400px;
	}
	*/
textarea {
	width:400px;
	height:150px;
	overflow:auto;
}
.submit {
    border:none;
	width:100px;
	height:30px;
	margin:10px 0 0 0;
	font-weight:bold;
	color:#fff;
    background:url(/images/send-button.gif) no-repeat 0% 0px;
}
	.submit:hover {
		background-position: 0% -30px;
		cursor:pointer;
	}

/* Headings */
h1, h2, h3 {
	color:#565656;
	font-weight:normal;
	font-size:1.4em;
}
h1 {
padding: 5px 0 10px 0;
}
h2 {
	font-size:1.2em;
	clear: both;
}
h3,h4,h5,h6 {
	font-size:1.1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
}

/* Links */
a, a:active {
	color:#414141;
	text-decoration:none;
}
a:hover {
	color:#000;
}

/* Header */
#header {
	height:200px;
	position:relative;
	margin:0 auto;
	width:960px;
}
		
/* Navigation */
#navigation {
	position:absolute;
	bottom:0;
	width:960px;
	background:url(../images/nav-bar.gif) no-repeat;
}
#navigation ul li {
	float:left;
	line-height:50px;
	width:135px;
	text-align:center;
	background:url(../images/menu-li-break.gif) no-repeat right;
}
#navigation ul li a {
	color:white;
	font-size:1.4em;
	display:block;
}
#navigation ul li a:hover,
#navigation ul li a.current {
	background:url(../images/menu-li-highlight.gif) no-repeat top;
	text-decoration:none;
}
		
/* Search */		
#navigation form {
	float:right;
}
#navigation input {
			background:url(../images/nav-search-input.gif);
			border:none;
			width:109px;
			margin:11px 10px 0 0;
			padding:8px 9px 8px 9px;
			font-size:1.1em;
			color:#666;
}

/* Wrapper */
#wrapper {
	margin:0 auto;
	width:960px;
	position:relative;
	font-size:1.6em;
	line-height:1.5em;
	background:#c7d5f8;
	padding:0 0 50px 0;
}
/* Sections promo picture */
#promo-pic {
	border-bottom:5px solid #dad8d9;
}

/* Left column */
.med-col {
	width:845px;
	padding:50px 0 0 30px;
	background: #c7d5f8;
}
	
#wrapper img.left {
	float: left;
	margin: 5px 1.5em 1.0em 0;
	border: 1px solid #ddd;
}
#wrapper img.right {
	float: right;
	margin: 5px 0 1em 1.25em;
	border: 1px solid #ddd;
}
	
#wrapper img.logo {
	float: right;
	margin: 30px 0 0 0;
	border: 1px solid #ddd;
	clear: both;
}	
	
	/* Pro Services */
	.pros li {
		line-height:37px;
		border-bottom:1px solid #f0f0f0;
		background:url(../images/accepted_16.gif) no-repeat left;
		padding:0 0 0 30px;
		font-size:1.1em;
	}
	
	/* Mini-box info */
	.mini-box {
		width:277px;
		float:left;
		color:#919191;
		font-weight:bold;
		font-size:0.9em;
		line-height:1.4em;
		margin:0 15px 20px 15px;
	}
		.mini-box img {
			float:left;
		}
		.mini-box .desc {
			width:210px;
			float:right;
		}
		.mini-box h3 {
			padding:0;
		}
	
	/* About us */
	.member {
		float:left;
		margin:7px 0 10px 0;
	}	
		.member span {
			color:#565656;
			line-height:35px;
		}	
		.member img {
			padding:0 25px 0 0;
		}
	
		/* Left-right rounded corners */
		#wrapper #bl,
		#wrapper #br {
			width:9px;
			height:9px;
			position:absolute;
			bottom:0;
		}
		#wrapper #bl {
			background:url(../images/bottom-bl.gif) no-repeat;
			left:0;
		}
		#wrapper #br {
			background:url(../images/bottom-br.gif) no-repeat;
			right:0;
		}
	
/* Footer */
#footer {
	clear: both;
	margin-bottom: 50px;
	padding: 10px;
	font-size: 13px;

}
#footer ul {
	list-style: none;
}
#footer ul li {
   position: relative;
   left: 300px;
   float: left;
}
#footer ul li a {
	color: Black;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid Black;
}
#footer ul li a:hover {
	color: #09C;
}
#footer ul li a.last {
	border: none;
}
#footer #tl {
	background:url(../images/footer-tl.gif) no-repeat;
	left:0;
}
#footer #tr {
	background:url(../images/footer-tr.gif) no-repeat;
	right:0;
}
.small-col {
width: 250px;
float:right;
}
.med-col {
width: 700px;
margin: 30px 100px 30px 100px;
padding: 0;
background-color: #c7d5f8;
}
.FormLeft {
text-align: right;
padding-right: 1em;
vertical-align: top;
}
.UserMessage {
clear: both;
margin: 1em;
border: thin solid black;
padding: 1em;
background-color: #ff0;
}
