/* PANNONICON GLOBAL LAYOUT STYLE */

@import url('reset.css');

.spacer {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	text-align: justify;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	
}

p {
	margin-bottom: 1.5em;
}

a {
	color: #2a4c89;
	text-decoration: underline;
}

a.top, .source {
	float: right;
	display: block;
	color: #3F3F3F;
	font-size: 0.8em;
	text-decoration: none;
	margin-top: -15px;
	text-align: right;
}

a.top:hover {
	text-decoration: underline;	
}

strong {
	font-weight: bold;
}

#main-cont ul li {
	padding-left: 12px;
	background-image: url("liststyleimage.gif");
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	
}

ul.faq li {
	margin-bottom: 5px;
}

.imgcap {
	font-size: 0.8em;
	clear: both;
	color: #CFCFCF;
}

#wrapper {
	width: 846px;
	margin: auto;
	padding-left: 22px;
	padding-right: 22px;
}

#header {
/*	background-color: #999999;*/
	height: 164px;
}

#logo {
/*	background-color: #BBBBBB;*/
	float: left;
	width: 158px;
}

#logo img {
	width: 158px;
	height: 158px;
}

#nav {
	font-family: 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
/*	font-weight: bold; */
	text-transform: uppercase;
/*	background-color: #EEEEEE;*/
	float: right;
	padding-top: 115px;
	width: 688px;
}

#nav ul {
/*	background-color: #CCCCCC;*/
	height: 31px;
}

#nav ul li {
	display: block;
	float: left;
	height: 31px;
	padding-left: 7px;
	padding-right: 7px;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


#content {
/*	background-color: #E7E7E7;*/
	clear: both;
	display: block;
	padding-top: 20px;
	width: 846px;
	min-height: 510px !important;
}

#col {
	display: block;
/*	background-color: #EEEEEE;*/
	float: left;
	width: 213px;
	padding-left: 14px;
}

#main-cont {
	display: block;
	float: right;
	width: 600px;
	padding-right: 19px;
	
}



#footer {
	position: relative;
/*	background-color: #585858;*/
	padding-top: 35px;
	padding-bottom: 8px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.warning {
	color: #FF0000;
	font-size: 0.9em;
	padding-left: 8px;
	padding-right: 8px;
}
