/*
Copyright JBird Web Solutions, LLC.
*/

* { margin: 0; padding: 0; outline: 0; }

body {
	background:#4A280C url(fill.jpg?z=2790) repeat-x center top;
	margin:0;
	padding:0;
	text-align:center;
	color:#525152;
	font-family:Arial, Tahoma, sans-serif;
    font-size:9pt;
}

#homewrapper {
	width:1024px;
    background:#888C65 url(bg1.jpg?z=2790) repeat-y center top;
	padding: 0px 4px 0px 4px;
    margin:0 auto;
    text-align:center;
}


#content-wrapper {
	width: 1024px;
	margin: 0px auto;
	background: url(images\background.jpg);
	padding: 0;
}


#header {
	position: relative;
    height:40px;
	background: #ffffff;
	padding: 0;	
	color: #fff;
	margin-left:auto;
    margin-right:auto;
	width: 1024px;
}

#logo {
    float: left;
	margin: 0 auto; 
	padding: 0;
	background: #ffffff;
	color: #779892;
	font: bold 16px/40px Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 200px;
	text-align:center;
}

#logo a {
	color: #779892;
	text-decoration: none;

}

#nav1 {
	float: right;
	margin: 0 auto; 
	padding: 0;
	background: #ffffff;
	font: bold 16px/40px Arial, Tahoma, Sans-serif;
	height: 40px;
	width: 824px;
}

#nav1 ul {
	float: right;
	list-style: none;
	margin:0; 
	padding: 0 ;
}

#nav1 ul li {
	display: inline;
}

#nav1 ul li a {
	display: block;
	float: left;
	padding: 0 14px;
	color: #779892; 
	text-decoration: none;
	text-align:center;
}

#nav1 ul li a:hover {
    font-weight: bolder;
	color: #779892;	
}


li.current {
	background-color:#ffffff;
	color: #779892;
} 
  
#main {
    float: left;
   	display: inline;
   	padding: 0px;
	color: #FFFFFF;
	background: #888C65 /*url(main.jpg) repeat-x*/;
	width: 1024px;
	height: 768px;
	text-align: left;	
	font-size: 8pt;	
}

#main1 {
    float: left;
   	display: inline;
   	padding: 0px;
	color: #FFFFFF;
	background: #888C65 url(main.jpg) repeat-x;
	width: 512px;
	text-align: left;	
	font-size: 8pt;	
}

#main2 
{
    float: left;
	display: inline;
   	padding: 0px;
	color: #FFFFFF;
	background: #888C65 url(main.jpg) repeat-x;
	width: 256px;
	text-align: left;	
	font-size: 8pt;	
}

#main3 
{
    float: left;
   	display: inline;
   	padding: 0px;
	color: #FFFFFF;
	background: #888C65 url(main.jpg) repeat-x;
	width: 256px;
	text-align: left;	
	font-size: 8pt;	
}
#main4 {
    float: left;
   	display: inline;
   	padding: 0px;
	color: #FFFFFF;
	background: #888C65 url(main.jpg) repeat-x;
	width: 1024px;
	text-align: left;	
	font-size: 8pt;	
}

#main5 {
    float: left;
   	display: inline;
   	padding: 0px;
	color: #FFFFFF;
/*	background: #65684b url(main.jpg) repeat-x;*/
	background: #65684b url(dove_with_letter_cropped.jpg?z=2790) no-repeat bottom right;;
	width: 1024px;
	height: 512px;
	text-align: left;	
	font-size: 8pt;	
}


#main1, #main2, #main3, #main4
{
	height: 256px;
}


#main1 h1, #main1 h2, #main1 h3, #main1 ol, #main1 ul, #main1 form, 
#main2 h1, #main2 h2, #main2 h3, #main2 ol, #main2 ul, #main2 form, 
#main3 h1, #main3 h2, #main3 h3, #main3 ol, #main3 ul, #main3 form,
#main4 h1, #main4 h2, #main4 h3, #main4 ol, #main4 ul, #main4 form,
#main5 h1, #main5 h2, #main5 h3, #main5 ol, #main5 ul, #main5 form
{
	margin: 20pt 15pt 10pt 15pt;
}

#main1 p, #main2 p, #main3 p, #main4 p, #main5 p, #footer p
{
	margin: 10pt 15pt 10pt 15pt;
}

#main1 p, #main4, #main5 p {
    font-size: 12pt;
} 

#main2, #main3 p {
    font-size: 10pt;
}    

form 
{
    font-size: 10pt;
   	width: 216px;
	height: 200px;
} 


h1 {
	font-size:20pt;	
	font-weight: bolder;
	color:#ffffff;
	letter-spacing:3px;
}


h2 {
	font-size:16pt;	
	color:#ffffff;
	letter-spacing:2px;
}


h2 {
	font-size:16pt;	
	color:#ffffff;
	letter-spacing:2px;
}

h3 {
	font-size:14pt;	
	color:#ffffff;
	font-weight: normal;
}


