body {
	background-color:white;
	color:#333;
	text-align:center;
	font-family:lucida, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, verdana, sans-serif;
	font-size:12px;
}

a { color:#0033cc; text-decoration:none }
a:hover { color:#000 }
a img { border:none }
h2 { font-size:20px; font-family:Georgia; font-weight:normal; color:#0033cc;margin:1em 0 0.6em 0; }
h3 { font-size:16px; font-family:Georgia; font-weight:normal; color:#0033cc;margin:0.6em 0; }
h4 { font-size:12px; margin:0.6em 0;}
p, li, td, th, dd, h1, h2, h3, h4 { line-height:140%; }
p {
	margin:0.6em 0;
}
blockquote {
	color:#666;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 1em;
}
address { font-style:normal }

th { color:#0033cc; }
th, td {
	text-align:left;
	vertical-align:top;
	padding:0.2em 0.4em;
}

/* For Internet Explorer */
hr { text-align: center; width: 100%; height: 1px; color: #999; border: none; clear:both; }
/* For Gecko-based browsers */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #999; border: none; }
/* For Opera and Gecko-based browsers */
html>body hr { margin-right: 0; width: 100%; height: 1px; background-color: #999; border: 0px solid #999; }

#outer {
	text-align:left;
	width: 980px;
	margin:10px auto;
}

#splash p {
	margin:0;
}

#header {
	float:right;
	width:280px;
}

#header_wrap {
	height:80px;
}

#header h1 a {
	display:block;
	width:300px;
	height:95px;
	background:url(../images/logo.gif0) top right no-repeat transparent;
}

#header h1 a span { display:none }

#header_badge {
	float:left;
	width:625px;
}

.imageright { float:right; margin-left:10px; }
.small { font-size:11px }
.medium { font-size:12px; }
.note, .notes { color:#666 }
.clear { clear:both }
.hilite { color:#0033cc; }
.textright { text-align:right; }
.req { color:red; font-size:18px; vertical-align:bottom }

.imageRightBox {
	float:right;
	margin:0 0 10px 10px;
	padding:8px;
	border:1px solid #ccc;
	font-size:10px;
	width:170px;
	color:#666;
}

.pdfBox {
	float:right;
	margin:0 0 10px 10px;
	padding:8px;
	border:1px solid #ccc;
	width:110px;
	color:#666;
	text-align:center;
	font-size:11px;
}

.quarter {
	float:left;
	width:180px;
	margin-right:10px;
	padding-right:5px;
	padding-top:70px;
	background-position:top right;
	background-repeat:no-repeat;
	background-color:transparent;
}

.quarter h3 {
	margin-top:0;
}

.quarter p { border-right:1px solid #ccd8fa }

.diamond1 { background-image:url(../images/diamond1.gif); }
.diamond2 { background-image:url(../images/diamond2.gif); }
.diamond3 { background-image:url(../images/diamond3.gif); }
.diamond4 { background-image:url(../images/diamond4.gif); }
.diamond-video { background-image:url(../images/diamond-video.gif); }

.q4 p {
	border-right:none;
}

#section-index .quarter {
	margin-top:10px;
}

#content { background:url(../images/content-bkgd2.gif) repeat-y #fff; }
#content ul { list-style-image:url(../images/list-diamond.gif); }


#section-index #content { background:url(../images/content-bkgd.gif) top left repeat-x #fff; }
#section-performance #content { background:url(../images/content-bkgd3.gif) top left repeat-y #fff; }

#footer {
	background:url(../images/footer-bkgd.gif) top left repeat-x #fff;
	padding-top:20px;
	font-size:11px;
	text-align:right;
}

#footer ul {
	list-style:none;
	text-align:left;
}

#footer li {
	display:inline;
	margin-left:1em;
	width: 980px;
}

#footer p { color:#999; }
#footer p a { color:#666 }

#mainContent {
	float:left;
	width:463px;
	padding:0 25px 15px 5px;
}

#mainContentwide {
	float:left;
	width:920px;
	padding:0 25px 15px 25px;
}

#sideContent {
	float:right;
	width:266px;
	margin-right:1px;
}

#sideContent2 {
	float:right;
	width:266px;
	margin-right:1px;
	background: #6288F3
}

#fullContent {
	padding:1em 25px 15px 25px;
}

#fullContent h2 { margin-top:0 }

#innerSideContent {
	padding:10px;
}

address p {
	padding-left:20px;
	background:url(../images/envelope_icon.gif) top left no-repeat transparent;
}

form {
	padding:10px;
	border:1px solid #ccd8fa;
	background-color:#ffffff;
}


input, textarea, select {
	font-family:lucida, "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, verdana, sans-serif;
	font-size:12px;
	color:#0033cc;
	border:1px solid #ccd8fa;
	background-color:#fff;
	padding:0.2em;
}

input.button {
	border-width:4px;
	background-color:#0033cc;
	border-color:#0033cc;
	color:#fff;
	font-weight:bold;
}

input.button:hover {
	background-color:#0033cc;
	border-color:#0033cc;
	color:#ccd8fa;
}

input:focus, textarea:focus, select:focus {
	border-color:#0033cc;
	color:#0033cc;
}

.error { 
	padding-left:15px;
	color:red;
	background:url(../images/alert.gif) no-repeat center left transparent;
}
.success { 
	padding-left:15px;
	color:green;
	background:url(../images/check_green.gif) no-repeat center left transparent;
}

.buttonLink {
	border:1px solid #ccd8fa;
	background-color:#EDEEBD;
	padding:0.4em 0.6em;
	font-weight:bold;
}

.buttonLink:hover {
	border:1px solid #000;
}

/* object stuff here */
/* standards compliant object code from http://realdev1.realise.com/rossa/rendertest/quicktime.html */
/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

.floatBox {
	float:right;
	width:150px;
	font-size:11px;
	color:#666;
	vertical-align:top;
	border:1px solid #ccc;
	padding:8px;
	margin:0 0 10px 10px;
}

.floatBox img {
	float:right;
}

.floatBoxHolder {
	float:right;
	width:150px;
	margin:0 0 10px 10px;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}