/***********************************************/
/* BizziBid CSS File                           */
/* Created Nov 2007                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: arial, sans-serif;
	color: #17111d;
	font-weight: inherit;
	font-size: 14px;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image:url(/Images/Site_Background.jpg);
	background-repeat:repeat;
}

a{
	color: #333333;
	text-decoration: underline;
}

a:link{
	color: #333333;
	text-decoration: underline;
}



a:hover{
	color: #4a2f00;
	text-decoration: underline;
}

h1{
	font-family: Georgia, Georgia, Serif;
	font-style:italic;
	font-size: 18px;
	color: #4a2f00;
	margin-top: 5px;
}

h2{
	font-family: Georgia, Georgia, Serif;
	font-size: 14px;
	font-weight:bold;
	color: #4a2f00;
	margin-left: 0px;
	padding: 0px;
}

h3{
	font-family: Georgia, Georgia, Serif;
	font-size: 12px;
	font-weight:bold;
	color: #4a2f00;
	padding: 5px 0px 5px 0px;
}

h4{
	font-family: Georgia, Georgia, Serif;
	font-style:italic;
	font-size: 12px;
	font-weight: bold;
	color: #4a2f00;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family: Georgia, Georgia, Serif;
	font-style:italic;
	font-size: 100%;
	color: #4a2f00;
	margin: 0px;
	padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header {
	position: relative;
	width: 879px;
	height: 135px;
	padding: 0px;
	margin: 0px;
	float: left;
	overflow: visible;
	background-color: #4a2f00;
}

#logo {
	float: left;
	margin: 0px;
	padding-bottom: 0px;
}

/*#headerimage {
	float: right;
	width: 728px;
	height: 69px;
	margin: 0px;
	padding: 0px;
}*/

#page_Border {
	width: 883px;
	max-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border:0px;
	background-color: #4a2f00;
	clear: none;
	padding: 2px;
	overflow: hidden;
}

#page {
	width: 879px;
	max-height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #dce6f2;
	margin-top: 2px;
}

/*#backgroundmain {
	float: left;
	height: 100%;
	width: 979px;
	background-color: #FFFFFF;
	overflow: visible;
}*/

#RightnavBar {
	position: relative;
	background-color: #dce6f2;
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 170px;
	height: 100%;
	/*min-height: 775px;*/
	padding: 10px;
	margin-right: 5px;
}

RightnavBar a{
	color:#FFFFFF;
	text-decoration:none;
}

#RightnavBar a:hover{
	color:#0000CC;
}

#RightnavBar img{
	border:none;
	text-decoration:none;
}

#content {
	position: relative;
	float: left;
	background-color: #dce6f2;
	padding: 10px;
	height: 100%;
	/*min-height: 950px;*/
	width: 655px;
}
/*********** #TopNav styles *********/

table.menu { 
	border-collapse: collapse;
	padding: 0px;
	margin: 0 auto;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	width: 879px;
	text-align: right;

} 

td.logo {
	height: 130px;
}

td.title {
	height: 100px;
	width: 669px;
	color:#FFFFFF;
	font-size:36px;
}

td.menu { 
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	height: 20px;
} 

td.seperator { 
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	width: 20px;
	height: 20px;
	text-align: center;
} 

td.menu a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
}

td.menu a:hover{
	color: #999999;
	text-decoration: underline;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width: 879px;
	height: 25px;
	margin-left: 0px;
	margin-right: 2px;
	background-color: #4a2f00;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#siteInfo a {
	font-size: 12px;
	color: #FFFFFF;
	font-family: helvetica, arial, sans-serif;
	font-style: none;
	font-weight: bold;
	text-align: center;
	text-decoration: none;	
}

#siteInfo a:Hover{
	color: #fae7b5;
	text-decoration: none;
}

/**************** #Footer syles ****************/

#Footer {
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 5px;
	width: 879px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#Footer a {
	color: #000000;
	float: right;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	font-style: none;
	text-decoration: none;	
}

#Footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

