body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	color: #333;
	text-align: center;
}

#container {
	width:760px;
	margin:0px auto;
	text-align:left;
}

#header {
	width:760px;
	margin:0px auto;
	text-align:left;
	height:80px;
}

#header a{
	float:left;
	margin-top: 20px;
}

#header h1{
	color:#0066FF;
	font-size:18px;
	float:left;
	margin-top: 50px;
	margin-left: 80px;
}

.breadcrumbs {
	color: #BFBFBF;
	background: #fff;
	padding: 0.3em 0.5em;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #DEEEF4;
	text-transform: uppercase;
	font-size: 0.9em;
}
.breadcrumbs a {
	color: #BFBFBF;
}
.breadcrumbs a:hover {
	color: #1A4B62;
}
.breadcrumbs span {
	color: #85ADB1;
}



/*	=footer */

#footer_wrapper {
    margin : 0 auto;
    text-align : left;
	padding-top: 0.6em;
	clear: both;
	background: url('../images/bg_footer.gif') top left repeat-x;
	position: relative;
	width: 760px;
}

#footer,
#backToTop {
	margin: 0 auto;
}


#footer a {
	color: #fff;
	padding: 0.2em 0.4em;
	margin-left: 0.2em;
	text-decoration: none;
}


#footer a:hover,
#footer a:active {
	background: #003557;
	text-decoration: none;
}

#footer {
	position: relative;
	clear: both;
	height: 1.5em;
}
#footer p {
	position: absolute;
	top: 2.7em;
	margin-left: 0.4em;
	margin : 0;
	padding :0;
}
#footer ul {
	position : absolute;
	left: 0;
	top: 0;
	margin : 0;
	padding :0;
	list-style-type : none;
}
#footer li {
	float: left;
	margin : 0;
	padding :0;
}

#footer_wrapper #backToTop {
	text-align: right;
	padding: 1.5em 0;
}
#footer_wrapper #backToTop a {
	background: url('../images/icon_arrowUp.gif') 0 0.3em no-repeat;
	padding-left: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color:#0099CC;
}
/*	=footer end */


/* ====================MENU STUFF======================= */
ul#menu {padding:0; list-style:none; background:url(../images/menu/back.gif); text-align:center; margin:0 auto; font-size:11px; font-family:arial, sans-serif; height:41px; width:760px; position:relative; z-index:9999;}
ul#menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px;}
ul#menu table {border-collapse:collapse; font-size:1em; float:left; margin:-1px;}

ul#menu ul li {float:left; margin:0; text-align:left;}
ul#menu ul li a {display:block; line-height:20px; margin:0; padding:0 10px; background:transparent; width:150px;}

ul#menu li {display:inline; margin:0 -2px; text-align:left;}
ul#menu li a {display:inline-block; height:36px; margin:5px 0 0 0;padding:0 20px 0 0; background:url(../images/menu/button.gif) right top; line-height:30px; text-decoration:none; color:#000;}
ul#menu li a.sub {background:url(../images/menu/button-arrow.gif) right top;}

html>/**/body ul#menu li {display:inline-block; padding:0;}

* html ul#menu li a.sub {margin-right:3px;}
* html ul#menu li a {margin-bottom:-4px;}

ul#menu li a b {display:block; height:36px; float:left; padding:0 0 0 20px; background:url(../images/menu/button.gif) left top; cursor:pointer;}

ul#menu li a:hover {position:relative; background-position:right bottom; color:#fff;}
ul#menu li a:hover b {background-position:left bottom;}

ul#menu li:hover {position:relative;}
ul#menu li:hover > a {background-position:right bottom; color:#fff;}
ul#menu li:hover > a b {background-position:left bottom;}

ul#menu :hover ul {left:1px; width:105px; top:41px;}
* html ul#menu :hover ul {top:36px;}

ul#menu :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; width:95px; background:#ddd; color:#000;}
ul#menu :hover ul li a.fly {background:#ddd url(../images/menu/arrow.gif) no-repeat right center;}
ul#menu :hover ul li a:hover {background:#178AB7; color:#fff;}
ul#menu :hover ul li:hover > a {background:#178AB7; color:#fff;}

ul#menu :hover ul li a.fly:hover {background:#178AB7 url(../images/menu/arrow-over.gif) no-repeat right center;}
ul#menu :hover ul li:hover > a.fly {background:#178AB7 url(../images/menu/arrow-over.gif) no-repeat right center;}

ul#menu :hover ul ul {left:-9999px;}

ul#menu :hover ul :hover ul {left:105px; top:0; width:150px;}

