/*
CSS style for web template
*/

/** Common Styles */

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	text-align: center;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	color: #000000;
}



ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #ED1C24;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

.clear { clear: both; }

/** Style for wrapper starts here */

#wrapper {
	width: 776px;
	margin: 0px auto;
	padding: 0;
	background: #cc0000;
}

#layer_top {
	background: url(../images/side_top.jpg) repeat-x top left;
}

#layer_bot {
	background: url(../images/side_bottom.jpg) repeat-x bottom left;
}

/** Style for top bar starts here */

#top_bar {
	width: 724px;
	height: 335px;
	background: #FFFFFF url(../images/headermain.jpg) no-repeat;
	border: solid 1px #000000;
	margin: 0px auto;
	border-bottom: none;
}

#logo {
	float: left;
	position: relative;
	left: 25px;
	top: 19px;
	width: 178px;
	height: 42px;
}

/** Style for ad box and scroll bar starts here */

#adbox {
  	background: #000000 url(../images/ScrollBox.jpg) no-repeat bottom left;
	float: right;
	margin: 0px 35px 0 0;
	padding: 5px 0px;
	position: relative;
  	width: 354px;
  	height: 103px;
	top: 0px;
}

#scrollbar {
	padding: 8px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;	
	line-height: 12px;
}

/** Set paragraph top and bottom space */
#scrollbar p{
	margin-top: 2px;
	margin-bottom: 6px;
}

/** Style for container starts here */

#container {
	width: 716px;
	margin: 0px auto;
	background: #ED1C24;
	border: solid 1px #000000;
	padding: 4px;
	text-align: left;
	border-top: none;
}


/** Style for menu starts here */

#menu {
	width: 716px;
	height: 29px;
	background: #FFFFFF;
	margin: 0 auto 4px;
}

#menu ul {
	float: left;
	width: 100%;
	padding: 2px 0px;
	margin: 4px 0;
	list-style-type: none;
}

#menu li {
	display: inline;
	border-left:1px solid #cccccc;
	padding: 1px 23px 1px 23px;
	float: left;
}

/* Not work for IE6!
#menu li:first-child {
	border-left: none;
}
*/

/* Use <li CLASS="first"> to set the fist li */
#menu li.first {
	border-left: none;
}

#menu a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	color: #ED1C24;
}

/** Style for content starts here */

#content {
	width: 716px;
	background: #FFFFFF; 
	margin: 0px auto;
	padding-top: 10px;
	min-height: 400px;
}

#content h2 {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* Save for future use.
	border-bottom: 1px #CCCCCC dashed;
	text-transform: uppercase;
	*/
}

#content a {
	text-decoration: none;
	color: #ED1C24;
}

#content a:hover {
	text-decoration: underline;
	color: #000000;
}

#content ul{
	list-style-type: square;
	list-style-position: inside;
}

#left {
	float: left;
	width: 410px;
	background: #FFFFFF;
	padding: 10px 5px 10px 30px;
	text-align: justify;
}

#right {
	float: right;
	background: #FFFFFF;
	padding: 10px;
}

#title {
	height: 20px;
	background: #000000;
	margin: 0 10px;
	padding: 10px 10px 10px 15px;
	text-align: left;
}

#title h1{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#information {
	padding: 10px 10px 20px 20px;
}

#information image {
vertical-align: middle;
}

#message{
	padding: 20px 20px;
	background: #FFFFFF;
	text-align: justify;
	border: solid 1px red;
}

#flowtext{
	width:453px;
	height:120px;
	overflow: auto;
	border:1px solid #cccccc;
}

/** Style for footer starts here */

#footer {
	width: 724px;
	height: 86px;
	margin: 0px auto;
	background: #000000;
	color: #FFFFFF;
	border: solid 1px #000000;
}

#footer .copyright {
	margin: 0px;
	text-align: center;
	font-size: 10px;
}


/** Style for Image left float */
.leftFloat {
	float:left;
  	margin:0px 10px 10px 0px;
	border: none;
}

/** Style for Image left float */
.rightFloat {
	float:right;
  	margin:0px 0px 20px 20px;
	border: none;
}

/** Style for Image effect starts here */
.ImgOpct {
	float:left;
  	margin:0px 20px 15px 0px;
  	text-align: left;
	font-size: 10px;
	font-weight: normal;
}	
.ImgOpct img {
  	border: 1px solid #6C6C6C;
	padding: 3px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}
.ImgOpct:hover img {
	border: 1px solid #ED1C24;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

/** Scroll boxes */
.BoxNoScroll, .BoxScroll {
	margin: 0px;
	padding: 0px 6px 4px 6px;
	border: 1px solid #ccc;
}
.BoxScroll {
	height: 250px;
	overflow: auto;
}
.tPanel {
	margin: 4px 0 4px 0px;
}