﻿@media all
{
	/* Base Styles */

	* {margin: 0; padding: 0;}

	body  
	{ 
		margin: 0; 
		padding: 0; 
		text-align: center; 
	}

	.master_header_area
	{
		width:965px;
		padding-top:10px;
		clear:both;
	}
	
	.logo_area
	{
		width:335px;
		float:left;
	}
	
	.master_nav_area
	{
		float:right;
		padding-bottom: 10px;
		position:relative;
		width:630px;
		z-index:10000;
	}

	.master_search_area
	{
		height:52px;
		position:relative;
	}
	
	.master_search_form_area
	{
		width:200px;
		height:90%;
		position:absolute;
		left:750px;
		top:3px;		
	}
	
	ul.sub_menu
	{
		margin-top:0px;
		list-style-type:none;
		float:left;		
	}
	
	ul.sub_menu li
	{
		list-style-type:none;
		float:left;		
	}
	
	.master_footer_area
	{
		position:relative;
		top:5px;		
	}
	
	.master_footer_text
	{
		
	}
	
	.center
	{
		text-align:center;
	}
	
	.right
	{
		text-align:right;
	}	
	
	table.site_border
	{
		width: 967px;
	}
	
	td.site_border_left
	{
		width:6px;
		height:49px;
		background-image: url(../URQuestGlobalTheme/images/containers/whtgrd/site_border_left.png);
		background-repeat:no-repeat;
		background-position:top;
	}
	
	td.site_border_mid
	{
		width:955px;
		height:7px;
		background-image: url(../URQuestGlobalTheme/images/containers/whtgrd/site_border_mid.png);
		background-repeat:repeat-x;
		background-position:top;
	}
	
	td.site_content
	{
		width:955px;
	}
	
	td.site_border_right
	{
		width:6px;
		height:49px;
		background-image: url(../URQuestGlobalTheme/images/containers/whtgrd/site_border_right.png);
		background-repeat:no-repeat;
		background-position:top;
	}	
	
	ul.page_footer
	{
		list-style-type:none;
		clear:left;
		width:967px;
	}
	
	ul.page_footer li
	{
		list-style-type:none;
		float:left;
	}
	
	li.page_footer_left
	{
		background-image:url(../URQuestGlobalTheme/images/containers/whtgrd/page_footer_left.png);
		background-repeat:no-repeat;
		width:5px;
		height:29px;
	}
	
	li.page_footer_mid
	{
		background-image:url(../URQuestGlobalTheme/images/containers/whtgrd/page_footer_mid.png);
		background-repeat:repeat-x;
		width:957px;
		height:29px;
		padding-top:2px;
	}
	
	li.page_footer_right
	{
		background-image:url(../URQuestGlobalTheme/images/containers/whtgrd/page_footer_right.png);
		background-repeat:no-repeat;
		width:5px;
		height:29px;
	}
	
	.feedback_image
	{
		position: relative;
		margin-top: 2px;		
	}
}
/* BreadCrumb Stuff */
a.alreadyVisited {
    text-decoration:none;
}
