/*****************************************/
/* Global Styles                         */
/*****************************************/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
}

img {
	display: block;
	border: 0px;
}

h1 {
	display: none;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul {
	list-style-image: url("/assets/images/common/bullet.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
}

.standardcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6c6c6c;
}

a:link, a:visited {
	text-decoration: none;
	color: #2182d5;
}

a:hover {
	text-decoration: underline;
}

.standardcopy_smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #6c6c6c;
}

.blueboldcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2182d5;
}

/*****************************************/
/* Main Page Layout                      */
/*****************************************/

#page  {
	position: relative;
	top: 0px;
	left: 0px;
	width: 760px;
	min-height: 100%;

	height: auto !important;
	height: 100%;
	/* ^^ these 2 lines for IE min-height fix,
	not sure how but works... */

}

/*****************************************/
/* Header Styles                         */
/*****************************************/

#headertoparea {
	position: relative;
	top: 0px;
	left: 0px;
	border-top: 3px solid #0071db;
	border-bottom: 3px solid #0071db;
}

#headerlogo {
	position: relative;
	float: left;
	padding-top: 12px;
	padding-left: 20px;
	padding-bottom: 12px;
}

#headernumber {
	position: relative;
	float: right;
	padding-top: 12px;
	padding-right: 20px;
	text-align: right;
}

#headerdetails {
	position: relative;
	clear: right;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
}

/*****************************************/
/* Footer Styles                         */
/*****************************************/

#footer {
	/* Within #page */
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-top: 3px solid #0071db;
}

#footer a {
	text-decoration: none;
	color: #4c4c4c;
}

#footer a:hover {
	text-decoration: none;
	color: #0072d4;
}

#footernavbar {
	/* Within #footer */
	position: relative;

	height: 32px;
	width: 100%;

	text-align: center;

}

#footernavbar a {
	text-decoration: none;
	color: #4c4c4c;
}

#footernavbar a:hover {
	text-decoration: none;
	color: #0072d4;
}

.footernavbartext {
	margin-left: 12px;
	margin-right: 12px;
}

#footernavbartext {
	/* Within #footernavbar */
	position: relative;
	padding-top: 8px;
	color: #4c4c4c;
}

/*****************************************/
/* Content                               */
/*****************************************/


#navbar {
	/* Within #page */
	position: relative;
	float: left;
	top: 15px;
	left: 15px;
	width: 150px;
}

#maincontent {
	/* Within #page */
	position: relative;
	float: left;
	top: 15px;
	left: 15px;
	margin-left: 15px;
	width: 550px;
	/*border: 1px solid #cccaca;*/
	padding: 2px;
}


ul#nav,
ul#nav li,
ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 6px;
}

ul#nav {
	width: 140px;
	padding-bottom: 1px;
	background: url(/assets/images/common/dotted-horiz.gif) left bottom repeat-x;
}

ul#nav li a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 0 5px 22px;
	_height: 1px;
	background: url(/assets/images/common/bullet.gif) 5px 7px no-repeat;
}

ul#nav li a:hover,
ul#nav li.active a {
	background-color: #f8f8f8;
}

ul#nav li {
	padding-top: 1px;
	background: url(/assets/images/common/dotted-horiz.gif) repeat-x;
}

ul#nav li li {
	padding-top: 0;
	background: none;
	margin-left: 17px;
}

ul#nav li li a {
	padding: 2px 5px;
	font-size: 11px;
	color: #555;
	background: none;
}

ul#nav li li a:hover,
ul#nav li.active li a {
	background: #fff;
}

ul#nav li li a:hover {
	background: #eee;
}

ul#nav ul {
	padding: 6px 0 5px;
	background: url(/assets/images/common/dotted-horiz.gif) repeat-x;
}
