body {
	margin: 15px 0 0 0;
	text-align:center;
	background: url(../images/jpegs/mainbg.jpg) repeat-x #F6F6F3;
}
html {
overflow: -moz-scrollbars-vertical;
}
.floatleft{ float:left;}
.floatright{ float:right;}
.clearboth{ clear:both;}
.spacer {height: 10px; width: 100%;}

#container {
	width: 980px;
	height: 100%;
	margin-left:auto;
	margin-right: auto;
}

#header{
	width: 100%;
	height: 195px;
	background: url(../images/jpegs/headerBG.jpg) no-repeat;
}
#maincontent{ width: 100%;  background: #fff; text-align:left;}
#footer{width: 100%; display:table; text-align:left;}

#coursefinder{
	width: 100%;
	height: 40px;
	background: url(../images/gifs/coursefinderBG.gif) repeat-y;
}
/* START OF CELLS */

#cell_left{
	float:left;
	width: 55%; 	//width: 40%;
	display:table;
	padding-right: 20px;
}
#cell_right{
	float:right;
	width: 360px;  //width: 400px;
	margin-right: 40px; //margin-right: 20px;
	text-align: justify;
	padding-right: 20px;
}
.cell_half{
	width: 45%;
	float:left;
	display:table;
}
div#footer .cell_left{
	float:left;
	width: 73%;
	display:table;
	padding: 20px;
	border: none;
}
div#footer .cell_right{
	float:left;
	width: 15%;
	padding: 20px;
	text-align: left;
}

/* END OF CELLS */


/* MENUS */


#topnavlist{
	width: 605px;
	float:right;
	height: 60px;
	margin: 30px 0 0 0;
	padding: 0;
	text-align:right;
}

#topnavlist ul{
	padding: 0;
	margin: 0;
}

#topnavlist li{
	list-style-type: none;
	text-align:right;
	float: left;
	width: 139px;
}

#navlist{
	width: 100%;
	height: 34px;
	background: url(../images/buttons/topnavBG.jpg) repeat-x top;
	margin: 0;
	padding: 0;
}

#navlist ul{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#navlist li{
	list-style-type: none;
	text-align:center;
	text-transform: capitalize;
	float: left;
	border-right: 1px  solid #fff;
}
#navlist li.noborder{ border: none;}

#navlist a, #navlist a:link, #navlist a:visited{ 
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	padding-top: 10px;
	display: block;
	width: 139px; 
	height: 24px;//height: 34px;
}

#navlist a:hover{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	background: url(../images/buttons/topnavBG_f2.jpg) top;
	
}


.leftnavlist{
	width: 100%;
	margin:0;
	display:table-row;
}

.leftnavlist img{
	margin: 0 0 10px 10px; 
	padding-left:0;
	text-align:center;
	clear:both;
}
.leftnavlist img.bottom{
	vertical-align:bottom;
	bottom:5px;
	text-align:center;
}
.leftnavlist li{
	list-style-type:square;
	height: auto;
	text-align:left;
	margin-bottom: 10px;
	color: #349093;
}
.leftnavlist li a, .leftnavlist li a:link, .leftnavlist li a:visited{
	color: #349093;
	background:url(../images/jpegs/topnavbullet.jpg) no-repeat left;
	text-decoration: underline;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.leftnavlist li a:hover{
	color: #000;
	text-decoration: none;

}

.leftnavshoplist{
	width: 100%;
	margin:0;
	padding: 0;
}
.leftnavshoplist ul{
	width: 90%;
	margin-left:12px;
	padding: 0;
}
.leftnavshoplist h1{	
	background: #864583; 
	height: 30px; 
	color: #fff; 
	width: 90%; 
	margin-left: 12px; 
	padding-top: 4px; 
	font: 12px tahoma, arial, verdana, sans-serif; 
	font-weight:bold; 
	text-align:left;}
.leftnavshoplist img{
	float:left;
}
.leftnavshoplist li{
	list-style-type:none;
	height: auto;
	text-align:left;
	color: #349093;
	border-bottom: 1px solid #99CCCC;
	padding-bottom: 5px;
}
.leftnavshoplist li a, .leftnavshoplist li a:link, .leftnavshoplist li a:visited{
	color: #349093;
	background:url(../images/gifs/leftnavbullet.gif) no-repeat left;
	text-decoration: underline;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display:block;
	padding-left: 20px;
}

.leftnavshoplist li a:hover{
	color: #000;
	text-decoration: none;

}

/* END OF MENUS */

/* LISTS */

#contactus ul{
	margin:0;
	padding:0;
	width: 100%;
}
#contactus li{
	height: auto;
	display:block;
	list-style-type:none;
	vertical-align:middle;
	margin-bottom: 20px;
	clear:both;	
}
#contactus li img{
	float:left;
	display:block;
	margin-right: 5px;
}
#contactus li span{
	float:left;
	display:table;

}


.listone {
	padding: 0;
	margin: 0;
	
}
.listone ul{
	padding: 0;
	margin: 0;
	clear:both;
}
.listone li { 
	list-style-type: none; 
	font-family:tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	text-transform:none;
	color: #666;
	float:left;
	width: 175px;
	height: 150px;
	padding-top: 7px;
	text-align: center;
	margin: 6px;
	display: table;
}
.listone li p{
	border: 1px solid #99CCCC;
	display: table;
	width: 97.5%; 
	margin:0;
	padding:0;
	text-align: center;
}
		
.listone li a, .listone li a:link, .listone li a:visited{
	text-decoration: none;
	padding: 2px 0 2px 1px;
	font-weight: normal;
	color: #993399;
}

.listone li a:hover{
	text-decoration: none;
	color: #99CCCC;
	font-weight: normal;
}


