@charset "utf-8";
/* CSS Document */

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	position:relative;
	top:0px;
	left:0px;
	width: 826px;
	margin: 0px auto;
}

#content{
	position:absolute;
	left:155px;
    margin:0px;
	padding: 0px;
	float: left;
	width: 515px;
}

#breadCrumb{
	position:relative;
	height:16px;
	font-size: 70%;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align:left;
	text-indent:4px;
}

#breadCrumb a:hover{
	background-color:#E9E9E4;
}

#pageTitle{
	position:relative;
	font-size: 120%;
	text-align:left;
	text-indent:4px;
	font-weight: bold;
	color: #042D58;
	margin-bottom: 8px;
}

#pageSubtitle{
	position:relative;
	font-size: 92%;
	height:17px;
	text-align:left;
	text-indent:4px;
	color:#042D58;
	background-color:#D6E6F6;
}

/***************************************************/
/******************TOP LAYOUTS**********************/
#header a {
	width:826px;
	height:100px;
	display:block;
	padding:0px;
	margin:0px;
	text-decoration:none;
}

#header a span {
	visibility:hidden;
}

#masthead_english{
	padding: 0px;
	width: 826px;
	background-image: url(/img2/img_masthead.jpg);
	height: 100px;
	background-repeat: no-repeat;
}

#masthead_german{
	padding: 0px;
	width: 826px;
	background-image: url(/img2/img_masthead_german.jpg);
	height: 100px;
	background-repeat: no-repeat;
}

#masthead_spanish{
	padding: 0px;
	width: 826px;
	background-image: url(/img2/img_masthead_spanish.jpg);
	height: 100px;
	background-repeat: no-repeat;
}

#info{
	font-size: 70%;
	height: 20px;
	padding-left: 10px;
	color: #042D58;
	background-color: #FFFBEF;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#infoLeft{
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

#infoRight{
	float: right;
	text-align: right;
}

#infoRight img{
	border:0px;
}

#globalNav{
	padding: 0px 10px;
	color: #042D58;
	background-image: url(img2/img_globalNavBar.jpg);
	height: 24px;
	background-repeat: no-repeat;
	margin-bottom: 7px;
	font-size: 70%;
}

#globalNav img{
 display: block;
}

#globalNav a{
	color: #042D58;
	text-decoration: none;
}

#globalNav a:link{
	color: #042D58;
	text-decoration: none;
}

#globalNav a:visited{
	color: #042D58;
	text-decoration: none;
}

#globalNav a:hover{
	color: #042D58;
	text-decoration: underline;
}

#globalNav input{
	font-size: 90%;
}

#globalNav_left{
	float: left;
	margin-top: 5px;
}

#globalNav_right{
	float: right;
	text-align: right;
	padding: 2px;
}
/**************END TOP LAYOUTS**********************/
/***************************************************/


/***************************************************/
/**************LEFTBAR LAYOUTS**********************/
#leftBar{
	position:absolute;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

/*Sets background color, border, and padding around the menu DIV*/
#leftMenu {
	padding-top:3px;
}

/*Sets line-height of menuitems*/
#leftMenu div {
	/*/*/line-height: 1.5; /* */	
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#leftMenu div div {
	background-color: #E8E8E8;
	color: #0E2C6B;	
}

/*The Link style for top-level menuitems and is read by all browsers*/
#leftMenu div a {
	color: #0E2C6B;
	padding-left: 4px;
	font-size: 77%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#leftMenu div a {
	padding-left: 4px;
	display: block;
	color: #0E2C6B;
	text-decoration: none;
	background-color: #D6E6F6;
}

#leftMenu div a:visited {
	color: #0E2C6B;
}

#leftMenu div a:hover {
	color: #0E2C6B;
	text-decoration: underline;
	background-color: #B0CCE8;
}

/*The Link styles for second-level menuitems*/
#leftMenu div div a {
	font-size: 70%;
	background-color: #DDDDDD;
	border: 0;
	color: #0E2C6B;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#leftMenu div div a:visited {
	color: #0E2C6B;
}

#leftMenu div div a:hover {
	color: #0E2C6B;
	text-decoration: underline;
	background-color: #CCCCCC;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: leftMenu div div div div a {declaration}*/
#leftMenu div div div a {
	font-size: 70%;
	background-color: #EEEEEE;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#leftMenu div div div a:visited {
	color: #0E2C6B;
}

#leftMenu div div div a:hover {
	color: #0E2C6B;
	text-decoration: underline;
	background-color: #E6E6E6;
}

/****************END LEFTBAR LAYOUTS****************/
/***************************************************/


/***************************************************/
/**************RIGHTBAR LAYOUTS*********************/
#rightColumn{
	position:absolute;
	right:0px;
	width: 150px;
	padding:0px;
}

#rightBar{
	position:absolute;
	right:0px;
	width: 150px;
	padding:0px;
}

/****************END RIGHTBAR LAYOUTS***************/
/***************************************************/


/***************************************************/
/****************FOOTER LAYOUTS*********************/
#siteInfo{	
	clear:both;
	bottom:0px;
	font-size: 70%;
	color: #ccc;
	padding: 10px;
	text-align:center;
}
/****************END FOOTER LAYOUTS*****************/
/***************************************************/

/***************************************************/
/****************BROCHURE LAYOUTS*******************/
#brochureInfo{	
	position:relative;
	height: 230px;
	width: 515px;
	margin-top:5px;
	border:0px;
}

#brochureInfoImg{	
	position:absolute;
	left:0px;
	width: 280px;
	height:210px;
	border:0px;
}

#brochureInfoImg img{	
	display:block;
	width: 280px;
	height:210px;
}

#brochureInfoAllImg{	
	position:absolute;
	left:0px;
	top:214px;
	width:515px;
	height:16px;
	border:0px;
	color:#FFFFFF;
	text-indent:4px;
	font-size:80%;
	background-color:#042d58;
}

#brochureInfoAllImg a{
	color:#FFFFFF;
}

#brochureTitleDescription1{
	position:relative;
	width:170px;
	heigh: 20px;
	margin-top:8px;
	font-size:90%;
	font-weight:bold;
	text-indent:6px;
	background-color:#d6e6f6;
}

#brochureTitleDescription2{
	position:relative;
	left:170px;
	width:170px;
	heigh: 20px;
	margin-top:8px;
	font-size:90%;
	font-weight:bold;
	text-indent:6px;
	background-color:#d6e6f6;
}

#brochureTitleDescription3{
	position:relative;
	left:340px;
	width:175px;
	heigh: 20px;
	margin-top:8px;
	font-size:90%;
	font-weight:bold;
	text-indent:6px;
	background-color:#d6e6f6;
}

/****************END BROCHURE LAYOUTS***************/
/***************************************************/