body {
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	color: #474747;
	text-align: center;
	line-height: 17px;
	background-color: #FFFFFF;
}
img {
	border: 0;
}
a {
	font: normal 12px arial;
	color: #a48244;
	text-decoration: none;
}
a:hover	{
	font: normal 12px arial;
	color: #a48244;
	text-decoration: underline;
}
p {
	font: normal 11px arial;
	font-style: italic;
	padding: 0;
	margin: 0;
	line-height: 15px;
}
#wrap{
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#top {
	position: relative;
	background-color: #474747;
	border-bottom: 1px solid #fff;
	height: 95px;
}
#phone {
	position: absolute;
	top: 25px;
	left: 620px;
	font: normal 18px arial;
	color: #fff;
}
#menu {
	position: absolute;
	bottom: 0;
	right: 8px;
}
#menu a {
	font: bold 14px Georgia;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #af8d50;
	border-bottom: 0;
	background-color: #af8d50;
	padding: 5px 10px 5px 10px;
	margin-right: 4px;
	display: block;
	float: left;
}
#menu a:hover {
	font: bold 14px Georgia;
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #fff;
	border-bottom: 0;
	background-color: transparent;
	padding: 5px 10px 5px 10px;
	margin-right: 4px;
	display: block;
	float: left;
}

#submenu { /* used on Training Courses */
	position: relative;
}
#submenu a {
	font: bold 14px Arial;
	color: #fff;
	text-decoration: none;
	border: 4px solid #af8d50;
	border-bottom: 0;
	background-color: #af8d50;
	padding: 5px 10px 7px 10px;
	margin-right: 0;
	display: block;
	float: left;
}
#submenu a:hover {
	font: bold 14px Arial;
	color: #af8d50;
	text-decoration: none;
	border: 4px solid #af8d50;
	border-bottom: 0;
	background-color: transparent;
	padding: 5px 10px 7px 10px;
	margin-right: 0;
	display: block;
	float: left;
}
#submenu a.on {
	font: bold 14px Arial;
	color: #af8d50;
	text-decoration: none;
	border: 4px solid #af8d50;
	border-bottom: 0;
	background-color: transparent;
	padding: 5px 10px 7px 10px;
	margin-right: 0;
	display: block;
	float: left;
}
#submenu a.on:hover {
	font: bold 14px Arial;
	color: #af8d50;
	text-decoration: none;
	border: 4px solid #af8d50;
	border-bottom: 0;
	background-color: transparent;
	padding: 5px 10px 7px 10px;
	margin-right: 0;
	display: block;
	float: left;
}
#content {
	background: #FFFFFF url(../../images/bg-content.gif) repeat-x top left;
}
.pad {
	padding: 22px 20px 0 15px;
}
.title {
	font: normal 24px Georgia;
	color: #909090;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.subtitle {
	font: normal 14px Georgia;
	color: #909090;
	line-height: 24px;
	margin: 0 0 10px 0;
}
.vline {
	border-left: 1px solid #e1e1e1;
	padding-left: 20px;
	padding: 22px 0 22px 20px;
}
dl {
	margin: 20px 0 0 0;
}
dl dt {
	font: bold 14px arial;
	color: #a48244;
	margin: 0 0 5px 0;
	padding: 0;
}
dl dt a {
	font: bold 14px arial;
	color: #a48244;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
}
dl dt a:hover {
	font: bold 14px arial;
	color: #a48244;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: underline;
}
dl dd {
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
	background: transparent url(../../images/bullet.gif) no-repeat 0 5px;
}
.list {
	border-bottom: 2px solid #e4e4e4;
	padding: 15px 0 15px 0;
	clear: both;
}
#footer {
	padding: 10px;
	margin: 20px 0 50px 0;
	border-top: 1px solid #909090;
	font: normal 11px arial;
	color: #909090;
}
#footer a {
	font: normal 11px arial;
	color: #909090;
	text-decoration: none;
}
#footer a:hover {
	font: normal 11px arial;
	color: #818181;
	text-decoration: underline;
}
#copyright {
	font: normal 11px arial;
	color: #909090;
	float: left;
	clear: left;
}
#poweredby {
	font: normal 11px arial;
	color: #909090;
	float: right;
	text-align: right;
}



/*request info form*/
div#reqInfo {
	width: 203px;
	text-align: left;
}
div#reqInfo .inp, div#reqInfo textarea {
	font: normal 11px arial;
	color: #2C4355;
	border: 1px solid #bdbcbd;
	background-color: #fff;
	padding: 1px 1px 1px 3px;
	margin: 0px 5px 7px 5px;
	width: 185px;
	background: #FFFFFF url(../../images/bg-input.gif) repeat-x bottom left;
}
div#reqInfo textarea {
	background: #FFFFFF url(../../images/bg-textarea.gif) repeat-x bottom left;
	overflow: auto;
	height: 120px;
}
div#reqInfo .btn {
	font: normal 11px arial;
	color: #2C4355;
	border: default;
	background-color: default;
	padding: 0;
	margin: 5px 5px 0px 5px;
}
.clear {
	height: 0;
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}