/*------------------

Potter Devlopments
Css - Handstand

-------------------*/

/*--------------------Reset---------------------*/

html { overflow-y:scroll; }  /*Forces Scrollbar */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:11px;vertical-align:baseline;font-family: Verdana,Arial,Helvetica,sans-serif;color: #837e79;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
.img-reset {margin:0;padding:0;}
a {color: #7ac142;}
a:hover {color: #8fd25b;}


body {
	background: #615853;
	font-size: 12px;
	color: #615853;
	margin-bottom: 40px;
	text-align: left;
							
}

/*--------------------Remove-Mozilla-Linked-Dotted-Borders-------------------*/

a:active, a:focus, input[type="image"] {
	outline: 0;
}

/*--------------------Wrapper & Header-------------------*/

.wrapper {
	width: 980px;
	margin: 0 auto;
}


#top {
	width: 100%;
	background: #f58027;
	height: 267px;
}

#header {
	background: url('../images/header.jpg') top left no-repeat;
	height: 175px;
}

#title {
	margin-left: 45px;
	float: left;
	display: inline;
}

#middle {
	width: 100%;
	background: #928d89;
}

#bottom {
	width: 100%;
}

/*-------------------Content Stuff-------------------*/

#content {
	background: #fff;
	padding-bottom: 28px;
	overflow: hidden;
	float: left;
}

#content-container {
	width: 890px;
	padding: 0 45px 0 45px;
}

#content h1 {
	color: #f58027;
	letter-spacing: -0.03em;
	font-size: 18px;
	margin-bottom: 14px;
	font-weight: normal;
}

#content h3 {
	color: #F58027;
	margin-top: 42px;
	font-weight: bold;
}

#content h3.first {
	margin-top: 0;
}

#content a {
	color: #F58027;
}

.underline {
	text-decoration: underline;
}

#content p {
	margin: 0 0 14px;
	line-height: 16px;
}

#content p span.bold {
	font-weight: bold;
}

#content ul {
	padding: 0 0 0 14px;
	margin-bottom: 14px;
}

#disclaimer {
	background: url('../images/disclaimer-bg.jpg') bottom right no-repeat #fff;
	height: 101px;
	clear: both;
}

#disclaimer p{
	font-size: 10px;
	line-height: 12px;
}

#disclaimer span{
	color: #f58027;
	text-decoration: underline;
}

.left {
	width: 664px;
	padding: 0 10px 0 45px;
	float: left;
	background: #fff;
}

.right {
	width: 241px;
	padding-right: 20px;
	float: left;
	background: #fff;
}

.right a {
	clear: right;
}

.right img {
	float: right;
	margin-bottom: 14px;
}

.number-list {
	list-style: decimal;
	padding: 0 0 0 24px !important;
}

.listing-top {
	background: #948e8a;
	height: 15px;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	clear: both;
}

.listing {
	float: left;
	overflow: hidden;
	background:  url('../images/bg-fix.jpg') #d2cdca;
	margin-bottom: 14px;
}

.listing-left {
	float:left;
	width: 510px;
	padding: 10px;
}

.listing-left img {
	float:left;
}

.listing-left img.first {
	margin-right: 10px;
}

.listing-right {
	float:left;
	padding: 10px;
	width: 340px;
}

/*.listing-right p, .listing-right p span {
	color: #fff;
}*/

.listing-right p span {
	font-weight: bold;
}

/*------------------Navigation--------------------------*/


#nav {
	width: 570px;
	height: 13px;
	float: right;
	margin: 152px 0 10px;
	padding: 0 20px 0 0;
}

#nav li {
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	margin-right: 20px;
}

#nav li.last {
	margin-right: 0;
}

#nav li a {
	color: #0055a4;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#roll-1 {
	background: url('../images/home.jpg') no-repeat;
	display: block;
	height: 13px;
	width: 34px;
}

#roll-1:hover
{ 
  background-position: 0 -13px;
}

#roll-2 {
	background: url('../images/works.jpg') no-repeat;
	display: block;
	height: 13px;
	width: 68px;
}

#roll-2:hover
{ 
  background-position: 0 -13px;
}

#roll-3 {
	background: url('../images/profile.jpg') no-repeat;
	display: block;
	height: 13px;
	width: 92px;
}

#roll-3:hover
{ 
  background-position: 0 -13px;
}

#roll-4 {
	background: url('../images/projects.jpg') no-repeat;
	display: block;
	height: 13px;
	width: 68px;
}

#roll-4:hover
{ 
  background-position: 0 -13px;
}

#roll-5 {
	;background: url('../images/listings.jpg') no-repeat;
	display: block;
	height: 13px;
	width: 90px;
}

#roll-5:hover
{ 
  background-position: 0 -13px;
}

#roll-6 {
	background: url('../images/qa.jpg') no-repeat;
	display: block;
	height: 13px;
	width: 34px;
}

#roll-6:hover
{ 
  background-position: 0 -13px;
}

#roll-7 {
	background: url('../images/contact.jpg') no-repeat;
	display: block;
	height: 13px;
	width: 59px;
}

#roll-7:hover
{ 
  background-position: 0 -13px;
}

#roll-8 {
	background: url('../images/view-plans.jpg') no-repeat;
	display: block;
	height: 26px;
	width: 81px;
	margin-bottom: 14px;
}

