.clear-left
{
	clear: left;
}

.clear-right
{
	clear: right;
}

.clear-both
{
	clear: both;
}

/*AG: Dont go breakin my header*/
#header
{
	height: 88px;
}

#main-content-outer
{
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/useful-stuff-standalone-bg.png);
}

a, a:visited
{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #E20D8B;		
	border-bottom: 1px solid #E20D8B;
}

a:hover
{
	border-bottom: 1px dashed #E20D8B;
}

.container #nav a:hover
{
	text-decoration: none;
}

#main-content-inner
{
	width: 960px;
	margin: 0px auto;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	line-height: 19px;
	color: #383838;
}

#main-content-header
{
	width: 100%;
	height: 244px;
	position: relative;
}

#main-content-header h1
{
	width: 594px;
	margin: 0px;
	padding-top: 77px;
}

#main-content-header h2
{
	font-size: 17px;
	color: #585858;
	font-weight: bold;
	width: 530px;
	padding: 25px 0px 0px 0px;
	margin: 0px;
}

#main-content-header h1 img
{
	display: block;
	height: 91px; 
	margin: 0px;
	padding: 0px;
}

#main-content-page
{
	padding: 23px 0px 60px 0px;
}

.sidebar-text ul,
#useful-content-area ul,
.sidebar-text ol,
#useful-content-area ol
{
	list-style-type: none;
	margin: 0px 0px 10px;
	padding: 0px;
}

#useful-content-area ul,
#useful-content-area ol
{
	margin-bottom: 20px;
	list-style-type: none;
}

.sidebar-text ol,
#useful-content-area ol
{
	padding: 0px 15px 0px 25px;
}

.sidebar-text ul li,
#useful-content-area ul li,
.sidebar-text ol li,
#useful-content-area ol li
{
	padding: 3px 15px 3px 20px;
	background: url(../images/menu-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

#useful-search-box
{
	background-image: url(../images/useful-stuff-header.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 256px; /*403*/
	height: 127px; /*187*/
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 60px 0px 0px 147px;
}

#useful-filter-box
{
	width: 173px;
	height: 25px;
	border: none;
	padding: 9px 5px 0px;
	background-color: transparent;
}

#sidebar-menu-outer
{
	width: 220px;
	float: left;
	margin: 0px 20px 0px 0px;	
}

/*ul*/
#sidebar-menu
{
	width: 220px;
	margin: 0px;
	padding: 12px 0 0 0;
	list-style-type: none;
	background-image: url(../images/useful-stuff-menu-divider.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar-menu li
{
	/*padding: 20px 0px 17px 0px;*/
	padding: 11px 0 20px 0;
	background-image: url(../images/useful-stuff-menu-divider.png);
	background-position: bottom center;
	background-repeat: no-repeat;	
}

#sidebar-menu li a
{
	color: #141313;
	font-weight: bold;
	border: none;
}

#sidebar-menu li a:hover
{
	border: none;
}

#sidebar-menu li .active_link
{
	color: #e20d8b;
}

#useful-content-area
{
	float: left;
	width: 380px;
	margin-right: 20px;
}

#main-content-page .useful-content-area-wide 
{
	width: 700px;
}

#useful-content-area h2
{
	color: #141313;
	font-weight: bold;
	font-size: 21px;
	margin: 0px 0px 20px 0px;
}

.sidebar-item .sidebar-text p,
#useful-content-area p
{
	margin: 0px 0px 21px 0px;
}

#useful-rhs
{
	float: left;
	width: 300px;
}


.sidebar-item .sidebar-image
{
	background-image: url(../images/box-image-frame.png);
	background-position: bottom left;
	background-repeat: no-repeat;	
	width: 281px; /*295*/
	height: 202px; /*217*/
	padding: 15px 0px 0px 14px;
	margin: 0px auto 20px;
}

.sidebar-image a
{
	display: block;
	width: 267px;
	height: 187px;
	margin: 0px;
	padding: 0px;
}

.sidebar-item .sidebar-text
{
	width: 241px; /*287*/
	padding: 20px 23px 20px 23px;
	margin: 0px auto 20px;
	background-color: #ffffff;
}

.sidebar-item .sidebar-text h3
{
	margin: 0px;
	padding: 0px 0px 12px 0px;
	color: #141313;
	font-size: 21px;
}

.useful-download
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-text .useful-download li
{
	padding: 3px 0px 8px;
}

.sidebar-text .useful-download .pdf-icon,
.sidebar-text .useful-download .doc-icon
{
	padding-left: 25px;
	background-position: 0px 5px;
	background-image: url(../images/pdf_icon_small.png);
	background-repeat: no-repeat;
}

.sidebar-text .useful-download .doc-icon
{
	background-image: url(../images/doc_icon_small.png);
}

#useful-content-area p .azure-heading,
#useful-content-area p.azure-heading,
#useful-content-area h2 .azure-heading,
#useful-content-area h2.azure-heading
{
	color:#141313;
	font-size:18px;
	font-weight:bold;
	margin: 0px 0px 17px;
	line-height: 24px;
}

#useful-content-area p .azure-subheading,
#useful-content-area p.azure-subheading,
#useful-content-area h3 .azure-subheading,
#useful-content-area h3.azure-subheading
{
	color:#0072BC;
	font-size:16px;
	font-weight:bold;
	margin: 0px 0px 15px;
	line-height: 24px;
}
