body {
	background: #f5f9fc;
	font-family: 'Trebuchet MS', Verdana, Arial;
}

strong {
	font-weight:bold;
}

a {
	color:#ee3024;
}

p {
	margin:0pt 0pt 1em;
	line-height: 1.5;
}

p em, li em {
	font-style: italic;
}

acronym {
	border-bottom:1px dotted #181F70;
}

p, span, .arial {
	font-family:arial,sans-serif;
}

div#custom-doc {
	margin: auto;
	width: 760px;
	text-align:left;
}

div#hd {
	background: #fff;
	clear:both;
	float:left;
	width:100%;
	height: 11em;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	position: relative;
}

div#hd a#logo {	
	position: absolute;
	left: 30px;
	top: 30px;
	width: 155px;
}

div#hd h1 {	
	position: absolute;
	font-size: 16px;
	width: 520px;
	top: 30px;
	left: 204px;
	line-height: 24px;
}

div#hd h1 strong {	
	line-height: 24px;
	font-size: 17px;
}

div#bd {
	clear:both;
	float:left;
	width:100%;
	padding-bottom: 30px;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	background: #fff;
}

/* --- MAIN NAV --- */

div#bd ul#nav {
	margin-left: 30px;
	float: left;
	display: inline;
	width: 153px;
}

div#bd ul#nav li {
	background: #dc0012 url(/assets/images/nav/off.jpg) repeat-y top left;
	border-top: 1px solid #df2b3b;
	border-right: 1px solid #e9707a;
	border-bottom: 1px solid #be1423;
	border-left: 1px solid #a8000c;
	float: left;
}

div#bd ul#nav li.on {
	background: white url(/assets/images/nav/on.jpg) repeat-y top left;
	border-top: 1px solid #e1e0e0;
	border-right: 1px solid #fcfcfc;
	border-bottom: 1px solid #e1e0e0;
	border-left: 1px solid #e1e0e0;
}

div#bd ul#nav li a {
	width: 105px;
	display: block;
	padding: 12px 30px 8px 16px;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 12px;
}

div#bd ul#nav li.on a {
	color: #dc0012;
}

div#bd ul#nav li a:hover {
	text-decoration: underline;
}

/* --- CONTENT COLUMN --- */

div#content {
	background: white url(/assets/images/bg.jpg) repeat-y top left;
	border: 1px solid #e1e0e0;
	float: left;
	width: 545px;
	padding-top: 22px;
	padding-bottom: 22px;
	clear: right;
	min-height: 498px;
   	_height:504px;
}

div#content p {
	font-size: 14px;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 20px;
	line-height: 24px;
}

div#content p strong {
	line-height: 24px;
}

div#content h2 {
	font-size: 24px;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 10px;
}

div#content h3 {
	font-size: 18px;
	margin-left: 22px;
	margin-right: 22px;
	margin-bottom: 10px;
}

div#content a {
	color: #dc0012;
}

div#content p a.number {
	font-size: 12px;
	background: #205ca4;
	color: white;
	width: 16px;
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 5px;
	padding-bottom: 1px;
	font-family: Arial Black, arial, sans-serif;
	border: 1px solid #fff;
}

div#content p a.terminal {
	background: #333;
}

img.float {
	clear:right;
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 16px;
}

div#content a.photo {
	clear:right;
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 16px;
	padding-bottom:9px;
	text-align:center;
	text-decoration:none;
	width:255px;
}

div#content a.photo:hover {
	text-decoration: underline;
}

div#content a.photo img {
	clear:right;
	display:block;
	margin:3px 3px 5px;
	text-decoration:none;
	width:255px;
}

div#content a.big, div#content a.big img {
	width:500px;
}

div#content a.big {
	margin: 0 0 8px 22px;
	float: left;
	clear: both;
	text-align: right;
}

div#content a.big img {
	margin: 0;
	margin-bottom: 4px;
}


