/* CSS Document */

* {
   margin: 0;
   }
   
html, body {
   height: 100%;
   }

body {
   margin: 0;
   background: #fff;
   color: #000;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   }
   
#main {
	margin: 0 auto;
	padding-top: 15px;
	width: 1000px;
	min-height: 100%;
  }

#header {
	width:100%;
	padding-bottom: 15px;
	background:#fff;
	font-size:13px;
}

#header a {
	text-decoration: none;
	color: #901661;
}

#header a:hover {
	text-decoration:underline;
	color: #830a54;
}

#content {
	padding-top: 30px;
	padding-left: 50px;
	width: 850px;
	font-size:13px;
	text-align: justify;
	line-height: 155%; 
}
.contentLeft {
	float: left;
	padding-right: 20px;
	padding-bottom: 50px;
	width: 470px;
}

.contentLeft a {
	color: #800000;
	text-decoration: underline;
}
.contentLeft a:hover {
	color: #114592;
	text-decoration: none;
}
.contentRight {
	float: left;
	padding-left: 30px;
	text-align: center;
	width: 330px;
}
.contentRight img {
vertical-align: top;
margin: 10px;
}
.floatright {
	margin: 0 0 10px 10px;
	float: right;
	padding: 5px;
}
#content p {
	padding-top: 10px;
}

#content .contact {
	text-align: center;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

#content a {
	color: #800000;
}

#content a:hover {
	color: #114592;
	text-decoration: none;
}

#contentlisting {
	padding-top: 30px;
	padding-left: 50px;
	width: 850px;
	font-size: 13px;
	text-align: justify;
	line-height: 155%; 
}

#innercontent {
	padding-top: 30px;
	float:left;
	width: 500px;
	font-size:13px;
	text-align: justify;
	line-height: 155%; 
} 
  
h1 {
	padding-top:15px;
	font-size:17px;
	text-align:left;
	color: #901661;
	letter-spacing:.75px;
	padding-bottom:15px;
}

h2 {
	font-size:13px;
	text-align:left;
	color: #114592;
	letter-spacing:.5px; 
}  
  
h3 {
	font-size:12px;
	text-align:left;
	color: #114592;
	letter-spacing:.5px; 
} 

h4 {
	font-size:15px;
	text-align:left;
	color: #114592;
	letter-spacing:.5px;
	padding: 10px 0 0 0; 
}   
  
#sidebar {
	width: 385px;
	float:right;
	padding-top:30px;
	font-size: 11px;
	text-align: left;
	margin-bottom:50px;
}

#sidebar p {
	line-height: 130%; 
	font-size: 14px;
	color: #000;
	padding-left:38px;
}

#sidebar p a {
	font-size: 14px;
	color: #901661;
	text-decoration:none;
}

#sidebar a:hover {
	text-decoration:underline;
}

#sidebar h1 {
	font-size: 17px;
	color: #901661;
	padding: 10px 0px 0px 0px;
}

#sidebar h1 a {
	letter-spacing:.75px;
	font-size: 16px;
	color: #901661;
	text-decoration:none;
}

#sidebar img {
	padding-left: 12px;
}

#navigation ul#nav {
	background-color:#519fd0;
	font-size:12px;
	padding-left: 30px;
	
}

#navigation ul#nav li {
	list-style:none;
	position: relative;
	float: left;
	text-align: center;
	line-height: .5em;
    width:155px;
	letter-spacing:.5px;
}

#navigation ul#nav li a {
	display: block;
	padding: 12px 0;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #ccc;
	text-align: center;
    background-color:#519fd0;
}

#navigation ul#nav  li ul {
    display: block;
    position: absolute;
	left: -999em;
    width: 134px;
    padding: 0;
    background:#519fd0;
}

#navigation ul#nav  li:hover ul,
#navigation ul#nav  li.over ul
{
    display: block;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 4000;
    width: 154px;
	
}

#navigation ul#nav  li ul li {
    width: 126px;
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
    width: 154px;
    background: transparent;
    padding: 15px 0px;
    text-decoration: none;
    margin: 0;
    color: #eee;
    text-indent: 0;
    text-align: center;
    border: 0;
    white-space: nowrap;
	font-size:11px;
	
}

#navigation ul#nav li ul li a:hover {
    color: #fff;
	text-decoration: none;
    background:#0066CC;
	font-size:11px;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
    background:#0066CC;
}

#footer, .push {
  height: 2em;
  }
  
#footer { 
	clear: both;
	margin: auto;
	color: #666666;
	border-top: 2px groove #aaa;
	width: 900px;
	font-size: 11px;
	text-align: center;
	letter-spacing: .5px;
	line-height: 20px;
	}

#footer a {
	color: #114592;
	text-decoration: none;
	}
		
#footer a:hover {
	color: #666666;
	text-decoration: underline;
	}  

table {
border-collapse: collapse;
}

.images {
vertical-align:top;
padding-top:20px;
}

#listings { margin-bottom: 0em; border-collapse: collapse; }
td { padding: .5em; font-size: 13px; letter-spacing:.5px; text-align:left; vertical-align:top;}
td a { color: #FF0000; text-decoration: none;}
td a:hover {
	color: #000;
	text-decoration: underline;}
thead {
	font-style: italic;
	font-size: 15px;
	color: #000;
	text-align: left;
	border-bottom: 2px solid #901661;
	letter-spacing: 1px;
	} 
