body {
	margin:8px 0px 0px 0px;
	background-color:#CCCCCC;
	background-image:url(../images/pageBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}
th,.th,.pricing:hover td,.pricing:hover td.inv,table.pricing>tbody>tr>td:active table td{
	background-image:url(../images/headerBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#00853F;
	color:#FFFFFF;
}

.inv, .green
{
	color:#00B156;
	font-weight:bolder;
}

.th .inv
{
	color:White;
}

.pricingTable
{
	padding:0;
	width:100%;
	border:solid 1px;
}

.pricingBorderBoth>td,.pricingBorderTop>td
{
	border-top:solid 1px;

}	
.pricingBorderBoth>td,.pricingBorder>td
{
	border-bottom:solid 1px;
}
.column>td
{
	border-left:solid 1px;
	border-right:solid 1px;
}
.pricingTable,.pricingBorderTop>td,.pricingBorderBoth>td,.pricingBorder>td,.column>td
{
	/*border-color:#CCC;*/
	border-color:#999999;
}

a:link { text-decoration: underline; color: #00853F}
a:visited { text-decoration: underline; color: #00853F}
a:active { text-decoration: underline; color: #00853F}
a:hover { text-decoration: underline; color: #00853F}
#navlist {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#navlist li {
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-bottom: 10px;
}
#navlist2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#navlist2 li {
	padding-left: 15px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-bottom: 5px;
}
#navlistQ {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
#navlistQ li {
	padding-left: 15px;
	background-image:url(../LocalizedImageHandler.ashx?imageName=bulletQ&imageType=gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-bottom: 20px;
}
div#containerMain {
	border:1px solid #999999;
	width:955px;
    margin-left: auto;
    margin-right: auto;	
}

.textAlignRight
{
	text-align:right;
}

/* Banner/Menu ********************************************************************/
#menuContainer ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menuContainer li { /* all list items */
	font-family:tahoma;
	font-size:9px;
	font-weight:bold;	
	border-right:1px solid #106345;
	padding:0px 7px 0px 7px;
	text-decoration:none;
	text-transform:uppercase;
	height:28px;
	text-align:center;
	line-height:3em;	
	background-image:url(/images/menuBG.jpg);
	float: left;
	position: relative;
}

#menuContainer li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 3em;
	left: 0;
}

li ul li
{
	width:9em;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menuContainer li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
		
div#bannerImg {
	background-image:url(../LocalizedImageHandler.ashx?imageName=bannerImg&imageType=jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:955px;
	height:68px;
	text-align:right;
}	
div#languageSelector {
	font-family:tahoma, verdana;
	text-align:right;
	right:10px;
	top:20px;
	color:#666666;
	padding-right:10px;
	padding-top:3px;
}	

.language:link { text-decoration: underline; color: #666666}
.language:visited { text-decoration: underline; color: #666666}
.language:active { text-decoration: underline; color: #666666}
.language:hover { text-decoration: underline; color: #666666}

div#menuContainer {
	background-image:url(/images/menuBG.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:28px;
	width:100%;
}	
div#menuItem {
	font-family:tahoma;
	font-size:9px;
	font-weight:bold;	
	border-right:1px solid #106345;
	padding:0px 7px 0px 7px;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	height:28px;
	text-align:center;
	line-height:3em;	
}	
div#menuItem-sp {
	font-family:tahoma;
	font-size:9px;
	font-weight:bold;	
	border-right:1px solid #106345;
	padding:0px 5px 0px 5px;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	height:28px;
	text-align:center;
	line-height:3em;	
}	

.linkMenu:link { text-decoration: none; color: #CCFFCC}
.linkMenu:visited { text-decoration: none; color: #CCFFCC}
.linkMenu:active { text-decoration: none; color: #FFFFFF}
.linkMenu:hover { text-decoration: none; color: #FFFFFF}

/* Footer ****************************************************************/	

div#footer {
	font-family:tahoma, verdana;
	font-size:10px;
	color:#999999;
	background-color:#333333;
	border-top:1px solid #CCCCCC;
	padding:0px 20px 0px 20px;
	height:25px;
}

.linkFooter:link { text-decoration: underline; color: #CCCCCC}
.linkFooter:visited { text-decoration: underline; color: #CCCCCC}
.linkFooter:active { text-decoration: underline; color: #CCCCCC}
.linkFooter:hover { text-decoration: underline; color: #FFFFFF}

/* Home Page ****************************************************************/		

.panelIntro {
	background-image:url(../images/leftPanelBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border-right:1px solid #CCCCCC;
	border-bottom:2px solid #FFFFFF;
	height:274px;	
}
div#txtIntro {
	line-height:14px;
	padding:0px 20px 0px 20px;
	color:#CCCCCC;	
}

a#linkIntroPage:link { text-decoration: none; color: #CCCCCC}
a#linkIntro:link { text-decoration: none; color: #FFFFFF}
a#linkIntro:visited { text-decoration: none; color: #FFFFFF}
a#linkIntro:active { text-decoration: none; color: #FFFFFF}
a#linkIntro:hover { text-decoration: underline; color: #FFFFFF}

.panelPlayer 
{
	background-color: #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:0px solid #FFFFFF;
	height:276px;
}
.panelImg {
	background-image:url(../images/bkgdPanelImg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	border-bottom:0px solid #FFFFFF; 
	height:276px;
}
.panelNewsAnnouncements {
	background-image:url(../LocalizedImageHandler.ashx?imageName=panelNewsAnnouncements&imageType=jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;	
	vertical-align:top;
	padding-top:35px;	
}	
div#NewsAnnouncements {
	padding:0px 20px 0px 20px;
	line-height:14px;
	vertical-align:top;
}
.NewsAnnouncementsImg {
/*	float:left; */
	padding-right:10px;	
	padding-bottom:10px;	
}
.NewsAnnouncementsTxt {
/*	float:left; 
	width:215px; */
	padding-bottom:20px;
}
.panelReasonsToBuy {
	background-image:url(../LocalizedImageHandler.ashx?imageName=panelReasonsToBuy&imageType=jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	vertical-align:top;	
}
div#txtReasonsToBuy {
	padding:30px 20px 20px 20px;
	font-size:11px;
}

.panelMTR {
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	vertical-align:top;	
}
div#txtMTR {
	padding:50px 50px 20px 20px;
	font-size:14px;
}


.NewMarquee{
	font-size:10px;
	color:Red;
	font-weight:bold;
}


/* Detail Page ****************************************************************/	

.panelDetailContent {
	background-image:url(../images/panelDetailContent.jpg);
	background-position:top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	vertical-align:top;
	height:500px;
}	
.panelDetailAddress {
	/*background-image:url(../images/panelDetailContent.jpg);*/
	background-position:top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
	padding:10px 20px 20px 20px;
	/*height:500px;*/
}	
.panelDetailImg{
	background-image:url(../images/panelDetailImg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#F2F2F2;
	border-left:1px solid #CCCCCC;		
	vertical-align:top;
	text-align:center;
	padding-top:20px;
}	
div#txtDetail {
	padding:10px 20px 20px 20px;
	line-height:14px;
	vertical-align:top;		
}
div#txtDetail1 {
	padding:60px 20px 20px 20px;
	line-height:14px;
	vertical-align:top;		
	font-size:14px;
}
.pageTitle {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color:#00853F;
}
.sectionTitle {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#000000;
	line-height:2em;
	vertical-align:bottom;
}
.sectionBorder
{
	border-bottom:1px solid #DDDDDD;
}
input.Button {
	font-size: 10px;
	font-weight: bold;	
	font-style: normal;
	font-family: tahoma, Verdana;
	text-transform:uppercase;	
	color: #FFFFFF;	
	padding-top:2px;
	padding-bottom:2px;
	border-top: #CCFF66 1px solid;
	border-left: #CCFF66 1px solid;
	border-right: #669900 1px solid;	
	border-bottom: #669900 1px solid;
	background-color: #00853F;
	background-image: url(../images/headerBG.jpg);
	background-position:center;
}
.formLabel {
	font-weight:bold;
	padding-right:10px;
}	
.contactUsCell {
	padding:5px 20px 5px 0px;
	vertical-align:top;
}	
.contactUsCellBorder {
	padding:5px 20px 5px 0px;
	border-top:1px solid #DDDDDD;
	vertical-align:top;	
}	
.deadCell {
	background-color:#f5f5f5; 
	background-image:url(../images/deadcellBG.gif);
}	
.rowOdd
{
	background-color:#f5f5f5;
}	
.headerBG2 {
	background-image:url(../images/headerBG2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#000000;
}	
.dimensionDataLabel {
	color:#00853F;
	font-weight:bold;
	height:40px;
	vertical-align:top;
	text-align:center;
}
.dimensionDataImg {
	padding-top:0px;
	padding-bottom:10px;	
	vertical-align: middle;
	text-align:center;
}
.dropdownlist {
	font-size: 11px;
	color:#333333;	
	font-family: Tahoma, Verdana;
	border-right: #99FF33 1px solid;
	border-top: #006600 1px solid;
	border-left: #006600 1px solid;
	border-bottom: #99FF33 1px solid;
}

/* Grids ****************************************************************/	
.gridView {
	border-collapse:collapse;
	padding:5px;
}

/* Employement ****************************************************************/	
.JobTitle {
    font-family:tahoma;
	font-size:11px;
	font-weight:bold;	
	text-decoration:none;
	float:left;
	text-align:left;
	padding-bottom:10px;
}
.JobLocation {
    font-family:tahoma;
	font-size:14px;
	font-weight:bold;	
	text-decoration:none;
	float:left;
	text-align:left;
}
.JobDescription {
    font-family:tahoma;
	font-size:11px;
	font-weight:normal;	
	text-decoration:none;
	float:left;
	text-align:left;
	color:#000000;
}
.JobApp {
    font-family:tahoma;
	font-size:11px;
	font-weight:bold;	
	text-decoration:none;
	float:left;
	text-align:center;
	color:#000000;
}