/* CSS Document */

* 				{
  				margin: 0;
  				padding: 0;
				}

body 			{margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; 
				background-image:url(../images/bg.jpg); 
				background-repeat:repeat-x; 
				background-position: top center;
				background-color: #ffcb01;
				padding: 0;
				height: 100%;
				}

.copy 			{font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; 
				font-size: 12px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 14pt;}
				
.slider-copy 			{font-family: Georgia, Times New Roman, Times, serif; 
				font-size: 12px; 
				font-style: normal; 
				font-weight: normal; 
				color: #fff; 
				line-height: 14pt;}
				
.small-text1	{font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 9px; 
				font-style: normal; 
				font-weight: bold; 
				color: #000; 
				line-height: 9pt;}
				
.small-text2	{font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 10px; 
				font-style: normal; 
				font-weight: bold; 
				color: #000; 
				line-height: 10pt;}
				
.quotes			{font-family: Georgia, Times New Roman, Times, serif; 
				font-size: 14px; 
				font-style: italic; 
				font-weight: normal; 
				color: #000; 
				line-height: 14pt;}

.nav-text		{font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 11px; 
				font-style: normal; 
				font-weight: bold; 
				color: #fff; 
				line-height: 12pt;}
				
.footer-text	{font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 10px; 
				font-style: normal; 
				font-weight: bold; 
				color: #cccccc; 
				line-height: 10pt;}

.title-text		{font-family: Georgia, Times New Roman, Times, serif; 
				font-size: 24px; 
				font-style: normal; 
				font-weight: bold; 
				color: #003366;
				line-height: 24pt;
				letter-spacing: 2px;}
				
.slider-title	{font-family: Georgia, Times New Roman, Times, serif; 
				font-size: 21px; 
				font-style: normal; 
				font-weight: bold; 
				color: #ffcc00;
				line-height: 21pt;
				letter-spacing: 0px;}
										
.form			{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 12px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 12pt;}
				
.login			{font-family: Arial, Verdana, Helvetica, sans-serif; 
				font-size: 28px; 
				font-style: normal; 
				font-weight: normal; 
				color: #000; 
				line-height: 28pt;}
				
.list_links ul 	{
				list-style:none;
				}
 
.list_links li 	{
				list-style-type:none;
     			background:url(../images/list_arrow.png) no-repeat left center; 
     			padding-left: 20px; /* the width of your image + some space */
     			margin: 8px 10px; /* line spacing and distance to left margin */
	 			}


div.rounded 	{
				border-radius: 10px;
				width: 500px;
				background-color: #999999;
				padding: 20px;
				}
				
div.box 		{
				border: 1px solid black;
				width: 150px;
				background-color: #ebebeb;
				padding: 20px;
				}
div.header 		{
				width: 940px;
				height: 80px;
				background-image:url(../images/bg-header.jpg);
				padding: 20px;
				margin-left: auto;
				margin-right: auto;
				}
div.navigation 	{
				width: 980px;
				margin-left: auto;
				margin-right: auto;
				}
div.content 	{
				width: 940px;
				padding: 20px;
				background-image:url(../images/bg-content.jpg);
				margin-left: auto;
				margin-right: auto;
				height: 100%;
				}
div.feature 	{
				width: 980px;
				margin-left: auto;
				margin-right: auto;
				}




				
hr {
  	color: #000;
	background-color: #000;
	height: 1px;
	width: 100%;
}



a:link 						{text-decoration: none; color: #cc0000;}			/* unvisited link */
a:visited 					{text-decoration: none; color: #660000;}			/* visited link */		
a:hover 					{text-decoration: underline; color: #ff0000;}		/* mouse over link */
a:active 					{text-decoration: none; color: #006600;}			/* selected link */	

a.nav-header:link 			{text-decoration: none; color: #ffffff;}			/* unvisited link */
a.nav-header:visited 		{text-decoration: none; color: #ffffff;}			/* visited link */	
a.nav-header:hover 			{text-decoration: underline; color: #0099cc;}		/* mouse over link */
a.nav-header:active 		{text-decoration: none; color: #ffffff;}			/* selected link */	

a.nav-footer:link 			{text-decoration: none; color: #ffffff;}			/* unvisited link */
a.nav-footer:visited 		{text-decoration: none; color: #ffffff;}			/* visited link */	
a.nav-footer:hover 			{text-decoration: underline; color: #cccccc;}		/* mouse over link */
a.nav-footer:active 		{text-decoration: none; color: #ffffff;}			/* selected link */	


/* JQuery Slideshow */

#slideshow 		{
    			position:relative;
    			height:300px;						/* adjust height here */
				width:980px;						/* adjust width here */
				margin-left: auto;					/* center align */
				margin-right: auto;					/* center align */
				   
				}

#slideshow DIV 	{
    			position:absolute;
    			top:0;
    			left:0;
    			z-index:8;
    			opacity:0.0;
    			height: 300px;						/* adjust height here */
    			background-color: #FFF;
				}

#slideshow DIV.active {
   				z-index:10;
    			opacity:1.0;
				}

#slideshow DIV.last-active {
   				z-index:9;
				}

#slideshow DIV IMG {
    			height: 300px;						/* adjust height here */
    			display: block;
    			border: 0;
    			margin-bottom: 10px;
				}
				
				
/*Sticky Footer */	

				
html, body 		{
				height: 100%;
				}
				
.wrapper 		{
				min-height: 100%;
				height: auto !important;
				height: 100%;
				margin: 0 auto -150px; 				/* the bottom margin is the negative value of the footer's height */
				}
				
.footer			{
				height: 150px; 						/* .push must be the same height as .footer */
				background-image: url(../images/bg.jpg);
				border: 1px solid black;
				}
				
.push 			{
				height: 150px; 						/* .push must be the same height as .footer */
				}