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;
	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: #041c55;
}

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;
}

#primary-menu ul li{
  display: inline;
}


/************** MAIN SECTION **********************/
h1{
  font-size: 1.9em;
  font-weight: normal;
  color: #202020;
  margin: 20px 0 10px 0;
  letter-spacing: -0.05em;
}

h2{
  font-size: 1.8em;
  font-weight: normal;
  color: #373D79;
  margin: 15px 0 0 0;
  letter-spacing: -0.05em;
}

#sidebar-home h2{
  letter-spacing: -1px;
}

h1.hometitle{
  margin: 0 0 5px 0;
}


#sidebar-home h2{
  margin: 30px 0 3px 0;
  color: #202020;
}

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 outside;
  margin: 0 0 0 35px;
}

#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;
}

#text table, #text th, #text td{
  border: 1px solid #aaa;
}

#text th, #text td{
  width: 50%;
  vertical-align: top;
}

#text table ul{
  margin: 5px 5px 5px 20px;
}


.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: 300px;
  float: right;
  position: relative; right: 50px;
  margin: 25px 0;
  color: #777;
  text-align: right;
}

#sidebar{
  width: 220px;
  float: right;
  position: relative; right: 35px;
  margin: 55px 0 25px 0;
  color: #777;
}

#welcome{
  width: 300px;
  float: right; 
  margin: 0 0 50px 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;
}

#text #childpages{
  list-style: disc url(images/bullet.gif) outside;
  font-weight: bold;
  margin: 0 0 -15px 30px;
}

#text #childpages li, #text ul li{
  padding: 5px 0;
}

#text #childpages li a{
  font-weight: bold;
  position: relative; bottom: 7px; left: 5px;
  padding: 0 0 5px 0;
}

#text #childpages li p{
  font-weight: normal; padding: 0 0 3px 26px;
}


/***************** FOOTER *******************/

#footer{
  margin: 30px 0 0 0;
  height: 27px;
  border-bottom: 10px solid #fff;
  background: #b9b9b9;
}

#footer p{
  color: white;
  font-size: 0.9em;
  position: relative; top: 5px; left: 43px;
}

#footer p a{
  color: white;
}


/************* CONTACT FORM ***************************/
form{
	width: 500px;
	margin: 0 0 40px 0;
	clear: left;
	padding: 20px 30px;
}

#formwrap{
  width: 300px;
  height: 200px;
  background: #F4F2EC;
  border: 5px double #fff;
}

#formwrap form{
  width: 200px;
  margin: 0 0 0 0;
}

.formfield, #messagediv label{
	padding: 0 0 10px 0;
}

input, select, textarea{
	border: solid 1px #C8C8C8;
	background: white;
	width: 230px;
}

#title{
  width: 100px;
}

input:hover, select:hover, textarea:hover{
	border: solid 1px #041c55;
}

textarea{
	width: 430px;
}

#submitdiv input{
  width: 100px;
  height: 22px;
	background: #041c55;
	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: 60px;
}



