/* reset non-form elements */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*--end resets--*/

html{
	height:100%
}

body
{
	line-height: 1;
	height:100%;
	font-family:Tahoma, Verdana, "Liberation Sans",  Helvetica, Arial, sans-serif;
	font-size:0.87em;
	background-color:#ccc;
}

h1{
	display:none;
}
h2{
	font-weight:normal;
}

a
{
	text-decoration:none;
	white-space: nowrap;

}

a:hover
{
	text-decoration:underline;
}

a:link, a:visited, a:hover, a:focus,a:active
{
	color:#3082A8;
}

a img
{
	border:none;
}
strong{
	font-weight:bold;
}

#page
{
	position:relative;
	margin:0 auto;
	background-color:#fff;
	width:51em;
	border-width: 0 0.2em;
	border-color: #999;
	border-style:solid;
	min-height:100%;

}

#header
{
	position:relative;	}
	
#content
{
	clear:both;
	padding-top:1em;
	padding-bottom: 5em;
}

#footer
{
    position: absolute;
    padding: 0.4em 0 0.3em 0;
    bottom: 0;
    height: 4.5em;
    width:100%;
    border-top:0.2em solid #ccc;
}



.sitenav
{
	position:relative;
}

#header .sitenav li
{	
	padding:0 0.2em;
	position: relative;
	float:left;	
	width:12.5%;
	font-size:95%;
	text-align:center;
}

#header .sitenav a, .sitenav .current
{
	position: relative;
	display:block;
	width:100%;
}

#header .sitenav a, #header .sitenav .current
{
	background-color:#eee;
	height:100%;
	border-color:#ccc;
	border-style:solid;
	color:#111;
}

#header .sitenav a:hover
{
	border-color: #d81478;
	text-decoration: none;
	background-color: #F3E4EC;
}

#header .sitenav a:focus
{
	text-decoration: none;
	background-color: #fafafa;
	outline:#d81478 thin dotted;
}

#header .sitenav li .current
{
	background-color:#fafafa;
	border-color:#d81478;
}
	

#header .sitenav
{	
	font-weight:bold;
	padding:50px 0 0 0;
	height:62px;
	margin:0 0 1em 0;
	width:100%;	
}

#header .sitenav li
{	
	height:62px;
	font-variant:small-caps;
	border-right:1px solid #ccc;
}

#header .sitenav a, #header .sitenav .current

{
	line-height:62px;
	border-width: 0 0 3px 0;
	top:-0.2em;
}



#header .sitenav .home
{
	width:217px;
	height:62px;}


#header .sitenav .home a, #header .sitenav .home a:hover, #header .sitenav .home span
{	
	height:62px;
	width:217px;
	border:none;
	margin: 0 auto;
	background-color:transparent;	
}

#header .sitenav .home span
{
	visibility:hidden;
	}

#header .sitenav .home img
{
	visibility:visible;
	display:inline;
}


	
#quicklinks
{
	float:left;
	position:relative;
	width:9.2em;
	padding:0.2em;
	margin:0.5em 3em 0.5em 3em;
}

#quicklinks
{	
	border-top:1px #ccc solid;
	margin-bottom:1em;
}

#quicklinks dt
{
	padding-top:0.8em;
	padding-bottom:0.8em;
	border-bottom: 1px #ccc solid;
	background-image:url(/images/arrow_bullet1.gif);
	background-repeat:no-repeat;
	background-position: right;
	text-align:right;
	font-size:80%;
}
#quicklinks dt a
{
	
	padding-right:15px;
}

#quicklinks dd
{
	display:none;    
}

#blurb
{
	margin-left:15.9em;
	margin-right:0.7em;
	padding:1em 1em 1em 200px;
	position:relative;
	border-top: #d81478 solid 3px;
	background-image:url(/images/d81478gradientdown.png);
	background-repeat:repeat-x;
	height: 10em;
	color:#333;
}

#blurb .illo
{
	position:absolute;
	top:32px;
	left:22px;
	width:156px;
	height:126px;
	text-align:center;
}

#blurb h2
{
	font-size:140%;
	margin-top:1em;
	margin-bottom:0.1em;
}


#blurb h3
{
	font-size:105%;
	margin-bottom:0.7em;
	padding-bottom:0.6em;
	border-bottom:1.2px dotted #666;
	width:15em;

}

#header .news
{
	padding: 0 1em;
	color:#333;
	height: 12em;
}

#header .news .illo
{
	position:relative;
	float:right;
	height:100%;
	width:auto;
	top:1em;
	left:0;
}

#header .news h2
{
	font-size:100%;
	font-weight:bold;
	margin-top:1.8em;
	margin-bottom:0.3em;
}


#header .news h3
{
	font-size:90%;
	font-weight:bold;
	margin-bottom:0.7em;
	padding-bottom:0.6em;
	border-bottom:1px dotted #666;

}

