body
{
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 90%; 
	background-color: #FFFFF;
	background: url(images/mainbckop2.jpg) repeat-x top left;
	/*background: url(images/back.jpg) repeat-x top left;*/

}


h4 {
	margin-top: 10px;
	padding-top: 5px;
 	margin-bottom: 2px;
 	padding-bottom: 2px;
}

#bodyarea {
	width: 100%;
	position: relative;

}

#sitebtm {
background-color: #AF0202;
position: relative;
left: 0;
bottom: 0;
width: 100%;
height: 50px;

}

#sitebtm-shad {
	position: absolute;
	top: -20px;
	height: 70px;
	width: 100%;
	background-color: #AF0202;
	z-index: 1;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h5 {
	padding-bottom: 5px;
	margin-bottom: 0px;
}

img
{ 
	z-index: 0;
	border: 0;
}  

#pcontainer
{
	position: relative;
	display: block;
	width: 955px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	margin: auto auto;
	background-color: #FFFFFF;
	border: dotted;
	border-color: #FDC9C1;
	border-width: 1px;
	z-index: 2;
	
}

#container
{
	width: 955px;
	background-color: #FFFFFF;
	text-align: left;
	/*border: solid;
	border-color: #A70E0E;
	border-width: 1px;*/
}


.docL1 {
	width: 150px;

}


#content
{
	min-height: 400px;
}

#banner
{
	width: 955px;
	position: relative;
	height: 70px;
	/*background-image: url(images/header-bck.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;*/
}

#banner-logo
{
	float: left;
	margin-top: 3px;
	margin-left: 20px;
}

