body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../images/bckgrd.gif) repeat-y top;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2em;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: underline;
	color: #33cdff;
}

form {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#mainHolder {
	width: 820px;
	padding: 0px 20px 0px 20px;
	text-align: center;
	margin: auto; 
	background: url(../images/mainHolderBack.gif) top center repeat-y;
}

#header {
	display: block;
	width: 780px;
	height: 90px;
	text-align:center;
	margin: auto;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#logo a {
	display: block;
	width: 100%;
	height: 90px;
}

#logo a:hover {
	text-decoration: none;
}

#logo h1 {
	display: none;
}

#logo p {
	display: none;
}

#topLinks {
	display: inline;
	float: right;
	width: 40%;
	height: 90px;
	text-align: right;
}

#topLinks p {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	font-size: 0.8em;
}

#logo {
	display: inline;
	float: left;
	width: 60%;
	height: 90px;
}

#siteTop {
	display: block;
	width: 820px;
	height: 16px;
	background: url(../images/siteTop.gif) top center no-repeat;
	text-align:center;
	margin: auto;	
}

.menu {
	width:768px; 
	height:27px; 
	position:relative; 
	margin:0; 
	font-size:0.9em; 
	margin:20px 0 40px 0; 
	background:#000; 
	position:relative; 
	z-index:100; 
	text-align: center; 
	margin: auto;
	background-image: url(../images/navback.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
}

.menu ul {
	padding:0; 
	margin:0; 
	list-style-type: none;

}

.menu ul li {
	float:left; 
	width:128px; 
}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	width:128px; 
	text-decoration:none; 
	padding: 0px; 
	height:27px; 
	line-height:27px; 
	color:#fff;
	font-size: 1em;
}

#navon {
	font-weight: bold;
	background:url(../images/navRollBackOn.gif) repeat-x top;
	color: #003366;
}

#subNavOn {
	visibility: visible;
}

.menu table {
	border-collapse:collapse; 
	margin:0; 
	padding:0; 
	font-size:1em;
}

.menu ul li ul {
	visibility:hidden; 
	position:absolute; 
	top:24px; 
	left:0;
}


.menu ul li:hover a, .menu ul li:visited a {
	color:#003366;
	font-weight: bold;
	background:url(../images/navRollBackAni.gif) repeat-x top;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	visibility:visible; 
	width:768px; 
	color:#fff;
}

.menu ul li:hover ul.right_side li,
.menu ul li a:hover ul.right_side li {
	float:right;
}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {
	float:left; border:0;
}

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {
	color:#fff;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	left:0; 
	top:27px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block; 
	color:#fff;
	background-image: none;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	color:#003366;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility:visible; 
	color:#003366; 
}

.menu ul li:hover ul.right li {
	float:right;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {
	color:#003366;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {
	color:#fff;
}

#subNav {
	display: block;
	width: 768px;
	height: 29px;
	background:url(../images/subNavBack.gif) repeat-x top;
	margin: auto;
	text-align: center;
}

#pageContentMainGraphic {
	display: block;
	width: 768px;
	height: 150px;
	background-color: #000000;
	margin: auto;
	text-align: center;
}

#bannerBottom {
	display: block;
	width: 768px;
	height: 13px;
	background: url(../images/bannerBottom.gif) no-repeat top center;
	margin: auto;
	text-align: center;	
}

.panels {
	display: block;
	width: 768px;
	text-align:center;
	margin: auto;
	clear: both;	
}

.smallPanel {
	display: inline;
	float: left;
	width: 247px;
	background: #000 url(../images/panelBack.gif) repeat-x top;
	height: 350px;
	text-align: left;
	overflow: visible;
}

.smallPanel p {
	padding: 10px 10px 0px 10px;
	font-size: 0.9em;
	margin: 0px;
}

.smallPanel ul {
	font-size: 0.9em;
}

#middle {
	margin: 0px 14px 0px 13px;
}

#siteBottom {
	display: block;
	width: 820px;
	height: 28px;
	background: url(../images/siteBottom.gif) top center no-repeat;
	text-align:center;
	margin: auto;	
}

#siteBottom p {
	text-align: right;
	font-size: 0.8em;
	color: #FFF;
	margin: 0px;
	padding: 15px 20px 0px 0px;
}

.largePanel {
	display: inline;
	float: left;
	width: 377px;
	background: #000 url(../images/panelBack.gif) repeat-x top;
	min-height: 180px;
	text-align: left;
	margin-bottom: 10px;
}

.largePanel h3 {
	margin: 10px 5px 0px 5px;
	padding: 0px;	
	font-size: 1em;
	color: #33ccff;
}

.largePanel p {
	margin: 5px 5px 0px 5px;
	padding: 0px;	
	font-size: 0.9em;
}

.longPanel {
	display: inline;
	float: left;
	width: 100%;
	background: #000;
	min-height: 80px;
	text-align: left;
}