#roll-8:hover
{ 
  background-position: 0 -26px;
}

#roll-9 {
	background: url('../images/listings-for-sale.jpg') no-repeat;
	display: block;
	height: 42px;
	width: 227px;
}

#roll-9:hover
{ 
  background-position: 0 -42px;
}

#roll-10 {
	background: url('../images/how-it-works.jpg') no-repeat;
	display: block;
	height: 26px;
	width: 90px;
	margin-left: 550px;

}

#roll-10:hover
{ 
  background-position: 0 -26px;
}

#roll-11 {
	background: url('../images/register.jpg') no-repeat;
	display: block;
	height: 26px;
	width: 133px;
}

#roll-11:hover
{ 
  background-position: 0 -26px;
}

span.roll {
	display: none;
}

#nav-under {
	clear: both;
	background: url('../images/nav-under.jpg') top left no-repeat #fff;
	height: 93px;
	width: 980px;
}

/*----------------CSS Form ------------------------*/

#contact-form {
	padding: 0 0 10px;
}
#contact-form label{
	float: left;
	width: 210px;
	margin-right: 20px;
	font-weight: bold;
	
}
#contact-form input {
	padding: 2px;
	color: #928d89;
	font-size: 11px;
	width: 149px;
	border: 1px solid #cecece;
	
}

#contact-form select {
	color: #928d89;
	border: 1px solid #cecece;
	font-size: 11px;
	width: 155px;
}

#contact-form textarea{
	width: 386px;
	height: 80px;
	padding: 2px;
	color: #adaeae;
	font-size: 11px;
	border: 1px solid #cecece;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contact-form div{
	margin-bottom: 15px;
}
#contact-form div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;

}
#contact-form #submit {
	background:  url('../images/submit.jpg');
	color: #fff;
	border: 0;
	text-indent: -9999px;
	line-height: 1px;
	overflow: hidden;
	cursor: pointer;
	height: 26px;
	margin-bottom: 14px;
	width: 61px;
}
#contact-form #submit:hover {
	background:  url('../images/submit.jpg') 0 -26px;
}

.radio-label {
	float: none !important;
	font-weight: normal !important;
	text-decoration: underline;
}

.error-text {
	color: #F00;
}

#contact-form input.radio-fix {
	width: 16px !important;
}

#contact-form p.radio-text {
	margin-left: 230px !important;
}


/*------------------Footer and Footer Nav--------------------------*/

#footer {
	margin-top: 10px;
	height: 35px;
	padding: 0 0 0 45px;
	height: 140px;
}


#footer-nav {
	float: left;
}

#footer-nav li {
	padding: 0;
	list-style: none;
	float: left;
	display: block;
	margin-right: 25px;
	font-size: 11px;
	color: #928d89;
}

#footer-nav li.last {
	margin-right: 0;
}

#footer-nav li a {
	color: #d2cdca;
	font-size: 11px;
	text-decoration: none;
}

#footer-nav li a:hover {
	color: #928d89;
}

p.reset {
	margin: 0 !important;
	color: #fff;
}
.sem
{
	background-image: url(../art1/seminar-signup.jpg);
	padding: 0px;
	float: left;
	height: 620px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-right-width: 0px;
	background-repeat: no-repeat;
}
.sem-copy
{
	width: 238px;
	padding-top: 55px;
	padding-right: 0px;
	padding-left: 14px;
	text-align: justify;
	padding-bottom: 0px;
}
.border_lighGrey {
	FONT-FAMILY: Arial, Helvetica;
	COLOR: #000000;
	FONT-SIZE: 8pt;
	width: 220px;
	text-align: justify;
}
.enquire_form {
	FONT-FAMILY: Arial, Helvetica; COLOR: #000000; FONT-SIZE: 8pt
}
.signup
{
	BORDER-BOTTOM: #b1b1b1 1px solid; BORDER-LEFT: #b1b1b1 1px solid; FONT-FAMILY: Verdana; FONT-SIZE: 11px; BORDER-TOP: #b1b1b1 1px solid; BORDER-RIGHT: #b1b1b1 1px solid
}
.sign-input
{
	BORDER-BOTTOM: #b1b1b1 1px solid;
	BORDER-LEFT: #b1b1b1 1px solid;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
	BORDER-TOP: #b1b1b1 1px solid;
	BORDER-RIGHT: #b1b1b1 1px solid;
	list-style-type: none;
}
.sem-but
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	background-color: #F77E23;
	border: 1px solid #CCC;
	padding: 6px;
}
.sem-table
{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background-image: url(../art1/table-bg.jpg);
	background-repeat: no-repeat;
}
.sem-tableT
{
	color: #FFF;
	background-color: #F58027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	background-repeat: no-repeat;
}
.sem-tableTB
{
	color: #F58027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	font-weight: bold;
	text-indent: 10px;
}
.sem-tableH
{
	color: #FFF;
	background-color: #F58027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 2px;
	font-weight: bold;
}
.semSmall
{
	background-image: url(../art1/seminar-signupS.jpg);
	padding: 0px;
	float: left;
	height: 520px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-right-width: 0px;
	background-repeat: no-repeat;
}
.Sem-H
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #F58027;
	text-align: center;
}
.Sem-HRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #F00;
	text-align: center;
}
.sem-list
{
	list-style-type: none;
	line-height: 22px;
}
