body {
	margin-top: 0px;
	background-color: #c7ccd4;
}
/*Misc styling*/

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
	padding: 0px;
	margin: 0px;
	display: inline;
}
h2 {
	font-size: 16px;
	display: block;
}
h3 {
	font-size: 20px;
	display: block;
}
h4 {
	font-size: 24px;
	display: block;
}
h5 {
	font-size: 28px;
	display: block;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3e3e;
	padding-right: 10px;
	padding-top: 20px;
}
.left-article p {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
/*End of misc styling*/

/*Wrapper*/

#wrapper {
	width: 940px;
	background-image:url(../images/bgbody.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding-top: 30px;
}
/*Topbar*/

#wrapper #topbar {
	background-image: url(../images/topbar.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 940px;
}
#wrapper #topbar .logo {
	float: left;
	padding: 15px 0 0 30px;
	color: #8D8D8D;
	font-weight: normal;
	font-size: 14px;
	text-transform:uppercase;
}
#wrapper #topbar .logo span {
	color: #D26327;
}
/*Menu*/

/*End of menu*/

/*End of topbar*/

/*Featured Item*/
.new {
	position: absolute;
	top: -3px;
	right: 0px;
}
#slider .itemdescription span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b9b9b9;
	padding-left: 10px;
}
#slider .itemdescription {
	background-image: url(../images/itemdescription.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 825px;
	position:relative;
	top: 187px;
	padding: 16px 55px 0 60px;
}
#slider .slide-item {
	background-repeat: no-repeat;
	height: 243px;
	width: 940px;
	margin-top: 30px;
}
#slider {
	height: 273px;
	width: 940px;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #B3B4B7;
}
/*End of featured item*/







/*Content*/
#content-wrap {
	float: left;
	width: 930px;
	padding: 30px 5px 0 5px; 
}

.page-title {
	font-size: 20px;
	font-weight: bold;
	color: #d56528;
	margin-bottom: 30px;
}

.p-title {
	margin-bottom: 20px;
	font-size: 16px;
	color: #282828;
}

.content {
	padding: 0 0 10px 0;
}

.content p {
	padding: 0 20px 20px 20px;
}

.content em {
	font-style:italic;
}

.content strong { 
	font-weight: bold;
}

.content div span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E3E3E;
}

.content blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E3E3E;
	margin: 0 35px 20px 35px;
	border: 1px solid #d56528;
	padding: 10px;
	font-style:italic;
}

.content ul {
	padding: 0 20px 20px 35px;
}

.content ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E3E3E;
	list-style: disc;
	font-weight: normal;
	padding: 2px 0 2px 10px;
}

.content a {
	color: #3E3E3E;
}

.content a:hover {
	color: #d56528;
}

.up-date { font-size: 11px; font-style: italic; }


#versions-tbl { width: 930px; border-collapse: collapse; border: 1px solid #B3B4B7; background: #999; margin-bottom: 5px; }

#versions-tbl thead th { background: #333; padding: 10px; color: #FFF; font-weight: bold; text-align: left; vertical-align: middle; border-bottom: 3px solid #d56528; }
#versions-tbl thead th span { font-weight: normal; font-size: 12px; }

#versions-tbl tbody tr.even { background: #666; }
#versions-tbl tbody td { border: 1px solid #B3B4B7; padding: 5px 10px; vertical-align: top; color: #111; }
#versions-tbl tbody td a { color: #111; }
#versions-tbl tbody td .none { font-style: italic; }
#versions-tbl tbody td .warning { color: #d56528; font-weight: bold; }





/*Footer*/
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 50px;
	margin-bottom: 30px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #959595;
	text-transform:uppercase;
	margin-top: 30px;
}
#footer .info {
	float:left;
	padding: 17px 0 0 30px;
}
#footer .infonav {
	float:right;
	padding: 17px 30px 0 0;
}
#footer a {
	color: #959595;
}
#footer a:hover {
	color: #d56528;
}
/*End of footer*/



/* CLEARDIV STYLE */

	.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; overflow: hidden; }
	.clearfix { display: inline-block; }
	/* Hide from IE Mac \*/
	.clearfix { display: block; }
	/* End hide from IE Mac */
	/* Hides from IE-mac \*/
		* html .clearfix { height: 1%; }
	/* End hide from IE-mac */