#blurb p
{
	position:relative;
	font-size:80%;
	margin-right:2em;
	line-height:1.2;
}

#blurb .link
{
	float:right;
	margin:1em 0.8em 0 0;
	line-height:1.2;
	text-align:right;
	
}


#sectionnav
{
	width:19em;
	float:left;
	position:relative;
	font-size:80%;
}
 
#sectionnav h2
{
	font-weight:normal;
	background-image:url(/images/px.jpg);
	background-repeat:repeat-x;
	height:28px;
	font-size:11px;
	padding-top:8px;
	padding-left:7px;
}


#sectionnav ul ul
{
	margin-left:0.4em;
}


#sectionnav li
{	
	line-height:1.6;
	vertical-align:top;
	padding: 0.1em 0 0.1em 10px;
	background-image:url(/images/arrow_bullet2.gif);
	background-position:0em 0.6em;
	background-repeat:no-repeat;
}

#sectionnav .home
{
	font-weight:bold;
	border-width:0 0 1px 0;
	background:none;	
	padding-left:0;
}

#sectionnav li li
{
	border-style:dotted;
	border-color: #d81478;
	border-width:0 0 1px 0;
	
}

#sectionnav li .home
{	
	font-weight:normal;
	margin-left: -0.4em;
	padding-left:0;
}


#sectionnav li li li
{	border:none;}


#text
{
	line-height:1.3;
	font-size:80%;
	color:#666;
}

#text h3
{
	margin-bottom:0.5em;
	font-weight:bold;
}

#text p
{
	padding:0.2em;
	margin-bottom:0.4em;
}

#text li, #text dt, #text dd
{
	padding:0 0.2em;
	margin-bottom:0.4em;
}

#text dt
{
	position:relative;
	line-height:1.6;
	vertical-align:top;
	padding-left: 10px;
	margin-bottom:0;
	background-image:url(/images/arrow_bullet2.gif);
	background-position:0em 0.6em;
	background-repeat:no-repeat;

}

#text dd
{
	padding-bottom:0.5em;
	border-bottom: 1px #d81478 dotted;
}

#text a:hover, #sectionnav a:hover, #quicklinks a:hover{
	text-decoration: underline;}


.default
{
	padding-left:1.2em;
	padding-right:1.2em;
}

.default #text
{
	
	margin-left:21em;	
	padding:45px 1em 1em 1em;

}

.default #text h2
{
	position:relative;
	color:#000;
	font-weight:normal;
	line-height:1.6;
	vertical-align:top;
	padding: 0.1em 0 0.1em 10px;
	margin-bottom:0.5em;
	background-image:url(/images/arrow_bullet3.gif);
	background-position:0em 0.6em;
	background-repeat:no-repeat;
}

.default #text li
{
	list-style:disc;
	margin-left:1.5em;
}


.default #text, .three-columns .column
{
	background-image:url(/images/px.jpg);
	background-repeat:repeat-x;
}

.three-columns
{
	padding-left:0;
	padding-right:0;
}

.three-columns #text
{
	margin-left:0.6em;
}



.three-columns .column
{
	float:left;
	width:17.6em;
	margin:0 1em;
	padding:42px 0.6em 0.5em;
}

.three-columns #text li
{
	background-image:url(/images/arrow_bullet3.gif);
	background-position:0em 0.3em;
	background-repeat:no-repeat;
	text-indent:10px;
	padding-bottom:0.5em;
	border-bottom: 1px #d81478 dotted;
	clear:left;
}
.three-columns #text li img
{
	float:left;
}

.three-columns #text h3
{
	font-weight:normal;
	color:#000;
	margin-bottom:0em;
}

.three-columns #text li p
{
	text-indent:0;
	margin-bottom:0em;

}
.three-columns .footer
{
	clear:left;
	text-align:left;
}

.three-columns h2
{
	margin-top:-37px;
	margin-bottom:18px;
}


#footer p, #footer li
{
	font-size:80%;
	color:#666;
}

#footer .sitenav
{
	margin: 0.5em auto;
	height:1.1em;
	text-align:center;
	
}

#footer li
{	
	border-left:1px solid #666;
	padding:0 0.9em;
	width:auto;
	display:inline;
}

#footer .sitenav a, #footer .sitenav .current

{	border-width: 0;
	display:inline;
}

#footer .sitenav .home

{
	border:none;
}



#footer .sitenav img
{	
	display:none;
}


#footer .copy, #footer .legal
{
	text-align:center;
	clear:both;
	margin: 0.5em auto;

}

#footer .legal
{
	
}

#footer ul .first
{
	border:none;
}

.newslist dt
{
	font-weight:bold;
}

#text .newslist dd
{
	margin-bottom:1.5em;
}

.companyname
{
	white-space: nowrap;
}

.grad img 
{
  position: absolute;
  z-index: 0; 
  top: 0px;
  height: 100%;
  left: 0px;
  width: 100%;
}

