/* CSS Document */

BODY{
background-image:url('assets/images/bg.png');
background-attachment:scroll;
background-repeat:repeat-x;
font-family: Trebuchet MS, Helvetica, sans-serif;
background-color:#63737A;
}

.header{
width:730px;
/* background-image:url(../images/header.gif2); */
background-color:white;
height:145px;}

.mid_column{
width:730px;}

.block_btm{
width:731px;
height:45px;}

.blocks1{
width:152px; 
height:35px;
background-color:#333333; 
float:left;
color: #C2F203;
padding:5px;
padding-left:15px;
padding-right:15px;
font-weight:bold;
font-size:11px;}

.blocks2{
width:151px; 
height:35px;
background-color:#333333; 
float:left;
color:#C2F203;
padding:5px;
padding-left:15px;
padding-right:15px;
font-weight:bold;
font-size:11px;}

.main_content_area{
	background-color:#FFFFFF;
	width:730px;
	padding-top: 15px;

}

.footer{
width:730px;
}


.title{
	color:#FFFFFF;
	padding-top: 0px;
	float:left;
	width:546px;
	height:142px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}

.navigation{
float:right;
padding-top:5px;
padding-right:5px;
color:#49555B;}

.content_area{
width:547px;
float:left;
border-right: 1px #CCFF00 solid;
background-image:url('assets/images/gradient.jpg'); background-repeat:no-repeat;

}

.content_area_w{
width:700px;
float:left;
border-right: 0px #CCFF00 solid;
}

.sub_content{
	background-color:#FFFFFF;
	width:167px;
	float:right;
	color: #000000;
	margin-right:8px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:small;

}

.sub_nav{
width:171px;
padding:5px;
color:#49555B;
border-right: 1px #CCFF00 solid;
font-size:12px;
}

h2{
font-size:16px;
margin:0px;
}

.content_area2{
width:350px;
float:right;
padding-right:5px;
padding-left:5px;
font-size:12px;}


a:link {color: #6666CC}   
a:visited {color: #6666CC}
a:hover {color: #006699}  
a:active {color: #6666CC} 

.scroller{
overflow:auto;
width:150px;
height:200px;
border: solid 1px #CCCCCC;
list-style:none;}

.nav{
text-decoration:none;
color:#FFFFFF;
color:#FFFFFF;
font-weight:bold;
font-size:10px;}

.nav:visited{
text-decoration:none;
color:#49555B;
}

.nav:hover{
text-decoration:none;
color:#49555B;}

ul.menu{
margin:0px;
padding:5px;
list-style:none;
width:110px;}

img.screenshot{
width:60px;
height:50px;
float:right;}

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 160px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 100%;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 11px Trebuchet MS, Helvetica, sans-serif;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #6666CC;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #6666CC;
}

.wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F2AD2C;
color: #6666CC;
}
