/* ----------------------------------------------
	Design Name : parent-World
	Author : Tiffany Dunn from Sweet and Simple Web Design
	Author URL : http://www.sweetandsimplewebdesing.com/    
	Last Date Modified : March, 2009	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */    
html {height:100%;}

body {
 
height:100%; 
font-family:Verdana, Calibri, Arial;   
background-image:url(images/bg.png);   
background-repeat:repeat-x;   
background-color:#FFFFFF;   
padding:0;   
margin:0;   
} 


/*-------------------------------------------
   TOP LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 1000px;
	margin: auto;
	text-align: left;
}


/* HEADER BACKGROUND IMAGE */  
#header{   
background-repeat:no-repeat;   
background-image: url(images/header_bg.png);   
height: 335px;   
width: 1000px;   
float:none;   
margin:auto;   
}   
/* HEADER BACKGROUND IMAGE END */  


/* HEADER LOGO */  
#logo {
	background-repeat:no-repeat;
	background-image: url(images/logo.png);
	height: 335px;
	width: 700px;
	float:left;
}   
/* HEADER LOGO END*/
 
/* TOP MENU */
 #top-menu {
	position: absolute;
	margin: 0;
	padding: 3px 5px 0px 5px;
	background-image: url(images/top_menu.png);
	color: #FFF;
	top: 30px;
	right: 28px;
	width: 178px;
	height: 16px;
}

#top-menu p {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
    font-size: 12px;
	font-weight: bold;
 }
 #top-menu a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#top-menu a:visited {	
	color: #65542C;
	background: inherit;
	text-decoration: none;
}
#top-menu a:hover {
	color: #D9ECFF;
	background: inherit;
	text-decoration: none;	
}
/* TOP MENU END */ 

/* RSS AND FACEBOOK */
#RSS {
	position: absolute;
	margin: 0;
	padding: 0px;
	right: 28px;
	top: 298px;
	
	
}
/* RSS AND FACEBOOK END */

/*MENU CONTAINER*/
#menu-container {
	width:1000px;
	padding:0;
	margin:auto;
	padding-top: 10px;
} 
  
/* MENU BAR */
#menu-bar{width:700px; height:100%; background-color:transparent; }
#menu-bar ul{
	display:block;
	margin:3px;
	position:relative;
	height:30px;
	min-height:100%;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:10px;
	width: 700px;
}
#menu-bar ul li{
	display:inline;
	float:left;
	position:relative;
	min-height:100%;
	height:100%;
	
}
#menu-bar ul li a{
	display:block;
	text-align:center;
	font-family:Verdana, Calibri, Arial,;
	color:#837E56;
	text-decoration:none;
	font-size:11px;
	width:72px;
	height:100%;
	margin:0px, 0px, 0px, 0px;
	line-height:28px;
	border-left:#FFFFFF thin groove;
	background-color: transparent;	
}
#menu-bar ul li a:hover{
	font-family:Verdana, Calibri, Arial;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	background-color:#6FB8D7;
}

#menu-bar ul ul{display:none; margin:0px; padding:0px; position:absolute; background-color:#ADD6EA; width:150px; left:10px; top:30px; }
#menu-bar ul ul li{display:block; float:left; width:100%; border-left:none; border-right:none; border-top:none; border-bottom:none; background-color:#ADD6EA; }
#menu-bar ul li:hover ul{display:block;}
#menu-bar li li:hover a{ background-color:#ADD6EA; }
#menu-bar li li a{display:block; text-align:left; width:100%; float:left; border: 1px; border-style: groove; border-color:#CCCCCC; background-color:#ADD6EA; padding-left:10px; padding-right:10px; padding-top: 0px; margin:0px; }
#menu-bar li li a:hover, #menu-bar li li:hover{
	background-color:#308DBA;
}


/* search */
#search {
	padding: 0;
	border: none;
	width: 250px;
	height: auto;
	background: transparent;
	float: right;
	margin-bottom: 0px;
	margin-top: 0px;
	
}
#search p {
	margin: 0; padding: 0;		
}
#search input {
	float: left;
	border: none;
	color: #B8B8B8;
	margin: 0;
	background-color: #FFFFFF;
	height: 23px;
}
#search .tbox {
	margin: 1px 0 0 1px;
	width: 150px;
	display: inline;
	font: Verdana, Calibri, Arial;
	font-size:10px;
	background-color: #D3E6E7;
	border-top-style: groove;
	border-left-style: groove;
	border-left-width: thin;
	border-top-width: thin;
	padding-top: 3px;
}
#search .btn{
	width: 76px;
	height: 23px;
	padding-top: 5px;
	background-color: transparent;
}
#search label {
	display: none;
}

/*search end*/
              
/*-------------------------------------------                                      
   MAIN LAYOUT AND CONTENT
--------------------------------------------*/ 

#inner-wrap {                                                                        
	padding-bottom:80px;              
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 5px;
}
#inner-wrap:after {
content:" ";                                
display:block;                                                 
clear:both;
}                  

 #left {
	float:left;
	width: 145px;
	padding: 5px;
	border: 2px;
	border-color: #A2D0E5;
	border-style: dotted;
	padding-left: 5px;
	text-align:center;	
	}

 #right {
	float:left;
	width: 285px;
	position: relative;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 10px;
		
	}
  #content {
    padding:10px;
    text-align:left;
    float:left;
    width: 490px;
    }	
	
/*CONTENT ELEMENTS*/

/* Paragraph */
p {
	font-size: 11px;
	color: #715E37;
	font-style: normal;
	} 
a {
    color:#3399CC ;
    text-decoration: none;
	}
/* headers */
h1, h2, h3, h4{
	font-family: Verdana, Calibri, Arial;
	font-weight: Bold;
	padding: 0px;
	padding-top: 0px;
}
h1 {
	font-size: 18px;		
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 0px;
	background-color: #3399CC;
	text-align: center;

}
h3 {
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 0px;
	background-color: #887957;
	text-align: center;		
}
h4 {
	font-size: 12px;
	color: #3399CC;
}		
#box {
    width: auto;
	font-family: Calibiri, Verdana, Arial;
	font-size: 13px;
	text-align: left}
#box a{
	color: #0099CC;
	text-decoration: none;
	list-style-position: outside;
	margin-top: 0px, 0px, 0px, 0px;
	padding-left: 0px;
	font-weight: bold;
	}
  div.img
{
	margin: 2px;
	border: 1px solid #0000ff;
	height: auto;
	width: auto;
	float: right;
	text-align: center;
	border-color: #C8D295;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img 
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

/* CONTENT ELEMENTS END*/  

/* FOOTER*/ 
#footer {
	height:100px;
	background-color:#A4D3E8;
	clear:both;
	border-top: 18px;
	border-top-color: #E2F1F1;
	border-top-style: solid;
}   
  
#footer p {     
font-size: 11px;   
color: #FFFFFF;   
margin: auto;   
text-align: center;   
padding-top: 0px;   
}
#footer a {
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
#footer a:visited {	
	color: #725F32;
	background: inherit;
	text-decoration: none;
}
#footer a:hover { 
	color: #9C8158; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

