body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	font-size: 11px; color: #505050;
	font-family: Helvetica, Arial, sans-serif;
	background: #ffffff url(images/background.jpg) left top repeat-x fixed;
}



#container {
	width: 1000px; margin: 0px auto;
}


	
	
img {
padding:0 ;
margin: 0;
vertical-align: top;
}  
					
#content {
	padding: 10px 21px; overflow: hidden;
	background: #FFF;
}
.column1 { float:left; width:659px; margin-left:0px; margin-right:0px; margin-top:10px}
.column2 { float:left; width:299px; margin-left:0px; margin-right:0px; margin-top:10px;}

		.col-2 { 
		width:50%; padding:1em; margin:1em 5%; border:1px solid black; \
		}	
		.green-border { border-bottom:10px solid green; }
		.blue-border { border-bottom:10px solid #29295f; }
td.box1 {
	background-image: url(images/yellowbg.jpg); background-repeat: no-repeat;
	width: 219px;
	height: 34px;
	padding: 0px;
	text-align:center;
	
}
	

td.box2 {
	background-image: url(images/greenbg.jpg); background-repeat: no-repeat;
	width: 219px;
	height: 234px;
	padding: 0px;
	text-align:center;
}



td.box3 {
	background-image: url(images/bluebg.jpg); background-repeat: no-repeat;
	width: 219px;
	height: 234px;
	padding: 0px;
	text-align:center;
	

}

td.box1 img, td.box2 img, td.box3 img {
	padding: 15px 0px 5px 0px;
}

td.box1 p, td.box2 p, td.box3 p {
	padding: 0px 8px 8px 0px;
	line-height: 16px;
	font-size:11px;
	font-weight:lighter;
}

td.box1 p2, td.box2 p2, td.box3 p2 {
	padding: 8px 8px 8px 0px;
	line-height: 18px;
	font-size:14px;
	font-weight:lighter;
}

td.box1 a, td.box2 a, td.box3 a {
	font-size:10px;
	font-weight: bold;
}




#slider{
    clear: both;
    height: 305px;
    background: #FFF;
    padding: 5px 0 8px 0;
    position: relative;
    top: 0px;
}

 .window{
    width: 960px;  height: 281px;
    position: relative;
    margin: 0 auto;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    border: 0px solid #e3e3e3;
}
.image_reel{
    position: absolute;
    top: 0;
    left: 0;
}
.image_reel img{
    float: left; display: inline;
}
.paging{
    width: 960px;
    margin: 10px 420px 22px;
}
.paging a{
    float: left;  display: inline;
    padding: 5px 11px;
    background: url('images/bullets.png') 0 0;
    text-indent: -9999px;
}
.paging a.active{
    background-position: 0 22px;
}
.bullet1 {
    margin: 0 0 0 9px;
}




#forminput {
	padding: 5px;
	width: 280px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #000;
	font-size: 12px;
}

	
	
	

#content h2 {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 15px; margin: 0 0 20px 0;
	font-weight:lighter;
	color: #6791c9;
	letter-spacing: 1px;
}

#content .specialHeader {
	font-family:'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-size:16px;
}

#content .specialHeader span {
	font-size:17px;
	color:#777;
}


#content h3, #inline1 h3 {
	font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-size: 18px; margin: 0 0 15px 0;
	color: #959595;
	line-height: 17px;
}

#content h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; 
	line-height: 22px;
	font-weight:lighter;
	
}

#content h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px; margin: 0 0 0px 0;
	line-height: 15px;
	font-weight:lighter;
	
}

#content p {
	margin: 0px 0px 0px 0px;
}
#content a{
	color: #5f5f5f;
	text-decoration: none;
}	
#content a:visited {
	color: #5f5f5f;
	text-decoration: none;
}
#content a:hover {
	color: #000;
	text-decoration: none;
}


#lightbox {
	display:none; 
	background: #fff;
	opacity:0.9;
	filter:alpha(opacity=90);
	position: absolute; 
	top:0px;
	left:0px;
	min-width:100%;
	min-height:100%;
	z-index:1000;	
}

#lightbox-panel{
	display:none;
	position:fixed;
	top:70px;
	left:50%;
	margin-left:-200px;
	width:480px;
	height:345px;
	background:#f5f5f5;
	padding: 10px 15px 10px 15px;
	border: 2px solid #000;
	z-index:1001;
}



#footer{
	background: url(images/footerbg.jpg) #f3f3f3 repeat-x;
	height: 380px;
	width: 100%;
}
#footerwrapper{	
	width: 960px;
	margin-left: auto;
	margin-right: auto; 
	position: relative;
}



#footer p{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #747b73; text-decoration: none; 
}

#footer a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px; font-weight:bold;
	color: #000000; text-decoration: none;
}
#footer a:hover {
	color: #696969; 
}

#footer h3 {
	font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
	font-size: 18px; margin: 0 0 0px 0;
	color: #959595;
}


#footer img {
	padding: 0px 10px 0px 0px;
}

#footer img.footerSocIcon {
	filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}

#footer img.footerSocIcon:hover {
	filter: alpha(opacity=75); /* internet explorer */
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}





/