/*===================
	RESET
====================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote 
{margin:0;padding:0;}

fieldset,img {border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}


/*===================
GENERAL STYLES FROM CMS
====================*/

BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family: arial,verdana,helvetica ; } 
H1{ font-size: 14pt; } 
H2{ font-size: 13pt; } 
H3{ font-size: 12pt; } 
H4{ font-size: 11pt; color: #616161; } 
BODY,TABLE,TD { font-size:10pt } 
SMALL { font-size:8pt } 
TH {text-align:left; }
.listtd { font-size: 8pt; }
.menubuttonlink { text-decoration:none; }
.menubuttonlink:hover { text-decoration:underline; }

/*====================
	GENERAL	
=====================*/

a:link 		{color:#7B7B7B;} /* unvisited link */
a:visited 	{color:#333333;} /* visited link */
a:hover 	{color:#333333;} /* mouse over link */
a:active 	{color:#333333;} /* selected link */

a 	        {outline:none; text-decoration:none; list-style:none; }

.clear			{clear:both;}
.clear-right    {clear:right;}
.clear-left		{clear:left;}

/*==================
     MAIN STYLES
==================*/


body 			{font-size:67.5%; font-family: "helvetica", arial, sans-serif; 
				line-height: 1.5em; color:#0F2C50; height:100%; text-align:center;}

#page-wrap 		{margin:20px auto; width:730px; background: white; padding:5px;
				min-height:100%; height: auto !important; height:100%; 
				margin:0 auto 0; text-align:left;}
#banner			{background: #0f2c50; height:74px; width:730px;}
#flash			{margin:5px 0 0 0;}
#nav-wrap		{width:144px; float:left; height:100%;}
ul#nav			{width: 139px; list-style:none;}

#main-body		{background: url(../images/website-files/bg-mainbody-temp2.gif) top left repeat-y; 
				width:586px; float: left; font-size: 1.1em;}
#body-spacer	{width:586px; background: url(../images/website-files/bg-mainbody-spacer.gif) top left repeat-y; height: 37px; float:right;}
#content-main	{width:565px; float: left; margin:0 5px 0 20px;}
#content-main li {text-indent:20px; list-style-position:inside;}
#content-sidebar {width:140px; float: left; text-align:center; margin: 4px 0 0 37px;}
#content-sidebar img {margin-bottom:15px;}

#footer, #push	{height:30px; text-align:center; color:white;}
#footer a		{color:white;}



/*=================
	SLIMBOX 
==================*/


#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/website-files/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/website-files/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/website-files/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/website-files/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}