/*****************************************/
/* Global Styles                         */
/*****************************************/

* {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
}

body {
	background: url("/assets/images/common/background2.gif") repeat-x;
	/*background-color: #ffffff;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #6c6c6c;*/
	color: #555;
	min-height: 100%;
	height: 100%;
}

img {
	display: block;
	border: 0px;
}

h1 {
	display: none;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.standardcopy {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 12px;*/
	/*color: #6c6c6c;*/
}

.standardcopyblue {
	font-family: Arial, Helvetica, sans-serif;
	color:#0774d5;
}

.standardcopyred {
	font-family: Arial, Helvetica, sans-serif;
	color:#b20f11;
}


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;
}

.bluecopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2182d5;
}

.blueboldcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2182d5;
}

.contact_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6c6c;
	border: 1px #a5acb2 solid;
	padding: 2px;
}

.contact_form_error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.image_with_border {
	position: relative;
	border: 1px solid #cccaca;
	padding: 2px;
	float: left;
}

/*****************************************/
/* 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... */

	background-color: #ffffff;
	border-left: 1px solid #cccaca;
	border-right: 1px solid #cccaca;

	margin-left: auto;
	margin-right: auto;
}

#mainbody {
	/*border-top: 3px solid #0071db;*/
}

/*****************************************/
/* Header Styles                         */
/*****************************************/

#headertoparea {
	position: relative;
	top: 0px;
	left: 0px;
	/*border-top: 3px solid #0071db;*/
	/*border-bottom: 3px solid #0071db;*/
}

#headerlogo {
	position: relative;
	float: right;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
}

#headernumber {
	position: relative;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}

#headerdetails {
	position: relative;
	clear: left;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
}

/*****************************************/
/* Footer Styles                         */
/*****************************************/

#footer {
	/* Within #page */
	position: absolute;
	bottom: 0;
	width: 100%;
	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;
}

/*****************************************/
/* Navigation Bar Section                */
/*****************************************/

#navbar {
	/* Within #page */
	position: relative;
	float: left;
	top: 15px;
	left: 15px;
	width: 160px;
}

#navbar ul {
	list-style: none;
	line-height: 20px;
}

ul#nav,
ul#nav li,
ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 6px;
}

ul#nav {
	width: 160px;
	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 ul {
	padding: 0;
}



ul#subnav {
	list-style: none;
}

ul#subnav li {
	padding-top: 0;
	background: none;
	margin-left: 17px;
}

ul#subnav li a {
	padding: 5px;
	font-size: 11px;
	color: #555;
	background: none;
}


ul#subsubnav {
	list-style: none;
}

ul#subsubnav ul {
	background: none;
}

ul#subsubnav li {
	padding-top: 0;
	background: none;
	/*margin-left: 17px;*/
}

ul#subsubnav li a {
	padding: 5px 0 5px 22px;
	font-size: 11px;
	color: #555;
	/*background: none;*/
	background: url(/assets/images/common/bullet-dash.gif) 5px 7px no-repeat;
}

/*****************************************/
/* Main Content Section                  */
/*****************************************/

#maincontent {
	/* Within #page */
	position: relative;
	float: left;
	top: 15px;
	left: 15px;
	margin-left: 15px;
	width: 550px;
	/*border: 1px solid #cccaca;*/
	padding: 2px;
}

#maincontent ul {
	list-style-image: url("/assets/images/common/bullet.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
}

#maincontent ul.red {
	list-style-image: url("/assets/images/common/bullet-red.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
	color:#b20f11;
}

#maincontent ul#dash {
	list-style-image: url("/assets/images/common/bullet-dash.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
}

#maincontent ul#dash_ie {
	list-style-image: url("/assets/images/common/bullet-dash-ie.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
}

#maincontentfullwidth {
	/* Within #page */
	position: relative;
	float: left;
	width: 100%;
}

#maincontentfullwidth ul {
	list-style-image: url("/assets/images/common/bullet.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
}

#maincontentfullwidth ul.red {
	list-style-image: url("/assets/images/common/bullet-red.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
}

#maincontentfullwidth ul#dash {
	list-style-image: url("/assets/images/common/bullet-dash.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
}

#maincontentfullwidth ul#dash_ie {
	list-style-image: url("/assets/images/common/bullet-dash-ie.gif");
	list-style-type: square;
	margin-left: 1.5em;
	line-height: 20px;
}

/*****************************************/
/* Google 404 Helper Content             */
/*****************************************/

/* Heading for "Closest match"
#goog-wm h3.closest-match {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2182d5;
}