.listtwo {
	padding: 0;
	margin: 0;
	
}
.listtwo ul{
	padding: 0;
	margin: 0;
	clear:both;
}
.listtwo li { 
	list-style-type: none; 
	font-family:tahoma, arial, verdana, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	text-transform:none;
	color: #666;
	float:left;
	width: 175px;
	height: 230px;
	padding-top: 7px;
	text-align: center;
	margin: 6px;
	display: table;
}
.listtwo li p{
	border: 1px solid #99CCCC;
	display: table;
	width: 97.5%; 
	margin:0;
	padding:0;
	text-align: center;
}
		
.listtwo li a, .listtwo li a:link, .listtwo li a:visited{
	text-decoration: none;
	padding: 2px 0 2px 1px;
	font-weight: normal;
	color: #993399;
}

.listtwo li a:hover{
	text-decoration: none;
	color: #99CCCC;
	font-weight: normal;
}
.listtwo li div.boxborders{ background-color: #99CCCC; border-right: 1px solid #fff; width: 49%; float:left; height: 30px; display:inline;}
.listtwo li div.boxborders a{  display:block; text-align:center; padding: 4px; color:#FFf; text-transform:uppercase; font-weight:bold; }
.listtwo li div.boxborders a:hover{ color:#000; text-transform:uppercase; font-weight:bold; }


/* END OF LISTS */

/* FORMS */

.searchform{
	width: 300px;
	text-align:center;
	margin: 40px 0;
	float: right;
}
.searchform img{ float:left; padding-right: 10px;}
.searchform label{
	float: left;
	width: 90px;
	font-weight: bold;
	text-align:right;
	padding: 0 6px 6px 0;
	
}

.searchform input, textarea, select{
	width: 100px;
	margin-right: 5px;
	float:left;
	text-align:left;
	font-size: 9px;
}
.searchform input.gobtn{
	margin:0;
	padding: 0 6px;
	height: 19px;
	width: 22px;
	float:left;
	background: url(../images/jpegs/btnBG.jpg) repeat-x;
	border:none;
	color: #fff;
	text-align: center;
}

.searchform2{
	width: 40%;
	text-align:center;
	margin: 8px 0;
	float: right;
}
.searchform2 img{ float:left; padding-right: 10px;}

.searchform2 input, textarea, select{
	width: 100px;
	margin-right: 5px;
	float:left;
	text-align:left;
}
.searchform2 input.gobtn{
	margin:0;
	padding: 0 6px;
	height: 19px;
	width: 22px;
	float:left;
	background: url(../images/jpegs/btnBG.jpg) repeat-x;
	border:none;
	color: #fff;
	text-align: center;
}

.form1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#666;
	text-align:left;
}
.form1 label{
	float: left;
	font-weight: bold;
	text-align:left;
	padding-left: 2px;
	width: 20%;
	color: #666;
	margin-bottom: 10px;
}

.form1 input, textarea, select{
	width: 78%;
	margin-bottom: 10px;
	float: left;
	text-align:left;
	color:#666;
}
.form1 input.SM, textarea.SM, select.SM{
	width: 10%;
	margin-bottom: 10px;
	float: left;
	text-align:left;
	color:#666;
}
.form1 br{
	clear: left;
}
.form1 div{
	float:left;
	width: 78%;
}

.form1 h2{
	font:  18px tahoma, arial, verdana, sans-serif;
	font-style:normal;
	font-variant:normal;
	color:#009966;
	margin:0 0 10px 0;
	display:block;
}

.form2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#000;
	background:#530800;
	padding: 15px;
	display:table;
	width: 98%;
}
.form2 label{
	float: left;
	font-weight: normal;
	text-align:left;
	padding-left: 2px;
	width: auto;
	color:#FFFFFF;
	font-weight:bold;
}

.form2 input, textarea, select{
	width: auto;
	margin-right: 5px;
	float: left;
	height: 18px;
	text-align:left;
	border: none;
	background-color:#FFFFFF;
	color:#000000;
}

.form2 br{
	clear: left;
}
.form2 img{
	float: left;
	padding-right: 20px;
}
.form2 div{
	float:left;
	width: 20%;
}

.form2 h1{
	font:18px Verdana, Arial, Helvetica, sans-serif bold;
	font-style:normal;
	font-variant:normal;
	color:#EAC274;
	margin:0;
}
.form2 h2{
	font:  11px Verdana, Arial, Helvetica, sans-serif bold;
	font-style:normal;
	font-variant:normal;
	color:#FFFF99;
	margin:0;
}


.contactusform{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	float:right;
	width: 100%;
	float:left;
}
.contactusform label{
	float: left;
	font-weight: normal;
	text-align:left;
	width: 120px;
}
.contactusform input, select{
	width: 160px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform textarea{
	width: 160px;
	height: 60px;
	margin-bottom: 5px;
	float: left;
	text-align:left;
}
.contactusform br{
	clear: left;
}
.contactusform div{
	padding:0;
	margin-left: 95px;
	display:table;
	text-align:center;
}
.contactusform p{
	display:table;
	text-align:left;
	padding:0;
}


/* END OF FORMS */

/* BUTTONS */


input.button{
	background-color:#000000;
	border: 1px solid #fff;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
	font-weight:bold;
	height: 26px;
	margin-left: 2px;
}

/* END OF BUTTONS */



h1 { font: 20px tahoma, arial, verdana, sans-serif; color: #333333;line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}

hr.listSeparator {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}
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: 10px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
 }
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: underline;
	font-weight: normal;	
	color: #666;
}
a.footertext:hover {
	text-decoration: underline;
	font-weight: normal;	
	color: #ff9900;	
} 
.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: 16px;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
}
.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;
}
