/* CSS Document */

/* Global Page Styles */

body {
background-image:url(../images/bg_main.jpg);
background-repeat:repeat-x repeat-y);
margin-top:1em;
font-family:Arial, Helvetica, sans-serif;
font-size: .9em;
}

a {
color: #FF0000;
text-decoration:none;
}

img {
    border: none;
}


/* Page Layout Styles */

#container {
margin: 0 auto;
width:723px;
padding: 2px 6px 2px 6px;
background-color:#191C1f;
}


#navtop {
font-family:Verdana;
font-size:1em;
color: #FF0000;
height:40px;
}

#footer {
color:#b7b7b9;
height:25px;
z-index:2;
padding-top:5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
}

/* Row 1 Styles */

#rowone {
background-color:#404348;
width:723px;
height: 295px;  /*helps in everything except ie6*/
}


#rowone_left {
width:230px;
height:350px;
float:left;
background-image:url(../images/nav_bg.jpg);
background-repeat: no-repeat;
background-color: #440808;
padding-top:100px;
padding-left:10px;
}


#rowone_left ul {
	list-style-type:square;
    list-style-image: url(../images/bullet.gif);
    color: #FFCC00;
	_padding-top: 20px;
}

#rowone_left li {
	margin-top:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
    line-height: 13px; /*control the spacing*/
}

#rowone_left li a {
	color: #ffffff;
}

#rowone_left li a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#rowone_right {
width:243px;
height:290px;
float:right;
background-color:#404348;
overflow: hidden;
}

#rowone_right a{
  color: #fff799;
  font-weight: bold;
  font-size: .9em;
}


#rowone_right p {
margin-left:10px;
margin-right:5px;
color:#ccc;
font-size:.8em;
}

#rowone_right h2{
font-family:Arial, Helvetica, sans-serif;
font-size:.85em;
color:#ccc;
margin-left:10px;
margin-bottom: -7px;
}


#news {
 height: 205px;
 border-bottom:1px dashed #555;
 overflow:auto;
}

#search p {
  text-align: center;
  margin-top: -7px;
}

#search a {
  color: #ccc;
  text-decoration: underline;
}


#rowone_middle {
float: left;
width:240px;
background-color:#404348;
}

#rowone h1 {
height:11px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
background-color:#222428;
padding-left:30px;
background-image:url(../images/arrow.jpg);
background-position:15px;
background-repeat:no-repeat;

}

/* Row 2 Styles */

#rowtwo h1 {
height:11px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
background-color:#404348;
padding-left:30px;
background-image:url(../images/arrow.jpg);
background-position: 15px;
background-repeat:no-repeat;
}

#rowtwo {
	
width:723px;
height:150px;
padding-top: 5px;
background-color: #222428;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#b7b7b9;
}


#rowtwo_left {
	display:none;
width:240px;
float:left;
margin-top:2px;
height: 148px; /*attempt to help positioning*/
display: block;
}

#rowtwo_left p {
margin-left:10px;
margin-right:5px;
}

#rowtwo_middle {
float:left;
width:240px;
padding-top:2px;
border-left:1px dashed #555;
height: 148px; /*attempt to help positioning*/
display: block;
overflow: auto;

}

#rowtwo_middle p {
margin-left:10px;
margin-right:5px;
}

#rowtwo_right {
display:block;
width:241px;
float:right;
margin-top:2px;
border-left:1px dashed #555;
height: 148px; /*attempt to help positioning*/
}

#rowtwo_right p {
margin-left: 10px;
margin-top: 4px;
margin-right: 4px;
}

/* Search Button Styles */

#input {
border: 1px solid #000000;
background-color: #939393;
height: 12px;
font-size: .7em;
}

#btn {
  padding-top: 0px;
  padding-bottom: 1px;
  cursor: pointer;
  width: 25px;
  height: 15px;
  border: 1px solid #939393;
  color: #939393;
  background-color: #000000;
  text-transform: uppercase;
  font-size: .6em;
  font-weight: bold;
}

/* Content Page Styles */

#content_container {
  width: 723px;
  background:#404348 url(../images/bg.jpg) repeat-y;
  min-height: 475px;
  padding-bottom: 10px;
}

#content_left {

  float: left;
  width: 230px;
  height: 195px;
  background-image:url(../images/nav_bg.jpg);
  background-repeat: no-repeat;
  padding-top:100px;
  padding-left:10px;
  margin-right:5px;


}

#content_left ul {
	list-style-type:square;
    list-style-image: url(../images/bullet.gif);
    color: #FFCC00;

}

#content_left li {
	margin-top:8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
    line-height: 13px;
}

#leftwrapper {
float:left;
width: 230px;
/*margin-right:15px;*/
height: 100%;

}

#rightwrapper {
	width:483px;
	float:right;	
	_width:470px;
	/*_left:230px;*/
}


#content {

width:465px;
_width:440px;
float: right;

padding-right: 5px;
padding-left:5px;
padding-top: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: .9em;
color: #ccc;
}

#content h1 {
padding-right: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #fff799;
}

#content h2 {
padding-right: 5px;
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
color: #fff799;
}

#content img {
	border: #cccccc 3px solid;
}

#content_two_left {
width:240px;
float:left;
min-height:100%;
padding-top:4px;
margin-right: 5px;
margin-bottom: 10px;
background-color: #440808;//222428;
font-family:Arial, Helvetica, sans-serif;
font-size: .8em;
}

#content_two_left p {
margin-left:10px;
margin-right:5px;
color: #b7b7b9;

}

#content_two_left h1 {
height:11px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#fff;
background-color:#404348;
padding-left:30px;
background-image:url(../images/arrow.jpg);
background-position: 15px;
background-repeat:no-repeat;
}

.left {
  float: left;
  margin: 5px 35px 7px 45px; /*5 5 7 0*/
  _margin: 15px 10px 7px 20px;
}

.right {
  float: right;
  margin: 5px 0px 7px 5px;
}

/* this div class helps the content_container
pick up the overlapping floats */
.clear {
  clear: both;
  display: block;
  height:0px;
  width:0px;
}

#logoBtn {
	position: absolute;
	z-index:10;
	top: 45px;
	display: block;
	width:230px;
	height:79px;
	left: auto;
	
}