* {
	margin: 0;
	padding: 0;
}

html {
  overflow: scroll;
}

body {
	margin: 0px;
	background: #FFFFFF url('images/header.jpg') no-repeat top center;
	font: normal small Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333; 
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 0.2em;
	line-height: 1.4em;
}

p {
}

blockquote {
	font-style: italic;
}

.testimonial
{
	font-style: italic;
	width:200px;
}

ul {
	margin-left: 2em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: underline;
	color: #FDB716;
}

a:hover {
	text-decoration: none;
	color: #6699FF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	background: #3C74E6 url('images/img06.gif') repeat-x;
}

.boxed .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url('images/img07.gif') repeat-x;
}

/* Post */

.post {
}

.post .title {
	background: #3C74E6 url('images/img06.gif') repeat-x;
	font-size: 1em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.post .title span {
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
	color: #FFFFFF;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px;
	border-top: 1px solid #FFFFFF;
	background: url('images/img07.gif') repeat-x;
}

/* Header */

#header {
	height: 65px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 5px solid #FDB716;
	background-repeat:no-repeat; background-attachment:scroll;
	background-position:   left top; 
}

/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 50px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	float: left;
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	width: 682px;
	margin: 0 auto;
	padding-top: 35px;
}

#menu ul {
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 95px;
	height: 26px;
	margin-left: 2px;
	padding-top: 5px; 
	background: url('images/img04.gif') no-repeat;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000
}

#menu a:hover {
	background-image: url('images/img05.gif');
}

#menu .active a {
	background-image: url('images/img05.gif');
}

.button
{
	list-style: none;
}

/* Content */

#content {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #FFFFFF
}

/* Content > Main */

#main {
	float: left;
	width: 52%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 20%;
	padding-left:0px;
	padding-right:0px;
}

#sidebar .boxed .title h2 {
	background: url('images/img08.gif') no-repeat;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin-left: 10px;
	padding-left: 0;
	line-height: 1.5em;
}

#updates h3 {
	font-size: 1.2em;
}

#updates p {
}

#updates a {
	font-size: 1.1em;
}

/* Content > Sidebar2 */

#sidebar2 {
	float: left;
	width: 25%;
	padding-left: 0px;
	padding-right: 0px;
}

#sidebar2 .boxed .title h2 {
	background: url('images/img10.gif') no-repeat right top;
}

/* Content > Sidebar2 > Sponsors */

#sponsors {
}

#sponsors ul {
	margin-left: 10px;
	padding-left: 0;
	list-style: disc;
}

/* Content > Version */

#version1 {
	float: left;
	width: 49%;
	padding-left: 0px;
	padding-right: 5px;
}

#version1 .boxed .title h2 {
	background: url('images/img08.gif') no-repeat left top;
}

#version1 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

#version2 {
	float: left;
	width: 49%;
	padding-left: 5px;
	padding-right: 0px;
}

#version2 .boxed .title h2 {
	background: url('images/img10.gif') no-repeat right top;
}

#version2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}


/* Content > Inner pages */

#inner {
	float: left;
	width: 77%;
	padding-left: 10px;
	padding-right: 0px;
}

/* Footer */

#footer {
	clear: both;
	height: 30px;
	margin: 0 auto;
	border-top: 5px solid #FDB716;
	padding-left:0; padding-right:0; padding-top:20px; padding-bottom:20px
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}

.special
{
font-weight: bold;
color: #000000;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 5px 5px 0;
}

:hover.thumbnail{
background-color: transparent;
}

:hover.thumbnail img{
border: 0px solid #F6D46C;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background: transparent;
padding: 0px;
left: -1000px;
border: 0px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

:hover.thumbnail span{ /*CSS for enlarged image*/
visibility: visible;
top: 200px;
left: 300px;  /*position where enlarged image should offset horizontally */
z-index: 50;
}

.orange_box
{
  border: 1px solid #FDB716;
  padding: 5px; background-color:#FCEFB6
}