* {
	margin: 0;
	padding: 0;
}

body {
	background: #e9e9e9;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto; 
}

a	{
	text-decoration:none;
	outline: none;
}

#main {
	width:740px; 
	float:left; 
	padding-right: 25px; 
	padding-top: 0px; 
	background: #ffffff;
}

#homebutton {
  text-indent: -19999px;/*to hide the Home text in the link*/
  background-image: url('../images/header1.png');
  width: 1000px; 
  height: 280px; 
  text-decoration: none;
  outline: none;
}

#homebutton:hover{
  background-image: url('../images/header2.png');
}


#share {
  background:url('../images/share.jpg') no-repeat;
  width: 75px; 
  height: 50px;
  text-decoration: none; 
  color:#ffffff; 
  outline: none;
  padding: 0 0 0 0;
}

#share:hover{
  background:url('../images/share-hover.jpg') no-repeat;
}

#email {
	width: 100px;
}

#intro {
	height:130px; 
	width:711px; 
	padding-left:34px;
	text-align: left;
}

#intro a {
	text-decoration: none;
	color:#00A9E0;
}

/* Hover state for "Email this page" link */
#intro a:hover {
		color:#F7B820;
}

#intro h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:normal;
	margin-bottom:0; 
	text-align: left; 
	color:#00A9E0; 
	font-size: 36px; 
	line-height: 1.6em;
}

#intro p {
	text-align:left; 
	font-size: 15px;
	font-weight: normal; 
	line-height: 1.3em; 
	padding-right: 10px; 
	color:#8C8C8C;
}

#intro sup {
	font-size: 0.3em;
    vertical-align: super;
    line-height: 0;
    }

#rollover {
   	background-image: url('../images/phone.png'); 
	width: 1000px; 
	height: 284px;  
}

#rollover:hover {
   	background-image: url('../images/header2.png');
	width: 1000px; 
	height: 284px; 
}

a {
	color: #ADAFAF;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
	a:hover {
		color: #00A9E0;
	}
	a.selected {
		color: #ffcc00;
	}

	#timeline {
		width: 700px;
		height: 350px;
		overflow: hidden;
		margin: 90px 35px 40px 35px;
		position: relative;
		background: url('../images/dot.gif') left 45px repeat-x;
		text-align: left;
	}
		#dates {
			width: 700px;
			height: 80px;
			overflow: hidden;
		}
			#dates li {
				list-style: none;
				float: left;
				width: 100px;
				height: 50px;
				font-size: 20px;
				line-height:1.3em;
				text-align: center;
				background: url('../images/biggerdot.png') center bottom no-repeat;
			}
				#dates a {
					line-height: 30px;
					padding-bottom: 40px;
				}
				#dates .selected {
			        font-size: 26px;
				}
		
		#issues {
			width: 700px;
			height: 350px;
			overflow: hidden;
		}	
			#issues li {
				width: 700px;
				height: 350px;
				list-style: none;
				float: left;
			}
				#issues li.selected img {
					-webkit-transform: scale(1.0,1.0);
					-moz-transform: scale(1.0,1.0);
				    -o-transform: scale(1.0,1.0);
				    -ms-transform: scale(1.0,1.0);
				    transform: scale(1.0,1.0);
				}
				#issues li img {
					float: left;
					margin: 10px 40px 10px 50px;
					background: transparent;
					-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
					filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";/* IE 6 & 7 */      
					zoom: 1;
					-webkit-transition: all 2s ease-in-out;
					-moz-transition: all 2s ease-in-out;
					-o-transition: all 2s ease-in-out;
					-ms-transition: all 2s ease-in-out; 
					transition: all 2s ease-in-out;
					-webkit-transform: scale(0.7,0.7);
					-moz-transform: scale(0.7,0.7);
				    -o-transform: scale(0.7,0.7);
				    -ms-transform: scale(0.7,0.7);
				    transform: scale(0.7,0.7);
				}
				#issues li h1 {
					color: #00A9E0;
					font-size: 22px;
					margin: 14px 0;
					margin-right: 0px;
					font-weight: normal;				
				}
				#issues li h2 {
					color: #000000;
					font-size: 14px;
					line-height: 1.3em;
					margin: 10px 10px 3px 10px;
					margin-right: 40px;
					font-weight: normal;				
				}
				#issues li p {
					font-size: 13px;
					margin-right: 40px;
					font-weight: normal;
					line-height: 1.3em;
					padding-bottom: 3px; 
				}
				
				#issues li h3 {
					text-align:left; 
					font-size: 18px; 
					line-height: 1.2em; 
					padding-right: 10px; 
					color:#8C8C8C;
					font-weight: normal;				
				}
				
				
				table #bulletList {
					width: 350px;
					padding: 3px;
				}
				
				
				td.dot { 
				  	color:#00A9E0; 
  					font-weight:bold; 
  					font-size:14px;
					line-height: 1.3em;
					width:10px; 
					height: 5px; 
					text-align: left;
					vertical-align: top; 
				}	
				
			

			
		#next,
		#prev {
			position: absolute;
			top: 0;
			font-size: 70px;
			top: 170px;
			width: 22px;
			height: 38px;
			background-position: 0 0;
			background-repeat: no-repeat;
			text-indent: -9999px;
			overflow: hidden;
		}
			#next:hover,
			#prev:hover {
				background-position: 0 -76px;
			}
			#next {
				right: 0;
				background-image: url('../images/next.png');
			}
			#prev {
				left: 0;
				background-image: url('../images/prev.png');
			}
				#next.disabled,
				#prev.disabled {
					opacity: 0.2;
				}


