/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: white;
	line-height: 1.2;	
	margin: 66px 0px 0px 0px;
	padding: 0px;
	background-color: #002940;
}

h1{
	display:none;
}	
h2{
	font-size: 0.8em;
	font-weight: 600;
	letter-spacing: 50%;
}	

hr{
	clear: both;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#leftColumn{
	float: left;
	width: 10%;
	margin: 0px;
	padding: 0px;
}

#rightColumn{
  	float:right;
	width: 10%;
	margin: 0px;
	/*padding-right: 10px;*/
}

#contentColumn{
	float: left;
  	width: 75%;
}



/***********************************************/
/* Content Styles                                 */
/***********************************************/

#imagePanel {
	background-image: url(../image/home_background.jpg);
	height: 333px;
	background-position: center;
}
#radius_bl {
	width: 100%;
	height: 333px;
	background: url("../image/radius_4.gif") no-repeat bottom right; 
}
#radius_br {
	width: 100%;
	height: 333px;
	background: url("../image/radius_3.gif") no-repeat bottom left; 
}
#radius_tr {
	width: 100%;
	height: 333px;
	background: url("../image/radius_2.gif") no-repeat top right; 
	margin: 0;
}



#navPanel {
	font-size: 70%;
	height: 82px;
	background-image: url(../image/logo1.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navPanel ul{
	margin: 5px 0px 0px 0px;
}
#navPanel ul li{
	color: #80A2A6;
	display: inline;
	list-style-type: none;
	margin: 0 0.5em 0 0;
	font-weight: bolder;
	letter-spacing: 0.5px;
}
#navPanel ul li a{
	color: white;
	text-decoration: none;
}
#navPanel ul li a:hover{
	color: #80A2A6;
	text-decoration: underline;
}
#navPanel img {
	margin-top: 28px;
}

.contentPanel{
	clear: both;
	padding: 30px 0px 0px 0px;
	font-size: 1em;
}

.contentPanel p{
	font-size: 0.75em;
	margin: 0 0 0.66em 0;
}

.introPanel {
	float: left;
	width: 430px;

}

#newsPanel {
	width: 90px;
	float: right;
	margin-left: 10px;
	font-size: 90%;
	padding-left: 10px;
}
#newsPanel h3 {
	font-size: 0.8em;
}
#newsPanel p a{
	color: #80A2A6;
}
.newsSeparator {
	border-left: solid white 1px;
}
/* Footer Panel */
#footer {
	text-align: center;
	
}
#footer_content_column{
	font-size: 70%;
	height: 22px;
	text-align: right;
	padding: 10px 0;
}
#footer_content_column ul{
	margin: 5px 0px 0px 0px;
	float: right;
}
#footer_content_column ul li{
	color: #FFFFFF;
	display: inline;
	list-style-type: none;
	margin: 0 0 0 0.5em;
	letter-spacing: 0.5px;
}
#footer_content_column ul li a{
	color: white;
	text-decoration: none;
}
#footer_content_column ul li a:hover{
	color: #80A2A6;
	text-decoration: underline;
}
.stars {
	margin: 10px 0 0 0;
}
