.img {
	cursor: pointer;
}
 
* {
	margin:0;
	padding:0;
}
body {
	background:#FFF;
	color:#545454;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	line-height:1.3em;
	text-align:center;
	scrollbar-3dlight-color: #FF6633;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #FF6633;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF
}

.orange {
	color: #FF6633;
}
img {
	border:0;
}
a {
	color: #FF6633;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#FF6633;
	text-decoration:underline;
}
p, ul, table {
	font-size:1em;
}


/*Common styles*/
input.button {
	border:0;
}
#content p, #content ul {
	margin-bottom:.7em;
}
#content li {
	margin-bottom:.2em;
	list-style-position:inside;
}
.clear {
	clear:both;
}
.break {
	clear:both;
	height:1px;
}
.breadcrumb {
	font-size:.75em;
	padding-top:.5em;
}
.breadcrumb a {
	font-weight:normal;
}



#skip {
	display:none;
}
#container {
	width:740px;
	margin:0px;
	text-align:left;
}

/*Header*/
#langSelector {
	width:200px;
	font-size:.82em;
}
#langSelector ul {
	list-style-type:none;
}
#langSelector li {
	float:left;
	padding:0px 12px;
}
#langSelector li.active a, #langSelector li.active a:hover {
	color:#C8D680;
	cursor:default;
	text-decoration:none;
}
#langSelector li.ro {
	border:0px solid #BCC4C0;
	border-right-width:1px;
}
#search {
	clear:left;
	padding-left:10px;
	padding-top:2px;
}
#search input {
	padding:1px;
	padding-left:2px;
	font-size:.82em;
	vertical-align:bottom;
	border:1px solid #BCC4C0;
}
#search input.button {
	padding:0;
	border-width:0px;
}
* html #search input.button { /*fixing the 1px difference in IE*/
	padding-bottom:1px;
}
#search p a {
	font-weight:normal;
	padding:2px;
	font-size:.82em;
}
#logo {
	width:178px;
	height:32px;
	float:right;
	margin-top:-5px;
}

/*Menu*/
#menu {
	clear:both;
}

/*Content*/
#content {
	margin-bottom:25px;
	clear:both;
}
#mainarea {
	width:530px;
	float:left;
}
.col1, .col2 {
	width:255px;
	padding:20px 0px 10px 0px;
}
.col1 {
	float:left;
}
.col2 {
	float:right;
}
.col1 p, .col2 p {
	padding-left:10px;
}
.col1 ul, .col2 ul {
	list-style-type:none;
}
.col1 li, .col2 li {
	background:url(/images/content/bullet.gif) no-repeat 0% 25%;
	padding-left:10px;
}
p.bottomLink {
	clear:both;
	padding-left:10px;
}
#mainareaContent {
	padding-bottom:10px;
}
.first {
	clear:both;
}
.second {
	margin:0px 15px;
}
.section {
	float:left;
	padding-top:.9em;
	font-size:.9em;
	width:160px;
	margin-bottom:8px !important;
}

/*Inner navigation*/
#innerNav {
	float:left;
	margin-right:15px;
	margin-bottom:3px;
	font-size:.8em;
}
#innerNav ul {
	list-style-type:none;
	display:block;
	border:1px solid #C8D680;
	padding:8px 10px;
	font-size:1.2em;
	font-weight : bold;
}
#innerNav li {
	list-style-position:outside;
}
#innerNav a {
	font-size:.86em;
}

#innerNav a.active {
	color:#213D30;
}

/*Sidebar*/
#sidebar {
	width:200px;
	float:right;
	font-size:.9em;
	line-height:1.3em;
}
#sidebar .items {
	padding:10px 0px;
}
#sidebar .banner {
	padding-bottom:.5em;
}
#sidebar a.readMore {
	font-weight:normal;
}
#sidebar .items ul {
	list-style-type:none;
}

/*Footer*/
#footer {
	clear:both;
	border:0px solid #BCC4C0;
	border-top-width:1px;
	font-size:.82em;
}
#footer ul {
	list-style-type:none;
	padding-top:4px;
}
#footer li {
	float:left;
	padding:0px 10px;
	border:0px solid #BCC4C0;
	border-right-width:1px;
}
#footer a {
	
}
#footer li.last {
	border-right-width:0px;
}
#footer p {
	clear:both;
	padding-left:10px;
	color:#9BA8A2;
}

/*Old styles - Tables*/

.tableBody {
	background-color: #FFFFFF;
	color : #333333;
	font-size : .86em;
	padding: 2px 4px;
}

.tableHead {
	background-color: #CCCCCC;
	color : #000000;
	font-size : .86em;
	padding: 2px 4px;
	font-weight: bold;	
}

.tableHead1 {
	background-color: #DDDDDD;
	color : #000000;
	font-size : .86em;
	padding: 2px 4px;
	font-weight: bold;	
}

/*Old styles - Content*/

.sitemap {
	font-size : .86em;
}

.notaBene {
	color : #666666;
	font-size : .86em;
}
.mainHeading1 {
	color : #000000;
	font-size:1.2em;
	font-weight : bold;
}
.mainHeading2 {
	color : #333333;
	font-weight: bold;
	font-size:1.1em;
}

.mainHeading3 {
	color : #000000;
	font-size: 1em;
	font-weight:bold;
}

.careersPosition {
	font-size: .86em;
}
.phoneTitle {
	color : #333333;
	font-size: 1.2em;
	font-weight:bold;
}
.listContent {
list-style-position:inside;
padding-left: 15px;
}

/*Old styles - Forms*/

input { 
font-size: 10px;
color: #666666;
padding-left:2px;
}

.redInput {
font-size: 10px;
color: #990000;
}

.formDescriptor {
font-size: .9em;
font-weight: normal;
color: #666666;
}

.formDisclaimer {
font-size: .9em;
font-weight: normal;
color: #666666
}

a.sitemapLevel1 {
font-weight:normal;
font-decoration:none;
color: #666666;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}

a.sitemapLevel2 {
font-weight:normal;
font-decoration:none;
color: #666666;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}

a.sitemapLevel3 {
font-weight:normal;
font-decoration:none;
color: #666666;
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
}
.floated {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	width:105px;
}
.floated_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 105px;
}