html
{
	height:100%;
}

body 
{
	margin:0px;
	color:#111111;
	font-family:Verdana, Arial;
	background-color:#fff;
	font-size:12px;
	height:100%;
}

form
{
	margin:0px;
	padding:0px;
}


#inner 
{
	height:auto;
	min-height:100%;
	background-color:#fff;
	background-image:url('images/headerimage.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	/*padding-top: 354px;*/
	
}



#innerstrip
{
	background-image:url('images/strip.png');
	background-position: left top;
	background-repeat:repeat-x;
	height:27px;
	width:auto;
	margin-bottom:5px;
}

#header 
{
	height: 354px;
	margin:0 auto;
	width:1000px;
}


#footer
{
	width:auto;
    margin-top:-117px;
	height: 112px;
	color:#fff;
	font-size:12px;
	padding-top:5px;
	
	background-image:url('images/strip.png');
	background-position:left top;
	background-repeat:repeat-x;
	clear:both;
	
}

a
{
	color: #000;
}

a:hover
{
	color: #33f;
}


#footerinner
{
	width:844px;
	margin:0 auto;
	background-image:url('images/footerbg.png');
	background-position:left center;
	background-repeat:no-repeat;
	height:90px;margin-top:27px;
	padding-top:0px;
	padding-left:156px;
	color:Black;
	
}

#content_wrap
{
	padding:10px;
	padding-bottom:130px;
	
	margin:0 auto;
	width:980px;

	
}

#content
{
	text-align:justify;
	line-height:16px;
	margin-left:269px;
	width:auto;
}



/* menu */

#menu
{
	float:left;
	width: 259px;
	background-color:#fff;
	
	margin-right:10px;
	margin-bottom:10px;
	background-image:url("images/menu_top.png");
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:19px;
	
}

#menuinner
{
	background-image:url("images/menu_bottom.png");
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom: 20px;
	
	width:auto;
}

#menu .item
{
	background-image:url("images/menu_middle.png");
	background-position:left center;
	background-repeat:repeat-y;
	display:block;
	width:auto;
	height:40px;
	padding-left:20px;
	line-height:40px;
	color:#333;
	font-weight:bold;
	font-size:15px;
	font-family:Arial;
}

#menu a.item 
{
	text-decoration:none;
}

#menu a:hover.item
{
	text-decoration:none;
	color:#ffcc00;
}

#menu .itemselected
{
	color:White;
	font-weight:bold;
	background-image:url("images/menu_selected.png");
	background-position:left center;
	background-repeat:repeat-y;
	display:block;
	width:auto;
	height:40px;
	padding-left:20px;
	line-height:40px;
	text-decoration:none;
	font-size:15px;
	font-family:Arial;
}

#menu .submenu .item
{
	background-image:url("images/menu_middle_sub.png");
	background-position:left center;
	background-repeat:repeat-y;
	display:block;
	width:auto;
	height:37px;
	padding-left:40px;
	line-height:30px;
	color:#333;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}

#menu  .submenu .itemselected
{
	color:White;
	font-weight:bold;
	background-image:url("images/menu_sub_selected.png");
	background-position:left center;
	background-repeat:repeat-y;
	display:block;
	width:auto;
	height:47px;
	padding-left:40px;
	line-height:40px;
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
}

/* text styles */

h1
{
	color:#333;
	font-size:26px;
	font-weight:normal;
	font-family:Arial;
	border-bottom: solid 1px #ccc;
	line-height:32px;
	padding-top:36px;
	
	background-image:url("images/slogan.gif");
	background-position:right top;
	background-repeat:no-repeat;
	
}

h2
{
	color:#333;
	font-size:20px;
	font-weight:normal;
	font-family:Arial;
	line-height:26px;
}

#content img
{
	margin:5px;
}

img
{
	border:none;
	margin:0px;
}
 
#content a
{
	color: #333;
}

#content a:hover
{
	color: #33f;
}
 
/* IE 6 specific */


* html #inner
{
	height:100%;
}


* html .png2
{
    width: expression(this.firstChild.width);
    filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+
            this.firstChild.src+"', sizingMethod='scale')");

    background: none !important;
}

* html .png2 img
{
    behavior: expression(this.style.visibility="hidden");
}

