/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	background: url(images/bgheader.jpg) repeat-x;
}

h1
{
    font-size: 14pt;
}

h2
{
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

h3
{
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

a {
    color: #0077dd;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/bullet01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/bullet01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 970px;
	margin: 0px auto;
	color: #254360;
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	color: #3A6994;
}

/** MENU */

#menu-wrap
{
    padding: 15px;
	background-color: #1F3A54;
}

#menu {
	width: 970px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/menudivider.gif) no-repeat right 50%;
	padding: 0px 15px 0px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10pt;
	color: #FF9933;
}

#menu a:hover {
	color: white;
	text-decoration: underline;
}

#menu .active {
	background: #FF9933;
	color: #254360;
	padding-top: 3px;
	padding-bottom: 3px;
}

/** CONTENT */

#content
{
	width: 971px;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

#column_380
{
    width: 380px;
	float: left;
	padding-left: 20px;
	padding-bottom: 10px;
}

#column_550L {
	float: left;
	width: 550px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-right: 1px dashed #EEEEEE;
}

#column_550R {
	float: left;
	margin-left: 20px;
	width: 550px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-left: 1px dashed #EEEEEE;
}

/** FOOTER */

#footer-wrap
{
	clear: both;
    padding: 10px;
	background-color: #1F3A54;
}

#footer {
	width: 970px;
	margin: 0px auto;
}

#footer p
{
	margin: 0px;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #CCCCCC;
}

#footer a:hover
{
    color: #FF9933;
}

div.logobox
{
    width: 220px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

img.logoimage
{
    margin-right: 10px;
}

div.logotext
{
    margin-right: 10px;
    text-align: right; 
}

.button
{
    font-weight: bold;
	text-decoration: none;
	color: white;
	background-color: #FF7700;
	padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    padding-left: 40px; 
    padding-right: 40px;
    border: 2px outset #D0D0D0;
    cursor: pointer; 
}

.button:hover
{
    background-color: #FF9933;
	color: white;
	text-decoration: underline;
}

.button_sv
{
    margin-bottom: 3px;
}

.portrait-joe
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #FF9933;
}

.content-image-right
{
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

div.error
{
    color: #8E0000;
}
