/* Basic Structure */

#wrapper {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
}
body {
	text-align: center; 
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 69%;
	margin: 22px 0 0 0;
	padding: 0;
	/* behavior: url("../script/csshover.htc"); Support IE li:hover */
}
#wrapper {
	text-align: left;
}
body.bg {
	background: #DE014C url("../images/bg.gif") 50% 0 repeat-y; 
}

/* Header */

#header {
	position: relative;
	background: #DE014C url("../images/bg_v6.png") bottom left no-repeat;
	height: 64px;
	margin: 0;
	padding: 0;
	
} 
#headertr {
	position: absolute;
	background: url("../images/header_tr.gif") no-repeat;
	top: 0;
	right: 0;	
	height: 8px;
	width: 8px;
}
#headertl {
	position: absolute;
	background: url("../images/header_tl.gif") no-repeat;
	top: 0;
	left: 0;	
	height: 8px;
	width: 8px;
}
a#logo {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 200%;
	line-height: 2em;
	text-decoration: none;
}
ul#navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 10px 0 0;
	list-style: none;
	background: url("../images/header_br.gif") bottom right no-repeat;
}
ul#navigation li {
	float: left;
	background: #D86980 url("../images/nav_tl.gif") top left no-repeat;
	padding: 0;
	margin: 0 1px 0 0;
	vertical-align: middle;	
}
ul#navigation a {
	float: left;
	display: block;
	padding: 7px 7px;
	background: transparent url("../images/nav_tr.gif") top right no-repeat;
	color: #FFF;
	text-decoration: none;
}
ul#navigation li:hover  { background-color: #E88FA2}
ul#navigation li.active { background-color: #FFF; }
ul#navigation li.active a { color: #BD4055; }
	
/* Navigation */

/* Content */

#main {
	margin: 20px 0;
}
#contentbanner {
	position: relative;
	height: 132px;
}
#breadcrumb {
	position: absolute;
	top: 0;
	left: 0;
}
img#mainimage {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #666;
	text-align: right;
	
}
#contentheading {
	position: absolute;
	bottom: 0;
	left: 0;
}
#contentbody {
	margin-top: 1em;
	color: #3A3A3A;
	line-height: 1.8em;
	text-align: left;
	padding-right: 20px;
	}
#content {
	min-height: 500px;
	float: right;
	width: 545px;
}
#content a.imagelink:link, #content a.imagelink:visited {
	border-bottom: none;
}
#content a:link, #content a:visited {
	color: #BD4055;
	text-decoration: none;
	border-bottom: 1px dotted #D86980;
}
#content a:hover {
	color: #D86980;
	border-bottom-style: solid;
}
#contentbody a:link, #contentbody a:visited {
	color: #BD4055;
	text-decoration: none;
	border-bottom: 1px dotted #D86980;
}
#contentbody a:hover {
	color: #D86980;
	border-bottom-style: solid;
}


#contentbody p {
margin:0 0 1.4em 0;
padding: 0;
}

#contentheading h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 200%;
	color:#BD4055;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#contentheading h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	margin: 0;

	color: #BD4055;
	padding: 0;
}

#contentbody h3 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 140%;
	color: #666;
		padding-bottom: 2px;
	border-bottom: 1px solid #eee;
	margin: 1.7em 0 1em 0;
	/* padding-left: 20px;
	left: -20px;
	position: relative;
	width: 300px;
	background: transparent url("../images/header3_bullet.gif") 0 50% no-repeat; */
}
#contentbody form.contactform table th
{
	vertical-align: top;
	width: 170px;
	text-align: left;
	font-weight: normal;
}
#contentbody form.contactform table td
{
	padding-bottom: 5px;
}
#contentbody form.contactform select
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	width: 250px;
	font-size: 120%;
}

#contentbody form.contactform .textbox
{
	font-family: "Lucida Grande", Verdana, sans-serif;
padding: 2px;
font-size: 150%;
font-weight: bold;
color: #666;
border: 2px solid #cccccc;
width: 250px;
}
#contentbody form.contactform  .textbox:focus {
border: 2px solid #999;
}

