@charset "utf-8";
body {
	font: 90% 'Century Gothic', Calibri, Geneva, Verdana, Arial, Helvetica, sans-serif;
	background: #252525;
	background: #151515;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;	
	min-height: 100%;
	height: 100%;
}
.oneColElsCtrHdr #container {
	width: 850px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height: 100%;
	min-height: 100%;	
	margin: 0 auto 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. */
	min-height: 1000px;	
}
#header { 
	text-align: right;
	padding: 20px 10px 10px 12px;  /* 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. */
} 
#header #LogoLink {
	float: left;
}
#header #HeadNav {
	float: right;
	margin-top: 52px;
	font-size: 120%;
}
#header a { 
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
}
#header a:hover {
    text-decoration: underline;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#divContent {
	padding: 0px 20px 50px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#divContent #homePhoto {
	margin: 0 auto;
	text-align: center;	
}
#divContent #homePhoto img {
	margin: 20px 0px;
}
#divContent #subPhoto {	
	padding: 0px 20px 20px 20px;
	vertical-align: top;
}
#divContent #subPhoto img {
	float: left;
	padding-right: 20px;
}

#footer { 
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin-bottom: 14px;
	bottom: 0px;
	
} 
#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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer {
	text-align: center;
	padding: 10px 0px;
	font-size: 80%;
}
#footer h1 {
	font-weight: 300;
}
.clearFloat {
	clear: both;
	height: 1px;
}
/* Portfolio Styles */
.PhotoList {
    display: block;
    float: right;
    width: 154px;
    background: #000;
    padding: 0px;
    margin: 0px;
    clear: right;
}
.PhotoList li {
    display: block;
    float: left;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border: solid 1px #ccc;
    text-align: center;
}
.PhotoList li img {
    border: 0px;
}
#ImageHolder {
    float: left;
    width: 600px;
}
#PhotoSelect {
    background: transparent url("/images/ajax-loader.gif") no-repeat 60% 40%;
    width: 540px;
    height: 600px;
    float: left;
    text-align: center;
}
#PhotoHolder {
    margin: 0 auto;
    background: #000 url("/images/nothing.gif") no-repeat top center;
    height: 600px;
    width: 540px
}
#ImageBackHolder, #ImageForwardHolder {
    width: 30px;
    height: 600px;
}
#ImageBack, #ImageForward {
    display: block;
    width: 30px;
    height: 600px;
    text-decoration: none;
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    padding-top: 200px;    
    font-weight: bold;
    font-size: 2em;
}
#ImageBackHolder {
    float: left;
}
#ImageForwardHolder {
    float: right;
}
#PhotoTools {
    float: right;

    background: #555;
    padding: 1px;
}
#PhotoTools a:visited {
    color: #444;
}
#PhotoTools div {
    float: left;
}
#navForward {
    width: 25px;
    height: 18px;
    text-align: right;
}
#navBack {
    width: 25px;
    height: 18px;
}
#navShow {
    width: 102px;
    text-align: center;   
    height: 18px;     
}
#navShow a {
    border: solid 1px #555;
    outline: none;
}
#navShow a:hover {
    border: solid 1px #eee;
}
#navShow a:active {
    background: #222;
    border: solid 1px #eee;
}
#navBack a, #navBack a:hover {
    text-decoration: none;
}
#navForward a, #navForward a:hover {
    text-decoration: none;
}
/* Navigation Menu */
#header .FlyMenu {
    display: none;
    position: absolute;
    width: 150px;
    height: auto;
    border: solid 1px #111;
    background: #333;
    margin-left: 10px;
    margin-top: 1.5em;
}
#header .FlyMenu a {
    display: block;
    text-align: left;
    text-decoration: none;
    margin: 0px;
    padding: 5px;
    border-bottom: dashed 1px #111;
}
#header .FlyMenu a:hover {
    display: block;
    text-decoration: none;
    background: #555;
    padding: 5px;
    border-bottom: dashed 1px #111;
}

/* Misc Styles */
h1 {
    font-size: 1.5em;
    font-weight: normal;
}
.fLeft {
    float: left;
}
.fLeft50 {
    float: left;
    width: 50%;
}
.hidden {
    display: none;
}

a {
    color: #ccc;
}
/* Contact Form */

#ContactForm {
    float: left;
    width: 690px;
    border: solid 1px #222;
    padding: 10px;
    line-height: 2em;
}
#ContactForm input {
    width: 200px;
}
small {
    font-size: .7em;
}
