/* CSS Document */

/************************************* COMMON ITEMS***************************/
* {
	margin: 0;
	padding: 0;
	}

#page-wrap {
	width: 90%;
	margin: 0 auto;
	height: auto;
	
	}

h1 {
	width: 100%;
	text-align: center;
	}
	
h2 {
	width: 100%;
	text-align: center;
	}
body {
	font-family: Verdana, Geneva, sans-serif;
	}	
	
.sans14 {
	font-size: 14px;
	margin-left: 15px;
	padding-right: 15px;
	}
	
.sans16bold{
	font-size: 16px;
	font-weight: bold;
	}

.light-18 {
	font-size: 18px;
	}


ul {
	list-style: none;
	}

.clear {
	clear: both;
	}
	
#main-content {
	padding: 25px;
	width: auto;
	min-width: 1100px;
	}
	
#main-content p {
	margin-top: 15px;
	}
/************************************* ABOUT US***************************/

/*table#bordercolor {
	border: 2px solid black;
	margin: 0 auto;
	}

	table#bordercolor td {
		border: 1px solid #999999;
	}*/
	
.location {
	width: 450px;
	height: 350px;
	float: left;
	margin-right: 15px;
	}
	
.location img {
	margin: 25px;
	}
		
ul#inline-bg {
	margin: 10px auto;
	height: 35px;
	}	
	
ul#inline-bg li {
	display: block;
	font-size: 12px;
	float: left;
	width: auto;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	}
	
ul#inline-bg li span {
	margin-top: 10px;
	}
	
#top {
	height: 406px;
	margin-bottom: 55px;
	}
	
/************************************* CONTACT FORM***************************/



div#contact-form {
	width: 735px;
	margin: 25px auto;
	background: url(../assets/contact-form-bg.png) repeat-y top center #fff;
	}

form#contact {
	background: url(../assets/form-upper-bg.png) repeat-x top center  ;
	padding-top: 25px;
	}

div#contact-header {
	width: 725px;
    padding-bottom: 25px;
	padding-top: 25px;
	margin: 0 auto 0 auto;
	border-top: thin solid black;
	border-bottom: thin solid black;
	}
	
ul#contact-to {
	list-style: none;
	margin-top: -20px;
	margin-left: 60px;
	}
	
#contact-body {
	font-size: 14px;
	width: 725px;
	margin:-20px auto;
	background: url(../assets/notepaper-bg.jpg) repeat-y;
	padding-top: 15px;
	}
	
#contact-body p {
	line-height: 30px;
	padding-left: 60px;
	
	}
	
.prefill {
	color: #CCC;
	font-style: italic;
	margin-left: 5px;
	}

.fill {
	color: #000;
	font-style: none;
	}
	
	
.margin-left {
	margin-left: 15px;
	
	}


#footer {
	width: 100%;
	margin-top: 50px;
	text-align: center;
	}

textarea#Comments {
	margin: 10px auto;
	}
	
ul#from {
	list-style:none;
	margin-left: 55px;
	margin-top: -18px;
	}	


p#form-footer {
	font-size: 10px;
	text-align: center;
	font-style: italic;
	color: #666;
	background: url(../assets/form-lower-bg.png) repeat-x bottom center  ;
	padding-bottom: 25px;
	}

.message {
	background: url(../assets/red-lines-bg.jpg) repeat-y 0 0;
	height: 35px;
	width: 650px;
	padding-left: 75px;
	margin: 0 auto;
	color: #CCC;
	font-style: italic;
	padding-top: 100px;
	}
	
	

	

