/* CSS Document */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;	
	margin: 0px;
	padding: 0px;
	text-align:left;
	background-color:#000000;
	text-align:center;
}


/*area to put the information in*/
#container {
	font-size:1em;
	color:#000000;
	width:1000px;
	margin:20px auto 0px auto;
	z-index:0;
	border:0px solid ;
	text-align:left;
}


#holder
{
	background-color:#ffffff;
	width:1000px;
	float: left;
	padding:10px;
	border:0px solid;
}
 
#holdertop
{
	background-color:#ffffff;
	width:1000px;
	float:left;
	background-image:url(imgs/cornerTop.png);
	background-repeat: no-repeat;
	background-position:top left;
	padding:10px;
	border:0px solid;
} 

#holderbotton
{
	background-color:#ffffff;
	width:1000px;
	float:left;
	background-image:url(imgs/cornerBotton.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding:10px;
	border:0px solid ;

}

#content_left
{
	background-color:#ffffff;
	float:left;
	width:250px;
	padding:0px 3px 3px 30px;	
}

#holder_content_leftTop
{
	background-color:#ffffff;
	width:250px;
	height:150px ;
	float:left;
	background-image:url(imgs/orwhereverLogo.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding:0px 3px 3px 20px;
	border:0px solid ;	
}

#holder_content_leftBottom
{
	background-color:#ffffff;
	float:left;
	width:250px;
	padding:0px 3px 3px 0px;
	font-size: 0.9em;
	font-style:normal;
	color:#999999;
	text-align: left;
	float:left;	
}

#content_images {
	background-color:#ffffff;
	text-align:right;
	float:right;
	width:650px;
	padding:0px 3px 5px 0px;	
} 

#holder_content_right
{
	background-color:#ffffff;
	float:left;
	width:650px;
	padding:10px 5px 5px 25px;
	font-size:0.9em;
}
	#holder_content_right a
	{	
		text-align: right;
		text-decoration:underline;
		color:9aad7c;
		padding:10px;
	}

	#holder_content_right a:hover
	{	text-decoration:none
		color: #666666;}

/*area for the menu information*/
 

#menu{
background:#ffffff;
text-align: center;
font-size:1.0em;
float: left;
width:900px;
background-image:url(imgs/menuCorner.png);
background-repeat: no-repeat;
background-position: center;
padding:10px;
border: 0px solid;

}

#menu li
{
	list-style-type: none;
	display:inline;
	padding:0px 15px 0px 15px;	
	border-right: 1px solid #cccccc;
}

#menu li.noborder 
{
border:0px solid;
 
}
	
/*Menu Java Script*/
#sddm
{	margin: 0;
	padding:0px 5px 10px 95px;
}
#sddm ul{
	margin:3px 0px 3px 0px;
}
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 3px 9px;
	width: auto;
	background: #ffffff;
	color: #999999;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	background: #ffffff;
text-decoration:underline;
color:#CCE490;
}

#sddm div
{	
     position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #ffffff;
	border: 1px solid #C8C8C8;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #ffffff;
		color: #666666;
	}

	#sddm div a:hover
	{	background: #ffffff;
		color: #CCE490;}


/*Foot*/

#GreenBar{
	background-color:#ffffff;
	width:960px;
	float:right;
	background-image:url(imgs/greenBar.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding:4px;
	border:0px solid ;
}

#footer
{
	background-color:#ffffff;
	width:800px;
	margin:0px auto 0px auto;
	padding:3px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	color:#999999;
	text-align: center;
	float:right;
}


.clear
{
clear:both;
height:0px;
font-size:0em;
}
