﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: White;
    background-image: url(/content/images/bg_splatter.gif);
    background-repeat:no-repeat;
    background-position: left top;
    
    font-size: .75em;
    font-family: font-family: Georgia,"Times New Roman",serif;
    margin: 0;
    padding: 0;
    color: #696969;
    padding-left:0px;
    padding-top:50px;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
   
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0 0px 0 0;
}

p#logo, h1#logo
{
    font-weight: bold;
    font-size: 24px !important;
    padding: 10px 0;
    margin: 0;
    color: #FFF;
    border: none;
    line-height: 2em;
    
}

#logo a
{
    color: #FFF;
    text-decoration: none;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #FFF;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #999;
    padding: 5px 0 0 0;
    text-align: center;
    line-height: normal;
}

#footer p
{
    padding: 5px 0;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #FFF;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #FFF;
    color: #000;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}


div.header
{
	height:150px;
	width:800px;
	background-color:White;
	border:1px solid silver;
	background-image:url(/content/images/header_grey.gif);
}

div.mainMenu
{
	height:25px;
	width:800px;
	background-color:White;
	border:1px solid silver;
	vertical-align:middle;
	padding-top: 5px;
	text-align:center;
}

div.mainMenu a
{
	font-family: Georgia,"Times New Roman",serif;
	font-size: x-small;
	font-weight:bold;
	color:Gray;
	text-decoration:none;
	padding-left:20px;
}

div.mainMenu ul
{
	list-style-type: none;	
	float: left;
	padding: 0;
	margin: 0;
}
		
div.mainMenu ul li
{
	float:left;
	text-align:left;
	margin-right: 20px;
}

div.content
{
	height:425px;
	width:790px;
	background-color:White;
	border:1px solid silver;
	padding:0px 5px 5px 5px;
	background-image:url(/content/images/bg_gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-top:0px;
	/*vertical-align:bottom;*/
}

div.galleryContent
{
	height:350px;
	width:770;
	border:solid 1px white;
	background-color:Transparent;
	/*background-image: url(/content/images/bg_khaki.jpg);	*/
}
div.galleryContentHolder
{
	height:350px;
	width:770;	
	background-color: Transparent;
		}
div.galleryContentHolder h3
{
	font-family: Georgia,"Times New Roman",serif;
	font-weight:bold;
	color:Gray;
	font-style:italic;
}
div.galleryMenu
{
	
}

div.galleryContainer
{
	overflow:auto;
	background-color: silver;
	border: solid 2px white;
	padding:2px 2px 2px 2px;
}

div.galleryThumbs
{
	height: 95%;
	width: 135px;
	margin:5px 5px 5px 5px;
	float:left;
}

div.galleryThumbs h3
{
font-weight:bold;
	color:Gray;
	font-style:italic;
}
div.galleryRight
{
	height: 98%;
	overflow:auto;	
	margin:5px 5px 5px 5px;	
	float:right;
}

div.login
{
	vertical-align:middle;
	text-align:center;
	padding-top:100px;
}

span.labelTitle
{
	
color:black;
font-family:Georgia,"Times New Roman",serif;
font-size:x-small;
font-weight:bold;
padding-left:10px;
padding-right:10px;
text-decoration:none;
}