
/* ******************************************************************** */ 
/*                  Initial Code Generated by: http://csscreator.com                 */
/* ******************************************************************** */
html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#fancybox-overlay { 
   position: fixed !important; 
} 

 
#pagewidth{ }

#bottom_nav {
	text-align: center;
}
 
h3.title {
 color:#FFFFFF;
 font-size:30px;
 margin-top: 10px;
 margin-bottom: auto;
 text-align: center;
} 
h2.title {
 color:#FFFFFF;
 font-size:60px;
 margin-top: 10px;
 margin-bottom: auto;
 text-align: center;
}
h1.title {
 color:#000000;
 font-size:30px;
 margin-top: 10px;
 text-align: center;
}
h1.pagetitle {
 color:#000000;
 font-size:30px;
 margin-top: 10px;
 text-align: center;
 background-color: #9bc9df;
}
h1.quote {
 color:#ff0000;
 font-size:18px;
 text-align: center;
 margin-top: 14px;
 font-weight: bold;
 font-style: italic;
}
h1.author {
 color:#163a6a;
 text-align: center;
 font-size:14px;
 margin-top: 14px;
 font-weight: bold;
 font-style: italic;
}

p.quote {
 color:#FFFFFF;
 font-size:14px;
 margin-top: 10px;
}
p.author {
 color:#FFFFFF;
 font-size:12px;
 margin-top: 10px;
}

p {
 text-indent: 1.5em;
 margin: 10px;
}
p.no_indent {
 text-indent: 0em;
 margin: 10px;
}


a.quote {
 color:#FFFFFF;
 font-size:14px;
 margin-top: 10px;
}

a.sidebar_video {
 color:#FFFFFF;
 font-size:14px;
 margin-top: 10px;
 text-decoration:none;
}

a.quote_box_linked{
text-decoration:none;
}

#quote_box, #quote_box_linked {
 position:relative; 
 border:2px solid red;
 border-radius: 5px;
 margin:10px;
}

#quote_box_linked:hover{
 background-color: #ff0000; 
 border-style: outset;
 }

#header{
 position:relative; 
 border:5px solid red;
 height:100px; 
 width:100%;
 display:block;
 /*overflow:auto;*/
 background: #163a6a; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#163a6a', endColorstr='#9bc9df'); /* for IE */
background: -webkit-gradient(linear, left center, right center, from(#163a6a), to(#9bc9df)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #163a6a,  #9bc9df); /* for firefox 3.6+ */ 

} 
 
#leftcol{
 width:20%; 
 float:left; 
 position:relative; 
 background-color:#163A6A; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 position: relative; 
 width:80%;
 float:right; 
 }
 
#footer{
 position:relative; 
 border:5px solid red;
 height:75px; 
 width:100%;
 display:block;
 /*overflow:auto;*/
 background: #163a6a; /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#163a6a', endColorstr='#9bc9df'); /* for IE */
background: -webkit-gradient(linear, left center, right center, from(#163a6a), to(#9bc9df)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #163a6a,  #9bc9df); /* for firefox 3.6+ */ 

} 
 

 /* ******************************************************************** */ 
/*                      menu styles                                  */ 
/* ******************************************************************** */ 
.hovermenu ul{
 	position: absolute; 
	bottom: 0;
	padding: 0;
	margin: 0;
}

.hovermenu ul{
 
 font: bold 13px arial;
 padding-left: 0;
 margin-left: 0;
 height: 20px;
  }
 
.hovermenu ul li{
 list-style: none;
 display: inline;

 }
 
.hovermenu ul li a{
 padding: 2px 0.5em;
 text-decoration: none;
 float: left;
 color: white;
 /*background-color: #e1e1e1;*/ /* You Can Change this color */
 /*border: 2px solid #e1e1e1;*/ /*You can change this color*/
   /*border:1px solid red;*/
}
 
.hovermenu ul li a:hover{
 background-color: #ff0000; /*You Can Change This Color*/
 border-style: outset;
 }
 
 a.large_menu_text {
	  color: #00ff00;
 }
 
html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
 border-style: inset;
 }
 
body#home a#home_nav,
body#limited a#limited_nav,
body#liberty a#liberty_nav,
body#about a#about_nav,
body#contact a#contact_nav,
body#signs a#signs_nav {
	color: #ffffff;
	background: #fe0000;
}


/* ******************************************************************** */ 
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 
/* ******************************************************************** */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

