html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset{
	margin: 0;
	padding: 0;
	border: 0;
}

html{
	background: #eee;
	height: 100%; /* Required */
	font-size: 62.5%;   /* best practice-now we are able to use ems */
}

body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em; 
	color: Black;
}


p{
  line-height: 1.3;
}

a{
	text-decoration: none;
	color: #c8750d;
}

a:hover{
	text-decoration: underline;
}

.clear{
	clear: both;
}

#wrapper{
  width: 900px;
  margin: 20px auto;
  background: white;
  border-left: 5px solid #ededec;
  border-right: 5px solid #ededec;
}

/************** HEADER SECTION **********************/
#header img{
  float: left;
}

#primary-menu ul{
  list-style: none;
  position: relative; left: 1px;
}

#primary-menu ul li{
  display: inline;
}


/************** MAIN SECTION **********************/
h1{
  font-size: 1.9em;
  font-weight: normal;
  color: #c8750d;
  margin: 20px 0 0 0;
  letter-spacing: -0.05em;
}

h1.hometitle{
  margin: 10px 0 5px 0;
}

h2{
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  color: #c8750d;
  margin: 10px 0 3px 0;
}

#sidebar-home h2{
  margin: 30px 0 3px 0;
}

h3{
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #DC8A24;
  margin: 5px 0 0 0;
}


#text-home{
  width: 460px;
  float: left;
  padding: 0 0 10px 45px;
}

#text{
  width: 550px;
  float: left;
  padding: 0 0 40px 45px;
}

#main-image{
  float: left;
  position: relative; right: 30px;
  margin: 0 0 20px 0;
}

#text p, #text-home p{
  padding: 5px 0 10px 0;
}

#text ul, #text-home ul{
  list-style: disc url(images/bullet.gif) inside;
  font-weight: bold;
}

#text ul li, #text-home ul li{
  padding: 5px 0;
}

#text ul li a, #text-home ul li a{
  font-weight: bold;
  position: relative; bottom: 5px; left: 5px;
}

#text ul li p, #text-home ul li p{
  font-weight: normal; padding: 0 0 3px 26px;
}


.paypalbutton{
  width: 68px;
  height: 23px;
  margin: 0 0 0 0;
  padding: 5px 0;
  border: none;
}

.paypalbutton input{
  width: 68px;
  height: 23px;
  border: none;
}

#sidebar-home{
  width: 270px;
  float: right;
  position: relative; right: 50px;
  margin: 25px 0;
  color: #777;
}

#sidebar{
  width: 160px;
  float: right;
  position: relative; right: 50px;
  margin: 25px 0;
  color: #777;
}

#welcome{
  float: right; 
  margin: 0 0 63px 0;
}

#sidebar strong, #sidebar-home strong{
  font-weight: bold;
  text-transform: uppercase;
}

#sidebar .read-more, #sidebar-home .read-more{
  font-weight: bold;
  float: right;
  position: relative; right: 10px; bottom: 5px;
}

#sidebar p, #sidebar-home p{
  padding: 3px 0 10px 0;
  line-height: 1.2;
  font-size: 1em;
  font-weight: bold;
}

#sidebar a img, #sidebar-home a img{
  margin: 5px 0 10px 0;
}

/***************** FOOTER *******************/
/******** sticks to the bottom of page *********/

#footer{
  margin: 30px 0 0 0;
  height: 27px;
  border-bottom: 10px solid #fff;
  background: #c8c8c8;
}

#footer p{
  color: white;
  font-size: 0.9em;
  position: relative; top: 5px; left: 45px;
}

#footer p a{
  color: white;
}


/************* CONTACT FORM ***************************/
form{
	width: 500px;
	margin: 0 0 0px 0;
	clear: left;
	padding: 0px 30px;
}

#formwrap{
  width: 300px;
  height: 280px;
  background: #F4F2EC;
  border: 5px double #fff;
  margin: 0 0 40px 0;
}

#rccformwrap{
  width: 250px;
  height: 430px;
  float: left;
  background: #F4F2EC;
  border: 5px double #fff;
  margin: 0 10px 40px 0;
}

#rccformwrap form{
	width: 260px;
	margin: 0 0 40px 0;
	clear: left;
	padding: 20px 30px;
}

#formwrap_mot{
  background: #F4F2EC;
  border: 5px double #fff;
  margin: 0 0 40px 0;
  width: 450px;
}

#SignUp .signupframe {
  border: 1px solid #dc8825;
  background: #dc8825;
  color: #FFFFFF;
  width: 350px;
}

#formwrap_friends{
  width: 300px;
  height: 200px;
  background: #F4F2EC;
  border: 5px double #fff;
  margin: 0 0 40px 0;
}

#formwrap form, #rccformwrap form, #formwrap_mot form, #formwrap_friends form{
  width: 200px;
  margin: 0 0 0 0;
}

.formfield, #messagediv label{
	padding: 0 0 10px 0;
}

#formwrap form input, #rccformwrap form input, #formwrap_mot form input, #formwrap_friends form input, select, textarea{
	border: solid 1px #C8C8C8;
	background: white;
	width: 180px;
	position: relative; right: 0; bottom: 0;
}

form #updatesdiv input, form #termsdiv input{
  width: 15px;
  margin: 0 5px 0 0;  
}


input:hover, select:hover, textarea:hover{
	border: solid 1px #E48E1C;
}

textarea{
	width: 430px;
}

form #submitdiv input{
  width: 100px;
  height: 22px;
	background: #E48E1C;
	border: solid 1px #fff;
	color: #fff;
}

#errormsg{
	width: 350px;
	padding: 10px 10px 10px 70px;
	background: url(images/problem.jpg) no-repeat 10px 10px;
	color: red;
	border: solid 1px red;
	clear: left;
	height: 75px;
}

/************** CAREER MOT *************/
#mot font input{
  width: 30px;
  margin: 0px 5px 0 0;
  position: relative; right: 5px; top: 2px;
}

#mot font{
  font-size: 1.1em;
  height: 20px;
}

#sendit{
  float: left;
  margin: 20px 0;
}

#sendit font input{
	border: solid 1px #C8C8C8;
	background: white;
	width: 180px;
	position: relative; right: 0; bottom: 0;
	margin: 5px 0;
}


#mot #submitdiv{
  width: 450px;
  float: left;
  clear: both;
}
  
#mot #submitdiv input{
  float: right;
}
#xrequestright
{
position: relative;
width: 400px;
top: -220px;
left: 400px;
}


