/*------------------------------------
	General Styles
------------------------------------*/

body {
	margin: 0px 0px 0px 0px;
	border: none;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}

div {
	border: none;
	background:transparent;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*------------------------------------
	Layout Styles
------------------------------------*/

#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 600px;	
}

.menu ul li {
	margin-left: -30px;	
} 

#top_bar {
	position: relative;
	height: 145px;
	border-bottom: solid 3px #474E75;
}
#top_bar span {
	position: absolute;
	bottom: 50%;
	margin-bottom: -24px;
	left: 10px;
	z-index: 1;
}
#tag_line {
	position: absolute;
	top: 5px;
	right: -250px;
	height: 70px;
	font-size: 15px;
}

#content_wrapper {
	min-height: 600px;
	margin-left: 180px;
	margin-top: 5px;
	margin-right: 5px;
	border-left: solid 3px #408429;
}

#content {
	position: relative;
	z-index: 1;
	margin-left: 10px;
	padding-left: 10px;	
	padding-right: 10px;
	padding-bottom: 58px;
}

/* --------------------------------------------
	Content Styles
---------------------------------------------*/
p, body, table, td, th, div, a, span {
	font-family: "Tahoma" "Arial" sans-serif;
	font-size: 12px;
	font-style: none;
}

p {	
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Tahoma" "Arial" sans-serif;
	font-size: 48px;
	font-weight: normal;
	font-style: italic;
	text-indent: -10px;
	margin: 0px;
}

h2 {
	font-family: "Tahoma" "Arial" sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	margin-left: -10px;
}

h2.leftbox {
	text-align: center;
	font-style: normal;
	font-size: 20px;
	line-height: 20px;
	text-indent: 0px;
	margin-left: 0px;
}

h3 {
	font-family: "Tahoma" "Arial" sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}

p.accented {
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
}

p.survey {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p.centred {
	text-align: center;	
}

a {
	color: #434c95;
	text-decoration: underline;
}
a:visited {
	color: #408429;
	text-decoration: underline;
}

a.next {
	text-align: right;
	font-family: "Tahoma" "Arial" sans-serif;
	font-size: 48px;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}
#next_link {
	position: absolute;
	right: 0px;
}
a.home_link {
	border: none;	
}
	
span.quote {
	font-style: italic;
} 

br {
	line-height: 0.5em;
}



ul {
	margin-bottom: 1em;
}
ul ul li {
	line-height: 1.5em;
}
ul ul ul li {
	list-style: default;
}

table {
	margin-left: 20px;
	border: 2px solid #5f69db;
	border-collapse: collapse;
}
th, td {
	padding: 5px;
	border-color: #5f69db;
	border-style: solid;
	border-width: 0px 0px 0px 1px;
}
th {
	text-align: center;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	background-color: #707CFF;
	border-width: 0px;
}
table caption {
	font-style: italic;
	font-size: 14px;
}
table.noborder, table.noborder tr, table.noborder tr td, table.noborder tr th, table.noborder td, table.noborder th {
	margin: 0px;
	border: none;
	/*padding: 0px;*/
	text-align: left;
	background: transparent;
}
table#tmenu tr td {
	padding-top: 200px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 200px;
}

img, a img {
	border: none;
}
img#logo_text {
	border: none;
}

div.flash {
	z-index: 0;
}
