html,body {
margin:0;
padding:0;
}
body {
font: 73% helvetica, arial, sans-serif;
line-height:1.8em;
/*background: #fff url(images/02.gif) repeat;*/
background: #fff;
color: #000;
overflow-x: hidden;
}

h1 {
  color: #ff2002;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #ff2002;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h3 {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
}
a:link {
  color: #ff3300;
  font-weight: bold;
  text-decoration: none;
}

/* Sets the style for visited links. */
a:visited {
  color: #ff3300;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #ac5a02;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #b18313;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #ecc950;
}
			/*BANNER PROPERTIES*/
#banner {
width:100%;
height:100px;
background:#fff url(images/banner.jpg) top center no-repeat;
}
#banner h1 {
margin: 0 0 0 50px;
line-height:1.8em;
letter-spacing: 3px;
font-size: 2em;
color: #fff;
}
#banner p {
float:right;
margin: 10px 10px 0 0;
padding-top: 10px;
color : #ff9933;
}
#bannersearch {
float:right;
margin: 10px 10px 0 0;
padding-top: 0px;
line-height:normal;
}
			/*TOP NAVIGATION*/	
div#menucontainer {
background-color:#000000;
width: 100%;
height: 33px;
}			
div#menu {
/*float:left;*/
width: 1100px;
padding-top:0;
background-color:#000000;
margin:0 auto;
}
ul#nav,ul#nav li {
list-style-type:none;
margin:0;
padding:0
}
ul#nav {
/*margin-left: 250px;*/
/*width: 500px;*/
}
ul#nav li {
float: left;
margin-right: 3px;
text-align: center;
}
ul#nav a {
float: left;
width: 7em;
padding: 5px 0;
background: #e14b0c;
text-decoration: none;
color: #fff;
}
ul#nav a:hover {
background: #ff9933;
color: #000;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover {
background: #fff;
color: #003;
}
			/*MAIN CONTAINER*/
#container {
clear: both;
width: 1024px;
margin: 0 auto;
padding: 0;
overflow: hidden;
}
			/*CONTENT_LEFT*/
#content_left {

float: left;
margin: 25px 5px 0 0;
padding-bottom: 10px;
left: 50px;
width: 150px;
}

			/*CONTENT*/
#content {

float: left;
margin: 10px 0 0 0;
padding: 30px 0 30px 10px;
/*position:relative;*/
left: 200px;
width: 620px;
}
#content h1 {
font-size: 1.5em;
letter-spacing: 3px;
text-transform: uppercase;
color: #525252; 
}
#box {
padding: 2px;
border: 1px solid #ff9933;
background: #000;
width: 482px;
}

#box h2 {
font-size: 2em;
color: #06a;
}
#box2 {
padding: 2px;
border: 1px solid #ff9933;
background: #ece5d4;
width: 482px;
}
#box3{
padding: 2px;
border: 1px solid #ff9933;
background: #ece5d4;
width: 575px;
}
			/*FOOTER*/
#footer {
clear: both;
display: block;
height: 50px;
padding: 5px;
border-top: 3px solid #e14b0c;
background: #0000;
}


			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #525252;
}
.small {
color: #525252;
font-size: 0.8em;
}
.big {
font-weight: bold;
font-size: 1.2em;
color: #000;
}
			/*IMAGES*/
.imgright {
float: left;
margin: 10px;
padding: 10px;
}
			/*CURVED CORNERS*/
dl.curved {background:#e14b0c 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:#ece5d4 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;
}
#navlist a:link, a:visited {
color : #000;
background : inherit;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #e14b0c;
background : inherit;
}
#navlist li {
list-style-image : url(images/right2.gif);
background : inherit;
color : #000;
margin : 5px 0 0 0;
padding-left : 10px;
}

