/*----------CSS for Mill Landing - Rochester, NY-----------------------------------------------------*/
/*----------Created by Brian Daggett - Innovative Solutions - Rochester, NY-----------------------------*/

* {padding:0px;	margin:0px;}

body {
	background:url(images/bg.gif) repeat-x #ffffff;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
#content-wrapper {
	width: 950px;
	position: relative;
	vertical-align:top;
	margin:0px auto;
	z-index:1;
	}
.clear {clear:both;}
.float-right {float:right; padding-right:10px;}
.float-left {float:left;}	
.float-left-padding {float:left; padding-left:30px; padding-right:15px;}	

/*------------HEADER STUFF--------*/
#header { float:left;  width:500px;}
#navigation-wrapper { float:right; width:450px; font-family:Georgia, "Times New Roman", Times, serif;}
.navigation-left { float:left; width:40%;}
.navigation-right { float:right;  width:60%;}
#navigation-wrapper a:link {color:#712121; text-decoration:none;}
#navigation-wrapper a:visited {color:#712121; text-decoration:none;}
#navigation-wrapper a:hover {color:#6e6d6d; text-decoration:none;}
#navigation-wrapper a:active {color:#712121; text-decoration:none;}
#navigation-wrapper ul { list-style:none; padding:85px 0px 0px 0px;}
#navigation-wrapper li { padding: 0px 0px 5px 15px; background:url(images/bullet.gif) no-repeat 0px/*left and right*/ 3px /*up and down*/;}
		
/*-----------MAIN CONTENT STUFF --*/
#content { width:950px; padding-bottom:20px;}
#content-left { float:left; width:648px;}
#content-right { float:right; widht:302px;}
#content p {line-height:1.8em; padding-bottom:10px; padding-left:32px;}
#content .contact-form {padding-left:28px;}
#contact-table { }
.content-list {padding-left:45px;}
.content-list li{ list-style:none; padding: 0px 0px 5px 15px; background:url(images/bullet.gif) no-repeat 0px/*left and right*/ 3px /*up and down*/;}
		
/*-----------SIDE BAR STUFF --*/
#sidebar { }

/* ----------GLOBAL HEADERS-------*/
h1 { }
h2 {
	font-size:17px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#6e6d6d;
	padding-left:32px;
	padding-bottom:10px;
	}	
h3 {font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#993333;
	padding-left:32px;
	padding-bottom:5px;}
h4 { }
	
/* ----------GLOBAL LINKS---------*/
a:link {color:#712121; text-decoration:underline;}
a:visited {color:#712121; text-decoration:underline;}
a:hover {color:#6e6d6d; text-decoration:none;}
a:active {color:#712121; text-decoration:underline;}

/

/* ----------DROP DOWN NAVIGATION------------*/
#navigation { }

/*-----------FOOTER----------------*/
#footer { font-family:Arial, Helvetica, sans-serif; text-align:center; color:#000000; clear:both; line-height:1.8em; font-size:10px; padding-bottom:15px; width:950px; margin:0px auto; padding-top:20px;}
#footer a:link {color:#000000; text-decoration:underline;}
#footer a:visited {color:#000000; text-decoration:underline;}
#footer a:hover {color:#6e6d6d; text-decoration:none;}
#footer a:active {color:#000000; text-decoration:underline;}

