/* mac hide */
html, body {height:100%}
/* end hide */

html,body {
	padding:0;
	margin:0;
	background:  url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	
}
body{	
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFF;
	color: #000000;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:758px;
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	color: #666666;
	text-align:left;
	margin:auto;
	position:relative;
	background:  url(images/inner_bg.jpg) repeat-y center center;
	position:relative;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:758px;
	height:90px; /* was 70 */
	background:#ffffff;
	border-bottom:1px solid #E5E5E5;
	border-top:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	border-left:1px solid #E5E5E5;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#news{
	display:block;
	width:380px;
	height:90px; /* was 70 */
	float:right;
	border-left:1px solid #E5E5E5;
	background:#f7f7f7;
	padding:5px;
	color:#000000;
	background:  url(images/header_bg.gif);
	background-repeat:repeat-x;
}

.news_header{
	font-size:120%;
	font-weight:bold;
	color:#375AAB;
	padding-bottom:3px;
	height:14px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	padding-top:92px;/*needed to make room for header  .,. was 72*/
	background:  url(images/small_flower_2.jpg) no-repeat bottom left;;
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:758px;
	clear:both;
	height:70px;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
}
* html #footer{/* ie rounding bug*/
	margin-bottom:-1px;
}

* html #footer {/*only ie gets this style*/
	\height:72px;/* for ie5 */
	he\ight:70px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:530px;
	float:right;
	padding-top:98px;/*make room for header*/
	color:#000000;
}
#centrecontent_inner{
padding-right:20px;
}
#centrecontent p {
	padding-left:3px;
	padding-right:3px;
}
#page_title{
	font-size:120%;
	font-weight:bold;
	margin-bottom:15px;
}
.sub_title{
	font-size:130%;
	font-weight:normal;
	margin-bottom:10px;
	color:#375AAB;
}
#top_links a{
font-weight:bold;
text-decoration: none;
}


#second_nav_container{
	margin-top:30px;
	text-align:right;
}
#second_nav_container ul{
	font-weight:bold;
	direction: rtl;
	list-style-type:square;
}
#second_nav_container li,a{
	padding-bottom:10px;
	text-decoration:none;
	color: #375AAB;
}
#second_nav_container li,a:hover{
	padding-bottom:10px;
	text-decoration:underline;
	color: #375AAB;
}

#side_nav li {
	text-align:right;
	line-height:25px;
	padding-right:25px;
	list-style-type:none;
	background:url(../img/right_bullet.gif);
}


ul#nav, ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width:200px;*/
	font-weight:normal;
}
ul#nav li {
	position: relative;
	width:200px;
	float:left;
	clear:left;
}

#nav li ul {
	position: absolute;
	top: 0;
	margin-left:-999em;
	min-height:0;
	
}
/* Styles for Menu Items */
ul#nav li a {
	display:block;
	text-decoration: none;
	color: #fff;
	/*background: #F2F4F7; /* IE6 Bug */
	background: #375AAB;
	line-height:2.2em;
	height:2.2em;	
	padding:0 5px;
	width:200px;
	border: 1px solid #E5E5E5;
	font-size:125%;
	
}
* html ul#nav a {
	width:200px;	
	w\idth:200px;
}

#nav li:hover a,#nav li.over a,
#nav li:hover li a:hover,#nav li.over li a:hover {
   color: #375AAB;
   background-color: #F2F4F7;
   font-color:#ffffff;
   
}

/* set dropdown to default */
#nav li:hover li a,#nav li.over li a {
    color: #fff;
   background-color: #375AAB;
   
}
#nav li ul li a { } /* Sub Menu Styles */
#nav li:hover ul,#nav li.over ul { 
	margin-left:210px; 
 
} 
#clearfooter {
	width:100%;
	height:82px; 
	clear:both;
} /* to clear footer  (52px)*/

.norm ul{
	padding-left:15px;
	margin-bottom:10px;
	font-weight:normal;
	border:none;
	list-style-image:url(left_bullet.gif);
	width:97%;
}




li.spaced{
padding-bottom:10px;
}
.image_float_right{
	float:right;
	padding:10px;
}
ul.right_ul{
	
     width: 8em;
     padding-right: 2em;
}

#side_nav{

	display:block;

}
#side_nav li{
	text-align:right;
	line-height:25px;
	padding-right:25px;
	list-style-type:none;
	background:url(images/right_bullet.gif);
	color: #ff0000;
}

#image_pusher{
height:100px;
text-align:center;
}

html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */