
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(../images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;	
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#header h1 {
	float:left;
	font:180% Georgia;
	color:#555;
	padding:5px 20px 5px 5px;	
	margin:0 20px 0 0;
}

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

#header h1 a:hover {
	color:#111;
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#header #nav {
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#4F9EC9;
}

#header #nav a.active {
	background:#4F9EC9;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana, sans-serif;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #000;
	color:#fff;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}


#sidebar {
	background:#fff;
	width:210px;
	padding:10px 20px 20px 5px;
	float:left;
	color:#666;
}
#sidebar h2 {
	font:160% Arial, sans-serif;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 5px 0;
}

#sidebar p {
	/* margin:15px 0;*/
}

#sidebar img {
	float:left;
	border:1px solid #999;
	margin:0 3px 0 0;
}

#sidebar p.news {
	background:#fff;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {	
	color:#999;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#content {
	margin:0 10px 0 210px;
	padding:20px 0 0 20px;
}

#footer {
	clear:both;
	border-top:1px dotted #66f;
	padding:10px;
	margin:30px 0 0;
}



p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:190% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}
h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

#content ul {
	margin:15px 0 15px 30px;
/*	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee; */
	color:#79B933;
}

img {
	/* padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;*/
}

/* quote forms */
form {
	padding:10px;
	border:1px solid #f6f6f6;
}

input,select,textarea {
	border:1px solid #4F9EC9;
	background-color:#eee;
}
.submit {
background-color:#FF9900;
}

fieldset {
	border: #4F9EC9 solid 1px;
	padding-bottom:0px; 
	padding-top:0px; 
	margin-top:10px;
}
legend {
	background: #4F9EC9;
	border: #000 solid 1px;
	padding: 1px 10px;
	font-weight:bold;
	color:#000;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
}

p img {
	float:left;
	margin:0 10px 0 0;
}
.print_only {
	display:none;
}



img { border:none; }

 #textlogo {
 	display:none;
}
.question {
	background:url(../images/background-q.jpg) no-repeat top left;
}
.answer {
	background:url(../images/background-a.jpg) no-repeat top left;
	border-bottom:1px dotted #39c;
}
p.question, p.answer { padding:10px 0 10px 40px;}

.no_show { display:none;}