@charset "utf-8";
/* CSS Document */

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define an outline style! */

body {
	color: #000;
	background: #fff;
	font: 62.5% Arial, Helvetica, sans-serif;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#resizeBlock {
        visibility: visible;
}
#resizeBlock a{
        border:none;
        text-decoration: none;
        vertical-align: middle;
}
#resizeBlock a:selected{
        border: 1px solid #660099;
}
#resizeBlock img{
        border: none;
	margin:0px;
}
#container {
	width: 775px;
}
#footer {
	clear: both;
	width: 745px;
	margin-left: 15px;
	padding-bottom: 19px;
	margin-top: 25px;
}
#header {
	/*margin-bottom: 15px;*/
	position: relative;
}
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
.disclaimer {
	margin: 40px 0 30px 0;
	padding-top: 5px;
	font-size: 0.9em;
	color: #999999;
	border-top: 1px solid #ccc;
	
}
.marginNone {
	margin: 0px !important;
}
.margin15px {
	margin-right: 15px;
}
.margin20px {
	margin-bottom: 20px !important;
}
.margin27px {
	margin-bottom: 27px !important;
}
.marginTop27px {
	margin-top: 27px !important;
}
#content {
	width: 745px;
	margin-left: 15px;
	margin-right: 15px;
}
#content #copy {
	width: 745px;
}

/*ADDED SPECIFICALLY FOR THIS SITE*/
#content #pageBanner {
	margin-bottom: 15px;
	background: #666;
	height: 200px;
	width: 745px;
}
#content #pageBanner img {
	float: left;
}
#content #pageBanner #bannerContent {
	padding: 12px 10px;
	width: 170px;
	float: left;
	color: #fff;
	font-size: 1.5em;
	overflow: hidden;
}
#content  #pageBanner  #bannerContent  h1 {
	font-size: 1.9em;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: -1px;
	line-height: 1em;
}
#content #pageBanner #bannerContent sup {
	font-size: 0.7em;
	position: relative;
	top: -0.5em;	
	left: -1px;
}
#content #rightColumn {
	float: left;
	width: 555px;
	font-size: 1.1em;
	overflow: hidden;
}
#content #rightColumn sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}
#content #rightColumn.fullWidth {
	width: 745px;
}

#content  #rightColumn  h1, 
#content  #rightColumn  h2 {
	font-size: 1.7em;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 8px;
	color: #660099;
	clear: both;
	line-height: 1em;
}

#content #rightColumn h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding-bottom: 2px;
}
#content #rightColumn a {
	color: #660099;
	text-decoration: none;
}
#content #rightColumn a:hover {
	text-decoration: underline;
}

#content #rightColumn p {
	margin-bottom: 12px;
}
#content #rightColumn ul {
	margin-bottom: 12px;
	list-style: disc;
}
#content #rightColumn ul li {
	margin-left: 25px;
}
#content #rightColumn .introCopy {
	font-size: 1.4em;
	font-weight: normal;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 27px;
}
.calloutImagery {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	display: inline;
}
.learnMore {
	font-size: 1.1em;
	background: url(../images/unsecure/nxgen/general/customstools/dpc_arrow_right_clean_purple.gif) no-repeat right 5px;
	padding-right: 9px;
	font-weight: bold;
}


/*END ADDED SECTION*/


