* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: url(images/bg.jpg) repeat 0 0;
 margin-top:20px;
 color:#5B5B5B;
}

p {
 padding: 10px;
}

img {
 border:0;
}

a {
	color: #C1A846;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family: Georgia, Serif;
	font-size:14px;
	color: #C1A846;
	font-variant:small-caps;
}

#wrapper { 
 margin: 0 auto;
 width: 805px;
}

#content { 
 float: left;
 color: #5B5B5B;
 background: #FFFEF5;
 height:100%;
 width: 540px;
 display: inline;
 padding-left:27px;
}

#content2 { 
 float: left;
 color: #5B5B5B;
 background: #FFFEF5;
 /* height: 350px; */
 width: 743px;
 display: inline;
 padding-left:27px;
}
#content3 {
	float: left;
	color: #5B5B5B;
	background: #FFFEF5;
	height:100%;
	display: inline;
	padding-left:27px;
}



#content ul {
 padding-left:20px;
 list-style-type:square;
}
#header {
 color: #333;
 width: 800px;
 float: left;
 height: 88px;
 background: #6B6659;
 background: url(images/header_masthead.jpg) no-repeat 
}

#footer { 
 width: 773px;
 height: 130px;
 clear: both;
 color: #5B5B5B;
 font-size:10px;
 background: #FFFEF5;
 padding-left:27px;
}
#footer2 { 
 width: 773px;
 height: 230px;
 clear: both;
 color: #5B5B5B;
 font-size:10px;
 background: #FFFEF5;
 padding-left:27px;
}
#footer3 { 
 width: 773px;
 height: 75px;
 clear: both;
 color: #5B5B5B;
 font-size:10px;
 background: #FFFEF5;
 padding-left:27px;
}

#navigation {
 float: left;
 width: 800px;
 height: 33px;
 color: #333;
 background: #8AA1B6;
}

#contentheader {
 background: #FFFEF5;
 width:800px;
}

#rightcolumn {
	color: #5B5B5B;
	background: #FFFEF5;
	/* height: 350px; */
 height:100%;
	width: 190px;
	float: left;
	text-align:center;
}

ul#nav {
	position:relative;
	font-size:15px;
	font-weight:bold;
	height:33px;
	width:800px;
	text-align:left;
	padding-top:1px;
	background: url(images/nav_bg2.jpg) repeat-x 0 0;
	list-style-image: url(images/navbreak.jpg);
	z-index:40;	
}

ul#nav .contact {
	margin-left:130px;
}

ul#nav li {
	display:inline;
	font-family: Verdana, sans-serif;
	height:33px;
}



ul#nav li ul {
	display:none;
	position:absolute;
	top:25px;
	left:253px;
}

/*ul#nav li ul li a{
	padding:0;
	margin-top:1px;
}*/


ul#nav li:hover ul {
	display: block;
	width:200px;
	background-color:#605E54;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index:3;
}

ul#nav li a {
	color: #C8D1D4;	
	text-decoration: none;	
	line-height:1.8;
	opacity:0.7;
	filter:alpha(opacity=70);
	padding-left:8px;
	padding-right:8px;
	padding-bottom:9px;

}

ul#nav li a:hover {
//	background-color: #45BCE4;
	background-color: #605E54;
	color: #45BCE4;
}



.subhead {
	font-family: Georgia, Serif;
	font-size:18px;
	color: #AE973E;
	font-variant:small-caps;
}

.adjline {
	line-height:1.5;
}


li > ul {
	top: auto;
	left: auto;
	}


.Simg {
        padding-bottom:50px;
	padding-right:15px;
	float: left;
	width:125px;
}
.adjline2 {
	line-height:1;
	vertical-align: top;
	border-top-width: 1px;
	border-color: #CCC;
	border-top-style: solid;
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	text-align: left;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-right-style: solid;
	border-left-style: solid;
	outline-width: 0px;
	outline-color: #CCC;
}
.adjlinesmall {
	line-height:1.5;
	font-size: 10px;
}

