html,body {
margin:0;
padding:0;
}
body {
	font-size:14px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
	background: #fef1e2;
}


h1 {
font-size: 24px;
color: #e26726; 
}

h2 {
font-size: 18px;
color: #e26726; 
}

h3 {
font-size: 18px;
color: #000000; 
}

h4 {
font-size: 16px;
color: #000000;
font-style: italic; 
}


			/*BANNER PROPERTIES*/
#banner {
margin: 0 auto;
padding: 0;
background:#ffffff;
}
#banner h1 {
margin: 0 0 0 50px;
line-height:1.8em;
letter-spacing: 1px;
font-size: 2em;
color: #fff;
}

			/*TOP NAVIGATION*/	
#cssmenu-wrap {
margin: 0 auto;
padding: 0;
background:#333333;
}

#cssmenu {
  border: none;
  border: 0px;
width: 770px;
margin: 0 auto;
padding: 0;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
#cssmenu ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #333333 url('images/seperator.gif') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #e26726 url('images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 365px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('images/sub_sep.gif') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 365px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #e26726 url('images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}

			/*MAIN CONTAINER*/
#container {
width: 770px;
margin: 0 auto;
padding: 0;
}
#box {
padding: 5px 20px 5px 20px;
width:320px;
border: 1px solid #ba531c;
background: #e26726;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
float:right;
}
#box h3 {
font-size: 24px;
color: #fff;
text-align:center;
}

#box p {
	font-size:16px;
	text-align:center;
	color:#ffffff;
}

#box-home {
padding: 5px 20px 5px 20px;
width:320px;
border: 1px solid #ba531c;
background: #e26726;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#box-home h3 {
font-size: 24px;
color: #fff;
text-align:center;

}

#box-home p {
	font-size:16px;
	text-align:center;
	color:#ffffff;
}
#thankyou {
width:320px;
float:left;
}
#thankyou h1 {
font-size: 24px;
text-align:center;
line-height:36px;
}

#thankyou p {
	font-size:16px;
	text-align:center;
	color:#ffffff;
}

			/*CONTENT_LEFT*/
#content {
width: 490px;
float: left;
margin: 50px 0 0 0;
padding: 0 0 30px 10px;
}

#content-full {
width: 770px;
float: left;
margin: 50px 0 0 0;
padding: 0 0 30px 10px;
}

#content_left {
width: 350px;
float: left;
margin: 50px 0 0 0;
padding: 0 0 30px 10px;
}


			/*CONTENT_RIGHT*/
#content_right {
width: 350px;
float: right;
margin: 50px 10px 0 0;
padding-bottom: 30px;
}
			/*FOOTER*/
#footer {
clear: both;
padding: 5px;
border-top: 25px solid #333333;
background: #ffffff;
}

#footer-info {
width: 770px;
margin: 0 auto;
padding: 0;
}

#footer-info p{
	text-align:center;
	font-size:16px;
}

#footer-info a {
	color:#000;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.small {
color: #ff9933;
font-size: 0.8em;
}
.big {
font-weight: bold;
font-size: 1.2em;
color: #ff9933;
}
			/*IMAGES*/
.imgright {
float: right;
margin: 0px;
padding: 10px;
}
			/*CURVED CORNERS*/
dl.curved {background:#bbd9ee url(images/c_tl.gif) top left no-repeat; margin:15px 0; padding:0; width:100%;}
dl.curved dt {background:transparent url(images/c_tr.gif) top right no-repeat; padding:10px; text-align:center; font-weight: bold; color:#fff;}
dl.curved dd {background:#eee url(images/c_bl.gif) bottom left no-repeat; padding:0; margin:0;}
dl.curved dd p {margin:0; padding:10px; line-height:1.53em;}
dl.curved dd p.last {background:transparent url(images/c_br.gif) bottom right no-repeat; }
			/*LINK PROPERTIES*/
a img {
border: none;
}
a:link, a:visited {
color : #e26726;
background : inherit;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #bc5620;
background : inherit;
}