#banner-slogan
{
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

#search-area
{
	float: right;
	height: 30px;
	width: 240px;
}

.search-box
{
	width: 152px;
	height: 16px;
	background-color: #FFDFDF;
	margin-top: 4px;
	margin-left: 10px;
	padding-left: 10px;
	float: left;
	/*border: solid;
	border-color: red;
	border-width: 1px;*/
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 12px;
	color: red;
}

.search-go
{
	width: 35px;
	height: 20px;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #FFFFFF;
	background-color: red;
	border: solid;
	border-color: gray;
	border-width: 1px;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 11px;
	font-weight: bold;
}

#menu
{
	position: relative;
	height: 30px;
	width: 955px;
	background-image: url(images/nmenubck.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}


.menu-item
{
	float: left;
	display: block;
	height: 30px;
	width:100px;
	background-image: url(images/nmenubck.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-right: 1px solid #FF6666;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 14px;
	text-decoration: none;
	color: #FEE4E0; 
	z-index: 1000;
}




.menu-item a
{
	float: left;
	padding-top: 5px;
	display: block;
	height: 25px;
	width:100px;
	background-image: url(images/nmenubck.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	border-right: 1px solid #FF6666;
	text-align: center;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 12px;
	text-decoration: none;
	color: #FEE4E0; 
	z-index: 1000;
}



.menu-item:hover {
	background-image: url(images/menu-hover-bck.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: underline;
}

.menu-item:hover a{
	background-image: url(images/menu-hover-bck.jpg);
	background-repeat: repeat-x;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: underline;
}

.drop-menu
{
	z-index: 15;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100px;
	height: auto;
	visibility: hidden;
	background-color: #FFFFFF;
}

.drop-menu-item
{
	z-index: 16;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	width: 150px;
	height: 25px;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	color:#333333;
	font-size: 12px;
	background-color: #FFFFFF;
	/*background-color: #FFFFFB;*/
	border-bottom: 1px dotted #FFE2E2;
	z-index: 1000;
}

.drop-menu-item a
{
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	color:#333333;
	font-size: 12px;
	text-decoration: none;
	/*background-color: #FFFFFB;*/
}



.drop-menu-item:hover
{
	background-image: url(images/menu-bck.jpg);	
	background-repeat: repeat-x;
	background-position: top left;
	color: white;
	font-size: 13px;
	cursor: pointer;
}

.drop-menu-item:hover a
{
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	color:#FFFFFF;
	font-size: 12px;
	/*background-color: #FFFFFB;*/
}


#breadcrumb
{
	z-index: 10;
	height: 19px;
	width: 945px;
	margin-top: 5px;
	padding-left: 10px;
	/*border: solid;
	border-color: red;
	border-width: 1px;*/
	background-image: url(images/breadcrumb-bck.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	color: red;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	font-size: 12px;
}

#breadcrumb a
{
	color: red;
}



#footer
{
	display: block;
	width: 955px;
	height: auto;
	
	/*background-position: bottom left;
	background-image: url(images/footer-bck.jpg);
	background-repeat: repeat-x; */
	margin-top: 20px;
	background-color: #FEE4E0;
	padding-bottom: 2px;
	margin-bottom: 5px;

}

#left-sidebar
{
	float: left;
	width: 250px;
	min-height: 1px;
	height: auto;
	z-index: 1;
}

.box
{
	margin-top: 20px;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-left: 10px;
	width: 220px;
	height: auto;
	background: url(images/shadow.gif) no-repeat 100% 100%;
}

.box-header
{

	width: 219px;
	height: 40px;
	overflow: hidden;
	background-position: top left;
	background-image: url(images/left-box-header-bck.jpg);
	background-repeat: repeat-x; 
}

.box-content
{
	min-height: 100px;
	width: 218px;	
	height: auto;
	background-image: url(images/left-box-content-bck.jpg);
	background-repeat: repeat-x;
 	background-position: top left;
	padding-bottom: 10px;
  
}

.nbox {
	margin-top: 20px;
	width: 236px;
	margin-left: 2px;
	height: auto;
}

.nboxr {
	margin-top: 20px;
	width: 234px;
	margin-left: 2px;
	height: auto;

}

.nboxrheader {
	width: 234px;
	height: 27px;
	background: url(images/sidebar/blankheader.jpg) no-repeat top left #FFFFFF;
	padding-left: 10px;
	padding-top: 2px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#servicessidebar {
	background: url(images/sidebar/servicesbtm.jpg) no-repeat bottom left #ECECED;
	padding-bottom: 10px;
}

#servicessidebarn {
	background: url(images/n/sidectnbottom.jpg) no-repeat bottom left #F9F0DB;
	padding: 0px;	
	margin: 0px;
	padding-bottom: 10px;
}

#servicessidebarn ul {
	padding: 0px;
	margin: 0px;
	padding-left: 2px;
}

#movingsidebar {
	background: url(images/sidebar/movingbtm.jpg) no-repeat bottom left #F5D7D7;
	padding-bottom: 10px;
}
#newssidebar {
	background: url(images/sidebar/newsbtm.jpg) no-repeat bottom left #FBF4EA;
	padding-bottom: 50px;

}

.blanksidebar {
	padding-bottom: 50px;

}

.yellowbox {
	
	margin-right: 5px;
}



.yellowbox ul {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin: 0px;
	padding-bottom: 5px;

}

.yellowbox li {
	background: url(images/sidebar/yellowboxlibck.jpg) repeat-y top left;
	list-style: none;
	margin-left: 1px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

.yellowbox li:hover{
	background: url(images/sidebar/yellowboxlibckhvr.jpg) repeat-y top left;

}

.yellowbox li a{
	color: #000000;
}


.greybox {
	
	margin-right: 5px;
}



.greybox ul {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin: 0px;
	padding-bottom: 5px;

}

.greybox li {
	background: url(images/sidebar/greyboxlibck.jpg) repeat-y top left;
	list-style: none;
	margin-left: 1px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}

.greybox li:hover{
	background: url(images/sidebar/greyboxlibckhvr.jpg) repeat-y top left;

}

.greybox li a{
	color: #000000;
}


.moving-item
{
	list-style: none;
	color:#666666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 8px;
	cursor: pointer;
}


.moving-item a
{
	list-style: none;
	color:#666666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 8px;
	cursor: pointer;
}


.moving-item-new
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color:#000000;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 6px;
	cursor: pointer;
}

.moving-item-new a
{
	list-style: none;
	color:#000000;
	font-size: 12px;
	text-decoration: underline;
	margin-top: 6px;
	cursor: pointer;
}


.moving-item-new2
{
	list-style: none;
	padding: 4px;
	margin: 0px;
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	margin-top: 6px;
	cursor: pointer;
	background: url(images/sidebar/yellowboxlibckhvr2.jpg) repeat-y top right;
}
.moving-item-new2 a
{
	padding-left: 10px;
	list-style: none;
	color:#AA0202;
	font-size: 12px;
	text-decoration: none;
	margin-top: 6px;
	cursor: pointer;
}


.nbox ul
{
	padding: 0;
	margin: 0;
	padding-left: 20px;
}



.directory-item
{
	padding-left: 12px;
	width: 95px;
	list-style: none;
	color:#666666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 8px;
	cursor: pointer;
}

.news-item-summary
{
	width: 200px;
	margin-left: 10px;
	height: auto;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
}

.news-item-summary h4
{
	margin-top: 0px;
	padding-top: 0px;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	color: black;
	font-size: 12px;
	text-decoration: underline;	
	margin-bottom: 2px;
	font-weight: bold;
}

.news-item-summary h5
{
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	margin-top: 1px;
	padding-left: 1px;
	color: black;
	font-size: 10px;
	text-decoration: none;	
	margin-bottom: 2px;

}

.news-item-summary h6
{
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	margin-top: 1px;
	padding-left: 5px;
	color:#666666;
	font-size: 10px;
	text-decoration: none;	
	margin-bottom: 10px;

}


.news-item-summary a
{
	color: black;
}


#middle-content
{
	float: left;
	width: auto;
	height: auto;
	font-weight: normal;
}

.pcontent {
	float: left;
	padding: 10px;



}

#right-content
{
	float: left;
	height: auto;
	
}

#globe
{

}

#irvid {

	position: relative;
	z-index: 11;
	top: 10px;
	left: -85px;

}

#scontent
{
	height: 100px;
	width: 450px;
	text-align: left;
	margin: auto auto;
	border: 1px dotted #AD0505;
	overflow: auto;
	font-weight: normal;
}

.bottom-links
{
	float: left;
	font-size: 10px;
	color:#666666;
	padding-left: 10px;
	font-weight: normal;
	
}

.bottom-links a
{
	font-size: 11px;
	color:#666666;
	padding-left: 10px;
	font-weight: normal;
}

#site-copyright
{
	font-size: 12px;
	padding-right: 10px;
	color:#666666;
	font-weight: normal;
	 
}


#trade_login
{
	margin: auto auto;
	width: 500px;
	text-align: left;
	/*border: 1px solid red;*/
	height: 300px;
	margin-top: 50px;
	margin-bottom: 50px;

}

	#trade_login .txt
	{
		width: 200px;
		font-size: 14px;
		padding: 5px;
		border: 1px solid red;
		margin: 5px;

	}

	.tradetxt {
		width: 250px;


	}


	.tradetext
	{
		width: 250px;
		font-size: 16px;

	}

	#trade_login .btn
	{
		width: 150px;
		background-color: #FFDBDB;
		font-size: 16px;
		padding: 5px;
		border: 1px solid red;
		margin: 5px;

	}

#trade_system
{
	margin: auto auto;
	width: 550px;
	text-align: left;
	/*border: 1px solid red;*/
}

 .tradetable{
	width: 550px;
	padding-top: 30px;
	margin-bottom: 30px;
	
 }

 .tradetable a,.tradetable a:hover{
	text-align: center;
	color: #A90000;
	text-decoration: underline;
	
 }

#tradeterms {
	width: 550px;
	background-color: #FFDDDD;	
	font-size: 12px;	
	padding: 5px;
	padding-top: 1px;
}
	