#contentbody form.contactform textarea
{
	font-family: "Lucida Grande", Verdana, sans-serif;
padding: 2px;
font-size: 150%;
font-weight: bold;
color: #666;
border: 2px solid #cccccc;
width: 250px;
height: 150px;
}
#contentbody form.contactform textarea:focus {
border: 2px solid #999;
}
#contentbody form.contactform .button
{
font-family: inherit;
border: 2px solid #cccccc;
padding: 4px;
margin-top: 10px;
color: #666;
background: #eee;


font-weight: bold;
}
#contentbody table.kvpairs th
{
	vertical-align: top;
	width: 120px;
	text-align: left;
	font-weight: bold;
}
#contentbody table.kvpairs td
{
	padding-bottom: 5px;
}
#contentbody table.kvpairs td.spacer
{
	height: 10px;
}
#contentbody ul {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 10px;
	padding-right: 40px;
	}
#contentbody ul li {
	padding: 0 0 4px 18px;
	margin: 0;
	background: url("../images/0007_bullet.png") no-repeat 0 4px;
	}
	#contentbody ul.filelist {
	list-style: none;
	margin: 1em 0 1em 0;
	padding-left: 10px;
	padding-right: 40px;
	}
#contentbody ul.filelist li {
	padding: 0 0 4px 18px;
	margin: 0;
		background: url("../images/0177_document.png") no-repeat 0 4px;

	}
#contentbody ul.index {
	list-style: none;
	background: none;
	clear:both;
		padding: 0;
	margin:2em 0 0 0 ;
}

#contentbody ul.index li {
	list-style: none;
	margin: 0;
		background: none;
		padding: 0;
		float: left;
}
#contentbody ul.index li span {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 140%;
		padding-bottom: 2px;
	border-bottom: 1px solid #eaeaea;
	margin: 0 0 .5em 0;
font-weight: bold;
display: block;
border: none;
	width: auto;
	padding-left: 20px;
	background: transparent url('../images/0030_arr.png') 0 4px no-repeat;
	color: #666;
}
#contentbody ul.index li a, #contentbody ul.index li a:visited {
color: #666;
border: none;
width: 220px;
margin: 0 20px 20px 0;
display: block;
	padding: 10px ;
background: #eee;
border: 1px solid #ddd;

}
#contentbody ul.index li a:hover {
background: #fff;
border: 1px dotted #aaa;
	color: #666;

}
#contentbody ul.index li a:hover span {
color: #666;}

/* Sidebar */

#sidebar {
margin-right: 550px;

	color: #3A3A3A;
	line-height: 18px;
	padding: 0;
		
}
#sidebar h1 {
	font-size: 100%;
	color: #BD4055;
	margin: 0 0 .3em 0;
}
#utility {
	padding: 10px 10px 5px 10px;
	margin: 1em 0;
	list-style: none;
}
#utility li {
	margin: 0;
	padding: 0 0 0.5em 0;
}
#utility a {
	margin-left: 20px;
		color: #BD4055;
	text-decoration: none;
	border-bottom: 1px dotted #D86980;

}
ul#utility li#print  {
	background: #fff url("../images/0171_new_page.png") 0 4px no-repeat;
}
ul#utility li#colleague  {
	background: #fff url("../images/0181_1.png")  0 3px no-repeat;
}
ul#utility li#contact  {
	background: #fff url("../images/0184_4.png") 0 5px no-repeat;
}


#utility a:hover {
	color: #D86980;
	border-bottom-style: solid;
}
ul#sidemenu {
	margin: 0;
	padding: 0;
	list-style: none;	
		width: 169px;

}
ul#sidemenu li {
	margin: 0;
	padding: 0;
		background: transparent url("../images/b.gif") bottom left no-repeat;
	list-style: none;
}
ul#sidemenu a {
	padding: 0.5em 1em;
	text-decoration: none;
	display: block;
	color: #3a3a3a;
	background: transparent url("../images/t.gif") top left no-repeat;
}
* html ul#sidemenu li a {
	height: 1%; /* hack to make whole area clickable in IE */
}
ul#sidemenu li.home {
}
ul#sidemenu li.active a {
	font-weight: bold;
		background: transparent url("../images/t.gif") top left no-repeat;
