
body {
	margin:0px auto 0px auto;
	text-align:center; 
}

#pageHead {
	width: 1000px;
}

div#pageWrapper {
	width: 1000px;
	margin:0px auto 0 auto; 
}


div#pageFoot {
	width: 980px;
	margin:0px auto 0 auto; 
}



/* - - - - - - - - - - - - - -  HOMEPAGE  - - - - - - - - - - - - - - */
div#homewrapper {
	clear:both;
	width:990px;
	margin:0px auto 0px auto;
	padding-bottom:5px;
	text-align:left;
}

html>body #homewrapper {
	width:990px;
}
	
div#home_containers {
	float:left; 
	width:556px;
	overflow:hidden;
	margin-left:4px;
	margin-right:4px;
}


div#home_container {
	float:left; 
	width:556px;
	overflow:hidden;
}	


div#home_container_2a {
	float:left;
	width:735px;
	overflow:hidden;
	margin-bottom:5px;
}	


div#home_container_2b {
	float:left;
	width:345px; 
	padding-left:5px;
}	

div#home_container_2c {
	float: right;
	width: 380px;
	height:auto;
	margin-right:5px;
}	




/* - - - - - - - - - - - - - -  PAGES  - - - - - - - - - - - - - - */

div#pageswrapper{
	float:right;
	width:750px;
	overflow:hidden;
}

div#pages{
	float:left;
	width:465px; 
	overflow:hidden;
}

div#pages_onecol{
	padding-left:10px;
	width:980px;
	overflow:hidden;
}

div#pages_left {
	float:left;
	width:720px;
	overflow:hidden;
}

div#pages_right {
	float:right;
	width:730px;
	overflow:hidden;
}


html>body #pages_left {
	width:720px;
}


html>body #pages_right {
	width:730px;
}


/* - - - - - - - - - - - - - -  COLUMN ONE  - - - - - - - - - - - - - - */


div#col1 {
	float: left;
	width:235px;
	overflow:hidden;
}

div#col1 div.messageBox{
	width: 235px;
	margin-left:5px;
}


/* - - - - - - - - - - - - - -  COLUMN THREE  - - - - - - - - - - - - - - */

div#col3 {
	float: right;
	width: 245px;
	overflow:hidden;
}



div#col3 div.messageBox{
	width: 245px;
	margin-right:5px;
}




/* - - - - - - - - - - "HORIZON" DROPDOWN MENU - - - - - - - - - - - - */

table.toptablemenu { /* style for table based menu */
	text-align: center;
}

table.toptablemenu a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
}

table.toptablemenu td{ 
	white-space:nowrap; /* NO Wrap Text */
} 


/* - - - - - - - - - - - - DROPDOWN PORTION - - - - - - - - - - - - */

.toptablemenu_dropmenudiv{
	visibility: hidden;
	position:absolute;
	top: 0;
	z-index:100;
}

* html .toptablemenu_dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.toptablemenu_dropmenudiv a{ /*THEME CHANGE HERE*/
	display:block;
}

table.toptablemenu { /* style for table based menu */
	text-align: center;
	margin: auto;
	width: 100%;
}






/* - - - - - - - - - - - - - -  HORIZONTAL IMAGE MENU - - - - - - - - - - - - - - */

.chromestyle{
	width:925px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle li img{
	border:hidden;
}

.chromestyle ul li a{
	text-decoration: none;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url('/images/down.gif'); /*uncomment this line to use an image instead*/
}

.chromestyle ul {
	margin:0;
	padding:0;
}

.dropmenudiv{
	visibility: hidden;
	width: 200px;
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	z-index:100;
	background-color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a{ 
	display:block;
	padding: 10px 10px;
}



