/* CSS Document */
/*
Created: 12/10/07
Updated: 12/28/09
Author: James Grumme - james@aboveallphoto.com
Copyright 2010 Above All Photography, Ltd.
*/
a:link {
color : #ffffff;
}
a:active {
color : #ffffff;
}
a:visited {
color : #ffffff;
}
a:hover {
color : red;
}
a img {
border : none;
}
img {
border-width : 0px;
border-color : #000000;
border-style : solid;
padding : 0px;
}
h1 {
font-family : arial, helvetica, sans-serif;
font-size : 24px;
font-weight : bold;
color : #ffffff;
}
h2 {
font-family : arial, helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #ffffff;
}
p {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #ffffff;
}
ul {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #ffffff;
list-style-type : square;
}
body {
background-color : #000000;
text-align : center;
}
address {
font-family : arial, helvetica, sans-serif;
font-style : normal;
font-size : 14px;
color : #ffffff;
}
.navtext {
font-family : arial, helvetica, sans-serif;
font-size : 12px;
color : #ffffff;
text-align : center;
}
#footer {
width : 1024px;
height : 48px;
background : #000000 url(images/copyright.jpg) no-repeat;
}
#sidebar {
float : left;
width : 175px;
height : 637px; 
margin-top : 10px;
}
#content {
background : #737373 url(images/body.jpg) no-repeat;
width : 1024px;
height : 637px;
text-align : left;
}
#main {
float : right;
margin-right : 25px;
margin-left: 5px;
width : 810px;
}
#header {
width : 1024px;
height : 83px;
background : #000000 url(images/header.jpg) no-repeat;
}
#headernav li
{
font-family : arial, helvetica, sans-serif;
font-style : normal;
font-weight : bold;
font-size : 12px;
color : #ffffff;
display : inline;
list-style-type : none;
padding : 0px;
float : right;
margin-top : 40px;
margin-right : 30px;
text-align : left;
}
#headernav a
{
text-decoration : none;
}
#master {
width : 1024px;
height : 768px;
}
#navcontainer {
	width: 150px;
	margin-left : 25px;
	height: 160px;
}
#navcontainer ul
{
margin-left : 0px;
padding-left : 0;
list-style-type: none;
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 12px;
}
#navcontainer a
{

padding : 2px;
width : 145px;
border-bottom: 0px solid #000000;
border-right: 0px solid #000000;
text-decoration : none;
}
#navcontainer a:link
{
color : #EEE;
text-decoration : none;
}
#navcontainer a:hover
{
background-color : #369;
color : #ffffff;
}
.smalltext {
font-family : arial, helvetica, sans-serif;
font-size : 11px;
color : #ffffff;
text-align : left;
margin-left : 25px;
}
.smalltext ul {
list-style-type : square;
}
.copyright {
font-family : arial, helvetica, sans-serif;
font-size : 10px;
color : #ffffff;
text-align : center;
padding-top : 10px;
}
form {
	margin:10px 15px; padding: 0; 
}
label {
	display:block;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
}
textarea {
	width:400px;
	padding:2px;
	border:1px solid #eee;
	height:100px;
	display:block;
	font-family : arial, helvetica, sans-serif;
}
input.button { 
	margin: 0;  
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	color: #333;	
}
#flashcontent {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color : #ffffff;
height : 450px;
width : 810px;
padding : 0px;
}
hr {
color : #939393;
background-color : #939393;
border : 0px;
height : 1px;
width : 100%;
text-align : center;
}
