/*Generic styles*/

body	{
	background: #333;
	margin: 0;
	}

p	{
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	}


h1	{
	font-family: LongIsland, "Times New Roman", serif;
	display: block;
	font-weight: bolder;
	font-size: 32pt;
	font-style: italic;
	color: #630;
	}

h2	{
	font-family: LongIsland, "Times New Roman", serif;
	font-weight: bolder;
	font-size: 20pt;
	font-style: italic;
	color: #630;
	}

h3	{
	font-family: LongIsland, "Times New Roman", serif;
	font-size: 14pt;
	color: #630;
	text-align: left;
	}

li	{
	text-align: left;
	font: bold 12pt arial, sans-serif;
	margin-bottom: 5px;
	}

form	{
	font-family: arial, helvetica, serif;
	font-size: 10pt;
	font-weight: bold;
	}

.red	{color: #c00;}

.caption{
	font: 10pt helvetica, arial, sans-serif;
	margin-top: -5px;
	}


/*CLASSES*/

.emphasize{
	font-family: arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	}

p.intro	{
	font-family: "times new roman", serif;
	font-style: italic;
	font-weight: bold;
	color: #063;
	}

.left-justify{
	text-align: left;
	font-weight: bold;
	}

.left-justify ul{
	font: bold 12pt arial, sans-serif;
	width: 220px;
	float: left;
	}

.widePix{
	padding: 10px 20px;
	}

.right-float{
	float: right;
	margin-left: 10px;
	}

.left-float{
	float: left;
	margin-right: 15px;
	}

/*IDS*/

div#wrapper{
	position: relative;
	overflow: auto;
	width: 750px;
	margin: 0 auto;
	background: url(img/whiteroughtexture003.jpg);
	}

div#main{
	float: right;
	width: 74%;
	min-width: 400px;
	clear: both;
	padding: 0 15px;
	text-align: center;
	margin-top: 10px;
	}

div#header{
	height: 60px;
	background: url(img/longVine.gif) repeat-x;
	}

#features {
 padding: 20px 0;
 font: bold 1em arial, helvetica, sans-serif;
}

#features dt {
 clear: left;
 padding: 10px;
}

#features dd {
 float: left;
 width: 235px;
 line-height: 1.5em;
 text-indent: 10px;
 background: url(img/bullet.gif) 0 8px no-repeat;
}

#rates	{
	background: #fc3;
	}

div#nav	{
	float: left;
	background: transparent;
	width: 120px;
	height: 100%;
	text-align: center;
	margin-left: 20px;
	padding-top: 15px;
	border-right: 10px solid #630;
	}

div#nav ul{
	list-style-type: none;
	}

div#nav ul li{
	display: block;
	width: 120px; height: 25px;
	font: 12pt arial, helvetica, sans-serif;
	background: #630;
	color: white;
	text-align:center;
	margin-left: -40px;
	border-bottom: 1px solid #999;
	}

div#nav ul li a{
	display: block;
	width: 120px; height: 25px;
	text-decoration: none;
	color: black;
	background: url(img/button.jpg) no-repeat;
	border-bottom: 1px solid #fff;
	}

div#nav ul li a:focus, div#nav ul li a:hover{
	display: block;
	border-right: 10px solid #fff;
	border-bottom: 1px solid #fff;
	}

div#nav h3{
	text-align: center;
	}

div#first-address{
	float: left;
	margin-left: 20px;
	}

div#second-address{
	float: right;
	margin-right: 40px;
	}

div#footer{
	clear: both;
	border-top: 2px solid black;
	padding-bottom: 10px;
	Text-align: center;
	}

div#footer h5{
	font: bold 12pt helvetica, arial, sans-serif;
	color: #063;
	}

div#footer p{
	font: 9pt helvetica, arial, sans-serif;
	}

div#footer a{
	font-weight: bold;
	}

div.rule{
	border-top: 2px solid #630;
	}