ul#menu :hover ul :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #fff;}
ul#menu :hover ul :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; background:#bbb; color:#000;}
ul#menu :hover ul :hover ul li a:hover {color:#fff; background:#32C3F6;}





.clear {
	clear: both;
}

.col_central {
	margin: 0 175px;
	padding: 0 0 2em 0;
}
.col_left {
	float: left;
	width: 160px;
	padding: 0 0 2em 0;
}
.col_left_wide {
	float: left;
	width: 590px;
	padding: 0 0 2em 0;
}
.col_right {
	float: right;
	width: 160px;
	padding: 0 0 2em 0;
	min-height: 30em;
}
/* for Internet Explorer */
/*\*/
* html .col_right {
	height: 30em;
}
.col_right_wide {
	float: right;
	width: 600px;
	padding: 0 0 2em 0;
}
.col_wide {
	padding: 0 0 2em 0;
	min-height: 30em;
}
/* for Internet Explorer */
/*\*/
* html .col_wide {
	height: 30em;
}

img {
	border: none;
	/*display: block;*/
}

.telephonemiddle {
margin-left:85px;
}

h2 {
	color: #00535D;
	margin: 0;
	padding: 0.2em 0 0.7em 0;
	font-size: 1.4em;
	font-weight: bold;
}

h3 {
	color: #fff;
	background: #ABD5E3 url("../images/bg2.gif") no-repeat right top;
	margin: 0;
	padding: 0.1em 0.3em;
	font-size: 1.25em;
	font-weight: normal;
}

h4 {
	color: #00535D;
	margin: 0;
	padding: 0.2em 0 0.7em 0;
	font-size: 1.2em;
	font-weight: bold;
}

h5 {
	color: #00535D;
	margin: 0;
	padding: 0.2em 0 0em 0;
	font-size: 1.0em;
	font-weight: bold;
}

.box1 {
	background: #E9F4F8;
	border-bottom: 2px solid #DEEEF4;
	padding: 0.5em 0.5em 0 0.5em;
	margin: 0 0 1em 0;
}

.box1 ul{
margin-left:15px;
padding-left:0px;
}

.box_poll {
	background: #E9F4F8;
	padding: 0.5em;
	margin: 0 0 1em 0;
}

.banner1 {
	margin: 0 0 1em 0;
	text-align: center;
}
.banner2 {
	 margin: 0 0 1em 0;
	 text-align: left;
	 background: #1A4B62;
}
.banner2 a {
	 text-decoration: none;
	 color: #C6D2D8;
	 font-size: 1.25em;
}
.banner2 a:hover {
	 text-decoration: none;
	 color: #fff;
}
div.banner2 span {
	 display: block;
	 padding: 0.1em 0.3em;
}
div.banner3 {
	margin: 0 0 1em 0;
}
div.banner3 a {
	 background: #1A4B62 url("../images/bg3.gif") no-repeat right top;
	 display: block;
	 color: #C6D2D8;
	 padding: 0;
	 font-size: 1.25em;
	 text-decoration: none;
}
div.banner3 a:hover {
	 color: #fff;
	 text-decoration: none;
}
div.banner3 span {
	 display: block;
	 padding: 0.1em 0.3em;
}





/* FORM STYLES */
form {
	padding: 0;
	margin: 0;
}
input.qsearch {
	width: 185px;
}
select.qsearch {
	width: 190px;
}
.floatr {
	float: right;
}
.alignr {
	text-align: right;
}
.button1 {
	color: #00535D;
	background: transparent url("../images/arrow1.gif") no-repeat right center;
	border: none;
	padding: 0 12px 0 0;
	cursor: pointer;
	text-align: right;
}
.button1:hover {
	color: #6A939B;
}


#pollBar1 {
	background: #A8C5FF;
}

#pollBar2 {
	background: #9BBCFF;
}

#pollBar3 {
	background: #6699FF;
}

#pollBar4 {
	background: #4280FF;
}

#pollBar4 {
	background: #226AFF;
}

.infoBoxContents {
  background: #E9F4F8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.password {
}
.pstrength-minchar {
font-size : 10px;
}
#password_match {
  display: none;
  color: green;
}
#password_notmatch {
  display: none;
  color: red;
}

#email_match {
  display: none;
  color: green;
}
#email_notmatch {
  display: none;
  color: red;
}

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

#reader_description .h3 {
	color: #fff;
	margin: 0;
	padding: 0.1em 0.3em;
	font-size: 1.25em;
	font-weight: normal;
}
