

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0px;
	background-color: #ffffff;
}

.ui_page {
	width: 950px;
	margin: 0 auto;

}

.ui_header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 950px;
	height: 95px;
	
}
.ui_top_nav_wrapper_home{
	background-image: url(/images/nav-bar-home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:22px;
	
}
.ui_top_nav_wrapper{
	background-image: url(/images/navdefault.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:22px;
	
}
.ui_left_home {
	width: 450px;
	height:484px;

	float: left;
	
}
.ui_left{
	width: 640px;
	

	float: left;
	background-color: transparent;
}

.ui_right_home {
	width: 500px;
		margin:0px;
	padding:0px;
	float: right;
}
.ui_right {
	width: 310px;
 
	float: right;

}


.ui_main_content_wrapper {
width:950px;
margin:0;
padding:0;

}
.ui_main_content_wrapper_default {
width:950px;
background: transparent url(/images/sidebarbg.jpg) no-repeat top right;
}

.ui_main_content_home {
	width: 500px;
	padding-top: 10px;
}	
.ui_main_content{
	width: 640px;
	padding-top:7px;
	
}	
.ui_footer_wrapper {
	background-color: #fff;
	padding: 1px;
}

.ui_footer {
	
border-top: solid 1px #8A7967;
	font-size: 10px;
	padding: 4px 0;

}



.ui_print_email {
	float: left;
	width: 30%;
	font-size: 10px;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited, a.PrintPageLink:active { 
	display: inline;
		color: #f47b44;
}

a.PrintPageLink:hover {
		color: #f47b44;
	text-decoration: underline;
}



a.TellAFriendLink:link,
a.TellAFriendLink:visited, a.TellAFriendLink:active {
	display: inline;
	color: #f47b44;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #f47b44;
	text-decoration: underline;
	padding-right: 10px;
}

 .ui_copyright1 {
	float: right;
	width: 65%;
	text-align: right;
	font-size: 10px;
	color: #8A7967;
}
.ui_copyright1 a:link, 
.ui_copyright1 a:visited, .ui_copyright1 a:active { 
	display: inline;
		color: #f47b44;
		text-transform: uppercase;
}

.ui_copyright1 a:hover {
		color: #f47b44;
	text-decoration: underline;
		text-transform: uppercase;
}

.ui_copyright {
	float: right;
	width: 65%;
	text-align: right;
	font-size: 10px;
	color: #BFBFBF;
}



.ui_copyright a:link,
.ui_copyright a:visited, .ui_copyright a:active {
		color: #BFBFBF;
	font-size: 10px;
}

.ui_copyright a:hover {
color: #BFBFBF;
	text-decoration:underline;
	font-size: 10px;
}

