/* CSS Document */

body
{
	margin:0px auto;
	background:#FFFFFF ;
	font-family:Arial, Helvetica, sans-serif;
	
}

.header
{
	width:1000px;
	margin:0px auto;
}

.bar
{
	width:1000px;
	height:15px;
	background:#03abec;/* url(../images/bar_bg.gif) repeat-x;*/
}

.banner
{
	width:1000px;
	height:100px;
	background:#09F;
}
/*Menu*/
.menu
{
	width:1000px;
	height:25px;
	

}

.menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 7.81em;
float: left;
height:25px;
}
.menu a, .menu h2 {
font: bold 11px/14px arial, helvetica, sans-serif;
display: block;
margin:0px;
padding:2px;
text-align:center;
background:#00446d;
height:15px;
}

.menu h2 
{
	
text-transform: uppercase;
}

.menu a {
color: #FFFFFF;
text-decoration: none;
}

.menu a:hover {
color:#FFFFFF;
}
.menu li 
{
	position: relative;
}

.menu ul ul {
position: absolute;
z-index: 500;
}
.menu ul ul ul {
top: 0;
left: 100%;
width:9em;
}
.menu ul ul li a
{
	text-align:left;
	color:#09F;
	background:#00446d;
	border-bottom:solid 1px #A8CDF2; 
}

#arrow_r
{
		background:#00446d url(../images/arrow.png) no-repeat right;
}
#arrow_d
{
		background:#00446d url(../images/arrow_d.png) no-repeat right;
}
div.menu ul ul,
div.menu ul li:hover ul ul,
div.menu ul ul li:hover ul ul
{display: none;
}

div.menu ul li:hover ul,
div.menu ul ul li:hover ul,
div.menu ul ul ul li:hover ul
{display: block;}






/**/
.page
{
	width:1000px;
	margin:0px auto;
}
.content
{
	width:850px;
	background:#FFFFFF;
	float:left;
}
.content table
{
	border-collapse:collapse;
	border:0px;
	padding:0px;
	margin:0px;
}
.content h1
{
	font-size:13px;
	text-transform:capitalize;
	color:#FFFFFF;
	padding-left:8px;
	background:#03abec;
	margin:0px;
}
.content td
{
	background:#FFFFFF;
	font-size:11px;
	color:#666666;
	border-bottom:1px #CCC solid;
	text-align:left;
	margin:0px;
	padding:0px;
}
.content td a
{
	color:#666666;
	font-size:12px;
	text-decoration:none;	
}

.content td a:hover
{
	color:#900000;
}

.content p
{
	color:#00446d;
	padding:10px;
	font-size:12px;
	text-align:justify;
}
.content th
{
	background:#42515a;
	font-size:11px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}

.box
{
	background:#FFFFFF;
	border-right:1px dotted #0CF;
	width:424px;
	float:left;
}

.block
{
	width:414px;
	margin:4px 0px 4px 4px;
	background:#FFFFFF;
	

}

.block ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width:414px;
	float: left;
	
}
.block li
{
	position: relative;
	padding:6px;
	font-size:12px;
	color:#00446d;
	text-align:justify;
}

#more
{
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#7E2217;
	text-decoration:none;
	float:right;
	margin-right:10px;

}

#more:hover
{
	color:#333;
}
.block a:hover
{
	color:#06F;
}

.block h1
{
	width:409px;
	height:18px;
	margin:0px;
	padding:2px 0px 0px 5px;;
	border-bottom:dashed 1px #666666;
	border-top:dashed 1px #666666;
	font-size:14px;
	color:#00446d;
}


.block2
{
	float:left;
	width:202px;
	background:#FFF;
	margin:4px 0px 4px 6px;
	
}

.block2 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width:202px;
	float: left;


}
.block2 li a
{
	position: relative;
	width:170px;
	display:block;
	padding:5px;
	color:#00446d;
	text-decoration:none;
	border-bottom:1px dotted #666;
	font-size:12px;
}
.block2 a:hover
{
	color:#039;
}

.block2 h1
{
	width:180px;
	height:18px;
	margin:0px;
	padding:2px 0px 0px 5px;;
	border-bottom:dashed 1px #666666;
	border-top:dashed 1px #666666;
	font-size:13px;
	color:#00446d;
}

.block2 h2
{
	width:180px;
	height:18px;
	margin:0px;
	padding:2px 0px 0px 5px;;
	border-bottom:dashed 1px #666666;
	border-top:dashed 1px #666666;
	font-size:9px;
	color:red;
}

.gallary
{
	margin:4px 0px 4px 4px;
	width:414px;
	height:244px;
	background:#FFFFFF;
	-moz-box-shadow:2px 0px 1px 2px #cccccc;
-webkit-box-shadow:2px 0px 1px 2px #cccccc;
}
.gallary2
{
	margin:4px 0px 4px 4px;
	width:410px;
	height:680px;
	background:#FFFFFF;
	-moz-box-shadow:2px 0px 1px 2px #cccccc;
-webkit-box-shadow:2px 0px 1px 2px #cccccc;
}
.rigthindex
{
	float:right;
	width:140px;
	background:#ffffff;
}
.tab
{
	width:150px;
	background:#F60;
	float:left;
}


.footer
{
	margin:0px auto;
	background:#FFFFFF;
	width:1000px;
	height:16px;
	color:#CCC;
	font-size:11px;
	padding:2px 0px 0px 0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;

}
.footer a
{

	color:#CCCCCC;
	text-decoration:none;

}

.footer a:hover
{

	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#h1
{
	color:#FFFFFF;msg_l
	font-size:11px;
}
#h2
{
	color:#333333;
}
/*left index*/

p {
padding: 0 0 .1em;
}
.msg_list {
margin: 0px;
padding: 0px;
width: 150px;
}
.msg_head {
	padding: 1px 10px;
	cursor: pointer;
	position: relative;
	background:#CEE7FF;
	margin:1px;
	border-bottom:solid 1px #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#00446d;
}
.msg_body {
	padding: 0px 5px 15px 0px;;
	background-color:#FFFFFF;
	border-bottom:1px dotted #666;
}

.msg_body ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width:120px;
}

.msg_body li a
{
	position: relative;
	width:120px;
	display:block;
	padding:2px;
	color:#09F;
	margin-left:6px;
	text-decoration:none;
	border-bottom:1px dotted #666;
	font-size:12px;
}
#p 
{
	font-size:11px;
	padding:8px;
	text-align:justify;
}

.msg_body li a:hover
{
	color:#039;
}
.counter
{
	color:#E4033C;
	border:1px solid #cccccc;
	padding:2px;
	width:140px;
	font-size:11px;
 	background-color: #04B4AE;
	font-family:Verdana, Geneva, sans-serif;
}


.marq
{
	color: #071918;
	border:1px solid #cccccc;
	padding:2px;
        height: 130px;
	width:140px;
        background-color: #F5A9D0;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	}

/*location text*/
.maintext
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	text-align:justify;
	color:#000000;
}

/*header text*/
 
.heading
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#06F;
}

