* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: url('/_grafix/bg.gif') top left repeat-y;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #444;
}

br.clear {
	clear: both;
}

a {
	color: #e3211c;
}

a:hover {
	color: #000;
}

p {
	line-height: 1.3em;
	margin-bottom: 20px;
}

h1 {
	margin-bottom: 8px;
}

h2 {
	margin-bottom: 4px;
}

img.middle {
	vertical-align: middle;
}


/* wrapper & container */

#wrapper {
	float: left;
	width: 100%;
	background: url('/_grafix/bg_wrapper.gif') top left no-repeat;
}

#container {
	float: left;
	width: 1000px;
}


/* header */

#header {
	float: left;
	width: 1000px;
	height: 250px;
}
/*
#header .banner {
	float: left;
	width: 750px;
	height: 210px;
}
*/
#header .logo {
	float: left;
	width: 250px;
	height: 210px;
}

/* slideshow */

.slideshow {
	float: left;
	width: 750px;
	height: 210px;
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}

.slideshow-images-visible { 
	opacity: 1;
}	

.slideshow-images-next { 
	opacity: 0; 
}


/* navigation */

#navigation {
	float: left;
	width: 230px;
}

#navigation ul {
	float: left;
	list-style-type: none;
}

/* main */

#navigation ul.main li {
	float: left;
	vertical-align: top;
	width: 230px;
	height: 20px;
	padding-bottom: 10px;
}

#navigation ul.main li a {
	float: right;
	display: block;
	vertical-align: top;
	width: 230px;
	height: 20px;
	border: none;
}

#navigation ul.main li a:hover { 
	background-position: 0 -20px; 
}

#navigation ul.main li a.selected { 
	background-position: 0 -40px; 
}

#navigation ul.main li a.selected:hover { 
	background-position: 0 -40px; 
}

#navigation ul.main li span {
	display: none;
}

/* sub */

#navigation ul.sub li {
	float: left;
	vertical-align: top;
	width: 230px;
	height: 18px;
	padding-bottom: 5px;
}

#navigation ul.sub li a {
	float: right;
	display: block;
	vertical-align: top;
	width: 230px;
	height: 18px;
	border: none;
}

#navigation ul.sub li a:hover { 
	background-position: 0 -18px !important; 
}

#navigation ul.sub li a.selected { 
	background-position: 0 -36px !important; 
}

#navigation ul.sub li a.selected:hover { 
	background-position: 0 -36px !important; 
}

#navigation ul.sub li span {
	display: none;
}


/* content */

#content {
	float: left;
	width: 520px;
}

#content .gutter {
	float: left;
	width: 430px;
	padding: 0 45px 25px 45px;
}

/* ordered list */

#content ol {
	padding-left: 24px;
	margin-bottom: 20px;
}

#content ol li {
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* unordered list */

#content ul {
	padding-left: 24px;
	margin-bottom: 20px;
}

#content ul li {
	padding-bottom: 3px;
	line-height: 1.3em;
}

#content img.left {
	float: left;
	margin: 10px 15px 15px 0;
}

#content img.right {
	float: right;
	margin: 10px 0 15px 15px;
}

#content table {
	margin-bottom: 20px;
}

#content table td {
	padding: 3px;
}


/* images */

div.image_block {
	float: left;
	width: 430px;
	margin-bottom: 20px;
}

div.image_block img {
	float: left;
	margin: 0 7px 7px 0;
}


/* sponsors bottom */

img.bottom_logo {
	float: left;
	margin-right: 30px;
}

img.bottom_logo_last {
	float: left;
}


/* forms */

table#form {
	width: 430px;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

table#form td.label {
	width: 110px;
}

table#form td.label_err {
	width: 110px;
	color: #c33;
}

table#form td.label span, 
table#form td.label_err span {
	color: #c33;
	font-weight: bold;
}

table#form td.field {
	width: 225px;
}

table#form td.field input.text {
	width: 239px;
	padding: 4px 2px;
	background: #fff;
	color: #333;
	font-family: Verdana;
	border: 1px solid #999;
	font-size: 9pt;
}

table#form td.field textarea {
	width: 239px;
	height: 50px;
	padding: 2px;
	background: #fff;
	color: #333;
	font-family: Verdana;
	border: 1px solid #999;
	font-size: 9pt;
}

table#form tr.spacer {
	height: 4px;
}


/* buttons */

div.buttons {
	float: right;
	margin-right: 40px;
}

.buttons a, 
.buttons button {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #039;
    border: 1px solid #dedede;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: Arial, Georgia, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    color: #777;
    cursor: pointer;
    padding: 7px 10px 7px 8px;
}

.buttons button {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, 
.buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

/* button colors */

button:hover, 
.buttons a:hover {
	color: #4a7184;
	background-color: #E5f6f7;
    border: 1px solid #99dae1;
}

/* small red button */

button.small, 
.buttons a.small {
	background-color: #039;
    color: #fff;
	font-size: 80%;
	margin: 0 !important;
	border: none;
}

.buttons a.small:hover, 
button.small:hover {
    background-color: #4a7184;
}

/* positive button */

button.positive, 
.buttons a.positive {
	color: #fff;
    background-color: #003D72;
}

.buttons a.positive:hover, 
button.positive:hover {
    background-color: #E3211C;
}


/* sidebar */ 

#sidebar {
	float: left;
	width: 250px;
}

#sidebar .gutter {
	float: left;
	width: 200px;
	padding: 0 25px;
}

#sidebar img {
	float: left;
	margin-bottom: 10px;
}


/* footer 

#footer {
	float: left;
	width: 950px;
	color: #666;
	font-size: 9pt;
}

#footer .gutter {
	float: left;
	width: 950px;
	text-align: center;
	padding: 12px 0 25px 0;
}

#footer a {
	color: #666;
	border: 0;
	text-decoration: underline;
}

#footer a:hover {
	color: #333;
}


/* quoted 

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}