@charset "utf-8";
/* CSS Document */

/* TAGS */

body {
	/*background-color: #eeeeee;*/
	margin: 0px;
	padding: 0px;
}

/* FLASH CONTAINER */

#container {
	position: inherit;

}

#center {
	position: inherit;

}

/* COMMON */

#frame {
	margin: 20px auto;
	width: 983px;
	/*border: 1px solid #A7A9AC;*/
	background-color: #ffffff;
}

#header {
	width: 888px;
	height: 70px;
	margin: 20px 20px 20px 20px;
	background-color: #ffffff;
	
}

#logo {
	float: left;
	width: 280px;
	height: 100px;
	padding: 0px 0 0px 0px;
}

.logobanner {
	width: 980px;
	margin:0 auto;
	display:block;
	position: relative;
	z-index:9999;
	margin: 20px auto;
}


#tag {
font-family: PTSansRegular,Arial, Helvetica, sans-serif;	
text-align:right;
	float: left;
	width: 520px;
	height: 100px;
	padding: 20 0 0 0px;
	font-size: 100%;
}

#search {
	float: left;
	width: 210px;
	
}
#language {
	width: 200px;
	height: 10px;
	padding: 2px 0 0 10px;
	background-color: #ffffff;
}



#breadcrumbs {
	float: left;
	width: 380px;
	height: 15px;
	padding: 0 0px 0 10px;
font-size:10px;	
text-transform: uppercase;
border-bottom:1px solid #333333;

}


#footer {
	width: 983px;
	background-color: #ffffff;
}


#footerImg {
width: 915px;	
height: 75px;
	padding: 0 0 0 50px;
	/* background-color: red; */
	background-image: url("../images/mid_bg.gif");
	background-position: center;
	background-repeat: repeat;
}

#footerRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#footLinks {
	float: left;
	width: 695px;
	padding: 20px 0 0 60px;
}

#copyright {
	float: left;
	width: 150px;
	padding: 0 0 0 0;
	text-align: left;
}

#solutionLinks {
	clear: left;
	padding: 0 0 0 53px;
}

/* the following DIV (navRow) needs to change BG per section */

#nav {
	float: left;
	width: 420px;
	padding: 0px 0 0 2px;
}
#navRight {
	float: right;
	width: 430px;
	padding: 0px 0 0 0;
}

#navRow {
	clear: both;
	width: 990px;
	height: 15px;
	padding: 0 0 0 0px;
	text-transform: uppercase;
}

#navRowRight {
	float:right;
	clear: both;
	width: 473px;
	height: 15px;
	padding: 0 0 0 0px;
	text-transform: uppercase;
	right:auto
}

#navRowHome {
	clear: both;
	width: 873px;
	height: 45px;
	padding: 12px 0 0 15px;
	text-transform: uppercase;
}

#mid {
	width: 915px;
	padding: 0px 0px 0px 50px;
	margin: 15px 0 0 0;
	background-color: #ffffff; 
	background-image: url("../images/mid_bg.gif");
	background-position: center;
	background-repeat: repeat-y;

}

#midIndex {
	width: 915px;
	padding: 0px 0px 0px 50px;
	margin: 15px 0 0 0;
	background-color: #ffffff; 
	
}

#column {
	float: left;
	width: 190px;
	padding: 0 0 0 15px;
}

/* HOME */

#homeContent {
	float: left;
	width: 685px;
	padding: 0 20px 20px 0;
	background-color: #ffffff;
}

/* INTERNAL */

#mainContent {
	float: left;
	width: 680px;
	padding: 0 10px 0 15px;
	background-color: #ffffff;
}

#content1 {
	float: left;
	width: 432px;
	margin: 0 30px 0 0;
}

#content2 {
	float: left;
	width: 205px;
}

/* INTERNAL 2 - Full width template */

#fullWidthContent {
	float: left;
	width: 610px;
	padding: 0 10px 0 15px;
	background-color: #ffffff;
	text-align:justify;
}

/* section Home */

#sectionHomeRow1, #sectionHomeRow2 {
	margin: 0 0 10px 0;
}

#sectionHomeRow1{
	padding: 15px 0 0 0;
}

#sectionHome1, #sectionHome3, #sectionHome5 {
	float: left;
	width: 432px;
	margin: 0 0 10px 0;
}

#sectionHome2, #sectionHome4, #sectionHome6 {
	float: left;
	width: 245px;
}

#sectionHome4 {
	width: 233px;
	padding: 0 0 0 12px;
	text-align: left;
}

#sectionHome5 {
	padding: 20px 0 0 0;
}

#sectionHome6 {
	text-align: right;
}

.sectionThumb {
	float: left;
	text-align: center;
	text-transform: uppercase;
}

/* section internal - 2 equal(ish) column template*/


#contentNarrow1 {
	float: left;
	width: 310px;
	margin: 0 35px 0 0;
	text-align:justify;
}


#contentNarrow2 {
	float: left;
	width: 310px;
	text-align:justify;
}

#contentTableLeft{
	float: left;
	width: 290px;
	margin: 4px 5px 0 0;
	text-align:left;
}
#contentTableRight {
	float: left;
	width: 290px;
	text-align:left;
}