#tradeterms h5 {
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;

}

 .ajaxload {
	background-color: white;
 }

 .tradetable tr {

	
 }

 .tradetable td {
	font-size: 90%;
	background-color: #FFDDDD;
	border-bottom: 5px solid white;
	padding: 2px; 

 }

#quoterow {
	font-size: 16px;
	font-weight: bold;

}


#right_banner_dir {
	/*background-color: red;
	height: auto;
	width: auto;*/


}

.pan-photo {
	width: 150px;
	height:auto;	
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	opacity: .7;
	filter: alpha(opacity=70);
	background-color: #FFFFFF;

}

.dir {
	
	margin-right: 5px;
}



.dir ul {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin: 0px;
	padding-bottom: 5px;

}

.dir li {
	background-color: #FFE0E0;
	list-style: none;
	margin-left: 1px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px dotted red;
}

.dir li .sub {
	background-color: #FFE0E0;
	list-style: none;
	margin-left: 1px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom: 1px dotted red;
}


.dir li a{
	color: #000000;
}

.dir li .sub a{
	color: #666666;
}

.plink {
	margin-left: 10px;
}

.plink a {
	color: #AA1113;
	font-size: 16px;
	text-decoration: underline;
}


.ccontent {
	color: #666666;
}

/*.pan-image {
	float: left;
	margin-right: 20px;
	background-image: url(images/lg-image-bdr.jpg);
	height: 157px;
	width: 160px;
	padding-right: 5px;
	padding-bottom: 8px;
	text-align: center;
	line-height: 157px;

}*/


.pan-image {
	float: left;
	margin-right: 20px;
	background-image: url(images/proid_bck.jpg);
	height: 190px;
	width: 110px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 8px;
	text-align: center;
	line-height: 157px;

}

.news_left_item {
	height: 100px;
	padding: 10px;
	border-bottom: 1px dotted red;
	margin-bottom: 10px;
}

