/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
	overflow: -moz-scrollbars-vertical;
}
html, body {
	min-height: 100%;
	font-family: Arial,sans-serif;
	color:#000000;
	font-size: 12px;
}

body {
	background-image: url('../images/home_bgd.gif'); 
	background-repeat: repeat-x;
}
table{
	color:#000000;
	font-size: 12px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #006699;
}

a:hover{
	color:#FF0000;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#mainContainer{
	width:760px;
	padding-top:0px;
	margin : 0 auto;
}

/**************** header div *****************/
#header {
	margin-left: 15px !important;
	margin-left: 34px;
	margin-top:19px  !important;
	margin-top:4px;
	padding-bottom:14px;
	border:0px solid #ff0000;
}
/**************container holds nav and content ****************/
#container{
/*	overflow:auto; */
	margin:20px;
	width:710px;
	border:0px solid #000;
	background-image: url(../images/tile_nav.gif);	
	background-repeat:repeat-y;
	height : 100%;
}

/************** main navigation div ****************/
#nav{
	margin-top:2px  !important;
	margin-top:-1px;
	width:776px;
	border: 0px solid #ff0000;
	float:left;
	
}
/************** main home banner div ****************/
#banner{
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	margin-bottom:0px  !important;
	margin-bottom:3px;
	
}
/************** main content div ****************/
	
#content{
	float:right;
	text-align:left;
	width:490px;
	border: 8px solid #875846;
}

#small{
	text-align:justify;
	color:#A78953;
	padding:8px 0px 8px 0px;
}
#current_exhibitions_home{
	overflow:auto;
	height:150px;
	border:0px solid #ff0000;
}
/*HOME DIV and box tag styles*/
/*//////////////////////////////////////////////*/
#newsBox td{
	vertical-align:top;
}
#homeborders{
	width:770px;
	margin:40px 0px 11px 0px;
}
#home_box{	
	margin:8px 16px 0px 18px;
	height:200px;
}

/************** HEADING tag styles **************/

h1 {
	margin:0px 0px 5px 0px;
	font: bold 110% Verdana, Arial, sans-serif;
	color: #5B8310;
	line-height: 16px;
	text-align: left;
}

/************** CONTENT tag styles **************/

.content_home_txt {
	font-size: 11px;
	margin: 3px 0px 0px 0px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
	line-height: 15px;
	text-align: left;
}
.content_home_txt_small{
	font-size: 9px;
	margin: 3px 0px 0px 0px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
	line-height: 15px;
	text-align: left;
}

.home_txtBold {
	font-size: 11px;
	margin: 3px 0px 0px 0px;
	font-family: Verdana, Arial,sans-serif;
	font-weight: Bold;
	color: #101618;
	line-height: 15px;
	text-align: left;
}
.content_home_txt_small .home_txtBold{
	font-size: 9px;
}
/************** MORE BUTTON tag styles **************/

a.moreButton:link, a.moreButton:visited {   
	margin-top:0px;
	margin-left:154px !important;
	margin-left:153px;
	border: solid 0px;
    color: #000000;
    font-family: verdana, arial,helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	text-decoration: none;
	text-align:center;
    width: 98px;
	display: block;
	background-image: url('../images/more.gif'); background-repeat: no-repeat;
}
a.moreButton:hover {   
	background-image: url('../images/more.gif'); background-repeat: no-repeat;
	color: #FFFFFF;
}
a.moreButton:active, a.moreButton:focus {   
    letter-spacing: normal;
}

/*HEADER FILE styles*/
/*//////////////////////////////////////////////*/
#header img{
	float:left;
	border:0px solid #ff0000;
}
#headerTitle{
	width:385px;
	float:left;
}
.headerTitle{
	text-align:left;
	border:0px solid #ff0000;
	padding:10px 0px 0px 10px;
	font-size:13px;
	font-family: Arial, sans-serif, Verdana, Helvetica, ;
	color:#6A6D77;
}
#headerNav{
	border:0px solid #ff0000;
	padding:0px 0px 0px 0px;
	font-size:10px;
	font-family: Arial, sans-serif, Verdana, Helvetica, ;
	color:#C4A66F;
	
}
#headerNav a:link, #headerNav a:visited{
	font-size:10px;
	font: normal 100% Arial, sans-serif, Verdana, Helvetica, ;
	color:#9DA8AF;
	text-decoration: none;
}
#headerNav a:hover{
	color:#000000;
}


.contentLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #5B8310;
	text-align:left;
	line-height: 15px;
	border: 0px solid #FFF;
}
.contentLinks a:link {
	color:#5B8310;
	font-size: 11px;
    text-decoration: none;
}
.contentLinks a:visited {
	color:#5B8310;
	font-size: 11px;
    text-decoration: none;
}
.contentLinks a:hover {
	color:#5B8310;
	font-size: 11px;
    text-decoration: underline;
}
