/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	background: #DFDFDF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

form {
	padding: 0px;
	margin: 0px;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

img {
	border: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 751px;
	height: 195px;
	background: #eeeeee url(../images/home_page.jpg) no-repeat top left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#sectionLinks{
	margin: 0;
	padding: 0px;
}

/*/////////////////////////////////////////
	Left Navigation styles
*/
#nav {
	width: 186px;
	border-top: 1px solid #FFF;
	vertical-align: top;
	background: #11557C;
	border-bottom: 1px solid #FFF;
}

.leftnav, .leftnav:link, .leftnav:visited {
	background: #11557C;
	border-bottom: 1px solid #4D809D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
.leftnav:hover {
	font-weight: normal;
	text-decoration: none;
	background: #4D88A9;
	color: #FFFFFF;
}

.leftnavheader {
	background: #4D88A9;
	margin: 0px;
	border-bottom: 1px solid #99BFD5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.leftnavcurrent, .leftnavcurrent:visited {
	background: #4D88A9;
	border-bottom: 1px solid #99BFD5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 3px 10px 3px 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.lftsubnav, .lftsubnav:link, .lftsubnav:visited {
	background: #77AAC7;
	border-bottom: 1px solid #99BFD5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 3px 10px 4px 20px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
.lftsubnav:hover {
	font-weight: normal;
	text-decoration: none;
	background: #CDE3F0;
	color: #052436;
}

.lftsubnavcurrent, .lftsubnavcurrent:visited {
	background: #CDE3F0;
	border-bottom: 1px solid #DAEAF4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 3px 10px 4px 20px;
	color: #052436;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.lftsubnav-marker {
	background: #FFFFFF url(../images/bg_leftnav_at.gif) no-repeat left;
}

.lftsubsubnav, .lftsubsubnav:link, .lftsubsubnav:visited {
	background: #77AAC7;
	border-bottom: 1px solid #99BFD5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding: 3px 10px 5px 30px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	display: block;
}
.lftsubsubnav:hover {
	font-weight: normal;
	text-decoration: none;
	background: #CDE3F0;
	color: #052436;
}

#quote {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	padding-top: 42px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 7px;
}
#markers td {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 3px 0 3px;
	color: #fff;
	border-bottom: 1px solid #FFF;
}
/*//////////////////////////////////
	Header styles
*/
.header {
	background: #073651;
	border-bottom: 1px solid #FFFFFF;
}

#search {
	padding-right: 9px;
}

#search input {
	background: #FFF; 
	font-family: Verdana, Arial, sans-serif; 
	color: #666;
	font-size: 12px;
	vertical-align: middle;
	width: 135px; height: 15px;
}
/*///////////////////////////////*/

.l-edge {
	background: #DFDFDF url(../images/bg_leftedge.gif) repeat-y;
}
.r-edge {
	background: #DFDFDF url(../images/bg_rightedge.gif) repeat-y;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin-top: 202px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding-top: 0px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 0px;
white-space: nowrap;
}
/* '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 a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/*//////////////////////////////////////
	Content area styles
*/

#hm-container {
	background-color: #FFFFFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 42px;
	vertical-align: top;
}

#hm-top {
	background: #eeeeee url(../images/hdr_leftedge.gif) repeat-y top left;
}

#container {
	background: #FFF url(../images/bg_bicommission_logo2.gif) no-repeat bottom right;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 34px;
	vertical-align: top;
}

#milestones {
	background: #8b886f url(../images/bg_milestones.gif) repeat-x bottom;
	color: #D6D4C8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	padding: 6px 8px 10px 8px;
	border-bottom: 1px solid #FFF;
}
#milestones a {
	color: #E2CA13;
	text-decoration: none;
	background: transparent;
}

.hmsubhead {
	background: #C5C3B2;
	border-right: 1px solid #FFFFFF;
}

.hmcolumns {
	background: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	vertical-align: top;
	padding: 17px 10px 0 10px;
	border-right: 1px solid #D9D9D9;
}

.hmcolumns p {
	padding: 0;
	margin: 0 0 10px 0;
}

.hmcolumns strong {
	color: #000000;
}

.hmcolumns a {
	color: #338FC3;
	text-decoration: none;
	font-weight: bold;
}
.hmcolumns a:visited {
	color: #338FC3;
	text-decoration: none;
	font-weight: bold;
}
.hmcolumns a:active {
	color: #338FC3;
	text-decoration: none;
	font-weight: bold;
}
.hmcolumns a:hover {
	color: #7AC8F5;
	text-decoration: none;
	font-weight: bold;
}
.tbar {
	background: #625F48 url(../images/bg_milestones.gif) repeat-x bottom;
	border-left: 1px solid #ffffff;
}

#titlebar {
	background: #625F48 url(../images/bg_milestones.gif) repeat-x bottom;
	padding: 0 8px 0 17px;
}

#content {
	vertical-align: top;
	background: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 40px 90px 17px;
}

#content h1 {
	color: #11557C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0;
	margin: 24px 0;
}

#content h2 {
	color: #11557C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	padding: 0;
	margin: 24px 0;
}

#content a {
	color: #126AAE;
	text-decoration: none;
}
#content a:visited {
	color: #48758F;
	text-decoration: none;
}
#content a:active {
	color: #338FC3;
	text-decoration: none;
}
#content a:hover {
	color: #7AC8F5;
	text-decoration: none;
}
/*//////////////////////////////////*/
/* Footer styles */

#footer {
	color: #70B5DC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background: #073651;
	padding: 10px 0 10px 13px;
}

#footer a {
	color: #BBDFF3;
	text-decoration: none;
	font-weight: normal;
}
#footer a:visited {
	color: #BBDFF3;
	text-decoration: none;
	font-weight: normal;
}
#footer a:active {
	color: #BBDFF3;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:hover {
	color: #BBDFF3;
	text-decoration: underline;
	font-weight: normal;
}