/*==============================================================================*/
/* Added by Minzhi -------------------------------------------------------------*/
#zoomImages a {
	outline: none;	
	margin-right: 20px;
}

#zoomImages a img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 10px 5px 10px 0;
}
/*==============================================================================*/
/* MEDIA -----------------------------------------------------------------------*/
@media print {
	.printonly {
		display: block;
	}
	.screenonly {
		display: none;
	}
}

@media screen {
	.printonly {
		display: none;
	}
	.screenonly {
		display: block;
	}
}

/*==============================================================================*/
/* OVERRIDES -------------------------------------------------------------------*/
BODY {
	margin: 0;
	padding: 0;
	background: #e0eaf3 url('/images/main/pagebg.png') repeat-x;
}

P, BODY, TD, DIV, SPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

P {
	margin: 1em 0;
}

TABLE {
	border-collapse: collapse;
	border-spacing: 0;
}
	TABLE TD {
		padding: 0;
	}

H1 {
	display: block;
	margin: 0;
	text-align: left;
	font: bold 36px Arial, Helvetica, sans-serif;
	color: #243999;
}

H2 {
	display: block;
	margin: 0;
	text-align: left;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #243999;
}

H3 {
	display: block;
	margin: 0;
	text-align: left;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #243999;
}

H4 {
	display: block;
	margin: 0;
	text-align: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #243999;
}

HR {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

FORM {
	margin: 0;
	padding: 0;
}

INPUT[type="text"],
INPUT[type="password"],
TEXTAREA {
	border-width: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
INPUT[type="text"],
TEXTAREA {
	/* DO NOT change font-family on [type="password] fields */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*==============================================================================*/
/* SIZES -----------------------------------------------------------------------*/
.size36	{ font-size: 36px; }
.size30	{ font-size: 30px; }
.size24	{ font-size: 24px; }
.size18	{ font-size: 18px; }
.size16	{ font-size: 16px; }
.size14	{ font-size: 14px; }
.size13	{ font-size: 13px; }
.size12	{ font-size: 12px; }
.size11	{ font-size: 11px; }
.size10	{ font-size: 10px; }
.size9	{ font-size: 9px; }

/*==============================================================================*/
/* LINKS -----------------------------------------------------------------------*/
A:link, A:visited {
	color: #243999;
	text-decoration: none;
}
A:hover, A:active {
	color: #0e136d;
	text-decoration: none;
}

/*==============================================================================*/
/* LAYOUT ----------------------------------------------------------------------*/
#pagewrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/*==============================================================================*/
/* HEADER ----------------------------------------------------------------------*/
#pageheader {
	position: relative;
	width: 100%;
	height: 100px;
}
	#pageheader A#logo {
		position: absolute;
		display: block;
		width: 314px;
		/* use height, padding and overflow to hide text contents */
			height: 0;
			padding-top: 61px;
			overflow: hidden;
		/* end */
		top: 20px;
		left: 20px;
		background: url('/images/main/logo.png') no-repeat;
	}

/*==============================================================================*/
/* TOPPER ----------------------------------------------------------------------*/
#pagetopper {
	position: absolute;
	top: 10px;
	right: 20px;
	margin: 0;
	padding: 0;
	width:450px;
	height: 34px;
	

		
}

	#pagetopper A {
		background: url('/images/main/epathlinktop2.png') no-repeat;
		display:block;
		width:360px;
		height:28px;
		font: bold 22px Arial, Helvetica, sans-serif;
		text-decoration: none;
		padding: 3px 0px 3px 34px;
		float:right;
	}
	#pagetopper A:link,
	#pagetopper A:visited {
		 color: #0884f4; 
		/*		color: #fff; */
        background: url('/images/main/epathlinktop2.png') no-repeat;
	}
	#pagetopper A:hover,
	#pagetopper A:active {
		color: #000;
		background: url('/images/main/epathlinktopg2.png') no-repeat;
	}

