/***********************************************/
/* LOCATED IN THE TESTING DIRECTORY		*/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/
/*Photo Gallery*/
.GalleryButton a:link, .GalleryButton a:visited, .GalleryButton a:hover{
 	white-space: nowrap;
 	color: #FFFFFF;
 	text-decoration: underline;
 	/*font-weight: bold;*/
 }
 .GalleryButton {
 	/*padding: 1.5em;*/
 	margin: 1.5em 0;
 }
span.imgGroup img {
	padding: 2px;
}
span.imgGroup {
	margin: 2px;
	border: 1px solid #FFFFFF;
}
/*All pages*/
.menuButton{
	font-family: Tempus Sans ITC, times, sans serif;
	font-size: 14px;
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
	background: url('/images/buttonBg.gif');
	background-repeat: no-repeat;
	height: 82px;
	width: 82px;
	min-width: 82px;
	max-width: 82px;
}
div.menuButton {
	z-index: -10;
	position: absolute;
	top: 0;
	left: 0;
	height: 82px;
	width: 82px;
	min-width: 82px;
	max-width: 82px;
}
td.menuButton {
	vertical-align: middle;
	position: relative;
	height: 82px;
	width: 82px;
	min-width: 82px;
	max-width: 82px;
}
td.menuButton:hover a {
	text-decoration: underline;
}
.bigflag{
	margin: 10px 30px;
	float: none;
	background: #CC0000;
	display: inline;
}
.sectionTitle {
	margin: 10px;
	font-size: 1.5em;
	color: #CC0000;
}
#pageTitle {
	margin: 20px;
	margin-top: 0;
	clear: both;
	font-size: 1.5em;
	color: #CC0000;
	text-align: center;
}
.topMenu {
	margin-bottom: 10px;
}
div.mainCopy {
	padding: 0 1em .5em 1em;
}
div.mainContent {
	border: 3px ridge #FFFFFF;
	width: 67%;
	min-width: 740px;
	background: black;
	color: white;
}
.rating {
	margin: .5em .5em 0 .5em;
	font-size: medium;
	font-weight: normal;
	color: #CC0000;
	text-align: center;
	float: left;
}
.button {
	cursor: pointer;
}
.callout {
	margin: 20px;
	color: #000000;
	font-weight: bold;
}
body {
	background: #CC0000;
	/*overflow: scroll;*/
}
#imgText{
	margin-bottom: 25px;
	color: #FFFFFF;
	width: 100%;
}
.BusinessCardText {
	display: block;
	width: 500px;
	color: #CC0000;
	font-family: Tempus sans itc;
	background: #000000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.flag {
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	border: 1px solid black;
}
a img{
	border: 0;
}
.legal{
	color: #000000;
	font-family: times, sans serif;
	font-weight: bold;
	font-size: small;
	margin: 0 0 .5em 0;
}
#siteInfo .legal{
	color: #FFFFFF;
	margin: 1em 0 0 0;
}
.left a{
	background: black;
}
a.languageLink:link, a.languageLink:visited, a.languageLink:hover {
	background: black;
	color: white;
	text-decoration: none;
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Tempus sans ITC;
	color: #cccccc;
	line-height: 1.166;
	margin: 0 auto;
	padding: 0px;
	background-color: #CC0000;
	min-width: 820px;
}

a:link, a:visited, a:hover {
	color: #CC0000;
	text-decoration: none;
	vertical-align: middle;
}

a:hover {
	text-decoration: underline;
	/*background-color: #000000;*/
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Tempus sans itc;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 120%;
 color: #FFFFFF;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #CC0000;
	background-color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.contentTable{
	background: black;
	color: white;
}
 
#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #000000;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #000000;
}

#content{
	float:right;
	width: 75%;
	margin: 0;
	padding: 0 0 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
	color: #FFFFFF;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
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;
}


/************** .feature styles ***************/

.feature, .feature2 {
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	color: #FFFFFF;
}

.feature h3, .feature2 h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	color: #FFFFFF;
}

.feature img {
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature2{
	border: 4px solid #0000FF;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 2em;
	/*position: relative;*/
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #FFFFFF;
	background-color: #000000;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #000000;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #EEE;
	background-color: #000000;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	background-color: #000000;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	background-color: #000000;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
	background-color: #000000;
	color: #FFFFFF;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	background-color: #000000;
}
.logo {
	font-family: Garamond;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	letter-spacing: normal;
	text-align: center;
	word-spacing: normal;
	white-space: nowrap;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #FFFFFF;
	text-align: center;
}
body td.menuButton>div.menuButton{
	display: none;
}
#mainContent {
	margin: 0px auto;
}

#mainContent td *{
	text-align: center;
}
div#largeGallery{
	overflow: scroll;
	width: 100%;
	height: 220px;
	overflow-x: auto;
	border: 1px solid #cc0000;
}