/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-size:0.7em;
	color:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, sans-serif;
	line-height: 18px;
	margin: 0 0 0 0 ;
	background-image:	url(images/bg.jpg);
	background-repeat:	repeat-y;	
	background-color: #909090;
}

a
{
outline: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	height:36px;
	color:#EE8826;
	font-weight:bold;
	padding:15px 0 0 30px;
	font-size:2.0em;
	background-image:url(images/fadedbar.jpg);
	background-repeat:no-repeat;	
}

#header a{
text-decoration:none;
	color:#EE8826;

}
#navBar{
	margin:0 0 0 0px;
	float:left;
	width:140px;
	height:262px;
	z-index:1;

}

#contSection {
	height:34px;
	width:144px;
	z-index:1;
	margin:0 0 0 30px;
}
#contSideNav {
	width:144px;
	height:186px;
	z-index:1;
	margin:18px 0 0 30px;
}

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	height:28px;
}

#container{
	top:100px;
	left:0px;	
	margin: 0 0 0 208px;
}

#content{

	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	font-size: 1.0em;

}
/***********************************************/
/*Component Divs                               */
/***********************************************/
/*************** #header styles **************/

#header h1 { font-weight:bold;}

/*************** #navBar styles **************/
#contSideNav ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

#contSection ul
{
list-style-type: none;
margin: 0;
padding: 5px 0 2px 0px;
color:#FFFFFF;
}

#contSection ul li,#contSideNav ul li
{
padding: 2px 0 2px 0px;

}

#contSideNav li a,#contSection li a
{
padding: 3px 0 3px 20px;
color:#FFFFFF;
text-decoration:none;
}

#contSideNav li a:hover
{
background-repeat: no-repeat;
background-position: 0 50%;
background-image:url(images/orangebullet10.gif);
}
#contSideNav li a.current,#contSection li a.current
{
background-repeat: no-repeat;
background-position: 0 50%;
background-image:url(images/orangebullet10.gif);
}


/************* #globalNav styles **************/

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}


#globalNav ul	{
	padding: 0 0 0 0;
	margin:0 0 0 0px;
	display:inline;
	color: White;
	float: left;
}

#globalNav ul li {
	display: inline;
	
	}

#globalNav ul li a	{
	margin:6px 14px 0 14px;
	color: White;
	text-decoration: none;
	float: left;
	}
#globalNav ul li a.first	{
	margin:6px 11px 0 0px;

	}
#globalNav ul li a.last	{
	margin:6px 0px 0 14px;

	}

#globalNav ul li a:hover	{
border-bottom: 3px solid #EE8728;
	}


/************** maincontent styles *****************/
#content a {
	color:#FFFFFF;
	text-decoration:none;

}


.thumbholder{
margin:0px 35px 35px 0px;
padding:0px 0px 4px 0px;
float:left;
width:148px;
}
.thumbholderlandscape{
margin:0px 115px 35px 0px;
padding:0px 0px 4px 0px;
float:left;
width:199px;
}
.detailthumbholderlandscapeleft{
margin:40px 35px 0 0 ;
width:199px;
}
.detailthumbholderlandscaperight{
margin:40px 0 0 0 ;
width:199px;
}
.detailthumbholder{
margin:20px 35px 0 0;
float:left;
width:148px;
}

.thumbnail{
margin:0px 10px 0px 0px;
border: 1px solid #363636;
}

.thumbnailright{
margin:0px 00px 0px 0px;
border: 1px solid #363636;
}
.thumbnailleft{
margin:0px 10px 0px 0px;
border: 1px solid #363636;
}
#container #content a.thickline:visited{
line-height: 24px;
border-bottom: 3px;

}
#container #content a.thickline:link{
border-bottom: 3px;
line-height: 24px;
}

#container #content a.thickline:hover{
line-height: 24px;
border-bottom:solid 3px #EE8728;
padding-bottom:1px;
}

#container #content .links a:visited{
line-height: 24px;
border-bottom: 3px;

}
#container #content .links a:link{
border-bottom: 3px;
line-height: 24px;
}

#container #content .links a:hover{
line-height: 24px;
border-bottom:solid 3px #EE8728;
padding-bottom:1px;
}
