@charset "utf-8";
/* CSS Document */

.body{margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
background:#fff;
}
.background{
background:url(images1/background.jpg);
background-repeat:no-repeat;
height:598px;
width:900px;
}

/*..............................drop dwon menu........................*/

#sddm
{	margin: 0;
	padding: 0;
	z-index: 100}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px verdana}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width:100px;
	background:  #A3B1DE;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #651410;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background:#651410;
	border:none;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:#004360;
		color:000;
		font: 11px arial}

	#sddm div a:hover
	{	background:#651410;
		color: #FFF}
		
/*..............................End drop dwon menu........................*/
.font{background:#3D1C12;
font:Verdana, Arial, Helvetica, sans-serif;
color:#fff;
font-weight:bold;
font-size:12px;
text-align:center;
padding-top:5px;
padding-left:35px;
}

.menu-email {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #000;
font-family:Garamond;
padding-left:25px;
font-weight:bold;

}
.menu-email a{		
color: #000;
text-decoration: none;
font-family:Garamond;
font-size:13px;
padding-left:25px;
font-weight:bold;

}
.menu-email a:hover{
color:#000;
text-decoration:none;
font-family:Garamond;
padding-left:25px;
font-weight:bold;

}



.menu-email1 {
font-family:Garamond;
font-size:15px;
color: #000;
text-align:left;
font-weight:bold;

}
.menu-email1 a{		
color:#000;
text-decoration: none;
font-family:Garamond;
font-size:15px;
font-weight:bold;
text-align:left;

}
.menu-email1 a:hover{
color:#000;
text-decoration:none;
font-weight:bold;
}

.menu-email2 {
font-family:Garamond;
font-size:15px;
color: #000;
text-align:left;
font-weight:bold;
text-decoration:none;

}
.menu-email2 a{		
color:#000;
text-decoration: none;
font-family:Garamond;
font-size:15px;
font-weight:bold;
text-align:left;

}
.menu-email2 a:hover{
color:#000;
text-decoration:none;
font-weight:bold;
}






#bottom{
width:650px;
padding-top:5px;
padding-left:px;
text-align:left;
float:left;
}
#bottom1{
width:200px;
padding-top:5px;
text-align:right;
float: right;
}



/*............................................New Menu...........................*/
#menuh-container
	{
	position: absolute;
	left: 236px;
	top: 146px;
	width: 678px;
	height: 39px;
	}

#menuh
	{
	font-size:12px;
	font-family: verdana;
	letter-spacing:-1px;
	width:100%;
	float:left;
	margin:1px;
	font-weight:bold;
	color:#000000;


	}
		
#menuh a
	{
	text-align: center;
	display:block;
	white-space:nowrap;
	border: 1px solid  #92A2D8;
	margin:0;
	padding: 0.3em;
	width:100%;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color:#000;
	background-color: #A3B1DE;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color:#660000;
	text-decoration:none;`
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:130px;;	
	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 2px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	font-weight:normal;	
		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;

	}

#menuh ul ul ul
	{
	top:0;
	left:100%;

	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;

	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