div.submit input {
    background:url('../images/submit.png') no-repeat;
    cursor:pointer;
    width: 150px;
    height: 46px;
    border: none;
	background-color: transparent;
	text-decoration: none;
	outline: 0;
}

div.submit input:hover {
    background:url('../images/submit-white.png') no-repeat;
}

#sidebar {
	height:610px; 
	width:201px; 
	float: left; 
	background: #ffbb32;
	text-align:left; 
	font-size: 14px; 
	line-height: 1.3em; 
}

#sidebar h1 {
	font-size:14px;
	font-weight:normal;
	padding: 10px 10px 0px 10px;
}

	#form {
		text-align:left; 
		padding: 10px 10px 0px 10px; 
		font-size:10px;
		line-height: 1.3em;
	}
	
	.input {
		width: 170px;
	}

		#contact {
		  font-size:14px; 
		  text-align:left; 
		  padding: 10px 10px 0px 10px; 
		}
		
		#contact h1 {
		  font-size:14px; 
		  text-align:left; 
		  font-weight: bold;
		  padding: 0px; 
		}
		
		#contact p {
		  font-weight: normal;
		}
		
		#contact a {
			color:#000000;
		}
		
#icon {
	text-decoration: none; 
	color:#fdbb2f; 
	outline: none;
}


#phone {
  background:url('../images/phone.png') no-repeat;
  height: 28px;
  width: 28px; 
  text-decoration: none; 
  color:#fdbb2f; 
  outline: none;
  padding: 0 0 0 0;
}

#phone:hover{
  background:url('../images/phone-hover.png') no-repeat;
}


#computer {
  background:url('../images/computer.png') no-repeat;
  height: 28px;
  width: 28px; 
  text-decoration: none; 
  color:#fdbb2f; 
  outline: none;
}

#computer:hover{
  background:url('../images/computer-hover.png') no-repeat;
}
		
#rightmargin	{
	height:610px; 
	width:34px; 
	float: left; 
	background: #ffffff;
}

#footer { 
	background-color:#e9e9e9; 
	clear:both; 
	text-align:left; 
	font-size: 10px; 
	line-height: 1.2em; 
	padding: 0px 10px 10px 10px;
	width:1000px;
	height:75px;
}
#footer td {
	padding: 0px 0px 5px 0px;
}

td #proteciveCom {
	 height: 20px; 
	 width: 200px;
	 text-align:right; 
	 font-size:14px; 
	 color:#00A9E0;
}

