/*
---------------------------------------------------------------------------------------------
 =reset
---------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,
abbr,acronym, address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt, var,dd,dl,dt,
li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	font-family: "trebuchet ms";
}

a:link {
	color: #7aa21b;
	cursor:hand;
	font-weight:normal;
	text-decoration:none;
	}
a:visited {
	color: #7aa21b;
	cursor:hand;
	font-weight:normal;
	text-decoration:none;
	}
a:hover {
	border-bottom-style: none;
	border-bottom-color: none;
	border-bottom-width: none;
	color: #ffffff;
	cursor:hand;
	font-weight:normal;
	text-decoration:none;
	}
img {
	border-left-color:#3E3C3D;
	border-bottom-color:#3E3C3D;
	border-top-color:#3E3C3D;
	border-right-color:#3E3C3D;
	}  
.topsearch {
	font-size:11pt;
	font-weight:bold;
	font-family: trebuchet ms, arial; 
	border-bottom: 1px solid #A0A0A0;
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #A0A0A0;
	color: #000000;
	background: #cecece;}
input, option, select, textarea, submit {
	font-size:11px;
	font-weight:normal;
	font-family: trebuchet ms; 
	border-bottom: 1px solid #363636;
	border-top: 1px solid #363636;
	border-left: 1px solid #363636;
	border-right: 1px solid #363636;
	color: #363636;
	background: #cecece;}    
    
.tiny		{BACKGROUND: none; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none; line-height: 11px; letter-spacing: -1px}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul 
{
	list-style: none;
}

q:before,q:after, blockquote:before,blockquote:after 
{
	content: "";
}

a {
	text-decoration:none;
}

/*
---------------------------------------------------------------------------------------------
 =global styles 
---------------------------------------------------------------------------------------------*/

}

h1, h2, h3, h4, h5, h6, ul, ol, dl,
pre, p, blockquote, table, img
 {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, strong, em 
{
	font-weight: bold;
}

h1 
{
	font-size: 1.4em;
	padding:10px 0 0 0;
}

h2 
{
	font-size: 1.6em;
	line-height: 2.0em;
}

h2.pagetitle {
	font-size:100%;
}

h3 
{
	font-size: 1.4em;
	line-height: 1.8em;
}

h4 
{
	font-size: 1.3em;
	line-height: 1.7em;
}

h5 
{
	font-size: 1.2em;
	line-height: 1.6em;
}

a 
{
	font-size: 11px;
}

a:link, a:visited 
{
	color:#635959;
}

a:hover, a:focus 
{
	color: #666;
}

p 
{
	font-size: 0.8em;
}



/*
---------------------------------------------------------------------------------------------
 =grid 
---------------------------------------------------------------------------------------------*/


/* clear floats */

.main:after,

}	

.container {
	background:#3a3a3a url(../test/container_bg.gif) repeat-x top;
}


.masthead {
	background:#262626 url(../test/masthead_bg copy.jpg) repeat-y;
	margin: auto;
	width:1004px;
	position:relative;
	height:200px;
	background-image: url(headertop2.jpg);
}

.logo h1 {
	float:right;
	display:block;
	width:225px;
	height:75px;
	text-indent:-9999px;
	padding:0;
	margin-right:4px;
	background-color: #262626;
	background-image: url(../test/logo.jpg);
	background-repeat: no-repeat;
}

.navigation {
	background:#666 url(../test/nav_corner.gif) no-repeat right top;
	margin-top:79px;
	position:absolute;
	height:43px;
	left: -1px;
	width: 1005px;
	top: 121px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.navigation ul {
}

.navigation li {
	float:left;
	background:;
	margin-right:0px;
}
.navigation a {
	float:left;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	padding:12px 18px 0 18px;
	height:28px;
}


.navigation a:link,
.navigation a:visited {
	color:#fff;
}
.navigation a.selected,
.navigation a.selected:visited,
.navigation a:hover,
.navigation a:focus {
	background:#fff url(../test/nav_selected.gif) repeat-x top;
	color:#635959;
	margin-top:-4px;
	padding-top:16px;
	height:28px;
	position:relative;
}



.main {
	width:1020px;
	margin: auto;
	background-color: #fff;
	background-repeat: no-repeat;
}