.news_item {
	width: 	650px;
	margin-left: 10px;
	padding: 10px;
	background-color: #FFF7F7;
	margin-top: 10px;
	margin-bottom: 40px;
	
}
.news_item h2{
	width: 	640px;
	margin-left: 5px;
	padding-top: 0px;
	margin: 0 0;
	padding: 5px;	
	font-size: 16px;
	color: #AA000000;
	background-color: #FFE5E5;
	border: 1px dashed #FFFFFF;
	

}

.news_btm {
	width: 	640px;
	font-size: 11px;
	padding: 10px;
	text-align: right;
	color: #AA0000;

}

#c_store {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 221px;
	height: 226px;
	margin-left: 10px;
}

#cform td{
	padding: 10px;

}

.ctxt {
	width: 300px;

}

.cbtn {
	background-color: #FFFFFF;
	border: 1px outset #A90000;
}

.cinfo h3 {
	margin-top: 20px;

}


.dirpage h3 {
	
	margin: 0px;
	margin-top: 20px;
	color: #5B5B5B;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0px;
	font-weight: bold;

}


.destlink {
	color: #AA0000;
	text-decoration: underline;

}

#facts {

	width: 240px;
	margin-left: 10px;
	background-color: #FBF4EA;
	border: 1px solid #AA0000;
	padding: 10px;

}

#facts h3 {
	color: #5B5B5B;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}

#facts ul {
	padding: 0px;
	margin: 0px;

}


#facts li {
	list-style-type: none;
	width: 225px;
	padding: 8px;
	margin: 0px;
	margin-bottom: 10px;
	font-size: 12px;	
	color: #5B5B5B;
}

#dirguide {
	color: #5B5B5B;
	font-size: 11px;
}

#dirguide h3 {
	color: #5B5B5B;
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;

}

#dirguide a {
	color: #AA0000;
	font-size: 14px;
	text-decoration: underline;
	
}

.ccontent {
	background-color: #FEE6E6;
	padding: 10px;
	font-size: 12px;	
	color: #5B5B5B;
}

.ccontent a {
	font-size: 16px;
	color: #AA0000;

}

.cccontentheader {
	padding: 5px;
	background-color: #F9D4D4;
	font-size: 14px;
	font-weight: bold;
	color: #5B5B5B;
}

#dirimages {
	background-color: #EBEBEB;
	padding-top: 10px;
	padding-bottom: 10px;
	border: #5B5B5B;
	width: auto;
	height: 130px;
}

.dirimage {
	position: relative;
	padding: 1px;
	padding-left: 22px;	
	float: left;
	width: 100px;

}

#documentsTab {
	

}

#documentsTab td{
	height: 30px;
	border-bottom: 1px solid #DBDBDD;

}

.documentsFileLink {
	width: 200px;
}

.documentsFileDesc{
	width: 450px;
	height: 50px;

}

#iframebx {
	border-top: 0;
	border-left: 1px dotted red;
	border-right: 1px dotted red;
	border-bottom: 0;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#ifshad {
	padding-bottom: 55px;
	background: url(images/shadowef.jpg) repeat-x bottom left;
	border: none;
	width: 752px;
}

#ifshadcg {
	padding-bottom: 55px;
	background: url(images/shadowef.jpg) repeat-x bottom left;
	border: none;
	width: 752px;
}

.clink a {
	color: red;
	padding-left: 10px;

}

.CPName {
	width: 400px;
	border-bottom: 1px dashed red;
	height: 25px;

}

.CPLink {
	width: 150px;

}

.accepted {
	background-color: #C2FFA6;
	border: 1px solid #2A5F00;
	width: auto;
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	font-size: 12px;

}






















/* OMNI */
.member td {	
background: #dddddd;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left;
color:#000000;
width:300px;
border-bottom:2px solid white;
border-right:2px solid white;
padding:2px;
padding-left:5px;
height:22px;
}

.member input{
background-color:#dddddd;
width:290px;
border:0px;
}

.member th {
background: #bbbbbb;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
text-align:left;
color:#660000;
width:250px;
border-bottom:2px solid white;
border-right:2px solid white;
padding:2px;
padding-left:5px;
height:22px;
}

.report table { }

.report td {
background: #dddddd;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
text-align:left;
}

.report th {
background: #bbbbbb;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
text-align:left;
}

.report button { border:1px; }

em.b{
	font-weight: bold;
}

.table350 {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
border : 1 px;
font-size : 11 px;
border-width : 1 px;
border-color : #990000;
width : 350;
border-style : solid;
padding : 3px;
}

.table450 {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
border : 1 px;
font-size : 11 px;
border-width : 1 px;
border-color : #990000;
width : 450;
border-style : solid;
padding : 3px;
}