/*==============================================================================*/
/* NAVBAR ----------------------------------------------------------------------*/
UL#pagenavbar {
	position: absolute;
	/*z-index: 1000;*/
	top: 85px;
	right: 15px;
	margin: 0;
	padding: 0;
	list-style: none;
}
	UL#pagenavbar LI {
		display: inline;
		margin: 0;
		padding: 0;
	}
	UL#pagenavbar LI A {
		float: left;
		height: 0;
		margin-left: 5px;
		padding-top: 30px;
		overflow: hidden;
		background: transparent url('/images/main/navbar.png') no-repeat;
		text-decoration: none;
	}
		/* Special Exceptions */
		UL#pagenavbar LI#nav3 A { margin-left: 20px; }
		
		/* Widths */
		UL#pagenavbar LI#nav1 A { width: 126px; }
		UL#pagenavbar LI#nav2 A { width: 146px; }
		UL#pagenavbar LI#nav3 A { width: 91px; }
		UL#pagenavbar LI#nav4 A { width: 93px; }
		UL#pagenavbar LI#nav5 A { width: 140px; }

		/* States: off */
		UL#pagenavbar LI#nav1 A { background-position: 0 0; }
		UL#pagenavbar LI#nav2 A { background-position: -126px 0; }
		UL#pagenavbar LI#nav3 A { background-position: -272px 0; }
		UL#pagenavbar LI#nav4 A { background-position: -363px 0; }
		UL#pagenavbar LI#nav5 A { background-position: -456px 0; }

		/* States: hover */
		UL#pagenavbar LI#nav1 A:hover { background-position: 0 -30px; }
		UL#pagenavbar LI#nav2 A:hover { background-position: -126px -30px; }
		UL#pagenavbar LI#nav3 A:hover { background-position: -272px -30px; }
		UL#pagenavbar LI#nav4 A:hover { background-position: -363px -30px; }
		UL#pagenavbar LI#nav5 A:hover { background-position: -456px -30px; }

/*==============================================================================*/
/* SUBNAVBAR -------------------------------------------------------------------*/
UL#subnavbar {
	width: 735px;
	height: 30px;
	overflow: hidden;
	margin: 1em 0;
	padding: 0 10px;
	list-style: none;
	background: url('/images/main/subnavbar.png') no-repeat;
}
	UL#subnavbar LI {
		float: left;
		height: 30px;
		margin: 0;
		padding: 0 2px 0 0;
		background: url('/images/main/subnavbardiv.png') no-repeat right 5px;
	}
		UL#subnavbar LI A {
			float: left;
			height: 30px;
			margin: 0;
			padding: 0 10px;
			font: normal 16px Arial, Helvetica, sans-serif;
			color: #fff;
			text-decoration: none;
			line-height: 30px;
		}
		UL#subnavbar LI A:hover {
			background: url('/images/main/subnavbar.png') no-repeat center -30px;
		}

/*==============================================================================*/
/* BODY ------------------------------------------------------------------------*/
#pagebody {
	width: 100%;
	overflow: hidden;
}

/*==============================================================================*/
/* LEFTBAR ---------------------------------------------------------------------*/
#leftbar {
	float: left;
	width: 185px; /* 215px - padding */
	margin: 0;
	padding: 15px;
}

/*==============================================================================*/
/* CONTENT ---------------------------------------------------------------------*/
#content {
	float: left;
	width: 735px; /* 765px - padding */
	margin: 0;
	padding: 30px 15px 60px;
	background: #fff url('/images/main/contentbg.png') no-repeat;
}

/*==============================================================================*/
/* FOOTER ----------------------------------------------------------------------*/
#pagefooter {
	float: right;
	margin: 0;
	padding: 15px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #777;
	text-align: right;
	width: 705px;
}
	#pagefooter A:link, #pagefooter A:visited {
		color: #77f;
		text-decoration: none;
	}
	#pagefooter A:hover, #pagefooter A:active {
		color: #44c;
		text-decoration: none;
	}

/*==============================================================================*/
/* BREADCRUMB ------------------------------------------------------------------*/
DIV.breadcrumb {
	width: 100%;
	overflow: hidden;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}
	DIV.breadcrumb UL {
		margin: 0 auto;
		padding: 0;
		list-style: none;
	}
	DIV.breadcrumb LI {
		display: inline;
		padding: 0;
		padding: 0 10px 0 6px;
		background: transparent url('/images/breadcrumb/div.gif') no-repeat right center;
	}
		DIV.breadcrumb LI:first-child {
			padding-left: 0;
		}
		DIV.breadcrumb LI.last {
			/*background: none;
			padding-right: 0;*/
		}
	DIV.breadcrumb LI A:link, DIV.breadcrumb LI A:visited {
		color: #666;
		text-decoration: none;
	}
		DIV.breadcrumb LI A:hover, DIV.breadcrumb LI A:active {
			color: #999;
			text-decoration: underline;
		}

/*==============================================================================*/
/* COLORS ----------------------------------------------------------------------*/
.gray {
	color: #666;
}
.error {
	color: #f00;
}
.fieldnote {
	font-size: 10px;
	color: #777;
}

/*==============================================================================*/
/* PLACEHOLDER -----------------------------------------------------------------*/
DIV.placeholder {
	width: 1px;
	height: 1px;
	font-size: 0;
}

