/*
HTML Page elements
---------------------
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 10px 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

p {
	margin: 0px 0px 10px 0px;
}

hr {
	display: none; 
}

.noTopMargin {
	margin-top: 0px;
}

.noBottomMargin {
	margin-bottom: 0px;
}

.whiteText {
	color: #ffffff;
}

/*
Misc positioning elements
-------------------------
*/

#hiddenTags {
	display: none;
}

#fullBrowserWidth {
	display: block;
	width: 100%;
	text-align: center;
}

#centeredArea {
	display: block;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-position: top center;
	background-repeat: no-repeat;
}

.clearBoth {
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/*
Header elements
-------------------------
*/

#headerArea {
	display: block;
	position: relative;
	width: 800px;
	height: 81px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	overflow: hidden;
}

#headerArea h1 {
	display: none;
}

#headerArea p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#headerArea #headerLogo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#headerDate {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 42px;
	right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #fcab26;
}

#headerArea #cssLinks {
	display: block;
	position: absolute;
	top: 4px;
	right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
}
#headerArea #cssLinks a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#headerArea #cssLinks a:visited {
	color: #ffffff;
	text-decoration: none;
}
#headerArea #cssLinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#headerArea #skipNav {
	display: none;
}


/*
Common page layout elements
---------------------------
*/

#pageArea {
	display: block;
	position: relative;
	width: 800px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	min-height: 530px;
	_height: 530px;
}

#pageArea #imageArea {
	display: block;
	position: absolute;
	top: 30px;
	right: 15px;
	width: 370px;
	z-index: 0;
	height: 500px;
	padding-top: 0px;
}

#pageArea #imageArea img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#pageArea #twoColumns {
	display: block;
	clear: both;
	width: 800px;
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
}

#twoColumns #topArea {
	display: block;
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#twoColumns #titleArea {
	display: block;
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#twoColumns #titleArea.wideLeftArea {
	width: 600px;
}

#twoColumns #titleArea h2 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
}

#twoColumns #titleArea h1 {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 5px 0px;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
}

#twoColumns #leftArea {
	clear: both;
	display: inline;
	float: left;
	width: 400px;
	margin: 4px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
}

#twoColumns #leftArea.wideLeftArea {
	width: 600px;
}

#twoColumns #rightArea {
	display: inline;
	position: relative;
	float: right;
	width: 151px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	z-index: 100;
}


/*
Pic Styles
---------------------------
*/

.picBorder {
	border: 1px solid #000000;
}

.picLeft {
	display: block;
	clear: both;
	float: left;
	margin: 5px 10px 12px 0px;
}

.picRight {
	display: block;
	clear: both;
	float: right;
	margin: 5px 0px 12px 15px;
}

.picCenter {
	display: block;
	text-align: center;
	margin: 5px 0px 12px 0px;
}

.picLeftLessPad {
	display: block;
	clear: both;
	float: left;
	margin: 3px 5px 0px 1px;
}


/*
Misc content elements
-------------------------
*/

#leftArea h2 {
	margin: 18px 0px 10px 0px;
	padding: 0px 0px 2px 0px;
	color: #000000;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

#leftArea a {
	text-decoration: underline;
}
#leftArea a:visited {
	color: #666666;
	text-decoration: underline;
}
#leftArea a:hover {
	color: #ff3300;
	text-decoration: underline;
}

#leftArea ul {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 4px;
	list-style-type: none;
	list-style-position: outside;
}

#leftArea ul ul {
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 16px;
}

#leftArea li ul {
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

#leftArea ul li {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 16px;
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

#leftArea p, #leftArea dl {
	margin: 0px 0px 10px 0px;
}

#leftArea p.introParagraph {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

#leftArea .movieParagraph {
	padding: 0px 0px 0px 50px;
	background-image: url("/images/common/movie_icon.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	min-height: 45px;
	_height: 45px;
}

#leftArea .tutorialParagraph {
	padding: 0px 0px 0px 40px;
	background-image: url("/images/common/tutorial_icon.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	min-height: 36px;
	_height: 36px;
}

#leftArea .demoParagraph {
	padding: 0px 0px 0px 50px;
	background-image: url("/images/common/demo_icon.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	min-height: 45px;
	_height: 45px;
}

#leftArea .downloadParagraph {
	padding: 3px 0px 0px 30px;
	background-image: url("/images/common/download_icon.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	min-height: 20px;
	_height: 23px;
}

#leftArea .iconPadded {
	padding-top: 12px;
	min-height: 33px;
}

.smallText {
	font-size: 11px;
	line-height: 13px;
}

.pageBanner {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #bddff2;
	min-height: 120px;
	_height: 120px;
}
.pageBanner h2 {
	margin: 0px 0px 0px 0px !important;
	padding: 3px 3px 3px 3px !important;
	font-size: 14px !important;
	line-height: 14px !important;
	color: #ffffff !important;
	background-color: #d0202a !important;
	border: none !important;
	text-transform: none !important;
}
.pageBanner p {
	margin: 5px 3px 7px 4px !important;
	padding: 0px 0px 0px 0px !important;
}
.pageBanner a:link {
	color: #2294d2 !important;
	font-weight: bold !important;
}
.pageBanner a:visited {
	color: #2294d2 !important;
	font-weight: bold !important;
}
.pageBanner a:hover {
	color: #ff3300 !important;
}

/*
Sidepanel elements
-------------------------
*/

.sidepanel {
	display: block;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 1px 0px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
}

.sidepanel h2 {
	display: block;
	margin: 0px 0px 4px 0px;
	padding: 2px 0px 2px 18px;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	text-transform: uppercase;
	background-image: url("/images/common/sidepanel_arrow.gif");
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
.sidepanel p {
	margin: 0px 6px 4px 6px;
	padding: 0px 0px 0px 0px;
}

.sidepanel a:visited {
	color: #666666;
	text-decoration: underline;
}
.sidepanel a:hover {
	color: #ff3300;
	text-decoration: underline;
}

/*
Table elements
-------------------------
*/

table {
	display: block;
	clear: both;
	margin: 0px 0px 10px 0px;
	border: none;
}

table tr {
	margin: 0px 0px 0px 0px;
}
table caption {
	padding: 3px 3px 2px 8px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	border: none;
}
table th {
	margin: 1px;
	padding: 3px 7px 3px 7px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border: none;
}
table th.centered {
	text-align: center;
}
table td {
	margin: 1px;
	padding: 3px 7px 3px 7px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	border: none;
}
table td.centered {
	text-align: center;
}
.tableHeadings th {
	margin: 1px;
	padding: 2px 7px 2px 7px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	background-image: none;
	border: none;
}
.tableHeadings th.centered {
	text-align: center;
}

/*
News archive elements
-------------------------
*/

#newsArchive {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#newsArchive dd {
	margin: 0px 0px 1px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #F2F2F2;
	font-size: 14px;
	line-height: 16px;
}

#newsArchive dd i {
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}


/*
Footer elements
-------------------------
*/

#footer {
	display: block;
	position: relative;
	width: 800px;
	height: 20px;
	margin: 19px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer #toTop {
	display: block;
	position: absolute;
	top: 3px;
	left: 8px;
}

#footer #footerLinks {
	display: block;
	position: absolute;
	top: 3px;
	right: 8px;
}

#footerCredits {
	display: block;
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

#footerCredits a {
	color: #666666;
	text-decoration: none;
}
#footerCredits a:visited {
	color: #666666;
	text-decoration: none;
}
#footerCredits a:hover {
	color: #666666;
	text-decoration: underline;
}