.table600 {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
border : 1 px;
font-size : 11 px;
border-width : 1 px;
border-color : #990000;
width : 600;
border-style : solid;
padding : 3px;
}

.cell {
background : #F0F0F0;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size : 11 px;
}

.customs_text {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 6px;
margin-left: 0px;
}

.customs_heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bolder;
font-variant: normal;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 4px;
margin-left: 0px;
color: #CC0000;
text-transform: capitalize;
}

.customs_subheading {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
margin-top: 5px;
margin-right: 0px;
margin-bottom: 4px;
margin-left: 0px;
}

.formfieldrs {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
width:292px;
}

#restrictedfield {
color: Blue;
font-weight:bold;
font-size:13px;
}

.blackfield {
color: Black;
font-weight:bold;
font-size:13px;
}

.reports td {	
background: #dddddd;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:left;
color:#000000;
border-bottom:2px solid white;
border-right:2px solid white;
padding:2px;
padding-left:5px;
height:22px;
}

.reports input { background-color:#dddddd; border:0px; }

.reports th {
background: #bbbbbb;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
text-align:left;
color:#660000;
border-bottom:2px solid white;
border-right:2px solid white;
padding:2px;
padding-left:5px;
height:22px;
}

.watertext { color:#aaaaaa; }

.destinations {
	padding-bottom: 12px;	
}

p
{
	margin-top: 1px;
	text-align:left;
}

.tHeaderBar {
	background: #CC0000;
	color: #FFFFFF;
	font-size:16px;
	line-height:20px;	
}

.middle_content
{
	clear:both;
	float:left;
	text-align:left;
}

.heading {
font-family: arial; 
font-size: 18px; 
font-weight: bold; 
color: #cc0000;
}

.subheading {
font-family: arial; 
font-size: 12px; 
font-weight: bold; 
color: #cc0000;
}

.default{
font-family: arial; 
font-size: 12px; 
color: #000000;
}

.menu {
	display:block;
	float:left;
	padding:0px;
	margin:0px;
}

.menu li {
	float:left;
	display:block;
	font-weight:bold;
	padding:0;
	margin:0;
}

.menu li a.bullet {
	float:left;
	display:block;
	font-weight:bold;
	padding:2px;
	margin: 0 8px 2px 0;
}

.menu li a, .menu li a:link, .menu li a:active, .menu li a:visited {
	float:left;
	display:block;
	font-weight:bold;
	padding:2px;
	margin: 2px 8px 6px 0;
}

.menu li a:hover {
	font-weight:bold;
	border-bottom:2px solid #666;
	margin: 4px 10px 2px 2px;
	padding:0px;
}

.pSubMainTitle, .small_gold, h1, h2,.pLabel, .pTitle {
	color: #cc0000;
}

h1.small_gold, h1 {
	font-size:18px;
	color: #CC0000;	
	clear:both;
}

/* Mootools Accordian */

#accordion{
	width: 450px;
	/*margin:10px 0px;*/
	padding: 0px;
}

#accordion h2 {
	padding:3px 0px 3px 6px !important;
	margin:0px !important;
}

#accordion h1 {
	margin:0px !important;
}


#accordion p {
	margin:10px !important;
	
}

#accordion a {
	text-decoration: none;
	color: red;
}

#accordion strong {
	text-decoration: none;
	color: red;	
}

h2.toggler{
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #AA0202;
	color: #fff;
	margin: 0 0 4px 0;
	padding: 3px 5px 1px;

}

h1.toggler{
	cursor: pointer;
	border: 1px solid #f5f5f5;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #AA0202;
	color: #fff;
	margin: 0px 0px 4px 0px;
	padding: 3px 5px 1px 0px;
	clear: none;
}

.element {
	margin-top: 1px;

}

.news-item-summary-date {
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	margin-top: 1px;
	padding-left: 1px;
	color: black;
	font-size: 10px;
	text-decoration: none;	
	margin-bottom: 2px;
	font-weight: bold;
}

.news-item-summary-title{
	margin-top: 0px;
	padding-top: 0px;
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	color: black;
	font-size: 12px;
	text-decoration: underline;	
	margin-bottom: 2px;
	font-weight: bold;

}

.news-item-summary-more {
	font-family: Trebuchet MS, Trebuchet MT, lucida sans,lucida grande,verdana,tahoma,arial,helvetica,sans-serif; 
	margin-top: 1px;
	padding-left: 5px;
	color:#666666;
	font-size: 10px;
	text-decoration: none;	
	margin-bottom: 10px;
font-weight: bold;

}
