
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Color Scheme:
	background.jpg
			Main background  --  vert gradient blue/white
	#F0F5FF white
	#FFE500 Accented text (yellowish)
	#B3CDFF	very light border (around gallery)
	#6699FF lighter fill area + borders
	#1A3C80 medium fill area
	#0D1E40 darker fill area + snippet areas
	#0A0F1A	black

Old Scheme

	#DDF8FE virtually white
*/

body {
	margin: 0;
	padding: 0;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x repeat-y;
	background-position: left top;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #DDF8FE; /* Content text color */
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #6699FF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

.colored{
	color: #FFE500 /* accented bold */
}

p, ul, ol {
	margin-top: 0;
	line-height: 130%; /* Modify spacing here */
}

ul, ol {
}

em, i {
	font-style: italic;
}

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

a:visited {
	color: #6699FF;
}

a:hover {
	color: #F0F5FF;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 80px; /* Adjusts overall size of header */
	background: #1A3C80;
	border-bottom: 5px solid #6699FF;
}

#header {
	width: 940px;
	height: 40px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 0px; /* centers the header */
	color: #DDF8FE;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: none;
	font-size: 4em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 32px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #DDF8FE;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
}

/* Menu */

#menu {
	width: 940px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 155px;
	height: 33px;
	padding-top: 16px;
	text-decoration: none;
	text-align: center;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 13px;
	font-weight: bold;
	/* color: #F0F5FF; */
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
}

#menu .current_page_item a {
	padding-left: 0;
	color: #DDF8FE;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 620px;
	padding: 30px 0px 0px 0px;
	color: #DDF8FE;
}

#content.opaque {
	background: 
	border: 
}

#call{
	float: right;
	width: 280px;
	height: 90px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: #6699FF;
	border-bottom: none;
}

#snippet {
	float: left;
	width: 295px;
	margin: 0px 5px 5px 0px;
	background: #0D1E40;
	border-style: solid;
	border-width: 5px;
	border-color: #1A3C80; /* Dark scheme */
}

#snippet p{
	text-align: center; /* or justify */
}

#snippet.sidebar {
	width: 260px;
	border-width: 10px;
}

#snippet.double {
	width: 600px;
	border-width: 10px;
	border-color: #6699FF;
	padding: 0px 10px 0px 10px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 280px;
	padding-top: 0px;
	color: #DDF8FE;
	background: #1A3C80;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	padding: 0 0 0 30px;
	letter-spacing: -.5px;
	/* color: #FA8C11; */
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	/*text-align: justify;*/
}

#sidebar a {
	border: none;
}

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

.light {
	background: #6699FF;
}

.dark {
	background: #1A3C80;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #1A3C80;
	border-top: 5px solid #6699FF;
	/* font-family: Tahoma, sans-serif; */
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #6699FF;
}

#gallery-background {
	width: 620px;
	height: 360px;
	margin-bottom: 10px;
	background: #6699FF;
}

#gallery-bgthumb {
	width: 620px;
	height: 104px;
	background: #6699FF;
}

#gallery
{
	width: 620px;
	margin: 0 auto;
}

#gallery img.output
{
	width: 600px;
	height: 340px;
	padding: 10px 0px 0px 10px;
}

#gallery span.caption
{
	display: block;
	margin: 1em 0 0 0;
	font-weight: bold;
	font-size: 1.25em;
}

#gallery span.caption2
{
	margin: 1em 0 1em 0;
	display: block;
}

#gallery ul.nav
{
	width: 100%;
	list-style: none;
	margin: 0 0 3em 0;
	padding: 0;
}

#gallery ul.nav li
{
	margin: 0 1em 1em 0;
	float: left;
}

#gallery ul.thumbnails
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px 6px;
}

#gallery ul.thumbnails li
{
	margin: 0 0.5em 1em 0.5em;
	float: left;
}

#gallery ul.thumbnails li img
{
	width: 128px;
	height: 72px;
	border: solid 6px #B3CDFF;
	cursor: pointer;
}

#gallery ul.thumbnails li img.active
{
	border: solid 6px #F0F5FF;
}