.longPanel img {
	display: inline;
}

 

#right {
	margin-left: 13px;
}

.panelTitle {
	display: block;
	width: 100%;
	background: #000 url(../images/panelTitleBack.gif) repeat-x bottom;
	text-align: left;
	clear: both;
}

.panelTitle h2 {
	margin: 0;
	padding: 4px 0px 4px 5px;
	font-size: 0.9em;
	line-height: 1em;
}

.rss {
	margin: 0;
	padding: 4px 0px 4px 20px;
	text-indent: 15px;
	margin-left: 5px;
	font-size: 0.9em;
	line-height: 1em;
	background:url(../images/rssIcon.png) no-repeat left center;
}

#homepageNewsPanel {
	display: block;
	width: 100%;
	height: 330px;
	overflow: auto;
}

#homepageNewsPanel .title {
	color: #33cdff;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.divider {
	display: block;
	width: 90%;
	height: 1px;
	background-color: #666666;
	margin-top: 8px;
	margin-left: 10px;
}

/* accordian styles */

		
#accordion { 
	width: 100%; 
	font-size: 0.9em;

}
.title, .mytitle { 
	cursor:pointer; 
	text-align: left;
}

.on  .mytitle { 
	background-image: url(../images/quicklinksTitleBack.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #003366;
	font-weight: bold;
	text-indent: 10px;
	padding: 2px 0px 2px 0px 
}

.off .mytitle { 
	background-image: url(../images/quicklinksTitleBackOff.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#000000;
	color: #FFFFFF;
	text-indent: 10px;
	font-weight: bold;
	padding: 2px 0px 2px 0px 
}

.content, .mycontent { 
	padding:0.1em; 
	border-top-width:0;
	padding: 3px 0px 3px 10px; 
	text-align: left;
}

.mycontent .more { 
	padding-top: 5px;
	margin-bottom: 5px;
	font-size: 1em;
}

#pageContent {
	display: block;
	width:768px; 
	clear: both;
	text-align: center;
	margin: auto;
	font-size: 0.9em;
}

#pageContent ul {
	text-align: left;
	margin-bottom: 0px; 
	list-style-type: disc;
}

#pageContent li {
	margin: 5px 0px 0px 0px;
}

#pageContent ul li ul{
	text-align: left;
	list-style-type: square;
}

#pageContent ul li ul li ul{
	text-align: left;
	list-style-type: disc;
}

#pageContent p {
	text-align: left;
	margin: 10px 0px 0px 0px;
	line-height: 1.3em;
	padding-bottom: 10px;
}

#pageContent p {
	text-align: left;
	margin: 10px 0px 0px 0px;
	line-height: 1.3em;
}

#pageContent p strong {
	color: #33cdff; 
}

#pageContent h2 {
	text-align: left;
	margin: 10px 0px 0px 0px; 
	padding: 5px 0px 3px 3px;
	color: #FFFFFF;
	background-color: #333333;
	background:url(../images/contentHeadingBack.gif) repeat-x top left;
}

.pageContentPanel {
	display: inline;
	float: left;
	background: #000 url(../images/panelBack.gif) repeat-x top;
	width: 250px;
	min-height: 150px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.3em;
}

.pageContentPanelMiddle {
	margin: 0px 9px 0px 9px
}

.pageContentPanel .panelTitle {
	display: block;
	width: 100%;
	background: #000 url(../images/panelTitleBack.gif) repeat-x bottom;
	text-align: left;
	clear: both;
}

.pageContentPanel .panelTitle h2 {
	margin: 0;
	padding: 4px 0px 4px 5px;
	font-size: 1em;
	line-height: 1em;
}

.pageContentPanel p {
	padding: 10px;
	margin: 0px;
}

p.more a {
	padding: 3px;
	width: 70px;
	height: 15px;
	background: #333333 url(../images/buttonBack.gif) repeat-x bottom;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
}

p.more a:hover {
	background: #333333 url(../images/buttonBackRoll.gif) repeat-x bottom;
	text-decoration: none;
}

.testimonial {
	display: inline;
	float: left;
	width: 384px;
}

.testimonial img {
	padding-right: 15px;
}

.testimonial p {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

.testimonial .logo {
	float: left;
	display: inline;
	width: 40%;
}

.testimonial .text {
	float: right;
	display: inline;
	width: 60%;
	
}

.testimonial .text strong {
	color: #33ccff;
}

#contactPage {
	font-size: 1.1em;
}

#contactPage #leftCol {
	width: 44%;
	display: inline;
	float: left;
}

#contactPage #rightCol {
	width: 56%;
	display: inline;
	float: right;
	text-align: left;
}

#contactPage span {
	padding-left: 20px;
}

#contactPage strong {
	font-weight: bold;
	color: #00CCFF;
}

#contactLink {
	width: 305px;
	height: 60px;
	display: block;
}

#contactLink a {
	display: block;
	width: 305px;
	height: 60px;
}
