/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/


body {
background:#E3D9CE url(../images/bg.gif);
background-repeat:repeat-x;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}
.endOfSection { 
clear: both; 
} 
#wrapper { 
 margin: 21px 0px 0px 0px;
 width: 840px;
}
#up{
padding:0px;
margin:5px 0px 5px 0px;

}
#up a{
font-size:11px;
color:#333;
text-decoration:none;
font-weight:bold;
}
#top a:hover{
font-size:11px;
color:#333;
text-decoration:underline;
font-weight:bold;
}
#content_wrapper { 
  width: 840px;
  margin:0px 0px 0px 0px;
  background:#fff;
padding:0px 0px 0px 0px;
text-align:left;
}
h1{
font-size:18px;
font-weight:normal;
line-height:18px;
color:#006699;
padding:0px 0px 10px 0px;
width:100%;
border-bottom:2px solid #FFBB4B;
}
#page_title, .TitleLarge {font-size:18px;
font-weight:normal;
color:#006699;
padding:0px 0px 10px 0px;
}
#page_content{

}

#logo{height:148px;
margin:0px 0px 0px 0px;
float:block;
clear:both;
}
#header {
background-image:url(../images/header_bk.gif);
background-repeat:repeat;
 color: #333;
 width: 840px;
 float: left;
 padding: 0px;
 margin: 0px 0px 0px 0px;

 }
#header_left {
float:left;
width:232px;
height:232px;
margin:0px 0px 0px 0px;

}
#header_right{
float:right;
display:inlnie;
margin:0px 0px 0px 0px;

}
#flash_right{
float:right;
margin:20px 0px 0px 0px;
width:606px;
display:inline;
}
#flash_left{
float:left;
display:inline;
border:1px solid #000;
}
#navigation {
 float: left;
 width: 400px;
 color: #333;
 padding: 10px;
 border: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 background: #fff;
}
#leftcolumn { 
 color: #333;
 background: #fff;
 margin: 20px 0px 0px 10px;
 padding: 0px;
 width: 230px;
 float: left;
}
#rightcolumn { 
 float:left;
 color: #333;
 background: #fff;
 margin: 20px 0px 0px 0px;
 padding: 0px 0px 20px 0px;
 width: 580px;
 display: inline;
}
#footer_wrapper { 
 width: 100%;
 clear: both;
 color: #333;
 background: #fff;
 margin: 20px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
}
#footer { 
font-size:11px;
text-align:center;
 width: 800px;
 line-height:18px;
 color: #333;
 background: #fff;
margin:0px 0px 0px 65px;
 padding: 2px;
}
#footer a{
font-size:11px; 
 color: #993333;
 background: #fff;
 line-height:24px;
margin:0px 0px 0px 0px;
 padding: 3px 3px 3px 3px;
 text-decoration:none;
}
#footer a:hover{ 
 color: #993333;
 line-height:24px;
margin:0px 0px 0px 0px;
 padding: 3px 3px 3px 3px;
 text-decoration:underline;
}

/*
#################################################
#Main Left Nav
# 
#################################################
*/
.wireframemenu{
background-color: white;
border-bottom-width: 0;
width: 180px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 10px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #006699;
text-transform:uppercase;
text-align:right;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
color: #006699;
text-decoration:underline;
}

/*
#################################################
# Top  Title
# 
#################################################
*/

.topmenu2{
border-bottom-width: 0;
width: 233px;

}

* html .topmenu2{ /*IE only rule. Original menu width minus all left/right paddings */
width: 232px;
}

.topmenu2 ul{
background-image:url(../_draft/images/top_nav_bk.gif);
background-repeat:repeat-x;
padding: 25px 0px 25px 0px;
margin: 0;height:235px;
list-style-type: none;
}

.topmenu2 a{
font: bold 12px Arial;
padding: 4px 3px;
margin:0px 45px 0px 15px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #FF9900;
text-transform:uppercase;
text-align:right;
text-decoration: none;
border-bottom: 1px solid #000;
}

html>body .topmenu2 a{ /*Non IE rule*/
width: auto;
}

.topmenu2 a:hover{
color: #fff;
text-decoration:none;
}
#styleone{width:800px;margin:0 auto;display:block;height:38px;font-size:11px;font-weight:normal;font-family:Arial,Verdana,Helvitica,sans-serif;}
#styleone a{display:block;float:left;color:#111;text-decoration:none;padding:10px 5px 0px 5px;height:18px;}
#styleone a:hover{color:#111; text-decoration:underline;}