* {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: "lucida grande", verdana, helvetica, arial, sans-serif;	
}

body {	
	text-align: center;
	height: 100%;
	font-size: 100%;
	background: #fff url(../images/shared/bkg_body.gif) center top repeat-x;
}

#wrapper_outer {
	width: 100%;
	margin: 0px auto 0px auto;
	overflow: hidden;
	text-align: center;
	background: transparent url(../images/shared/bkg_wrapper.gif) center top no-repeat;
}

#wrapper_inner {
	width: 100%;
	margin: 0px auto 0px auto;
	background: transparent url(../images/shared/page_shadow.gif) center 315px no-repeat;
	overflow: hidden;
}

#branding {
	width: 785px;
	height: 161px;
	overflow: hidden;
	background: transparent url(../images/shared/logo.gif) 180px 32px no-repeat;
	margin: 0px auto 0px auto;
}

#strapline {
	width: 785px;
	height: 55px;
	overflow:hidden;
	background: transparent url(../images/shared/strapline.gif) 180px top no-repeat;
	margin: 0px auto 0px auto;
}

#content {
	width: 785px;
	margin: 0px auto 10px auto;
	text-align: left;
	background: transparent url(../images/shared/content_top.gif) center top no-repeat;
	overflow: hidden;
}

#left_column {
	width: 275px;
	float: left;
	overflow:hidden;
	text-align: center;

}

#right_column {
	width: 510px;
	float: right;
	overflow:hidden;
}

#nav_main {
	float: left;
	overflow: hidden;
	width: 275px;
}

.divider {
	float: left;
	width: 100%;
	height: 80px;
	background: transparent url(../images/shared/divider_feather.gif) center center no-repeat;
}

#footer {
	clear: both;
	width: 785px;
	margin: 15px auto 0px auto;
	padding-top: 15px;
	text-align: right;
	background: transparent url(../images/shared/footer_shadow.gif) center top no-repeat;
}



h1 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px 0px 10px 15px;
	color: #313131;
}

h2 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 20px 30px 10px 15px;
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 10px;
	color: #c98ba3;
}

h3 {
	font-family: georgia, times, "times new roman", serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px 0px 10px 15px;
	color: #666666;
}

p, li {
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color: #313131;
	margin: 10px 30px 15px 15px;
}



a:link {
	font-weight: bold;
	color: #dc0061;
	text-decoration: underline;
	}

a:visited {
	font-weight: bold;
	color: #dc0061;
	text-decoration: underline;
	}

a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}


a:active {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	}


ul {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

li {
	margin: 0px 20px 10px 15px;
	list-style-type: disc;
	list-style-position: outside;
}

.highlight {
	font-family: inherit;
	color: #9c1648;
}

.contact_number {
	font-family: inherit;
	font-weight: normal;	
}

p.contact {
	margin-bottom: 0px;
	color: #666666;
	font-weight: bold;
	line-height: 2.2em;
}

#footer p {
	font-size: 0.6em;
	/*margin-left: 290px;*/
}

/* ---- MAIN NAV ---- */

#nav_main ul {
	width: 275px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav_main ul li {
	width: 275px;
	list-style-type: none;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 8px 0px 5px 0px;
	font-family: "lucida grande", verdana, helvetica, arial, sans-serif;	
}

.nav_overline {
	background: transparent url(../images/shared/horiz_nav_line.gif) center 1px no-repeat;
}
/*
#nav_main ul li a {
	display: block;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
}

#nav_main ul li a:link {
	color: #dc0061;
}

#nav_main ul li a:visited {
	color: #dc0061;
}

#nav_main ul li a:hover {
	color: #000000;
	background: transparent url(../images/shared/nav_feathers.gif) center 1px no-repeat;	
}

#nav_main ul li a:active {
	color: #000000;
}

#nav_main ul li a.current {
	color: #000000;	
}
*/

#nav_main ul li a {
	display: block;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
}

#nav_main ul li a:link {
	color: #666666;
}

#nav_main ul li a:visited {
	color: #666666;
}

#nav_main ul li a:hover {
	color: #dc0061;
	font-weight: bold;
	background: transparent url(../images/shared/nav_feathers.gif) center 1px no-repeat;	
}

#nav_main ul li a:active {
	font-weight: bold;
	color: #000000;
}

#nav_main ul li a.current {
	font-weight: bold;
	color: #dc0061;	
}


