/*---------------- WarmBlue -----------------*/
/*------------------ reset ------------------*/

ul {
	list-style: none;
}

body,h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,legend,
input,button,select,textarea,dl,dd,dt,hr,table,thead,tbody,tfoot,tr,th,td {
	margin: 0;
	padding: 0;
}

img,a img,:link img,:visited img {
	border: 0;
	padding: 0;
	margin: 0;
}

address,cite,caption {
	font-style: normal;
}

caption,th {
	text-align: left;
}

ol {
	position: relative;
	left: 22px;
	margin-left: 10px;
}


/*------------------ body ------------------*/

body {
	font: normal 0.7em/1.4em Tahoma, Verdana, "Trebuchet MS", sans-serif;
	line-height: 1.7em;
	background: #114054 url(/assets/refresh/bg.jpg) repeat-x left bottom;
	color: #9A9A9A;
}



a:link {
	text-decoration: underline;
	color: #3f3f3f;
}

a:visited {
	text-decoration: underline;
	color: #3f3f3f;
}

a:hover {
	text-decoration: none;
	color: #FF7D00;
}

a:active {
	text-decoration: underline;
	color: #FF7D00;
}

p {
	margin-bottom: 10px;
}

h2 {
	font-size: 130%;
	color: #666;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

h3 {
	font-size: 100%;
	color: #666;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 12px;
	margin-top: 20px;
}

h4 {
}


h4.blue{
	text-indent: 0px;
	color: #1C455E;
	font-weight: bold;
	float: left;
	text-indent: 0px;
	width: 170px;
	padding: 0px 2px 0px 10px;

}

h4.blue a {
	color: #1C455E;
	font-weight: bold;
	text-decoration: none;
}



/*------------------ header ------------------*/

#header {
	margin: 0 auto;
	position: relative;
	height: 105px;
	background-color: #1D597C;
	line-height: 105px;
	width: 780px;
	text-align: left;
	background-image: url(/assets/refresh/bgheader.gif);
	background-repeat: repeat-x;
	border-top: 10px solid #ffffff;
}

#header h1 {
	padding: 0px;
	margin: 0px;
	letter-spacing: -1px;
	position: absolute;
	left: 10px;
	top: 0px;
}

#header h1,
#header h1 a {
	font-weight: normal;
	font: "Trebuchet MS",sans-serif;
	font-size: 150%;
	display: block;
	float: left;
	text-decoration: none;
	color: #ffffff;
}

#header h1 a:hover {
	color: #FF7D00;
}

#header h1 a {
	text-indent: 0px;
}

/*------------------ search ------------------*/

#search {
	background: transparent url(/assets/refresh/searchbg.gif) no-repeat top left;
	position: absolute;
	height: 105px;
	right: 0px;
	top: 0px;

	overflow: hidden;
	width: 212px;
	background-image: url(/assets/refresh/bgheader_r.gif);
	background-repeat: repeat-x;
	background-color: #FF7D00;
	border-left: 5px solid #ffffff;
}

#search form {
	position: relative;
	top: 0px;
	left: 15px;
}

#search input.field {
	border: 1px solid #7c7c7c;
	padding: 2px;
	margin-right: 4px;
	width: 100px;
}

.searchtitle{
	font-size: 100%;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
}

.searchtitle a{
	text-decoration: none;
}

.searchtitle a:hover{
	text-decoration: underline;
}

.searchextract{
	color: #666;
}

.searchpages{
	text-align: right;
	font-size: 100%;
	color: #000;
	border-top: 1px solid #cccccc;
	font-weight: normal;
	padding-top: 5px;
	margin-top: 12px;
	margin-bottom: 20px;
}
/*------------------ navigation ------------------*/

ul#nav {
	height: 41px;
	margin: 0px;
	float: left;
	position: absolute;
	top: 110px;
	width: 100%;
	background: #808080 url(/assets/refresh/nav.jpg) repeat-x top left;
}

ul#nav li{
	line-height: 41px;
	list-style: none;
	margin: 0px;
	float: left;
}

ul#nav li a{
	text-decoration: none;
	padding: 12px 12px 12px 12px;
	background: #808080 url(/assets/refresh/nav.jpg) repeat-x top left;
	font-weight: bold;
	color: #1C455E;
	border-right: 1px solid #ffffff;
}
ul#nav li a:hover{
	background: transparent url(/assets/refresh/nav.jpg) left bottom;
	color: #1C455E;
}
ul#nav li.active a{
	background: transparent url(/assets/refresh/nav.jpg) left bottom;
	color: #2F637A;
}


/*------------------ grid ------------------*/

#container {
	clear: both;
	overflow: hidden;
	background-color: #FFF;
	font-size: 1.2em;
	margin: 10px auto;
	padding: 0 10px 10px;
	width: 780px;
}

