/* @override http://doingbusinessonline.net/firm/css/style.css
	http://localhost/_postcard/TimKirk/css/style.css */

/* @override 
	http://localhost/postcard/FirmFoundation/css/styles.css
	http://localhost/postcard/FirmFoundation/css/style.css
*/

body{
	background: #f1f6fc url(../images/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial;
	font-size: 13px;
	line-height: 16px;
	color: #333333;
}

.clr{
	clear: both;
}

a{
	color: #c50000;
}

img{
	border: none;
}

ul li{

}

h1{
	margin: 0;
	color: #cc3333;
	font: bold small-caps 28px/30px "Calibri", Arial;
	letter-spacing: 1px;
}

h2{
	margin: 0;
	color: #0506cd;
	font: small-caps bold 24px/26px "Calibri", Arial;
	letter-spacing: 1px;
}

h2 a{
	text-decoration: none;
	color: #0506cd;
}

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

#wrapper{
	width: 1022px;
	margin: 0 auto;
	position: relative;
}

#header{
	position: relative;
}

#header .bottom{
	text-align: center;
}

#header .left{
	float: left;
	width: 427px;
	padding: 7px 0 0 70px;
}

#header .right{
	float: right;
	width: 490px;
}

#content{
	position: relative;
	background: url('../images/bg_content.png') repeat-y left top transparent;
}


#content .inner{
	position: relative;
	background: transparent url('../images/bg_content_top.png') no-repeat left top;
	padding: 60px 80px 0 40px;
	top: -10px;
}


#nav{
	position: absolute;
	top: -10px;
	left: 30px;
	width: 964px;
	height: 63px;
	background: transparent url('../images/bg_nav.png') no-repeat left top;
	text-align: center;
	padding: 7px 0 0 0;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li{
	display: inline-block;
	zoom: 1;
	*display: block;
	padding: 0 40px;
}

#nav a{
	display: inline-block;
	zoom: 1;
	padding: 0;
	margin: 0;
}

#nav img{
	margin: 0;
	padding: 0;
}

#homepage,
#forms{
	width: 500px;
	min-height: 370px;
}

#forms{
	width: 900px;
	padding-left: 10px
}

#forms li{
	line-height: 20px;
}

.img_right.home{
	position: absolute;
	right: 25px;
	bottom: -10px;
	padding: 10px 0 0 0;
	width: 437px;
	height: 326px;
	
}

.img_right.forms{
	position: absolute;
	right: 30px;
	bottom: 150px;
	padding: 10px 0 0 0;
	width: 350px;
	height: 267px;
	border: 2px solid #dddddd;
	padding: 10px;
	box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
	
}

.img_right.terms{
	float: right;
	margin: 0 30px 0 10px;
	border: 2px solid #dddddd;
	padding: 10px;
	box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
}

.img_right.contact{
	float: right;
	margin: 35px 15px 0 10px;
	border: 2px solid #dddddd;
	padding: 10px;
	box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
}

input{
	border: 1px solid #dddddd;
	padding: 2px;
	margin-bottom: 5px;
	width: 200px;
}

textarea{
	border: 1px solid #dddddd;
	padding: 2px;
	height: 50px;
	width: 200px;
	margin-bottom: 5px;
}

input[type=submit]{
	border: 1px solid #c50000;
	background-color: #c50000;
	padding: 5px 10px;
	width: auto;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}

#footer{
	position: relative;
	height: 211px;
	background: url(../images/bg_footer.png) repeat-x left -2px;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

#footer .inner{
	position: relative;
	background: url('../images/bg_footer_inner.png') no-repeat left top transparent;
	width: 957px;
	margin: 0 auto;
	padding: 0 25px 0 40px;
}

#footer .cta_email{
	position: relative;
	top: -10px;
}

#footer .bottom{
	padding: 40px 0 0 0;
	text-align: center;
	
}

#footer p{
	margin: 0;
	font-size: 14px;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
	
}