html, body
{
    border: 0px;
    font-family: Arial, sans-serif;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
    font-size: 100%;
    font-weight: normal;
    margin: 0px;
    padding: 0px; /*line-height:1em;*/
	background-image:url(graphics/body_bimg.gif);
	background-repeat:repeat-x;
}



#page_wrapper
{
    
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative; /*necessary for sticky footer*/
    margin: auto;
}

div #main_wrapper
{
    margin: auto;
	margin-bottom: 20px;
    width: 900px;
    padding-bottom: 80px;
    position: relative; /*for ie6 layout*/
	height:100%;
	display:table;
}














#main_content
{
    padding-top: 15px;
	
}

#column_main
{
	float: left;
	width: 532px;
	margin-right: 9px;
	margin-left:12px;
	margin-bottom: 30px;
}

#column_main2
{
	float: left;
	width: 810px;
	margin-right: 9px;
	margin-left:12px;
	margin-bottom: 30px;
}

#column_main2
{
	float: left;
	width: 900px;
	margin-right: 9px;
	margin-bottom: 30px;
}

#column_main_contact
{
	/*background:url(graphics/map-bg.gif) no-repeat;*/
	float: left;
	width: 880px;
	margin-right: 9px;
	margin-left:12px;
	margin-bottom: 30px;
}


/* --------------------=>content styles */

p
{
	color: #6c6c6c;
	font-size: 12px;
	padding-bottom: 0.5em;
	line-height:18px;
}

h1
{
    color: #2e2e2e;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 8px;
    line-height: 1.2em;
}

h3 {color:#003268;
font-size:14px;}

div.spacer_breadcrumb
{
    height: 29px;
	font-size: 11px;
}

#nav_sub
{
	background-color: #f8f8f8;
	float: left;
	padding: 8px;
	margin-right: 10px;
	width: 162px;
}

/* --------------------=>footer */

#footer_wrapper 
{
	bottom: 0;
	height: 42px;
	margin-top: 0px;
	position: fixed;


	#position: absolute;
	width: 100%;
	background-color: rgb(38,48,110);
}





div #footer
{
    height: 42px;
    margin: auto;
    width: 900px;
}

div #footer a
{
    color:#dbdbdb;
    font-weight: bold;
    text-decoration: none;
}

div #footer ul li
{
    float: left;
    display: block;
	font-size: 11px;
	color:#dbdbdb;
	padding: 1px 11px 0 11px;
    line-height:13px;
}

div #footer ul li strong {
	color: #FFFFFF;

}


#nav_footer_left
{
    float: left;
    padding: 13px 0 0 5px;
}

#nav_footer_right
{
    float: right;
    padding: 13px 5px 0 0;
}