#main {
	overflow:hidden;
	padding:0px;
	height: auto;
}

#quicknav {
	background: transparent url(/assets/refresh/quicknavbg.gif) repeat-x bottom left;
	margin-top:47px;
	height: 38px;
	position:relative;
	top: 0px;
	width: 760px;


}

#quicknav select {
	left: 20px;
	top: 10px;
	width: 220px;
	position: absolute;
}

#quicknav p {
	margin: 0;
	position: absolute;
	left: 305px;
	top: 10px;
	color: #000000;
}
#quicknav a {
	text-decoration: none;
}

#quicknav a:hover {
	text-decoration: none;
	color: #000000;
}

#quicknav strong {
	position: absolute;
	left: -45px;
	text-transform: uppercase;
	margin-right: 4px;
}

.cat {
	font-weight: bold;
}

.subcat{
	font-style:italic;
}

#sidebar {
	background: #DCE7EC;
	min-height: 200px;
	float: right;
	width: 202px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 6px 10px 0px 0px;
	position: relative;
	top: 0px;
	left: 10px;
	z-index: 1;
}

#sidebar ul {
	position: relative;
	top: 0px;
	left: 0px;
}

#sidebar ul li {
	width: 200px;
	list-style: none;
	margin: 0px 2px 0px 10px;
	float: left;
	min-width: 30%;
	padding-left: 0px;
}

#sidebar ul.blue_box {
}


#sidebar ul.blue_box li a {

	padding: 0px;
	color: #666;
	text-decoration: none;
}

#sidebar ul.blue_box li a:visited {
	color: #666;
	text-decoration: none;
}

#sidebar ul.blue_box li a:hover {
	color: #FF7D00;
	text-decoration: underline;
}

#sidebar ul.blue_box li a:active {
	color: #FF7D00;
	text-decoration: none;
}

#sidebar ul li.blue_active {
	font-weight: bold;;
}


#sidebar .links {
	position: relative;
	width: 170px;
	top: 20px;
	left: 0px;
}

#sidebar .links .seealso,
#sidebar .links .link_offsite,
#sidebar .links .link_download {
	width: 212px;
	background: #DCE7EC;
	padding-bottom: 10px;
}

/* Start of rel links */

#sidebar .links .seealso h4.blue,
#sidebar .links .link_download h4.blue,
#sidebar .links .link_offsite h4.blue{
	text-indent: 0px;
	color: #1C455E;
	font-weight: bold;
	float: left;
	text-indent: 0px;
	width: 170px;
}

#sidebar .links .seealso h4.blue a,
#sidebar .links .link_download h4.blue a,
#sidebar .links .link_offsite h4.blue a{
	color: #1C455E;
	font-weight: bold;
	text-decoration: none;
}

#sidebar .links .seealso,
#sidebar .links .link_download,
#sidebar .links .link_offsite {
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar .links .seealso ul,
#sidebar .links .link_download ul,
#sidebar .links .link_offsite ul{
}

#sidebar .links .seealso ul li,
#sidebar .links .link_download ul li,
#sidebar .links .link_offsite ul li {
}

#sidebar .links .seealso ul.blue_box,
#sidebar .links .link_download ul.blue_box,
#sidebar .links .link_offsite ul.blue_box{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#sidebar .links .seealso ul.blue_box li a:link,
#sidebar .links .link_download ul.blue_box li a:link,
#sidebar .links .link_offsite ul.blue_box li a:link {
	color: #666;
	text-decoration: none;
}

#sidebar .links .seealso ul.blue_box li a:visited,
#sidebar .links .link_download ul.blue_box li a:visited,
#sidebar .links .link_offsite ul.blue_box li a:visited {
	color: #666;
	text-decoration: none;
}

#sidebar .links .seealso ul.blue_box li a:hover,
#sidebar .links .link_download ul.blue_box li a:hover,
#sidebar .links .link_offsite ul.blue_box li a:hover {
	color: #FF7D00;
	text-decoration: underline;
}

#sidebar .links .seealso ul.blue_box li a:active,
#sidebar .links .link_download ul.blue_box li a:active,
#sidebar .links .link_offsite ul.blue_box li a:active{
	color: #FF7D00;
	text-decoration: none;
}

#sidebar .links .seealso ul.grey_box li a:link,
#sidebar .links .link_download ul.grey_box li a:link,
#sidebar .links .link_offsite ul.grey_box li a:link{
	color: #666;
	text-decoration: none;
}

#sidebar .links .seealso ul.grey_box li a:visited,
#sidebar .links .link_download ul.grey_box li a:visited,
#sidebar .links .link_offsite ul.grey_box li a:visited{
	color: #666;
	text-decoration: none;
}

