/*-------------------
	General
---------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ded;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#wrapper {
	width: 775px;
	margin: 0 auto 10px auto;
	text-align: left;
}

a img {
	border: none;
}

/*-------------------
	Header
---------------------*/

#header {
	position: relative;
	width: 100%;
	height: 120px;
	padding: 20px 0;
	background: url(images/header.gif) no-repeat 20px top;
}

#header h1 {
	text-indent: -10000px;
	margin: 0;
}

#header p {
	position: absolute;
	bottom: 10px;
	right: 5px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 20px;
	background: url(images/telephone.png) no-repeat left bottom;
}

/*-------------------
	Navigation
---------------------*/

#navigation {
	width: 155px;
	float: left;
	border: 1px solid #fff;
	border-bottom: none;
	background: #aba;
}

#navigation ul li {
	list-style: none;
}

#navigation ul li a {
	display: block;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

* #navigation ul li a {
	width: 135px;
}

#navigation ul li a:link, #navigation ul li a:visited {
	background: #aba url(images/arrow.gif) no-repeat 85% center;
	
}

#navigation ul li a:hover, #navigation ul li a:active, body.home #navigation ul li a#n-home, body.training #navigation ul li a#n-training, body.aboutus #navigation ul li a#n-aboutus, body.contactus #navigation ul li a#n-contactus {
	background: #da6 url(images/arrow.gif) no-repeat 85% center;
}

/*-------------------
	Content
---------------------*/

#content {
	width: 612px;
	float: right;
	background: #fff;
}

#content h1 {
	border-bottom: 1px solid #999;
	line-height: .9em;
	margin: 20px 10px 10px 10px;
}

#content h3 {
	margin: 10px 10px 0 10px;
}

#content p {
	margin: 0 10px 10px 20px;
}

#content img {
	float: right;
	margin: 5px 10px;
	border: 1px solid #ccc;
}

#content a {
	color: #b71;
}

#content a:link, #content a:visited {
	text-decoration: none;
}

#content a:hover, #content a:active {
	text-decoration: underline;
}

#content-footer {
	width: 612px;
	height: 10px;
	background: #ded url(images/content-bottom.gif) no-repeat left top;
}

/*-------------------
	Breadcrumb Nav
---------------------*/

#breadcrumb {
	width: 612px;
	height: 10px;
	background: #ded url(images/content-top.gif) no-repeat left top;
	font-size: .9em;
	text-indent: 10px;
	line-height: 1.8em;
}

#breadcrumb a {
	color: #b71;
}

#breadcrumb a:link, #breadcrumb a:visited {
	text-decoration: none;
}

#breadcrumb a:hover, #breadcrumb a:active {
	text-decoration: underline;
}

/*-------------------
	Footer
---------------------*/

#footer {
	width: 100%;
	clear: both;
}

#footer p {
	text-align: center;
	font-size: .9em;
}

#footer a {
	color: #b71;
	font-size: .9em;
}

#footer a:link, a:visited {
	text-decoration: underline;
}

#footer a:hover, a:active {
	text-decoration: none;
}

/*-------------------
	Contact Page
---------------------*/

body.contactus #content p {
	margin-right: 331px;
}

body#thanks p.message {
	font-weight: bold;
	font-size: 1.2em;
	background: #ccc;
	border: 1px solid #999;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 20px;
}

body.contactus #content form {
	clear: both;
	margin: 10px;
}

body.contactus #content form fieldset {
	padding-top: 10px;
}

body.contactus #content form fieldset legend {
	font-weight: bold;
	margin-left: 5px;
	padding: 0 5px;
	color: #000;
}

body.contactus #content form fieldset label {
	font-weight: bold;
	margin-left: 10px;
}

body.contactus #content form fieldset input {
	margin: 0 0 10px 10px;
}

body.contactus #content form fieldset textarea {
	margin: 0 0 10px 10px;
}

/*-------------------
	About Us Page
---------------------*/

body.aboutus #content p.separator {
	border-bottom: 1px solid #999;
	width: 500px;
	text-align: center;
	margin: 0 auto 25px auto;
}

body.aboutus #content p.thanks {
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
}

/*-------------------
	Training Page
---------------------*/

body.training #content p em {
	font-size: 1.1em;
}