&#65279;/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/


.photolist ul {
	list-style:none;
	border-bottom:0;
	padding:0px;
	margin:0px 0 0 10px;

	
}

.photolist li{
display:inline;


}


img{
	border:0px;
}

img {
border:none;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #CCCCCC;
padding: 4px 15px;
font-size:15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #666;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x;
background-color: #FF6600;

 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #FF6600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FF6600;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px solid #FF6600; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF6600;
text-decoration:underline;
}

body {
 padding:0px;
 margin:0px;
 background-color:#333;
}

#logobox{
	width:912px;
	height:70px;
	margin:0 auto 0 auto;
	padding-bottom:4px;
	padding-left:8px;
}

#wrapper1{
	margin: 0px auto 0 auto;
 width: 1000px;
  font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 padding-top:30px;
 background-image:url('../images/bg.jpg');
 background-repeat:no-repeat;
}

#wrapper { 
 margin: 0px auto 0 auto;
 width: 922px;
}
#header {
 width: 902px;
 color: #333;
 padding: 10px;
 height: 29px;
 margin: 0px 0px 0px 0px;
 background: #DAC8BF;
 background-image:url('../add_files/menu.jpg');
 background-repeat:repeat-x;
}
#navigation {
 width: 922px;
 color: #333;
 height:290px;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
 background-color:#FF6600;
 padding:6px 0 12px 0;
}


#navigation2 {
 width: 922px;
 color: #333;
 height:160px;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
 background-color:#FF3300;
 padding:6px 0 12px 0;
}


#smallbenner{
	width:910px;
	height:296px;
	margin:0 auto;

}

#smallbenner2{
	width:910px;
	height:166px;
	margin:0 auto;
		
}

#content { 
 width: 922px;
 color: #333;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

#inside
{
	width:922px;
	background-color:#F7F7F7;
	padding-bottom:5px;
}


#mainleft{
	width:620px;
	float:left;
	border-right:1px dotted silver;
}

#mainright{
	width:300px;
	float:left;
	display:inline;
}
.clearer{
	margin:0;
	padding:0;
	clear:both;
}
#footer { 
 width: 902px;
 color: #333;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}


.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #CCCCCC;
padding: 4px 15px;
font-size:15px;
margin: 0;
text-decoration: none;
border-right: 1px solid #666;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x;
background-color: #FF6600;

 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #FF6600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FF6600;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px solid #FF6600; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF6600;
text-decoration:underline;
}


.copyrighttext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px;
color:#FF6600;
}

.mainheadings{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	margin: 19px 5px 0px 10px;
	letter-spacing:-2px;
	
	}
	
	.mainheadings2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	margin: 19px 5px 0px 19px;
	letter-spacing:-2px;
	
	}

	
.para{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:13px;
line-height:21px;
margin:10px 10px 10px 19px;
}


#mainleft h3{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	margin: 19px 5px 0px 19px;
	letter-spacing:-2px;
color:#FF3300;



}

#mainleft p{
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:13px;
line-height:21px;
margin:10px 10px 10px 19px;



}

#mainleft h1{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin: 25px 5px 0px 19px;
color:#333;



}