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

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

body{
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom:0px;
	padding-bottom:7px;
	padding-top:0px;
	margin-top:0px;
}

a{
	color: #006600;
	text-decoration: none;
}

a:link{
	color: #006600;
	text-decoration: none;
}

a:visited{
	color: #006600;
	text-decoration: none;
}

a:hover{
	color: #006600;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

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

body {
	text-align: center;
	min-width: 730px;
}

#wrapper{
	margin:0 auto;
	width:730px;
	text-align: left;
}

#masthead{
	padding: 30px 0px 0px 0px;
	width: 723px;
}

#siteName{
	padding: 0px 0px 25px 0px;
}

#sideLeft{
	width:24px;
	height:300px;
	float: left;
	margin: 0px;
	padding: 0px 35px 0px 0px;
}

#content{
	float:left;
  	width: 670px;
	display:inline;
	background-repeat:no-repeat;
	background-position:top right;
}

#title{
	position:relative;
	top:0px;
	left:0px;
	height:28px;
	width:500px;
}

#mainImage{
	float:left;
	display:inline;
	position:relative;
	top:0px;
}

#mainBox{
	display:inline;
  	float: left;
  	width: 351px;
	height: 145px;
	background:url(images/body_mainBox_bg.jpg);
	padding: 15px 10px 10px 10px;
	margin-bottom: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
}

.box1{
	border:#DDDDDD 1px solid;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/box_bg.png');
    z-index:2;
	padding:0px 7px 0px 0px;
	float:left;
}

.box1[class] {
	background-image:url(images/box_bg.png);
}
	
#box1Text{
	width:100%;
	height:100%;
	display:inline;
	padding-top:7px;
}

.box2{
	border:#DDDDDD 1px solid;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/box_bg.png');
	z-index:2; 
	padding:7px;
	float:left;
}

.box2[class] {
	background-image:url(images/box_bg.png);
}

.box2 a {position: relative; z-index: 10;}

#subBox{
	width: 181px;
	height: 78px;
	background:url(images/body_subBox_bg.jpg);
	border-width: 1px;
	border-style: solid;
	border-color: #DDDDDD;
	display:inline;
}
#subBox img{
	vertical-align:middle;
	padding:0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

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

#globalNav{
padding: 0px 0px 10px 0px;
width: 723px;
height: 27px;
}

#globalNav ul {
margin: 0px;
padding: 0px;
line-height: 0px;
white-space: nowrap;
}

#globalNav li {
float: left;
list-style-type: none;
display: inline;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/************* #breadCrumb styles *************/
#breadCrumb{
	font-size: 10px;
	width:350px;
	padding: 0px 0px 15px 0px;
	color:#999999;
}

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	font-size: 11px;
	color: #999999;
	padding: 0px;
	text-align:center;
	display:block;
}
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