/*==============================================================================*/
/* WRAP FLOAT ------------------------------------------------------------------*/
/* When an element floats, it is affected by and affects surrounding elements	*/
/* unless you contain it within .wrapfloat, which blocks it off perfectly.		*/
/*------------------------------------------------------------------------------*/
.wrapfloat {
	display: block;
	width: 100%;
	overflow: hidden;
}

/*==============================================================================*/
/* TABLES : LIST ---------------------------------------------------------------*/
TABLE.tbllist {
	table-layout: fixed;
	background-color: #fff;
	border-collapse: collapse;
}

TABLE.tbllist TH {
	padding: 4px 8px 4px 8px;
	background-color: #999;
	background-image: url(/images/tables/th-off.gif);
	border-color: #ccc #999 #999 #ccc;
	border-width: 1px;
	border-style: solid;
}
	TABLE.tbllist TH, TABLE.tbllist TH * {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: normal;
		color: #666;
		text-align: left;
	}

TABLE.tbllist TH.sort {
	background-color: #666;
	background-image: url(/images/tables/th-on.gif);
	border-color: #b0b0b0 #999 #999 #999;
}
	TABLE.tbllist TH.sort, TABLE.tbllist TH.sort * {
		color: #fff;
	}

TABLE.tbllist TD {
	padding: 4px 8px 4px 8px;
	border-bottom: 1px solid #ccc;
}
	TABLE.tbllist TD, TABLE.tbllist TD * {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	TABLE.tbllist TD.sort {
		background-color: #e3e3e3;
	}
	TABLE.tbllist TR.invisible {
		background: #FFE5BD url('/images/tables/invisible-bg.gif');
	}

/*==============================================================================*/
/* TABLES : FORM FIELDS --------------------------------------------------------*/
TABLE.tblfields {
	border-collapse: collapse;
	border-spacing: 0;
}
	TABLE.tblfields TD {
		padding: 3px 0 3px 5px;
	}
		TABLE.tblfields TD:first-child {
			padding-left: 0;
		}

/*==============================================================================*/
/* FORM FIELD LABELS -----------------------------------------------------------*/
DIV.fieldlabel {
	font-weight: bold;
}
DIV.fieldlabelerror {
	padding-left: 20px;
	background: url('/images/icons/16x16/warning.png') no-repeat;
	font-weight: bold;
	color: #f00 !important;
}
	DIV.fieldlabelerror * {
		color: #f00 !important;
	}
.fieldnote {
	font-size: 80%;
	color: #666 !important;
}

/*==============================================================================*/
/* MESSAGES --------------------------------------------------------------------*/
DIV.messagewrapper {
	width: 100%;
	margin: 1em 0;
	overflow: hidden;
}
	DIV.messagewrapper DIV.errormessage,
	DIV.messagewrapper DIV.successmessage {
		float: left;
		margin: 0 !important;
	}
DIV.errormessage {
	margin: 1em 0;
	padding: 10px 10px 10px 42px;
	border: 1px solid #f00;
	background: #faa url('/images/icons/32x32/warning.png') no-repeat 5px 5px;
}
	DIV.errormessage H1 {
		margin: 0;
		font: bold 18px Arial, Helvetica, sans-serif;
		color: #f00;
	}
	DIV.errormessage P {
		margin: 0;
		font: normal 14px Arial, Helvetica, sans-serif;
		color: #f00;
	}
DIV.errormessagesmall {
	margin: 0;
	padding: 5px 5px 5px 25px;
	border: 1px solid #f00;
	background: #faa url('/images/icons/16x16/warning.png') no-repeat 5px 5px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #f00;
}
DIV.successmessage {
	margin: 1em 0;
	padding: 10px 10px 10px 42px;
	border: 1px solid #3a3;
	background: #afa url('/images/icons/32x32/success.png') no-repeat 5px 5px;
}
	DIV.successmessage H1 {
		margin: 0;
		font: bold 18px Arial, Helvetica, sans-serif;
		color: #080;
	}
	DIV.successmessage P {
		margin: 0;
		font: normal 14px Arial, Helvetica, sans-serif;
		color: #080;
	}
	
	/*==============================================================================*/
/* Added by Mike --------------------------------------------------------------------*/

.contentfloatright {
		width: 200px; 
		float: right;
}

.lateststatenews {
		padding: 10px;
		width: 180px;
		background-color: rgb(224, 234, 243);
		display: block;
		margin-bottom: 10px;
		border-radius: 8px;
	    -moz-border-radius: 8px;
		-webkit-border-radius: 8px;
}

.polaroid1 {
		padding: 5px;
		width: 170px;
		height: 200px;
		background-color: white;
		 -webkit-transform: rotate(-2deg);
		 -moz-transform: rotate(-2deg);
		 -webkit-transition: -webkit-transform .15s linear;
		 -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
		 -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
}
