/* CSS Document */

body
{
	background-color:#444;
	background-repeat:repeat-x;
	margin-top:30px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;	
}

h1
{
	color:#fff;
	font-size:1.4em;
	font-weight:normal;
	margin:0;
	padding:15px 10px 5px 10px;
}

h2
{
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	padding:15px 10px 5px 10px;
}

p
{
	color:#fff;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:15px 10px 5px 10px;
}

hr
 {
 border-top: 1px solid #fff;
 border-bottom: 0px;
 border-left: 0px;
 border-right: 0px;	
 }

.standard
{
	color:#fff;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:15px 10px 5px 10px;
}

.small
{
	color:#fff;
	font-size:0.8em;
	font-weight:normal;
	margin:0;
	padding:15px 10px 5px 10px;
}

.highlight
{
	color:#A7D243;
	font-size:1.1em;
	width:830px;
	/*background-color:#1062be;*/
	padding-left:30px;
	padding-right:10px;	
}

.highlight2
{
	color:#fff;
	font-size:1.1em;
	width:830px;
	/*background-color:#1062be;*/	
	padding-left:30px;
	padding-right:10px;	
}



blockquote
{ 
  /*border: 1px solid #fff;*/
  margin: 0px;
  width: 100%;	
} 

blockquote.withquote 
{
	background:url(newImages/quoteL.png) no-repeat;
	/*background-color:#1062be;*/
	background-position:top left;
	text-align: left;
	padding-left:15px;
} 

p.withunquote 
{ 
	color:#fff;
	font-size:1.4em;
	font-weight:normal;
  background: url(newImages/quoteR.png) no-repeat;
	background-position:bottom right;
	padding-right:10px;
}
	
.bqstart 
{
  font-family:Arial, Verdana, Helvetica, sans-serif;
	float: left;
  height: 45px;
  margin-top: -30px;
  padding-top: 0px;
  /*margin-bottom: 50px;*/
  font-size: 700%;
  color: #A7D243;
	/*background-color:#aa0000;*/
}

.bqend 
{
  float: right;
  height: 45px;
  margin-top: -55px;
  padding-top: 5px;
  font-size: 700%;
  color: #A7D243;
	/*background-color:#aa0000;*/
}



li
{
	color:#fff;
	font-size:1em;
	font-weight:normal;
}

#bullet
{
  margin-left: 10px;
  padding: 10px;
  list-style: none;
}

#bullet li 
{
  padding-left: 30px;
	padding-bottom: 5px;
	background-image: url(newImages/bullet.gif);
	background-repeat: no-repeat;
}



ul.menu {list-style:none; margin:0px; padding:0; }
li.menu {float:left; margin:0; padding:6px 10px 0px 17px; }

a:link	{color:#AAE157; text-decoration:none;}
a:visited							{color:#AAE157; text-decoration:none;}
a:active								 {color:#AAE157; text-decoration:none;}
a:hover									{color:#AAE157; text-decoration:underline;}

a.menu:link    {color:#111; font-weight:bold; text-decoration:none;}
a.menu:visited {color:#111; font-weight:bold; text-decoration:none;}
a.menu:active  {color:#111; font-weight:bold; text-decoration:none;}
a.menu:hover   {color:#fff; font-weight:bold; text-decoration:none;}

a.strong:link			{color:#AAE157; font-size:1.2em; text-decoration:none;}
a.strong:visited	{color:#AAE157; font-size:1.2em; text-decoration:none;}
a.strong:active		{color:#AAE157; font-size:1.2em; text-decoration:none;}
a.strong:hover		{color:#AAE157; font-size:1.2em; text-decoration:underline;}


a.hover:link    {filter:alpha(opacity=100);-moz-opacity:1;opacity:1; }
a.hover:hover   {filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;}



#logo
{
	width:900px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
}

  #logoLeft
  {
  	width:400px;
  	height:60px;
  	float:left;
  }
  
  #logoRight
  {
  	width:450px;
  	height:60px;
  	float:right;
  }

  #logoRight p
  {
  	text-align:right;
		color:#fff;
  	font-size:1.8em;
  	font-weight:bold;
  	padding:37px 0px 0px 0px;
  }
		
#container
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	overflow:auto;
	padding:0px;
	background-color:#333;
	border:4px solid #fff;
}

#header
{
	width:900px;
	height:180px;
	padding:0px;
	/*background-color:#1063be;*/
	border-bottom:4px solid #fff;
}

#footer
{
	width:930px;
	height:50px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;	
	/*background-color:#1063be;*/
}

		
#menu
{
	width:900px;
	height:30px;
  background-image:url(newImages/menuBG.jpg);
	border-bottom:4px solid #fff;
}

#mainBox
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	overflow:auto;
	background-image:url(newImages/bg_vines.gif);
	background-repeat: repeat-x
}

    #mainBoxLeft
    {
    	width:650px;
      float:left;
    }
    
    #mainBoxRight
    {
    	width:250px;
    	float:right;
    }

    #mainBoxAll
    {
    	width:880px;
			padding-right:10px;
			overflow:hidden;
    }		
		
		
        #mbaLeft
        {
        	width:330px;
          float:left;
        }
        
        #mbaRight
        {
        	width:540px;
        	float:right;
					text-align:right;
					padding:0px 10px 10px 0px;					
				}
		

    #mainBoxL
    {
    	width:230px;
      float:left;
    }

    #mainBoxM
    {
    	width:440px;
      float:left;
			/*background-color:#abc123;*/			
    }   
		 
    #mainBoxR
    {
    	width:230px;
    	float:right;		
    }
		
#galleryContainer
{
	width:870px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	overflow:auto;
	/*background-color:#11ccff;*/
}

    #galleryThumbs
    {
    	width:870px;
      float:left;
			/*background-color:#11ee44;*/
    }

    #gallerySmall
    {
    	width:120px;
			padding: 0px 8px 37px 17px;
			/*
			padding-right:15px;
			padding-bottom:37px;
			*/
      float:left;
			/*background-color:#11eeff;*/
    }
		
		
        #gallerySmall a img
				{ 
          /*border-bottom: 1px solid #000;*/
          filter:alpha(opacity=100);-moz-opacity:1;opacity:1; 
        }
        
        #gallerySmall a:hover img
				{ 
          /*border-bottom: 1px solid #000;*/
					filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;                
        }
				


								

    
    #galleryLarge
    {
    	width:350px;
    	float:right;
			padding-bottom:20px;
			text-align:center;
			/*background-color:#1044ee;*/
    }		


/* form ######################## */

label
{
color:#fff;
font-size:1em;
font-weight:normal;
margin:0;
width: 200px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}


.subButton
{
width: 80px;
height: 22px;
color: #000;
background: #fff;
border: 2px outset #ddd
} 

input 
{
	width: 300px;
	height: 18px;
	float: left;
	margin-bottom: 6px;
	color: #fff;
  background: #444;
  border: 1px solid #fff
}

select 
{
	/*display: block;*/
	/*width: 90px;*/
	float: left;
	margin-bottom: 6px;
	color: #fff;
  background: #444;
  border: 1px solid #fff;
	margin-right: 0.5em;
}

.checkbox
{
	width: 20px;
	height: 18px;
	float: left;
  margin-top: 0px;	
	margin-bottom: 4px;
  background: #333;
  border: 0px;
}



textarea 
{
	/*display: block;*/
	width: 300px;
	height: 80px;
	float: left;
	margin-bottom: 6px;
	color: #fff;
  background: #444;
  border: 1px solid #fff	
}


	
br 
{
	clear: left;
}	
		