@import url(http://fonts.googleapis.com/css?family=Gentium+Book+Basic:700);


body {
	/* Body formatting*/
	background: #808080;
	background-image : url(/images/tile.gif);
	padding:0;
	margin:0;
	
	/* Scrollbar colors*/
	/*scrollbar-face-color:#365C7C;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#A4B6BA;
	scrollbar-shadow-color:'';
	scrollbar-highlight-color:'';
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:''; */
	
}

.bodyText {
              /* bodyText style*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: normal;
              color: #000000;
              overflow: auto;
}

.blueText {
              /* bodyText style*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: normal;
              color:#010D4A;
              overflow: auto;
}

.blueTextExpertise {
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 11px;
              font-weight: normal;
              color:#010D4A;
              overflow: auto;
			  line-height:18px;
}


.blankText{
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: normal;
              color: #808080;
              overflow: auto;
}

.titleText {
              /* titleText style*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 12px;
              font-weight: bold;
              color: #FFFFFF;
}

.copyright {
              /* titleText style*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: normal;
              color: #B3C1CF;
              vertical-align: top;
              padding: 2px;
	          text-decoration: none;
}

.currentVehicle {
              /* Set menuCurrent font properties*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: normal;
              color: #FF9000;
			  text-decoration: underline;
}

#sidebar {
			   /* Set sidebarfont properties*/
			   font-family: "verdana", "Helvetica", san-serif;
			   font-size: 10px;
			   font-weight: normal;
			   color: #00126E;
	
			    /* Table proporties */
		        background-color: #C2C2C2;
			    padding: 4px;
			    float: right;
}

.linkTextsm {
              /* Set linkTextsm font properties*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: normal;
              color: #00126E;
}

a.linkTextsm {
              /* Set linkTextsm font properties*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: bold;
              color: #00126E;
}

a.linkTextsm:link {
              /* Set linkTextsm link color */
              color: #00126E;
              text-decoration: none;
}

a.linkTextsm:visited {
              /* Set linkTextsm link color */
              color: #00126E;
              text-decoration: none;
}

a.linkTextsm:hover {
              /* Set linkTextsm link color */
              color: #950000;
              text-decoration: none;
}

a.menuText {
              /* Set as block-level */
              display: block;
			  text-indent: 20px;
			  margin-top: 0px;

              /* Set menuText font properties*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 12px;
              font-weight: bold;
              color: #FF6E02;
}

a.menuText:link {
              /* Set menuText link color */
              color: #FF6E02;
              text-decoration: none;
}

a.menuText:visited {
              /* Set menuText link color */
              color: #FF6E02;
              text-decoration: none;
}

a.menuText:hover {
              /* Set menuText link color */
              color: #3A3A3A;
              text-decoration: none;
}

a.linkCopyright {
              /* Set linkTextsm font properties*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: normal
              color: #B3C1CF;
}

a.linkCopyright:link {
              /* Set linkTextsm link color */
              color: #B3C1CF;
              text-decoration: underline;
}

a.linkCopyright:visited {
              /* Set linkTextsm link color */
              color: #B3C1CF;
              text-decoration: underline;
}

a.linkCopyright:hover {
              /* Set linkTextsm link color */
              color: #f0F0F0;
              text-decoration: underline;
}

.footerLink {
              /* Set linkTextsm font properties*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight:normal;
              color: #FFFFFF;
}

a.footerLink:link {
              /* Set linkTextsm link color */
              color: #FFFFFF;
              text-decoration: none;
}

a.footerLink:visited {
              /* Set linkTextsm link color */
              color: #FFFFFF;
              text-decoration: none;
}

a.footerLink:hover {
              /* Set linkTextsm link color */
              color: #950000;
              text-decoration: none;
}

.footer{
	font-family: "verdana", "Helvetica", san-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A2A2A2;
}

a.email {
              /* Set linkTextsm font properties*/
              font-family: "verdana", "Helvetica", san-serif;
              font-size: 10px;
              font-weight: normal;
              color: #00126E;
}

a.email:link {
              /* Set linkTextsm link color */
              color: #00126E;
              text-decoration: none;
}

a.email:visited {
              /* Set linkTextsm link color */
              color: #00126E;
              text-decoration: none;
}

a.email:hover {
              /* Set linkTextsm link color */
              color: #00126E;
              text-decoration: underline;
}











/* MJS 
----------------------------------------------------------- */
#newsletter {
	overflow: hidden; 
	padding:30px 0; 
	font-family: Verdana, Arial, sans-serif;
	position: relative;
}

.sidebar {
	float: left; 
	width: 150px;
	padding: 0;
	background: #e1e1e1;
	position: absolute;
	bottom: 0;
	top:20px;
	font-weight: bold;
}

.sidebar ul {
	list-style: none;
	padding:0 0 30px 0;
	margin:0;
	
}


.sidebar a {
	display: block;
	color: #555;
	padding:8px 10px;
	text-decoration: none;
	font-size: 11px;
	border-bottom:1px solid #d1d1d1;
}

.sidebar a:hover {
	background: #ccc;
	color: #333;
}

.sidebar a.active {
	background: #FFF;
	color: #000;
	border-left:3px solid #890000;
	padding:8px
}

.sidebar h3 {
	font-weight: bold;
	font-size:13px;
	margin:0 0 0 0;
	padding:5px 10px;
	border-bottom:1px solid #28354a;
	background: #485366;
	color: #FFF;

}





#newsletter #content {
	margin-left:150px;
	padding: 0 20px;
	color:#333; 
	font-size:12px; 
	line-height: 17px;
	text-align:justify
}

#content h2 {
	color: #990000;
	font-size:20px;
	text-align: center;
	font-family: 'Gentium Book Basic', georgia, serif;
	font-weight: 700;
	margin-bottom: 8px;
	padding:0;
}

#content h3 {
	color: #666; 
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	margin:0 0 20px 0;

}


#newsletter p {padding-bottom:10px; margin:0}


span.news {position: relative; top:-2px}

.news a{
	text-decoration: none;
	color: #00126E;
}

.news a:hover {color:#950000}

