/****************************/
/* CSS Document             */      
/* Coder : William Warren   */
/* AgmMapsure.Css   		*/
/*  	  			    	*/
/*					    	*/
/*					    	*/
/****************************/
* {

	/*padding :0;
	margin  :0;*/
	}
	
	.suckerdiv ul{
			
			list-style-type: none;
			margin: 5px 0;
			padding: 0;
			width: 130px;
			border: 1px solid #9A9A9A;
			border-bottom-width: 0;
			}
	
	.suckerdiv ul li{
			position: relative;
			background: #fff;
			background-color:#3074F1;
			border-bottom:1px solid #9A9A9A;
			}
	
	/*Sub level menu items */
	.suckerdiv ul li ul{
			position: absolute;
			width: 180px; /*sub menu width*/
			top: 0;
			background: #fff;
			visibility: hidden;
			}
	.suckerdiv ul li ul a{
			width:170px;
			}
	.suckerdiv ul li ul a:hover{
	background-color:#1366E1;
	
			
			}

	/* Sub level menu links style */
	.suckerdiv ul li a{
	background-color:#3074F1;
			border-bottom:1px solid #9A9A9A;
			font: bold 10px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
			color: white;
			display: block;
			width: 120px;
			padding: 3px 0;
			padding-left: 10px;
			text-decoration: none;
			}

	.suckerdiv ul li a:visited{
			color: white;
			}

	.suckerdiv ul li a:hover{
			background-color:#1366E1;
			}

	body {
			width :100%;
			height:100%;
			/*color:#000000;*/
			color:#46407B;
			
			background-repeat:no-repeat;
			background-color : #FFFFFF;
			font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
			font-size: 75%;
			text-align: center;
			}		
	
	div#container{	
						
			width: 800px !important;
			height:550px;
			margin: 10px auto;
			text-align: left;
			padding:10px;
			background-image : url(images/globe.gif);
			border: solid #333333;
			border-width: 1px 1px 1px 1px; 
			}
			div#header-wrap {
			margin: 8px ;
		
			}	
			div#header-in {
			
			padding: 10px;
			padding-top:2px;
			color: #FFF;
			background-color: #000000;
			border: double #F8F6F4;
			border-width: 4px 4px 4px 4px ;
			text-align:left;
			}
			
			
	div#content-wrap {
		
		}
		div#center {
			margin-right:10px;
			width:585px;
			color: inherit;
			background-color: #fff;
			border: solid #B2A08C;
			height:412px;
			border-width: 2px 1px 2px 1px;
			float:right;
			overflow:auto;
			padding:10px;
			
			}
			div#center-in {
				hight: 430px;
				/*padding: 7px;
				background:#F6F6F6;
				margin:10px;*/
				
				}
			div#left {
			background-image: url(images/gradient.jpg); 
			
			float: left;
			width: 145px;
			height: 430px;
			color: inherit;
			background-color: #fff;
			border: solid #B2A08C;
			border-width: 2px 1px 2px 1px;
			font-size:10px;
			color:#000000;
			font-weight:bold;	
			margin-left : 7px;
			padding-bottom: 2px; 
			padding-left:10px;
			
					
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		clear: both;
		}
		div#footer-in {
			
			}
	
	

