/***********************************************/
/* frontrow.css                            */
/***********************************************/

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

body{
	font-family: "normal 62.5% Tahoma", sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_back_news.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

a:link, a:visited, a:hover {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: "normal 62.5% Tahoma", sans-serif;
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 20px;
	color: #0099CC;
	letter-spacing: 2px;
	font-weight: normal;
}

h2{
	font-size: 16px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}

h3{
	font-size: 16px;
	color: #003366;
	letter-spacing: 1px;
	font-weight: bold;
}

h4{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #999999;
}

h5{
	font-size: 14px;
	color: #CC6600;
	font-weight: bold;
	letter-spacing: 1px;
}

h6 {
	font-size: 12px;
	color: #999999;
	letter-spacing: 1px;
	font-weight: bold;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial, Helvetica, sans-serif;
 color: #334d55;
}
				

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

#masthead{
	width: 760px;
	right: auto;
	height: 20px;
	visibility: hidden;
	bottom: auto;
	padding: 0;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#sitename {

	width: 760px;
	right: auto;
	height: 70px;
	visibility: visible;
	bottom: auto;
	padding: 0;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#square{
	width: 760px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}
#submenu{
	width: 760px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 6px;
	margin-top: 1px;
}
#submenu-z{
	z-index: 3;
	position: absolute;
	width: 760px;
	
}
#square_menu_l{
	width: 180px;
	height: 180px;
	float: left;
}
#square_menu_r{
	width: 180px;
	height: 180px;
	float: right;
}

#content{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 30px;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
#left_web{
	float: left;
	width: 350px;
	
}
#right_web{
	float: right;
	width: 350px;
	text-align: right;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	margin-top: 20px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
/************* #contact us ***************/

.contact-l{
	width: 180px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contact-r{
	width: 340px;
	float: right;
	margin-top: 20px;
}
.contact-m{
	width: 540px;
	height: 350px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
/************* #contact us ***************/
.form{
	width: 540px;
	float: left;
	margin-top: 20px;
}
.form-l{
	width: 160px;
	float: left;
	margin-top: 5px;
	height: 450px;
	text-align: left;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	margin-bottom: 30px;
}
.form-r{
	width: 340px;
	float: right;
	margin-top: 5px;
	color: #0099CC;
}
.form-s{
	width: 340px;
	float: right;
	margin-top: 5px;
	color: #0099CC;
}
.submit{
	margin-top: 5px;
	color: #FFFFFF;
	background-color: #0099CC;
	border: 1px solid #003366;
	height: 20px;
	font-weight: bold;
}
.flash{
	position: absolute;
	z-index: 0;
}
.flashimage{
	width: 740px;
	height: 600px;
	text-align: center;
	padding: 10px;
	background-image: url(../images/background_flash.jpg);
	background-repeat: no-repeat;
	
	
}