color: #666;
}
ul#sidemenu li.active  {
	background: #f7f7f7 url("../images/b.gif") bottom left no-repeat;

}
ul#sidemenu a:hover {
	background: transparent url("../images/t.gif") top left no-repeat;
}
ul#sidemenu li:hover {
	background: #f7f7f7 url("../images/b.gif") bottom left no-repeat;
}

/* Footer */

#footer {
	margin-top: 3em;
	padding: 0 0 40px 0;
	color: #3A3A3A;
	float: left;
	clear: both; /* make sure it's below the content div */
	width: 750px;
}
#footer p {
	float: left; /* make sure it's below the content div */
	margin: 0;
	padding: 0;
}

#footer a, #footer a:visited {
		color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#footer a:hover {
	color: #3A3A3A;
	border-bottom: 1px solid #333;
}
#banner  {
background: url(/_src/images/banner_images/content_management_03.gif);
width: 749px;
height: 233px;
position: relative;
}
#quicklinks {
width: 600px;
}
#banner h1 {
display: none;
}
#cmsbutton span {

display: none;
}
#cmsbutton {
position: absolute;
top: 7px;
left: 310px;
width: 171px;
height: 78px;
background: url(../images/banner_images/cms_button_over_06.gif);
}

#cmsbutton a {
width: 171px;
height: 78px;
display: block;
background: none;
}
#cmsbutton a:hover {
background: url(../images/banner_images/cms_button_06.gif);
}

#introtext {
line-height: 1.8em;
position: absolute;
top: 89px;
left: 14px;
width: 454px;
overflow: auto;
height: 138px;
}
#introtext p {
margin: 0 0 1em 0;
}
#introtext p.nomargin {
margin: 0;
}

#introtext a:link, #introtext a:visited {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
#introtext a:hover {
	color: #999;
	
	border-bottom: 1px dotted #666;
}
#introtext strong {
font-weight: normal;
}
#extranet {
width: 190px;
position: absolute;
right: 15px;
top: 5px;
}
#extranet input.textbox {
width: 180px;
padding: 2px;
font-size: 150%;
font-weight: bold;
color: #666;
font-family: inherit;
border: 2px solid #cccccc;
}
#extranet input.textbox:focus {
border: 2px solid #999;
}
#extranet input.button {
font-family: inherit;
border: 2px solid #cccccc;
padding: 4px;
margin-top: 10px;
color: #666;
background: #eee;


font-weight: bold;
}
#extranet h3 {
border-bottom-style: none;
color: #666;

}
#extranet label {
font-weight: bold;
color: #666;
font-family: inherit;
}
#home {
position: relative;
}
hr.spacer {
visibility: hidden;
}
#extratext {
display: none;
}

#login input.textbox {
width: 180px;
padding: 2px;
font-size: 150%;
font-weight: bold;
color: #666;
font-family: inherit;
border: 2px solid #cccccc;
}
#login input.textbox:focus {
border: 2px solid #999;
}
#login input.button {
font-family: inherit;
border: 2px solid #cccccc;
padding: 4px;
margin-top: 10px;
color: #666;
background: #eee;


font-weight: bold;
}
#login h3 {
border-bottom-style: none;
color: #666;

}
#login label {
font-weight: bold;
color: #666;
font-family: inherit;
}
#footer ul {
list-style: none;
padding: 0;
margin: 0;
float: right;
}
#footer li {
list-style: none;
padding: 0;
margin: 0 0 0 .6em;
float: left;
}
#printonly {
display: none;
}


/* ADDRESS-TABLES */
table.addressTable {
	width: 90%;
	border: 1px dotted #ccc;
}
table.addressTable th,
table.addressTable td {
	border: 1px dotted #ccc;
	border-collapse: collapse;
	padding: 0.2em;
}
table.addressTable th {
	width: 35%;
}