/************************************* RESET ***********************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear
{
	clear:both;
}

/************************************* STYLES ***********************************************/

#top
{
	background:url('/images/main/bkg_top.jpg') repeat-x;
	height:12px;
	margin:2px 0px;
}

#title
{
	background:url('/images/main/bkg_title.jpg') repeat-x;
	height:92px;
	margin:2px 0px;
}
#title p
{
	font-size:11px;
	margin-left: 20px;
}

#title #nav
{
	margin-top:15px;
	float:right;	
}
#nav .nav
{
	font-size:14px;
	color:#900;
	margin-left: 10px;
	float:left;
}
#nav .navLine
{
	font-size:24px;
	color:#900;
	margin-left: 10px;
	float:left;
}
.nav a
{
	font-size:20px;
	color:#900;
	text-decoration:none;
}
.nav a:hover
{
	font-size:20px;
	color:#006;
	text-decoration:none;
}
.nav small
{
	font-size:13px;
	line-height:2;
}

#head
{
	background:url('/images/main/bkg_head.jpg') repeat-x;
	height:270px;
	margin:2px 0px;
}

#head .content h1
{
	background:url('/images/main/strapLine.gif') no-repeat;
	text-indent:-9000px;
	height:114px;
	margin-left:50px;
	margin-top:50px;
}

#content
{
	margin:2px 0px;
}

#content .left
{
	width:520px;
	float:left;
	padding:5px;
}
#content .left h2
{
	color:#900;
	font-size:18px;
	padding: 10px 5px 5px 5px;
}
#content .left h3
{
	color:#000;
	font-size:14px;
	padding: 5px;
}




#content .left p
{
	padding: 5px;
	font-size:13px;
}
#content .left ul
{
	padding: 5px;
}
#content .left li
{

	list-style:none;
	background: url("/images/main/list.gif") no-repeat;
	padding: 4px 0 10px 22px;
	list-style: none;
	margin:0px;
	text-indent: 0px;
	font-size:14px;
	line-height:1.2;

}
#content .right
{
	width:470px;
	float:left;
}

#content .right a:hover
{
	color:#609CD8;
}

#content .right a
{
	color:#000000;
}



.USP_Portal
{
	background:url('/images/main/USP_Portal.jpg') no-repeat;
	height:110px;
	width:230px;
	float:left;
	margin:2px;
}
.USP_Portal p
{
	padding:38px 0 0 90px;
	font-size:11px;
}

.USP_Help
{
	background:url('/images/main/USP_Help.jpg') no-repeat;
	height:110px;
	width:230px;
	float:left;
	margin:2px;
}
.USP_Help p
{
	padding:38px 0 0 75px;
	font-size:11px;
}
.USP_News
{
	background:url('/images/main/USP_News.jpg') no-repeat;
	height:110px;
	width:230px;
	float:left;
	margin:2px;
}
.USP_News p
{
	padding:38px 0 0 90px;
	font-size:11px;
}
.USP_Chat
{
	background:url('/images/main/USP_Chat.jpg') no-repeat;
	height:110px;
	width:230px;
	float:left;
	margin:2px;
}
.USP_Chat p
{
	padding:38px 0 0 75px;
	font-size:11px;
}

#footer
{
	background:url('/images/main/bkg_footer.jpg') repeat-x;
	height:175px;
	margin:2px 0px;
}
.content
{
	width:1000px;
	margin:0 auto;
	text-align: left;
	font-family: Arial,sans-serif;
	padding:10px;
}
.image
{
	cursor:pointer;
	text-decoration:none;
}
.left label
{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
}
#content .nolist li
{
	background-image:none;
}
#footer .content
{
	padding-top:135px;
}
#footer .content span
{
	text-align:center;
	color:#FFF;
	font-size:70%;
	display:block;
	line-height:1.3;
}
#footer .content a
{
	color:#FFF;
	text-decoration:none;
}
#footer .content a:hover
{
	text-decoration:underline;
}



