a{  outline:none; }
A:link,A:visited,A:active {color:white;font-size:15px;font-weight:normal;font-family:Arial;text-decoration:none;}
A:hover{text-decoration:none;color:white;font-size:15px;font-weight:normal;font-family:Arial;text-decoration:none;}
.Textunderline{background-image:url(../images/grey-dot-right.gif);height:5px; align:center;}
.Heading{font-size:22px;font-weight:bold;font-family:Arial;color:#3B8EC0;line-height:25px;}
.Matter{font-size:12px;line-height:23px;font-family:Arial,sans-serif;padding:0px 0px 10px 20px;}

.Dotvertical{background-image:url(../images/grey-dot.gif);backgroung-repeat:repeat-y; height:3px;}
.Sideheading{font-size:16px;font-weight:bold;color:#4F4F4F;font-family:Arial;padding:0px 0px 10px 20px;}
.watwedo{font-size:12px;valign:top;color:#010101;font-weight:normal;valign:top;font-family:Arial;}
.RightMatter A:link,.RightMatter A:visited,
.RightMatter A:active{font-size:12px;valign:top;color:#010101;font-weight:normal;valign:top;font-family:Arial;}
.RightMatter A.hover{font-size:12px;valign:top;color:#010101;font-weight:normal;font-family:Arial; align:center;}
.Headingone{font-size:22px;font-weight:bold;font-family:Arial;color:#3B8EC0;padding:0px 0px 10px 20px;}
.Headerunderline{background-color:#F0F0F0; height:4px;}
.Footer{font-family:Arial;font-size:12px;color:#818181;}
.Headerdata{background-image:url(../images/head-blue-bg.jpg); height:37px; width:1px;}
.Readmore A:link,.Readmore A:visited,.Readmore A:active{font-family:Arial;text-decoration:none;color:0189F9;font-weight:normal;padding:0px 0px 0px 20px;font-size:10px;}
.Readmore A:hover {font-family:Arial;text-decoration:none;color:0189F9;font-weight:normal;padding:0px 0px 0px 20px;}

.Mattercs{font-size:12px;line-height:23px;font-family:Arial,sans-serif;}

.Sideheadingcs{font-size:16px;font-weight:bold;color:#3B8EC0;font-family:Arial;}
.Bodytext{font-size:12px;font-family:Arial,sans-serif;color:black;}

#menu{
	width:980px;
	height: 37px;
}
#LCurve{
	width:5px;
	height: 37px;
	float:left;
	background:url(../images/head-blue-left.jpg) no-repeat left top;
}
#mContent{
	width:970px;
	height: 37px;
	float:left;
	background:url(../images/head-blue-bg.jpg) repeat-x left top;
	color:#ffffff;
	font-size:10px;
	border:0;
}
#mContent a{
	color:#ffffff;
	padding: 0px 16px 8px 16px;
	text-decoration:none;
	border:0;
}
#RCurve{
	width:5px;
	height: 37px;
	float:left;
	background:url(../images/head-blue-right.jpg) no-repeat left top;
}
/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 8px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 0;
	border-top:none;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a{
	display: block;
	width: 230px; /*width of menu (not including side paddings)*/
	color: #ffffff;
	background-color: #0086cb;
	text-decoration: none;
	padding: 8px 5px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 230px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
	background-color: #669DFA;
	color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left:6px;
	border: 0;
}
.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 970;
	border: 0;
}

.mattblackmenu li{
	display: inline;
	margin: 1;
}

.mattblackmenu li {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 9px 2px; /*padding inside each tab*/
	/*border-right: 1px solid #ffffff;*/ /*right divider between tabs*/
	background:url(../images/menuSeperator.jpg) no-repeat right center;
	color: #ffffff;
	border: 0;
}
.mattblackmenu li.menuLast{background:none;}
.mattblackmenu li a:visited{color: white;}

 A.otherLink:link    { color:#0189F9; text-decoration:none; }
 A.otherLink:visited { color:#0189F9; text-decoration:none; }
 A.otherLink:hover   { color:Red; text-decoration:underline; }
 A.otherLink:active  { color:#0189F9; text-decoration:none; }

 A.footer:link    {font-family:Arial;font-size:12px; color:#818181; text-decoration:none; }
 A.footer:visited {font-family:Arial;font-size:12px; color:#818181; text-decoration:none; }
 A.footer:hover   {font-family:Arial;font-size:12px; color:Red; text-decoration:underline; }
 A.footer:active  {font-family:Arial;font-size:12px; color:#818181; text-decoration:none; }

#about_content_bg {
	background-color:#fff;
}
#about_content {
	width:980px;
	margin:0px auto;
	padding-top:20px;
	padding-bottom:40px;
}
#about_content p, h2 {
	text-align:justify;
	width:880px;
	margin:0px auto;
	padding-top:20px;
	color:#666;
}

#about_content ul {
	width:600px;
	margin:0px auto;
	color:#666;
}
#about_content ul li {
	margin-top:15px;
	list-style-type:disc;
	text-align:justify;
	list-style-position:inside;
}
#about_content p a {
	text-decoration:underline;
	color:#004caa;
}

#tour-sidebar {
	float : left;
}
#tour-sidebar ul {
	border-bottom : 2px solid #e0e0e0;
	float : left;
	margin : 0px 0 0 30px;
	padding : 0;
	width : 217px;
}
#tour-sidebar ul li {
	border-top : 2px solid #e0e0e0;
	display : block;
	list-style-type : none;
	margin : 0;
	width : 217px;
}
#tour-sidebar ul li a {
	cursor : pointer;
	display : block;
	height : 27px;
	margin : 3px 0 3px 0;
	padding : 5px 0 0 10px;
}
#tour-sidebar ul li a.active,
#tour-sidebar ul li a:hover {
	background : #eee url(images/tour-sidebar-list-bg.png) no-repeat;
	color : #b00;
}
#tour-content {
	border-top : 2px solid #e0e0e0;
	float : right;
	margin : 20px 0 0 0;
	text-align : justify;
	width : 640px;
	font-size:12px;
	line-height:23px;
	font-family:Arial,sans-serif;
	
}
#tour-content div h2 {
	color : #555;
	padding : 0;
	margin : 15px 0 0 0;
	width : 600px;
}
#tour-content div p {
	padding : 0;
	margin : 15px 0 0 0;
	width : 600px;
}
#tour-content div img {
	border : 1px solid gray;
	text-align : center;
	margin : 20px 0 0 0;
}

#tour-content a{
	text-decoration:underline;
	color:#8e0000;
}

#tour-content a:visited{
	text-decoration:underline;
	color:#8e0000;
}

#tour-content a:hover{
	text-decoration:none;
	color:#8e0000;
}

.myform{
margin:0 auto;
width:830px;
padding:14px;
}

#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}

.Mattercs1{
display:block;
text-align:right;
width:140px;
float:left;
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}



.Button
{
clear:both;
margin-left:38px;
width:125px;
height:31px;
background:#666666 url(/img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.careers-text{
	font-family: Arial,sans-serif;
	font-size:13px;
	line-height: 23px;
}
.careers-text1{
	font-family: Arial,sans-serif;
	font-size:12px;
	line-height: 23px;
}
