/*
	AWC STYLESHEET v.3.0
	
	W3C Cascading Style Sheets, Level 2:
	Stylesheet rules: http://www.w3.org/TR/REC-CSS2
	
	Browser & OS Requirements:
		Windows XP:
			IE 6.0+, Netscape 7.01+, Opera 7.11, Mozilla 1.4
		
		Mac OSX:
			Safari 1.0, Netscape 7.1, Opera 6.02, Mozilla 1.5
*/

body{
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000000;
}



td, p{
	font-size: .85em;
}
body{
	font: 18px;
}
a:link, a:active{
	color: #0000cc;
	text-decoration: none;	
}

a:visited{
	color: #8300ae;
	text-decoration: none;	
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

/********************* Layout - Page Layout */
#PageWrapper{
	margin: 0 auto;
	border: 1px solid #999999;
	padding: 0;
	width: 770px;	
}

/********************* Layout - Page Header */
#PageHeader{
	border-bottom: 1px solid #347474;
	height: 44px;	
	background: url(/Creative/Assets/Backgrounds/bg_header_details.gif) no-repeat 129px 0;
}

#PageHeader a{
	float: left;
}

#PageHeader a.home{
	margin-right: 3px;
	border-right: 1px solid #666666;
	padding-right: 3px;
}

#PageHeaderNav{
	float: left;
	margin: 0;
	border-bottom: 1px solid #000000;
	padding: 6px 15px 0 0;
	width: 100%;
	height: 25px;
	background: url(/Creative/Assets/Backgrounds/bg_nav_header_R.gif) right no-repeat;	
	white-space: nowrap; 	
}

#PageHeaderNav li{
	display: inline;
	border-right: 1px solid #000000; 	 
	padding: 0 5px;
	list-style: none;
	font-size: .85em;
}

#PageHeaderForm{
	float: right;
	padding: 10px 5px 0 5px;
	background: url(/Creative/Assets/Backgorunds/bg_header_form.gif) bottom left no-repeat;
}

/********************* Layout - Page Body :: PageContent, PageSidebar */
#PageBody{
	clear: both;
}

/********** Layout - Page Content */
#PageContent{
}

/********** Layout - Page Sidebar */
#PageSidebar{
	float: left;
	padding: 10px 0;
	width: 177px;
	background: url(/Creative/Assets/Backgrounds/bg_sidebox_header.gif) -11px 3px no-repeat;	
}

/* Layout - Page Sidebar Nav */
#PageSidebarNav{
	margin: 0;
	padding: 0;
	background: url(/Creative/Assets/Backgrounds/bg_sidebox_footer.gif) -9px 100% no-repeat;	
}

#PageSidebarNav li{
	margin: 0;
	list-style-type: none;
	background: #ffffff url(/Creative/Assets/Backgrounds/bg_sidebar_arrow.gif) no-repeat 150px 7px;
	font-weight:  bold;
}

#PageSidebarNav a{
	display: block;
	margin: 0 4px;
	border-bottom: 1px dotted #646464;	
	padding: 3px 10px 3px 5px;
	width: 153px;
	font-size: .85em;
}

#PageSidebarNav li a:hover{
	color: #000000;
	text-decoration: none;
}

#PageSidebarNav li a.menuRollOver:hover{
	text-decoration: underline;
}

/********************* Layout - Page Footer */
#PageFooter{
	border-top: 1px solid #347474;
	border-bottom: 1px solid #347474;
	padding-right: 5px;
	text-align: center;	
	height: 16px;
	font-size: .85em;
}

#PageFooterCopyright{
	padding: 3px 15px;	
	background: url(/Creative/Assets/Icons/icn_blocks_grey.gif) no-repeat 4px 4px;
	font-size: .8em;
}

/* Image Classes */
.PageHeaderIcon{
	background-color: #cccccc;
	width: 98px;
}

.PageIcon{
	background-color: #cccccc;
	width: 32px;
}