﻿/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; 	
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** Images Media Productions default CSS */

/** Global */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color:white;
	margin:0px; padding:0px;
/*	background-color:#333333; */
	background-image: url('../images/Red Grunge Blurred2.jpg');
	background-size: cover;

}

/** Headers **/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color:white;
	padding-bottom:10px;
}
.h1sub {
	font-family: "Monotype Corsiva";
	font-size:xx-large ; line-height:40px; font-weight:bold;
	color:#99CCFF;
}

h2 {
	font-family: "Monotype Corsiva";
	font-size:x-large;
	color:#99CCFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color:white;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color:white;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	color:white;	
}

/** Links */

a 			{ color: #FFFFFF; }
a:visited 	{ color: #00CCFF; }
a:active 	{ color: #FFFF00; }
a:hover 	{ color: #FFFF00; }
a:focus 	{ color: #00CCFF; }


/** Class CSS **/

.blue {
	color:#00FFFF;
	}
	
.images_border {
	border:thin maroon solid;
}
.other 			{ font-weight:normal; }	
	
.otherbold 		{ font-weight:bold;  }
.otherbold li 	{ line-height:120%; }


/** Section CSS **/

/** @media screen and (max-width:480px) {
       #leftnav
  **/

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color:#333333;  }
	
#banner { padding:0px; margin-top: -15px; 	}

#topnav { 	background-color: 	#600000; 	clear:both;		}
#topnav ul 			{ width:100%; float:left; margin:0px; background-color: #600000; }
#topnav ul li		{ display:inline; } 
#topnav ul li a		{ float:left; padding: 10px 20px; }

#topnav a 			{ text-decoration:none; }
#topnav a:link 		{ color:white; }
#topnav a:visited	{ color:white; }
#topnav a:active	{ color:white; }
#topnav a:hover		{ color:white; background-color:#333333; }
#topnav a:focus		{ color:white; }
	
#leftnav { width:150px; 
			float:left;
			padding:10px 10px; 
			line-height:150%; 
			background-color: 	#333333; 
			clear:both;		}
			
#leftnav ul 		{ width:100%; float:left; margin:0px; background-color: #333333; }
#leftnav ul li a	{ float:left; padding: 5px 5px; }

#leftnav a 			{ text-decoration:none; }
#leftnav a:link 	{ color:white; }
#leftnav a:visited	{ color:white; }
#leftnav a:active	{ color:white; }
#leftnav a:hover	{ color:white; background-color:#600000; }
#leftnav a:focus	{ color:white; }

#slides { 	width:800px;
			margin-top:40px; margin-left:0px;
		}

#main { min-height:250px;
		margin-top:0px;
		padding:10px 0px 20px 15px; 
		line-height:120%; }
		
#main2 { min-height:550px;
		margin-top:30px;
		padding:20px 10px 20px 15px; 
		line-height:120%; }
		

#contact { float:left; 
		}

#twitter {	margin-top:0;
			width:150; 
			float:right;}
		
#main3 { min-height:550px; 
		padding:20px 0px 20px 15px; 
		line-height:150%;
		width:600px;
		margin-left:180px; 
		margin-top:30px;
		border-left:thin #777777 solid;}
	
#video	{margin-left:50px; }

#footer {  	width:100%;
	padding:10px 0px;
	clear:both;
	min-height:80px;
	background-color:#600000;  	}
		
#foot-left {
	text-align:left; 
	line-height:120%; 
	float:left;}
	
#foot-center {
	 text-align: center;
	 line-height:120%;  }
	 
#foot-right {
	text-align:right;
	line-height:120%; 
	float:right;