@charset "utf-8";
/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */

* {
	padding : 0;
	margin : 0;
	border : 0;
	}


body {
	text-align:center;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size:14px;
	background: #fff url(images/bckg.jpg) repeat-x;
	margin:0 auto;
	min-width:990px;/* for mozilla*/
	 	
}


#outer{
	background-image: url(images/bckg2.jpg);
	background-position: top; 
	background-repeat: no-repeat;
	text-align:left;
	color: #000;
	width:990px;
	margin:0 auto;
	position:relative;
	padding-top: 73px;	
}

#info {
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	margin-left:130px;
	}
	
ul { list-style-type: none } 
	
	
ul#menu{
	list-style-type:none;
	height:30px;
	margin-top:17px;
	margin-left:130px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	font-family:"trebuchet ms", arial, helvetica, sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	/*border-right:1px solid #ffffff;*/
	background:transparent url("images/blue.jpg") repeat-x top left;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:0 15px;
	line-height:30px;
	height:30px;
	}
ul#menu li a:hover{
	background:transparent url("images/white.jpg") repeat-x top left;	
	color: #130470;
	}

#wrap2 {
	
	margin:0 auto;
	width:780px;
	
	}
	
#countbox {
	font-size:28px;
	color:#d8288c;
	font-weight:bold;
	background-color:#FFFFFF;
	border:solid 5px #0000FF;
	padding:5px;
	}
	
#form {
	width:275px;
	float:left;
	}
	
#form2 {
	width:285px;
	float:right;
	border-left:solid 1px #000000;
	padding-left:6px;
	}
	
#marqueecontainer{
	position: relative;
	width: 160px; /*marquee width */
	height: 220px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 3px solid blue;
	padding: 2px;
	padding-left: 4px;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:626px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:990px;
	height:155px;
	border:1px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	float:left;
	width:185px;
	padding-top:20px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	text-align:left;
	margin-top:60px;
	padding-right:5px;
	padding-left:5px;
}

#right {
	position:relative;/*ie needs this to show float */
	float:left;
	width:575px;
	margin-left:-1px;/* makes border line up with #left border */
	padding-top:25px;/*needed to make room for header*/
	padding-bottom:10px;/* needed to make room for footer */
	padding-left:5px;
}

#footer {
	width:990px;
	clear:both;
	height:70px;
	text-align:center;
	left:0;
	bottom:0;
	
}




/*div.button {
	border:1px solid #000;
	width:413px;
	height:80px;
	padding:5px;
	margin-left:60px;
	cursor: pointer;
	text-decoration:none;
	text-align:center;
	background:url(images/button_mid.gif) repeat-y;
	}

div.button a  {
	width:413px; 
	height:80px; 
	display:block; 
	padding:5px;
	text-align:center;}	
	
div.button a:link {
	color: black; 
	text-decoration:none;}
	
div.button.a:hover {
	background:url(images/button_mid2.gif) repeat-y;
	background:#00CC33;
	}*/

div.button {
	width:413px; 
	height:80px; 
	margin-left:60px;
	font-size:14px;
	font-weight:bold;
	background:url(images/button_mid.gif) repeat-y;
	}
	
div.button a  {
	width:413px; 
	height:80px; 
	display:block; 
	padding-left: 12px;
	padding-right: 20px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;	
	}

div.button a:link {
	color:#0000FF;
	text-decoration:none;
	}
	
div.button a:hover {
	color:#000; 
	text-decoration:none; 
	background:url(images/button_mid2.gif) repeat-y;
	}
	

	
.bubblet {
	background:url(images/button_top.gif) no-repeat;
	height:14px;
	margin-left:60px;
	}
	
.bubbleb {
	background:url(images/button_btm.gif) no-repeat;
	height:14px;
	margin-left:60px;
	}	
	
div.button2 {
	width:233px; 
	height:55px; 
	margin-left:10px;
	font-size:14px;
	font-weight:bold; 
	background:url(images/button2_mid.gif) repeat-y;
	}
	
div.button2 a  {
	width:233px; 
	height:55px; 
	display:block; 
	padding-left: 0px;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;	
	}

div.button2 a:link {
	color:#0000FF;
	text-decoration:none;
	}
	
div.button2 a:hover {
	color:#000; 
	text-decoration:none; 
	background:url(images/button2_mid2.gif) repeat-y;
	}
	
.bubble2t {
	background:url(images/button2_top.gif) no-repeat;
	width:233px; 
	height:11px;
	margin-left:10px;
	}
	
.bubble2b {
	background:url(images/button2_btm.gif) no-repeat;
	width:233px; 
	height:13px;
	margin-left:10px;
	}	

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent {
	width:500px;
	float:right;
	padding-top:30px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:25px;clear:both} /* to clear footer */


	

h2 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size:20px;
	color:#0000FF;
	text-align:center;
	}

h3 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#1025f1;
	
	
	}

.blue {
	color:#0000FF;
	font-weight:bold;
	}
		
.h5 {
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 8px;
	text-align: center;
	}
	
.floatright { float: right; }

.floatleft { float: left;}

#message {
	border:solid 1px #666;
   }

input[type=text] {  
  border: 1px solid #666;
 }
 
input.btn {   
  color:#000;   
  font: bold 12px Tahoma; 
  padding:3px;  
  border: 1px solid #666;
}

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: 2px solid silver;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin-bottom: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}


.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(highslide/graphics/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	
	display: none;
}
.highslide-move a {
	cursor: move;
}

.hidden-container {
	display: none;
}


.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
} 