#sidebar .links .seealso ul.grey_box li a:hover,
#sidebar .links .link_download ul.grey_box li a:hover,
#sidebar .links .link_offsite ul.grey_box li a:hover {
	color: #FF7D00;
	text-decoration: underline;
}

#sidebar .links .seealso ul.grey_box li a:active,
#sidebar .links .link_downlaoad ul.grey_box li a:active,
#sidebar .links .link_offsite ul.grey_box li a:active{
	color: #FF7D00;
	text-decoration: none;
}

#sidebar .links .seealso ul li.blue_active,
#sidebar .links .link_download ul li.blue_active,
#sidebar .links .link_offsite ul li.blue_active{
	font-weight: bold;
}

#sidebar .links .seealso ul li.grey_active,
#sidebar .links .link_download ul li.grey_active,
#sidebar .links .link_offsite ul li.grey_active{
	text-decoration: underline;
	color: #666;
}

.links .seealso #blue_bottom {

}

.links .seealso #blue_bottom_onsite,
.links .seealso #blue_bottom_offsite,
.links .seealso #blue_bottom_downloads{

}

/* End of rel links */


/*------------------ breadcrumbs ------------------*/

#breadcrumbs {
	color: #9A9A9A;
	font-style: italic;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

/*------------------ main content ------------------*/

#content {
	background: transparent url(/assets/refresh/bgmain.gif) repeat-y top left;
	width: 530px;
	padding: 0px 10px 0px 10px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
}

#content strong {
	color: #9A9A9A;
}

#content ul {
	list-style: disc;
	padding-left: 22px;
}

img.floatright {
	float: left;
	margin: 15px 20px 15px 0px;
	padding: 5px;
}

img.floatleft {
	float: left;
	margin: 0 15px 15px 0;
}

.defaultarticle{
	height: auto;

}

.boundary{
	height: auto;
}

.column1 {
	width: 250px;
	float: left;
	margin-right: 20px;
	text-align: left;
}


.column2 {
	width: 250px;
	float: left;
	margin-right: 0;
	text-align: left;
}

.pageimg img,
.column1 img,
.column2 img,
.wholearticle img{
	border: 2px solid #cccccc;
}

.catrow{
	height: auto;
	margin-bottom: 130px;
	margin-top: 10px;
}

.subgrid {
	width: 111px;
	height: 130px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 15px;
	margin-bottom: 0px;
	float: left;

}

.subgrid img {
	margin-left: 10px;
	margin-right: 10px;
	width: 90px;
	height: auto;
	border: 2px solid #cccccc;
	padding: 0px;
}

.subtitle {
	width: 111px;
	font-weight: bold;
	text-align: center;

}

.subtitle a {
	color: #002877;
	text-decoration: none;
}

.extract {
	color: #9A9A9A;
	font-weight: bold;
}

.contact{
	float: left;
	width: 150px;
	margin-top: 5px;
}

.floatleft {
	float: left;
}

.widebluetop{
	background: #cccccc;
	width: 350px;
	height: 23px;
	color: #fff;
	font-weight: bold;
	padding: 7px 0 0 23px;
}

.widebluebottom{
	background: #cccccc;
	width: 350px;
	height: 1px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 23px;
}

.bluesides{
	width: 350px;
	height: auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 21px;
	text-align: left;
	font: normal 0.7em/1.4em Verdana, "Trebuchet MS", sans-serif;
	font-size: 100%;
}

.bluesides textarea,
.bluesides input{
	font: normal 0.7em/1.4em Verdana, "Trebuchet MS", sans-serif;
	font-size: 100%;
	margin: 5px 0 0 0;
}

.bluesides textarea{
	width: 325px;
}

.bluesides .textinput{
	width: 175px;
}

.bluesides .checkbox{
	float: left;
	margin-right: 5px;
}

.bluesides .checktitle {
	padding-top: 5px;
}


/*------------------ footer ------------------*/

#footer {
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 15px 0;
	color: #666;
	width: 780px;
	margin: 0 auto;
}

.ftcontent {
	text-align: center;
}

.top {
	float: right;
}

.top a:hover{
	text-decoration: none;
	color: #990033;
}

/*------------------ LIGHTBOX CONTROL ------------------*/
#lightbox {
	background-color:#cccccc;
	padding:10px 10px 5px 10px;
}

#lightboxDetails {
	padding-top:5px;
}

#lightboxCaption {
	float:left;
	color:#fff;
	font-size:11px;
}

#keyboardMsg {
	float:right;
}

#keyboardMsg a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#lightbox img {
	border:none;
}

#overlay {
	background: url(/assets/refresh/1600x1200.png);
}

#overlay img {
	border:none;
}

#closebutton {
	display:none;
}