div#content a.photo span {
	background:transparent url(/assets/images/zoom.gif) no-repeat scroll 0%;
	padding-left:14px;
	font-size: 11px;
}

div#content a.big span {	
	padding: 5px 6px 4px 16px;
}

a.hidden, a.hidden span {
	visibility: hidden;
	width: 0;
	overflow: hidden;
	height:0;
	margin: 0;
	display:none;
}


div#content p.featureLink a {
	font-weight: bold;
}

ul.basicList {
	margin: 0 22px 18px 22px;
	padding: 0 10px 3px 5px;
}

ul.basicList li {
	padding-left: 18px;
	background: url(/assets/images/text-bullet.gif) no-repeat;
	margin: 7px 0 7px 12px;
}

a.externalLink {
	background: transparent url(/assets/images/external.png) no-repeat right;
	padding-right:13px;
	display: inline-block;
}

/* --- FOOTER --- */

div#ft {
	font-size: 11px;
	clear:both;
	float:left;
	width:100%;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	background: #fff;
	text-align: center;
}

div#ft p {
	position: relative;
}


/* --- NEWS ---- */

a.backLinkTop, a.backLinkBottom {
	font-size: 125%;
	background: url(/assets/images/back-arrow.gif) no-repeat 0 3px;
	padding-left: 10px;
	text-decoration: none;
}
a.backLinkBottom {
	font-size: 90%;
	background: url(/assets/images/back-arrow.gif) no-repeat 0 0;
}
a.backLinkTop:hover, a.backLinkBottom:hover {
	text-decoration: underline;
}

ul.newsList {
	margin: 4px 22px 24px;
	border-top: 2px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #F5F5F5;
}

ul.newsList li {
	padding: 8px 12px 8px 17px;
	border-bottom: 1px solid #ddd;
	font-size: 110%;
	background: url(/assets/images/link-arrow.gif) no-repeat 8px 12px;
}

ul.newsList li a {
	text-decoration: none;
}

ul.newsList li a:hover {
	text-decoration: underline;
}

ul.newsList li span {
	color: #555;
	font-size: 80%;
}

ul.newsList li.latest {
	font-weight: bold;
	font-size: 125%;
}

.newsInfoPanel {
	margin: 18px 22px 24px;
	padding: 9px 0 0;
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 90%;
	color: #555;
}

.newsInfoPanel ul {
	margin: 0px 0 9px;
	padding: 0px 10px 3px 5px;
}

.newsInfoPanel ul li {
	font-size: 93%; 
	padding-left: 18px;
	background: url(/assets/images/text-bullet.gif) no-repeat 5px -4px ;
	margin: 7px 0 7px 12px;
}

body#news a.photo {
	float: none;
	clear: none;
	margin-bottom: 20px;
	display: block;
	text-align: center;
	border: 1px dotted #ddd;
	padding: 2px 2px 4px;
	text-decoration: none;
	background: #fff;
	width: 306px;
}

body#news p.releaseDate {
	font-size: 84%;
	color: #555;
}

body#news a.photo img {
	width: 300px;
	display: block;
	clear: none;
	float: none;
}

body#news a.photo:hover {
	border: 1px solid #ee3024;
	text-decoration: underline;
}


body#news div.photoCaption {
	background: #fff;
	border: 1px dotted #ddd;
	width: 300px;
	padding: 2px;
	margin: 0 0 12px 22px;
}

body#news div.photoCaption img {
	display:block;
}

body#news div.photoCaption span {
	display:block;
	font-size:84%;
	margin: 3px 4px;
	font-style:italic;
	color: #555;
}

body#news a.photo strong {
	text-decoration: none;
	font-style: italic;
	color: #555;
	text-align: left;
	font-size: 84%;
	margin: 5px 5px 0;
	display: block;
	font-weight: normal;
}

body#news a.photoHidden {
	display: none;
	width: 0;
	overflow: hidden;
	height:0;
	line-height: 0;
}