#main img {
	border:1px solid #CCC;
	padding:0px ;
}

a, a:visited {
	color:#9CC3DE;
	text-decoration:none;
}

a:hover {
	color:#93C600;
	text-decoration:underline;
}


#sidebar {
	float: right;
	width: 210px;
	padding: 0px;
	margin: 10px 0 0 0;	
	font-family:Arial, sans-serif;
    font-size:9pt;
	color: #525152;
}


#sidebar *  {
	margin: 15px;
}

#sidebar h3 {
	font-family:Arial, sans-serif;
    font-size:14pt;
	color: #413C2D;
}


#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 10px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #8ca08c;	
}

#sidebar ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px solid #8ca08c ;
}


* html body #sidebar ul.sidemenu li {
	height: 1%;
}


#sidebar ul.sidemenu li a {
	text-decoration: none;	
	color: #525152;				
}


#sidebar ul.sidemenu li a:hover {	
	color: #000000 ;
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }



#footer {
	color: #FFFFFF;
	background: #C1A24D url(ft1.jpg) repeat-x;
	clear: both;
	width:1024px;
	height: 44px;
	text-align: center;	
	font-size: 8pt;	
}




.clear { clear: both; }


a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #9CC3DE; 
}

a:hover {
	text-decoration: underline;
	background: inherit;
	color: #93C600;
}



/* extended styles */

.layout {
	margin:0;
}

		
.bloc-txt, .bloc-txt-txt, .bloc-img-txt, .bloc-txt-img, .bloc-img {
	margin:0;
	padding:0 5px 0 5px;
	clear:both;
}


.bloc-txt-txt .richtext, .bloc-img-txt .richtext, .bloc-img-txt .image,
.bloc-txt-img .richtext, .bloc-txt-img .image  {
	margin:0 ;
	width:48%;
	float:left;
}


.bloc-sep {
	width:20px;
	margin:0;
	padding:0;
	float:left;
}

.textfield{
   background:#ffffff;
   border:1px solid #555555;
   width:300px; height:24px;
   color:#555555;
   font-size:11px;
   margin-top:2px; 
   margin-bottom:2px; 
}
.textarea{
   background:#ffffff;
   border:1px solid #555555;
   width:300px; height:144px;
   color:#555555;
   font-size:11px;
   margin-top:2px; 
   margin-bottom:2px; 
}

#imagebar {
	float: right;
/*	padding-top:50px;*/
    width: 210px;
	margin: 10px 0 0 0;	
	font-family:Arial, sans-serif;
    font-size:9pt;
	color: #525152;
}

#listitems 
{
    list-style-position:inside;
}

#main ul.standardlist {
	list-style: inside;
	text-align: left;
	margin: 7px 10px 8px 10px; 
	padding: 0;
	text-decoration: none;	
/*	border-top: 1px solid #8ca08c;	*/
}

#main ul.standardlist li {
	list-style: inside;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
/*	border-bottom: 1px solid #8ca08c ;*/
}

#header1, #header2, #header3, #header4, #header5, #header6 {
	font-family:Arial;
	font-size:14pt;	
	color:#736E41;
	width: 730px
}

#resourcewrapper1
{
    width: 730px;
    height: 150px;
} 

#resourcewrapper2, #resourcewrapper3, #resourcewrapper4 
{
    width: 730px;
    height: 120px;
} 

#resourcewrapper3, #resourcewrapper4 
{
    width: 730px;
    height: 110px;
} 

#resourceimage1, #resourceimage2, #resourceimage3, #resourceimage4{
	float: left;
	width: 178px;
}

#resourcetext1, #resourcetext2, #resourcetext3, #resourcetext4 {
	float: right;
	width: 500px;
	padding: 0px 0 0 0;
	margin: 0px 0px 0px 20px ; 
	display: inline;
}

#serviceswrapper1, #serviceswrapper2, #serviceswrapper3, #serviceswrapper4, #serviceswrapper5, #serviceswrapper6 {
    width: 730px;
    height: 220px;
} 

#servicesimage1, #servicesimage2, #servicesimage3, #servicesimage4, #servicesimage5, #servicesimage6{
	float: left;
	width: 178px;
}

#servicestext1, #servicestext2, #servicestext3, #servicestext4, #servicestext5, #servicestext6 {
	float: right;
	width: 500px;
	padding: 0px 0 0 0;
	margin: 0px 0px 0px 20px ; 
	display: inline;
}

#wrapper {
	width: 922px;
    height: 800px;
	margin: 0px auto;
	padding: 20px 20px 20px 20px;
	background: #ffffff;
}

.textfield{
   background:#ffffff;
   border:1px solid #555555;
   width:345px; height:20px;
   color:#555555;
   font-size:13px;
   margin-top:2px; 
   margin-bottom:2px; 
}
.textarea{
   background:#ffffff;
   border:1px solid #555555;
   width:345px; height:144px;
   color:#555555;
   font-size:13px;
   margin-top:2px; 
   margin-bottom:2px; 
}
