@charset "utf-8";
/* CSS Document */

* {
  	margin: 				0;
}

/* layout */ 

html	{
	height:					100%;
}

body	{
	background-color: 		#FFFFFF;
	
	height:					100%;
	min-height:				100%;
	
	font-family:			"Lucida Grande",Lucida,Verdana,Trebuchet,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:				13px;
	line-height:			22px;
	color:					#666666;
	
	background-image:url(images/bkg.png);
	background-repeat:		repeat;
}

table	{
	border-right:0.1em solid #DDDDDD;
	border-bottom:0.1em solid #DDDDDD;
	/*margin-bottom:1.4em;*/
	border-collapse:separate;
	border-spacing:0;
}

td	{
	border-top:0.1em solid #DDDDDD;
	border-left:0.1em solid #DDDDDD;
}

.decoration	{
	position:				absolute;
	left:					0;
	top:					0;
}

.decoration_bot	{
	position:				absolute;
	right:					0;
	bottom:					0;
}

.banner	{
	position:				relative;
	left:					-27px;
	margin-left:			auto;
	margin-right:			auto;
	
	width:					857px;
	height:					125px;
}

.navigation	{
	width:					820px;
	height:					50px;
	margin-left:			auto;
	margin-right:			auto;
}

.content	{
	margin-left:			auto;
	margin-right:			auto;
	
	width:					800px;
	
	padding:				0px 10px 30px 10px;
}

.wrapper {
	min-height:				100%;
	margin: 				0 auto -100px auto; /* negative value must match the height of footer */
	
	width:					840px;
	
	background-image:		url(images/wrapper_bg.png);
	background-repeat:		repeat-y;
}

.push	{
	height:					100px;
}

.footer {
	color:					#000;
    height:					90px;
	padding:				10px 10px 0px 10px;

	background-image:		url(images/footer_bg.png);
	background-repeat:		repeat-x;
}

.footer_holder	{
	width:					800px;
	margin:					0 auto 0 auto;
}


/* formatting */

.rightbar	{
	float:					right;
}	

.address	{
	float:					left;
}

.validations	{
	float:					right;
	display:				inline;
	padding:				5px 5px 5px 5px;
}

.contact_sm	{
	font-family:			"Lucida Grande",Lucida,Verdana,Trebuchet,"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:				10px;
	line-height:			15px;
}


.contact	{
	font-family:			"Lucida Grande",Lucida,Verdana,Trebuchet,"Trebuchet MS",Arial,Helvetica,sans-serif;
	
}

a	{
	color:					#0858B2;
}
	
h1	{
	color:					#9E2833;
	
	font-family:			Arial, Courier, sans-serif;
	font-size:				20px;
	line-height:			24px;
}

h2	{
	font-size:				12px;
}

h3	{
	color:					#666;
	
	font-weight:			bold;
	font-size:				22px;
	
	line-height:			30px;
}

h4	{
	font-size:				14px;
	line-height:			25px;
}

h5	{
	text-decoration:		underline;
}