/* CSS Document */

body {
	padding: 0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif, "Times New Roman";
	font-size: 12px;
	color: #000;
	line-height: 120%;
	background: #666;
	}
	
#container {
	
	margin: 0;
	width: 775px;
	padding: 0;
	background: #7A003C url(../images/rhpanel.gif) no-repeat  top 225px;  
	}
	
#lhpanel {
	float: left;
	width: 225px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #666 url(../images/lhpanel.gif) no-repeat; 
	}
	
#rhpanel {
	float: left;
	width: 550px;
	height:100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: #7A003C url(../images/rhpanel.gif) no-repeat; 
	}

#logo {
	float:left;
	width: 250px;
	height: 87px;
	margin: 0;
	padding: 0 0 0 370px;
}

#menu {
	clear: left;
	float:left;
	width: 550px;
	height: 34px;
	margin: 0;
	padding: 0;
	background-color: #333;
}

#content {
	clear: left;
	float:left;
	width: 520px;
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 10px 30px 0 20px;
	}
	
#cgi {
	width: 500px;
	clear:both;
	float: left;
	height:80px;
	}
	
	
	
#footer {
clear:left;
padding: 4px 0 4px 170px;
width: 330px;
margin: 0 20px 20px 20px;
height: 30px;
font-size: 10px;
color:#fff;
text-align: right;
border-top: 1px dashed #fff;
border-bottom: 1px dashed #fff;
}

#footer p {
	font-size: 10px;

}

#footer a {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#base {
clear:both;
background: #666; 
}



/*=================================================================== 
	
LINKS 

=================================================================== */

a {
	color: #ff6699;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 3px 0 3px;
}
a:hover, a:focus {
	text-decoration: underline;
	color:#FFCCFF;
}

#content a {
	color: #ff6699;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover, a:focus {
	text-decoration: underline;
	color:#FFCCFF;
}

/*=================================================================== 
	
TABLES

=================================================================== */


th {
	font-size: 12px;
	color: #e20a16;
	text-align: left;
	font-weight: bold;
	padding: 8px 5px;
}

td {
	border-top: 0px dotted #666;
	padding: 8px 5px;
}

.noBorder {
	border: none;
}



/*=================================================================== 
	
FORM

=================================================================== */


form {
		margin:0 0 0 0;
		padding:4px 0 0 0;
	}
		
input, textarea {
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid  #b5063f;
}

select {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	padding: 0;
	border: 1px solid #b5063f;
}

/* This is a fix which forces the #wrapper to go round the page content */
.FloatFix {
	clear: both;
}



/*=================================================================== 
	
TEXT FORMATTING

=================================================================== */

h1 {
	color: #999;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin:0 0 6px 0;
	padding:0 0 0 0;
}

h2 {
	color: #ff6699;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin:18px 0 10px 0;
	padding:0 0 0 0;
}

h3 {
	clear:both;
	color: #999;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	padding: 8px 0 2px 0;
	margin: 0;
}

h4 {
	color: #ff3366;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 0;
}

h5 {
	
	color: #b5063f;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px 0 0 0;
	margin: 0;
}

h6 {
	color: #ff3366;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin: 0;
}

hr {
	border: none 0; 
	border-top: 1px dashed #fff;/*the border*/
	padding: 10px 0 0 0;
	margin: 0;
	width: 96%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}

p {
font-size: 12px;
line-height: 18px;
color:#fff;
padding: 6px 10px 0 0;
margin: 0;

}

#rhpanel ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 0 0;
}

#rhpanel li {
	margin: 0 0 0 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding: 0px 0 6px 0;
	/*background: url(../images/icon.jpg) no-repeat;*/
}

#content ul {
	list-style: none;
	padding-left: 0;
	margin: 8px 0 0 0;
}

#content li {
	margin: 0 0 0 0;
	padding: 0px 0 6px 14px;
	font-size: 12px;
	color: #fff;
	line-height: 18px;
	background: url(../images/icon2.jpg) no-repeat;
}

#addresses {
	margin-top: 10px;
	clear: both;
	font-size: 10px;
	line-height: 13px;
	color: #fff;
	}
	
#address1 {
	float:left;
	width: 173px;
	}
	
#address2 {
	float:left;
	width: 173px;
	}
	
#address3 {
	float:left;
	width: 173px;
	}
	
#address4 {
	float:left;
	width: 250px;
	}
	
#address5 {
	float:left;
	width: 250px;
	}
	
#newspanel {
	float:left;
	width: 310px;
	}

#newspanel2 {
	float:left;
	width: 190px;
	}
	
#locpanel {
	float:left;
	width: 330px;
	}
.whiteText {
	color: #fff;
}

.source {
	color: #ff6699;
	font-size: 10px;
}

.thumbNail {
border: 1px dashed #999;
margin: 0 10px 0 0;
padding: 0;
}

.fingerNail {
border: 1px dashed #999;
margin: 10px 0 20px 0;
padding: 0;
}

.icon {
border-left: 1px dotted #fff;
border-top: 0;
border-bottom: 0;
border-right: 0;
margin: 0 10px 0 14px;
padding: 0 0 0 10px;
}

.hiddenPic {
display:none;
}


