/* Import 960 Grid System Framework */
@import url('reset.css');
@import url('text.css');
@import url('960.css');


/* General Settings */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	background: url(../images/topBg.png) top left repeat-x #F4F4F4;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	font-family: "Century Gothic", Century;
	font-weight: normal;
	color: #1f4d63;
}


/* Header Settings */
#header {
	min-height: 471px;
	position: relative;
	background: url(../images/headerBg.png) top left no-repeat;
}


/* Navigation Settings */
#mainNavi {
	width: 320px;
	height: 324px;
	font-family: Verdana, Helvetica, sans-serif;
	position: relative;
	top: 190px;
	left: 46px;
}

#mainNavi,
#mainNavi a {
	font-size: 1.2em;
	text-decoration: none;
	color: #c1c1c1;
}

#mainNavi ul li {
	list-style-type: circle;
}

#mainNavi ul li.active,
#mainNavi ul li.active a,
#mainNavi ul li:hover,
#mainNavi ul li:hover a {
	color: #6d2323;
	list-style-type: disc;
	cursor: pointer;
}


/* Content Settings */
#leftContent,
#mainContent {
	padding-bottom: 50px;
	font-size: 1.15em;
}

#leftContent ul li,
#mainContent ul li {
	list-style-type: disc;
}

#leftContent a,
#mainContent a {
	text-decoration: none;
	color: #6d2323;
}

#leftContent a:hover,
#mainContent a:hover {
	text-decoration: underline;
}


/* Powermail Settings */
.tx-powermail-pi1 fieldset,
.tx-powermail-pi1 .even {
	background: none !important;
	border: 0;
}

.tx-powermail-pi1 fieldset {
	padding: 0;
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 label {
	font-weight: normal !important;
}

.tx_powermail_pi1_formconfirmation_back,
.tx_powermail_pi1_formconfirmation_submit {
	width: auto;
	margin: 0 10px 0 0;
	float: left;
}