/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header
	{
		width:100%;
		height:43px;
		background-image:url(images/bg_02.jpg);
	}
.user
	{
		position:absolute;    
		top:0;    
		right:0;   
		width:200px;
		height:40px;
		line-height:40px;
		font-family:"Trebuchet MS";
		font-size:12px;
		color:#FFFFFF;		
	}	
	
.menu
	{
		width:900px;
		height:32px;
		position:absolute;
		top:10px;
	}
.menu ul
	{
		margin:0px;
	}	
.menu ul li
	{
		list-style:none;
		float:left;
		margin-left:12px;
	}	
.menu a 
	{
		width:111px;
		height:32px;
		display:block;
		background-image:url(images/btn_red.png);
		text-align:center;
		line-height:32px;
		text-decoration:none;
		color:#FFFFFF;
		font-family:"Trebuchet MS";
		font-size:13px;
	}
.menu a:hover 
	{
		width:111px;
		height:32px;
		display:block;
		background-image:url(images/btn_white.png);
		text-align:center;
		line-height:32px;
		text-decoration:none;
		color:#000000;
		font-family:"Trebuchet MS";
		font-size:13px;
	}	
	
/*menu sub start*/
.menusub
	{
		width:600px;
		height:32px;
		position:absolute;
		top:50px;
	}
.menusub ul
	{
		margin:0px;
	}	
.menusub ul li
	{
		list-style:none;
		float:left;
		margin-left:12px;
	}	
.menusub a 
	{
		width:103px;
		height:30px;
		display:block;
		background-image:url(images/sub.png);
		text-align:center;
		line-height:32px;
		text-decoration:none;
		color:#FFFFFF;
		font-family:"Trebuchet MS";
		font-size:12px;
	}
.menusub a:hover 
	{
		width:103px;
		height:30px;
		display:block;
		background-image:url(images/sub_over.png);
		text-align:center;
		line-height:32px;
		text-decoration:none;
		color:#000000;
		font-family:"Trebuchet MS";
		font-size:12px;
	}
/*menu sub end*/	
		
.head2
	{
		width:100%;
		height:43px;
		background-image:url(images/bg_05.jpg);
	}	
.graybar
	{
	width:100%;
	height:20px;
	position:relative;
	top:-2px;
	color:#ffffff;
	font-family:"Trebuchet MS";
	font-size:11px;
	background-color: #006666;
	}	
#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:60px;			/* Height of the footer */
		background:#8B8B8B;
	}
	
.text_box	
	{
	padding: 8px; 
	margin: 4px 0 4px 0; 
	background: #fff; 
	width: 57%; 
	font-size: 12px; 
	color: #555; 
	border: 1px #ddd solid;
	
	
	
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa; 
	box-shadow: 0px 0px 4px #aaa;
	
	/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;		
	}
.text_box:hover {		
background: #eee; 
	}		


.submitmsg
	{
		font-family:"Trebuchet MS";
		font-size:11px;
		color:#333333;
		text-align:center;
	}
.gray_text	
	{
		font-family:"Trebuchet MS";
		font-size:11px;
		color:#666666;
		text-align:center;
		line-height:30px;

	}


.cms
	{
		font-family: arial;
		font-size: 26px;
		color: #333;
		top: 32px;
		position: absolute;
		margin-left: 492px;
	}	