/* Benson Generic Styling */


body 
{
	background-color: #fff;
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

form
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

a:link, a:active
{
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}

a:visited
{
	color: #be977a;
	font-weight: normal;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}


input, select, textarea
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

/* Heading Formating */

h1, h2, h3, h4, h4, h5, h6 
{
	margin: 0px; 
	padding: 0px; 
}

h1
{
	color: #d59205;
	font-size:16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2
{
	color: #d59205;
	font-size:14px;
	font-weight: bold;
	margin-bottom: 15px;
}

h3, .fn
{
	color: #d59205;
	font-size:12px;
	font-weight: bold;
	margin-bottom: 10px;
}


/* Layout Creators Classes */

div.wrapper-head, div.wrapper-content, div.wrapper-footer 
{
	border-left: 1px solid #f3d167;
	border-right: 1px solid #f3d167;	
	margin: 0 auto; 
	position: relative;
	text-align: left; 
	width: 900px;  
}

div.wrapper-content
{
	padding: 20px 0px 15px 0px;
}

div.wrapper-footer 
{
	border-bottom: 1px solid #f3d167;
	height: 80px;
}

div.header 
{
	background-image:url(../images/header/header.jpg);
	background-repeat:no-repeat;
	height: 283px;
	margin: 0px;
	padding: 0px;
	position:relative;
	width:: 100%;
}

div.header-bar, div.footer-bar
{
	height: 28px;
	text-align: center;
	position: relative;	
	width: 100%;
	clear:both;
}

div.header-bar
{
	background-image:url(../images/header/header_bar_tile.gif);
	background-repeat:repeat-x;
}

div.footer-bar
{
	background-image:url(../images/footer/footer_bar_tile.gif);
	background-repeat:repeat-x;
}

ul.navigation
{
	left: 270px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top: 265px;
	width: 650px;
	z-index: 999;
}

ul.navigation li
{
	display: inline;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	list-style: none;
}

div.content-side
{
	display: inline; /* added for IE6 margin bug */
	float: left;
	margin: 0px 10px 0px 10px;
	position:relative;
	width: 250px;
}


div.content
{
	line-height: 16px;
	float: left;
	position:relative;
	width: 590px;
}


ul.navigation-ftr
{
	left: 270px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top: 5px;
	z-index:999
}

ul.navigation-ftr li
{
	display: inline;
	margin: 0px 20px 0px 0px;
	list-style: none;
}

ul.navigation-ftr li a:link, ul.navigation-ftr li a:active, ul.navigation-ftr li a:visited, ul.navigation-ftr li a:hover
{
	color:#d59305;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
}

div.copyright
{
	color:#d59305;
	font-size: 11px;
	height:25px;
	left: 15px;
	position:absolute;
	top: 40px;
	width:200px;	
}

div.credit
{
	background-image:url(../images/footer/ftr_logo_webacom.gif);
	background-repeat:no-repeat;
	height:25px;
	left: 740px;
	position:absolute;
	top: 45px;
	width:143px;
}

/* Table settings */

table.table-generic
{
	border: 0px;
	padding: 0px;
	width: 100%;
}

table.table-generic td
{
	padding: 3px;
}


/* Microformat */

address, div.content-side address
{
	font-style:normal;
}

div.content-side address
{
	color:#d59305;
	margin: 0px 0px 0px 20px;
}


/* Custom Classes */

.mandatory
{
	color:#990000;
	font-weight:bold;
	font-size:18px;
}

div.clear
{
	clear:both;
}

div.credit a:link, div.credit a:active, div.credit a:visited, div.credit a:hover
{
	display: block;
	height: 25px;
	width: 143px;
}

ul.sitemap
{
	list-style:none;
	margin:0px;
	padding: 0px;
}

ul.sitemap li
{
	padding: 0px;
	width: 250px;	
}

ul.sitemap li a:link, ul.sitemap li a:active, ul.sitemap li a:visited, ul.sitemap li a:hover
{
	display:block;
	background-image:url(../images/icons/ico_page.gif);
	background-repeat:no-repeat;
	height: 40px;	
	padding: 10px 0px 0px 35px;
}

div.left
{
	float: left;
}

div.right
{
	float: right;
}

/* Button control bottom margins in content-side */

div.content-side img
{
	margin: 0px 0px 10px 0px;
}


.table_padding
{
   padding-bottom: 15px;
}
