/*------------------------------------------------------------------
1. Reset
2. Common (Fonts, Forms, Tables, Lists, Boxes)
------------------------------------------------------------------*/

/* Reset
------------------------------------------------------------------*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }

hr { display: none; }

/* Common - Fonts
------------------------------------------------------------------*/

body {
	line-height: 1.4;
	color: #154576;
	font-size: 13px;
	font-family: Trebuchet MS, Tahoma, Arial;
	width: 100%;
	margin-top: 20px;
	background: #016fba url('../images/bg.jpg') repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #154576;
	text-align: left;
}

h1 { font-size:24px;line-height: 24px;}
h2 { font-size:18px; }
h3 { font-size:16px;line-height: 22px;font-weight:bold; }
h4 { font-size:14px;line-height: 18px; }
h5 { font-size:13px; }
h6 { font-size:12px; }

a:link, a:hover, a:active {
	color: #06c;
	text-decoration: none;
}


.dark { color:#333; }
.bar { float:left;width:950px;height:15px;font-size:0px;line-height:0px;margin-top:2px;background:#154576 url('../images/origo-bar.gif') no-repeat; }

.leftFloat { float:left; }
.rightFloat { float:right; }
.leftText { text-align:left; }
.rightText { text-align:right; }

.dottedRight { border-right: 2px dotted #999 }
.dottedLeft { border-left: 2px dotted #999 }


/* Margin Styles */

.sTop { margin-top:10px; }
.sRight { margin-right:10px; }
.sBottom { margin-bottom:10px; }
.sLeft { margin-left:10px; }

.mTop { margin-top:15px; }
.mRight { margin-right:15px; }
.mBottom { margin-bottom:15px; }
.mLeft { margin-left:15px; }

/* Padding Styles */

.sPadTop { padding-top:10px; }
.sPadRight { padding-right:10px; }
.sPadBottom { padding-bottom:10px; }
.sPadLeft { padding-left:10px; }

.mPadTop { padding-top:15px; }
.mPadRight { padding-right:15px; }
.mPadBottom { padding-bottom:15px; }
.mPadLeft { padding-left:15px; }

.lPadTop { padding-top:20px; }
.lPadRight { padding-right:20px; }
.lPadBottom { padding-bottom:20px; }
.lPadLeft { padding-left:50px; }

.xlPadTop { padding-top:25px; width: 300px; text-align: justify;font-size:11px; color: #333}
.xlPadTop2 { padding-top:25px; width: 400px; text-align: justify; color: #fff}
.xlPadRight { padding-right:25px; }
.xlPadBottom { padding-bottom:25px; }
.xlPadLeft { padding-left:25px; }

/* body foundation styles --------------------------------------- */


#body-container {
	display: block;
	width: 980px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('../images/body-bg.gif') repeat-y;
	overflow: auto;
}


#maincontent {
	display: block;
	width: 950px;
	height: auto;
	padding: 0px;
	margin: 0px 15px;
}

/* Header Styles
------------------------------------------------------------------*/

#header-container { 
	display: block;
	width: 950px;
	height: auto;
	margin: 0px;
	padding: 0px 15px;
	background: url('../images/header-bg.gif') no-repeat;
}

#headernav {
	display: block;
	float: left;
	width: 950px;
	height: 110px;
	padding: 0px;
	margin: 0px;
}

#header-left {
	display: block;
	float: left;
	height: auto;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	text-align: left;
}

#header-right {
	display: block;
	float: right;
	height: auto;
	font-size: 16px;
	line-height: 25px;
	padding: 25px 15px 0px 0px;
	margin: 0px;
	text-align: right;
}

/* main navigation styles*/

#top-nav {
	clear: both;
	height: 35px;
	font-size: 15px;
	font-weight: bold;
	background: url(../images/nav-bg.gif) repeat-x;
	padding: 0px;
}

#top-nav li {
	float: left;
	height: 35px;
	line-height: 35px;
	list-style: none;
}

#top-nav li a {
	display: block;
	padding: 0 20px;
	border-right: 1px solid #FFF;
}

#top-nav li.first a { 
	display: block;
	padding: 0 5px 0 0px;
	border-right: 1px soild #FFF; 
}

#top-nav li.last a { border-right: none; }

#top-nav li a:link,
#top-nav li a:visited,
#top-nav li a:hover,
#top-nav li a:active {
	color: #FFF;
	text-decoration: none;
}

#top-nav li a:hover,
#top-nav li a:active {
	color: #FF0;
}

/* main class styles*/

