@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) center repeat-y;
	background-color: #3e1023;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#444444;
}

h1 {
	margin:0;
	color:#3e1023;
} 

h2 {
	font-style:italic;
	color:#0f3459;
}

h3 {
	color:#3e1023;
}

h4 {
	color:#0f3459;
}

h5 {
	color:#444444;
}

hr {
	margin:40px 0 15px;
	color:#cccccc;
	border:0;
	background-color:#cccccc;
	background-image:url(images/hr.gif);
	height:1px;
}


p {
	margin:0 0 21px 0;
	line-height:21px;
}

a {
	color:#3e1023;
}

a:hover {
	color:#0f3459;
}

:focus {
    outline: 0;
}

img {
	border:0;
}

/* Layout Divs */

#bg-container {
	margin:auto;
	width:100%;
	background:url(images/bg-top.gif) top center no-repeat;
}

#container {
	margin:auto;
	width:980px;
	padding:100px 0;
}

#header {
	width:92%;
}

#headerLeft {
	float:left;
}

#headerRight {
	float:right;
	text-align:right;
} 

#headerRight a {
	font-size:14px;
	font-weight:bold;
	color:#0f3459;
	text-decoration:none;
}

#headerRight a:hover {
	color:#3e1023;
	text-decoration:underline;
}


#main {
	clear:both;
	width:100%;
	padding:25px 0 0;
}

#mainLeft {
	float:left;
	width:660px;
}

#mainRight {
	float:right;
	width:320px;
	text-align:center;
} 

#mainContent {
	padding: 35px 15px 50px 70px;
}

#blockLeft {
	float:left;
	padding:20px 0;
}

#blockRight {
	float:left;
	padding:20px 0 15px 15px;
} 


#footer {
	clear:both;
	width:100%;
	padding:50px 0 0;
	font-size:12px;
}

#footerLeft {
	float:left;
	padding:0 0 50px 70px;
}

#footerRight {
	float:right;
} 

/* Styles */

.highlight {
	color:#3e1023;
	font-weight:bold;
}

/* Form Styling */

input, select, textarea{
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#323232;
	background-color:#ffffff;
	border:#CCCCCC solid 2px;
	padding:5px;
	margin:0 25px 0 0;
}

textarea {
	scrollbar-base-color:#323232;
}


label {
    display: block;
	clear:both;
	font-size:14px;
	color:#323232;
	margin:0;
	padding:5px 0;
}

.button {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#0f3459;
	border:#0f3459 solid 2px;
	padding:5px 15px;
}

.button:hover {
	background-color:#3e1023;
	border:#3e1023 solid 2px;
}

.red {
	color:#CC0000;
}

label.error {
	color:#CC0000;
	margin:0 25px 0 0;
	font-style:italic;
}

input.error, select.error, textarea.error {
	background:#FFFFCC;
}

input:focus, select:focus, textarea:focus {
	border: 2px solid #999999;
}

/* Quiz Styling */

.quiz label {
    display:inline;
	clear:both;
	font-size:16px;
	color:#323232;
	font-weight:bold;
}

.quiz p {
	padding:10px;
}

#mainRightQuiz {
	float:right;
	text-align:right;
	margin:0px 48px 0 0;
	padding:10px 30px;
	background-color:#eeeeee;
} 

/* Table Styling */

.grey {
	background:#eeeeee;
}

