@charset "utf-8";


* {
	margin: 0;
	padding: 0;
	border: 0;
}
body  {
	background: #211;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

a:link {
	text-decoration: none;
	color:#3C6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
a:visited {
	text-decoration: none;
	color:#3C6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
a:active {
	text-decoration: underline;
	color:#CF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}
a:hover {
	text-decoration: underline;
	color:#CF0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

#container {
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 1024px;
	
} 

p {
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	color: #DDD;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FC6;
	margin-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #F96;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #F96;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
hr {
	width: 80%;
	color: #f00;
	background-color: #f00;
	height: 2px;
	margin: 0px auto 10px;
}

.gallery #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 880px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 

#header {
	background: #000000 url(../_images/headerPic.jpg) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 170px;
	width: 1024px;
	position: relative;
} 


#header #flashQn {
	position: absolute;
	left: 850px;
	top: 0px;
}

#header ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position:absolute;
	left:350px;
	bottom:75px;
}

#header li {
	float: left;
}

#header li a:link, #header li a:visited{
	background:#900;
	padding:.2em .5em;
	display:block;
	font-family:Verdana, Arial, sans-serif;
	font-size:.9em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:1.2em;
	margin-right:.1em;
}

#header li a:hover {
	color:#000;
	background:#f33;
}
	
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color:#000;
	background:#FD9;
	cursor:default;
}
	

#container #header h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	padding: 110px 0px 0px;
}



#sidebar1 {
	float: right; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000 url(../_images/rightCol.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	width: 234px;
	height: 380px;
}
.index #sidebar1 p, .testimonials #sidebar1 p    {
	margin: 0px 0px 10px 0px;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
} 
.about #sidebar1 p {
	text-align: left;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 15px;
}


.index #sidebar1 h1, .about #sidebar1 h1, .testimonials #sidebar1 h1 {
	margin: 0px 0px 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
	text-align: center;
} 

.index #sidebar1 h2, .about #sidebar1 h2, .testimonials #sidebar1 h2 {
	margin: 0px 0px 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
	text-align: center;
} 

.index #sidebar1 h3, .about #sidebar1 h3, .testimonials #sidebar1 h3 {
	margin: 0px 0px 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 15px 0px 10px;
	text-align: center;
} 


.index #mainContent {
	float: left;
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	height: 380px;
	width: 790px;
} 

.about #mainContent, .testimonials #mainContent {
	float: left;
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #111;
	height: 380px;
	width: 790px;
	border-style: none;
} 

.about #mainContent p, .testimonials #mainContent p {
	margin: 0px 0px 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 25px;
} 

.about #mainContent h1, .testimonials #mainContent h1 {
	margin: 0px 0px 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 15px;
} 

.about #mainContent h2, .testimonials #mainContent h2 {
	margin: 0px 0px 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 15px;
} 

.about #mainContent h3, .testimonials #mainContent h3 {
	margin: 0px 0px 10px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 0px 25px;
} 

.gallery #mainContent {
	margin: 0 auto; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	width: 900px;
} 
.testimonials #mainContent ul {
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: square;
}
.testimonials #mainContent li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #FFD;
	padding-bottom: 10px;
}


#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#111;
	margin: 0px;
	text-align: center;
	height: 50px;
	width: 1024px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	vertical-align: middle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.5em;
}

.center {
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
