body {
	margin: 0 0 0 0;
	text-align:center;
	background: url(../images/jpegs/mainbg.jpg) repeat-x #92C6DE;
}
html {
overflow: -moz-scrollbars-vertical;
}
.floatleft{ float:left;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer {height: 20px; width: 100%;}

#container {
	width: 980px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
}
#header{
	width: 100%;
	height: 170px;
}
#maincontent{	
	padding:15px; //padding:2px;
	background: white;
	display:table;
	width: 950px;
	//width: 982px;	
	margin: 0;
}
#footer{
	width: 700px; //width: 100%;
	height: 30px;
	padding: 10px;
	background: #003366;
	display:table;
	text-align:left;
	clear:both;
}

/* ::::::::::: CELLS ::::::::::: */

#cell_left{
	width: 70%;
	float:left;
	text-align:left;
	font-family:tahoma;
	padding-right:20px;
}
#cell_right{
	width: 25%;
	float:left;
}

/* ::::::::::: END OF CELLS ::::::::::: */

/* ::::::::::: LISTS :::::::::: */

#navlist {width: 430px; float:right;}
#navlist ul{
	margin: 65px 0 0 0;
	padding-left: 0;
	text-align:center;
}

#navlist li{
	list-style-type: none;
	text-transform:capitalize;
	text-align:center;
	width: 100px;
	float:left;
}
#navlist li span{ text-align:center; padding-left: 20px;}
#navlist a, #navlist a:link, #navlist a:visited { 
	padding: 3px 10px; //padding: 3px 10px; font-weight:bold;
	color: #003366;
	text-decoration: none;
}

#navlist a:hover{
color:#4FBBEA;font-weight:bold;
text-decoration: none;
}

#navlist2{
	width: 100%; background: url(../images/buttons/navBG.jpg) repeat-x; height: 42px;
	margin:0px;
	padding:0px;
	font: tahoma, arial, verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	border-top: 2px solid #fff;
	}
#navlist2 ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#navlist2 li{
	float:left;
	margin:0;
	text-align:left;
	width: 163px;
	 
}

#navlist2 li a, #navlist2 li a:link, #navlist2 li a:visited{
	color:#fff;
	display:block;
	font-weight:bold;
	margin:0 ;
	padding-top: 12px;
	text-align:center;
	text-decoration:none;
	height: 30px;
	//height: 42px;
		}
#navlist2 li a:hover{
	color:#FFFFFF;
	text-decoration:none;
	background: url(../images/buttons/navBG_f2.jpg) repeat-x;			
	}
	
	
#featurelist{
	width: 725px; //width: 725px; 
	margin:0px 0px 20px 0px;
	//margin:0 0 0 5px;
	padding:0px;
	float:left;	
}
#featurelist ul{
	list-style:none;
	margin:0;
	padding:0;
	}
#featurelist li{
	float:left;
	margin:0 4px 20px 0;
	text-align:left;
	height: 158px; //height: 158px;
	width: 175px; //width: 148px;
	border: 1px solid #A6CFE3;	 
	background: url(../images/jpegs/featurelistbg.jpg) #E9E9E9;
}
#featurelist li.ezine{
	background: url(../images/jpegs/ezinebg.jpg);
	height: 158px; //height: 160px;
}

/* ::::::::::: end of lists ::::::::::: */


/* ::::::::::: FORMS ::::::::::: */

.form1{
	width: 160px;
	margin: 70px 0 0 20px;
}
.form1 label{
	float:left;
	width: auto;
	color: #666;
	font-size: 10px;
}
.form1 input {
	float:left;
	width: 100px;
	height: 20px;
	font-size: 9px;
	margin-bottom: 5px;
}
.form1 input.SM {
	float:left;
	width: auto;
	height: 10px;
}
.form1 input.LG {
	float:left;
	width: auto;
	height: 30px;
}
.form1 br{ clear:left;}


/* ::::::::::: END OF FORMS ::::::::::: */


h1{
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	margin:0;
	padding:0;
}
hr.listSeparator {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}
.button, .button a:link, .button a:visited, .button a:active {
	background: url(../images/buttons/buttonbg.gif) repeat-x;
	height: 25px;
	border:1px solid #fff;
	color: #FFFFFF;
	padding: 2px;
	cursor:pointer;
	font-weight: bold;
	text-transform: uppercase;
}
.button a:hover{
		background: url(../images/buttons/buttonbg_f2.gif) repeat-x;
}
a, a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
.emailtext { 
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	text-transform: none;
	color: #006699;
 }
a.emailtext:link, a.emailtext:visited, a.emailtext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #006699;
}
a.emailtext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #000000;	
} 
.footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #fff;
 }
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #fff;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #FFCC00;
} 
.formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.featureslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.mainborder {
	border: 1px #000000 solid;
}
.dashedborder {
	border: 1px #000000 dashed;
}
.dottedborder {
	border: 1px #000000 dotted;
}
.sitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.imageDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.transBack{
	FILTER: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=50);
	background-color: #FFFFFF;
}.titletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.newslibrarytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.newsheadlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.subheadertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
input {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
textarea {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.contactformbg {
	background-image:url(../images/gifs/forms/bg.gif);
	background-repeat:repeat-y;
}

table, td, a {
/*	color: #ffffff;*/
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	height: 315px;
	overflow: auto;
	width: 525px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 525px;
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 525px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 525px;
}
/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
html>body tbody.scrollContent {
	display: block;
	height: 299px;
	overflow: auto;
	width: 509px;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scrollContent td, tbody.scrollContent tr.normalRow td {
	padding: 2px 3px 3px 4px
}

tbody.scrollContent tr.alternateRow td {
	padding: 2px 3px 3px 4px
}

/* define width of TD elements: 1st, 2nd, and 3rd respectively.          */
/* All other non-IE browsers.                                            */
/* http://www.w3.org/TR/REC-CSS2/selector.html#adjacent-selectors        */
html>body tbody.scrollContent td {
	width: 509px;
}

html>body tbody.scrollContent td + td {
	width: 509px;
}

html>body tbody.scrollContent td + td + td {
	width: 509px;
}

.picborder{
	border: 1px #cccccc solid;
}

#facebook{
width: 200px;
height: 360px;
margin-top: 0px;
margin-right: 22px;
float:right;
padding: 0;
}

