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


/* Pretty Stuff 
================================== */

body {
	background-color: #99FFFF;
	padding: 0;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 85%;
	line-height: 1.1;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	background-color: #fff;
  	padding: 20px;
}

.topNav {
	text-align:right;
	width:500px;
	float:right;
	padding-top:50px;
	color:#FFFFFF;

}

#navBar {
	margin-bottom:12px;
	margin-top:12px;
	background-color:#f47a20;
	padding:5px;
	color:#FFFFFF;

}

.blueBar {
	background-color:#0098b2;
	height:5px;
	margin-bottom:12px;
}

#footer {
	font-family: "Trebuchet MS", Geneva, Verdana, sans-serif, Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f47a20;
	background-color:#FFFFFF;
	padding-bottom:15px;
	padding-top:10px;
}

.photoBar {
padding-bottom:12px;
text-align:center;

}

.clear {
  clear: both;
}

.leftCol {
	float:left;
	width:505px;
	padding-right:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0098b2;
}

.rightCol {
	float:right;
	width:230px;	
	padding-left:14px;
	margin-left:-3px;
}

.footerLeft{
	float:left;
	width:266px;
	padding-left:20px;
}

.footerRight{
	float:right;
	width: 266px;
	text-align:right;
	padding-right:20px;
}

img
{
	border-style: none;
	text-decoration: none;
}


/* Centering Technique
================================== */

body { 
  text-align: center; 
  min-width: 780px;
}

#wrapper { 
  width: 765px; 
  margin: 0 auto; 
  text-align: left; 
} 

#logoNav {
 	width:805px;
 	margin: 0 auto; 
  	text-align: left;
}

#footer {
 	width:805px;
 	margin: 0 auto; 
  	text-align: left;
}


/* Fonts
================================== */


h1 {
	color: #f47a20;
	font-size:170%;
	
}

h2 {
	color: #0098b2;
}

h3 {
	color: #f47a20;
}
h4 {
	color:#000000;
	font-size:105%;
	}

.orange {
	color: #f47a20;
}

A {
	color: #000000;
	text-decoration: underline;
} 

A:Visited {
	color: #000000;
	text-decoration: underline;	
}

A:Active {
	color: #000000;
	text-decoration: underline;
}
	
A:Hover {
	color: #f47a20;
		text-decoration: underline;

	}

	
A.nav {
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
} 

A.nav:Visited {
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;	
}

A.nav:Active {
	color: #ffffff;
	text-decoration: none;
	text-transform:uppercase;
}
	
A.nav:Hover {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
	}	
	
	
A.footertxt {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
} 

A.footertxt:Visited {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;	
}

A.footertxt:Active {
	color: #000000;
	text-decoration: none;
	text-transform:uppercase;
}
	
A.footertxt:Hover {
	color: #f47a20;
	text-decoration: none;
	text-transform:uppercase;
	}
	
A.subnav {
	color: #0098b2;
	text-decoration: none;
	
} 

A.subnav:Visited {
	color: #0098b2;
	text-decoration: none;
}

A.subnav:Active {
	color: #0098b2;
	text-decoration: none;
}
	
A.subnav:Hover {
	color: #0098b2;
	text-decoration: underline;
	}		
	
.smallTxt {
	font-size: 85%;
	}
	
	.tweet {
	list-style-type: circle;

}
li {
margin-bottom: 10px;
}