
body {
	margin: 0;
	padding: 0;
	background-color: #54585c;
/*	background-color: #eff7f9; */
	font-family: Georgia, "Book Antiqua", "Palatino Linotype", "Palatino", "Times", "Times New Roman", serif;
/*	font-family: "Lucida Sans", "Lucida Grande", "Helvetica Neue", Helvetica, Arial; */
	font-size: 16px;
}

#outer {
	width: 826px;
	margin: auto;
	background: url(../img/main_fill.jpg) repeat-y top left;
}
#inner {
	width: 800px;
	margin: 0 13px;
	padding: 0;
}
#preheader {
	background: #c3c5c6 url(../img/preheader_fill.jpg) repeat-x top left;
	font-family: Trebuchet MS;
	font-size: 16px;
	height: 25px;
	padding-top: 5px;
}
#preheader a {
	color: #000;
	text-decoration: none;
}
#preheader a:hover {
	text-decoration: underline;
	color: #454545;
}
#preheader ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#preheader li {
	float: left;
	position: relative;
	padding: 0px 15px;
}

#masthead img { display: block; }
#masthead div#logo {
	width: 310px;
	height: 250px;
	background: #000 url(../img/logo-filler.jpg) no-repeat bottom left;
	float: left;
	color: #fff;
}
#masthead a {
	color: #fff;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: underline;
}
#masthead #logo ul {
	list-style: none;
	padding: 0 20px;
	margin: 0;
/*	opacity: 0.0;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;*/
	display: none;
}
#masthead #logo:hover ul {
/*	opacity: 1.0;*/
	display: block;
}
#masthead #logo li {
	width: 135px;
	margin: 0;
	padding: 0;
	color: #c61e1e;
	font-size: 15px;
	height: 20px;
}
#nav {
	background: #383838 url(../img/nav_fill.jpg) repeat-x top left;
	height: 31px;
	font-family: Trebuchet MS;
	font-size: 15px;
}
#nav a, #nav span.cs {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px 15px 10px 15px;
}
#nav span.cs {
	color: #c61e1e;
	font-family: Arial Narrow;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
}
#nav a.first {
	padding-left: 19px;
}
#nav a.last {
	padding-right: 19px;
}
#nav li:hover {
	background: #5a6566 url(../img/nav_hot_fill.jpg) repeat-x top left;
}

#content {
	float: left;
	width: 465px;
	margin: 35px 10px 5px 10px;
	text-align: justify;
}
#content h1 {
	text-align: center;
}
#sidebar {
	width: 300px;
	float: right;
	margin: 5px 5px;
}
#footer {
	clear: both;
	font-size: 11px;
	color: #454545;
	font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	text-align: center;
	padding: 10px;
}

#sidebar div.sbbox {
	width: 277px;
	background: #000 url(../img/sidebar_back.jpg) no-repeat top left;
	color: #fff;
	padding: 10px;
}
#sidebar div.sbbox h1 {
	font-size: 22px;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	margin: 0;
	padding: 0;
}
#sidebar div.sbbox a {
	color: #fff;
}
#sidebar div.sbbox .photo {
	float: left;
	margin: 5px;
	width: 75px;
}
#sidebar div.sbbox .photo img {
	margin: auto;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
img {
	border: none;
	display: block;
}

div.faq h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333;
 	font-style: italic;
 	margin: 0;
 	padding: 25px 0 0 0;
 	border-top: dotted 1px #333;
}

p {
	line-height: 1.3em;
}

h3, h4, h5, h6 {
	font-family: "Lucdia Sans", "Lucdia Grande", "Helvetica Neue", Helvetica, Arial;
}
h1, h2 {
	font-weight: normal;
	font-style: italic;
}

