/* CSS Document */
/* Author: Heather Burrow www.burrowdesigns.com */
/* Date: 10.23.07 */

* {
	margin: 0;
	padding: 0;
	}
	
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #442302;
}

body {
	background-color: #FFFfff;
	text-align: center;
}

h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 115%;
}
h6 {
	font-size: 105%;
}

#holder {
	width: 800px;
	margin: 0 auto; /* auto value uses 920px width setting to define the placement of div in window */
	text-align: left; /* resets text-align property after IE5 fix in body rule */
	background-color: #ffffff;
	min-width: 450px; /* 2xs sidebar + rightfiller (2 x200 + 50) */
	}
/* Header rules */
#header {
	background-image: url(assets/ribbonwphone.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	margin: 10px 0 15px 0;
	
	}
#header #title {
	position: relative;
		}

#header #title h1 {
	display: none;
	font-family: "French Script MT", Garamond, serif;
	color: #00FFCC;
	margin: 40px;
	padding-top: 60px;
	font-size: 60px;
	}  
#header #title h3 {
	color: #ffffff;
	text-align: right;
	padding: 110px 50px 0 0;
	}
	
/* Navigation rules */
#nav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	float: left;	
	}

#nav ul {	
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 100%;
		}
		
#nav ul li {
	display: inline;
	position: relative;
	background-color: #6c350c;
	list-style-type: none;
	padding: 7px 0px;
		}

#nav a {
	color: #ffffff;
	margin: 0px;
	padding: 5px 23px;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
		}
	
#nav ul li a:hover, #nav ul li a:active {
	border-bottom: 4px solid #fcc07e;
	background-color: #be3196;
	}
	
#nav li ul {
	position: absolute;
	left: -900px;
	top: 30px;
	margin: -10px 0 0 0;
	}

#nav ul li:hover ul, #nav ul li.over ul {
	left: 0px;
	}

#nav ul ul a {
	display: block;
	padding: 10px 5px 10px 10px;
	width: 175px;
	color: #fff;
	background-color: #be3196;
	text-decoration: none;
	border: none;
	}

#nav ul ul a:hover {
	color: #fff;
	background-color: #6c350c;
	border: none;
}	


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


/* Begin 2 columns */
#wrapper {
	width: 100%;
	margin: 0px 0 0 0;
	}
/* Left Column Rules */
#leftcol {
	float: left;
	margin: 70px 0 0 0;
	padding: 0px;
	width: 225px;
	background-color: #ffffff;
	}

#leftcol #leftcontent {
	float: right;
	background-color: #ffffff;
	color: #442302;
	margin: 0px 0 0 0;
	padding: 25px 0 0 0;
	width: 210px;
	height: 520px;
	border-top: 5px solid #660000;
	
	}
#leftcol #leftcontent h3, #leftcol #leftcontent h5 {
	text-align: center;
	color: #442302;
	padding: 14px 10px 5px 10px;
	}
	
#leftcol #leftcontent p {
	padding: 5px 12px 5px 0;
	text-align: center;
	border-bottom: 5px solid #660000;
	}
#leftcol #leftcontent p a, #leftcol #leftcontent h5 a {
	color: #442302;
	}
#leftcol #leftcontent a:hover {
	color: #be3190;
	text-decoration: none;
	}
#leftcol ul {
	line-height: 1.5em;
	}

.calltoaction {
	text-align: center;
	background-color:#be3196;
	color: #FFFFFF;
	border: 4px dotted #330000;
	line-height: 32px;
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	}
/* Main content rules */
#maincol {
	float: left;
	width: 515px;
	background: url(assets/topbar.gif) no-repeat top center;
	padding: 0px 27px 30px 30px;
	margin: 25px 0 0 0;
	background-color: #ffffff;
	}

#maincol h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	color: #be3196;
	padding: 28px 0 0 10px;
	margin: 0 170px 0 0px;
	}
	
#maincol p {
	line-height: 1.4em;
	}

#maincol img {
	margin: 0 0 0 -10px;
	}	
	
/* footer rules */
#footer {
	clear: both;
	background-color: #af4284;
	padding: 20px;
	font-size: 10px;
	color: #ffffff;
	background-image: url(assets/footer2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0 0 20px 0;
	border-top: 2px solid #6c350c;
	}

#footer ul {
 	text-align: center;
	}
#footer li {
	display: inline;
	color: #d5dde2;
	list-style-type: none;
	border-right: 1px solid #d5dde2;
	padding: 2px 5px;
	}
#footer a {
	display: inline;
	text-decoration: none;
	color: #ffffff;
	text-indent: 20px;
	}
#footer a:hover {
	color: #663511;
	}
#footer p {
	text-align: center;
	padding: 10px;
	color: #ffffff;
	}

/* Contact Form rules */
strong.smalltext {
	font-size: 80%;
	}

