/* Reset styles for all browsers*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	font:62.5% Arial, Helvetica, sans-serif;
	color: #000;
	line-height:1;
}
h1, h2, h3, h4, h5, h6{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.2;
	margin:0 0 8px 0;
	padding:0.4em 0 0 0;
	color:#0071B4;
}
h1{
	font-size:2.8em;
	font-weight:normal;
	margin:0 0 12px 0;
	padding-top:0;
	color:#BA1327;
}
h2{
	font-size:1.8em;
	font-weight:normal;
}
h3{
	font-size:1.4em;
	font-weight:normal;
	line-height:1.2em;
	margin-bottom:6px;
}
h4{	
	font-size:1.3em;
	font-weight: bold;
	margin-bottom:6px;
}
p, ul, ol, blockquote{
	font-size:1.5em;
	line-height:1.4;
	margin-bottom:0.8em;
}
ol{
	list-style-type:decimal;
	margin:0 0 0.7em 25px;
	}
ul{
	list-style-type:disc;
	margin:0 0 0.7em 25px;
	}
ul ul{
	list-style-type:circle;
	font-size:100%;
	margin-top:0.2em;
}
li{
	margin-left:0;
	padding-left:0;
	margin-bottom:0.2em;
}
blockquote, q {
    quotes:none;
		font-size:100%;
}

/* Main Content Layout */
#article{
	float:left;
	width:620px;
	padding:24px 20px 20px 15px;
}

/* Main Content Layout */
#fullWidth{
	float:left;
	width:934px;
	padding:24px 20px 20px 15px;
}

#appTxt{
	float:left;
	width:420px;
	padding:5px 10px 10px 10px;
}
#appImg{
	float:left;
	padding:25px 10px 10px 10px;
}

blockquote, q{
	font-weight:bold;
}

#aside{
	float:right;
	width:265px;
	margin:24px 0 10px 0;
	padding:0 20px 20px 20px;
	font-size:0.8em;
	background:url(NGS_Images/BGs/rightColBG.gif) left repeat-y;
	background:url(NGS_Images/BGs/rightColBtm.gif) left bottom no-repeat, url(NGS_Images/BGs/rightColTop.gif) left top no-repeat, url(NGS_Images/BGs/rightColBG.gif) left repeat-y;/*multiple bgs are layered in reverse order (compaired to HTML). Remember to specify colour last, if required*/
}
#aside .section{
		margin-top:25px;
		padding:0 0 0 10px;
}
.appSection{
	margin-top:25px;
	padding:0 0 0 10px;
	font-size:1.5em;
}
.expo{
	margin:15px 0 0;
	padding-bottom:5px;
	border-bottom:1px solid #e0e0e0;
}
.expo img{
	margin:0 0 4px 0;
}

#aside h2{
	font-size:18px;
	font-weight:bold;
	color:#000;
}
#aside h2.center{
	text-align:center;
}

#aside p{
	margin-bottom:0.2em;
	line-height:1.5;
}
a.trial{
	display:block;
	width:265px;
	height:34px;
	padding-top:6px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	background:url(NGS_Images/BGs/freeTrialBtn.png) 0 0 no-repeat;
	text-decoration:none;
}
a.trial:hover{
	background:url(NGS_Images/BGs/freeTrialBtn.png) -300px 0 no-repeat;
}
.highlight{
	font-weight:bold;
	color:#BA1327;
}
.section blockquote{
	color:#BA1327;
}
.soft{
	color:#777;
}
.error {color: #FF0000;
		font-size: 12px;
}