/* CSS Document */

/* --- text styles --- */

h1 { color: #D51E30; font-size: 1.15em; font-weight: normal; }
h2 { color: #C5C5C5; font-size: 1em; font-weight: bold; }
h2 a { color: #C5C5C5; text-decoration: none; }
h3 { font-size: 1.2em; font-weight: bold; display: block; padding-bottom: 10px; }
h3 a { text-decoration: underline; }
h3 a:hover { color: #D51E30; text-decoration: none; }
h4 { font-size: 1.4em; font-weight: normal; text-align: left; line-height: 1.4em; padding-bottom: 20px; }
h5 { font-size: 1.1em; font-weight: bold; padding-bottom: 10px; }
h6 { padding-bottom: 10px; font-weight: bold; }

p { padding-bottom: 10px; line-height: 1.7em; }
a { color: #636262; font-weight: bold; 	text-decoration: none; }
a:hover { text-decoration: underline; }

.red { color: #D51E30; font-weight: bold; }
#content a { color: #D51E30; }
#footer a { color: #636262; font-weight: bold; text-decoration: none; }	
#footer a:hover { text-decoration: underline; }
	
/* --- general layout styles --- */

ul { margin: 0; padding: 0; padding-left: 14px; }
li { padding: 0 0 10px 0; }

body {
	background-color: #E4E2E2;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1em; }
	
#contain {
	margin: 0px auto;
	width: 950px;
	background-image: url("../images/templates/background.gif");
	background-repeat: repeat-y;
	position: relative; }

#main {
	margin: 0px auto;
	width: 830px; /*total=900px*/
	padding: 10px 35px;
	text-align: center;
	position: relative; }
	
#upper {
	background-image:   url("../images/templates/shadow_upper.gif");
	background-repeat: no-repeat;
	width: 950px;
	height: 25px; }
	
#logo {
	width: 300px;
	height: 76px;
	text-align: left;
	background-image:   url("../images/templates/logotext.jpg");
	background-position: top right;
	background-repeat: no-repeat;
	float: left; }
	
#content {
	width: 790px;
	text-align: justify;
	font-size: 0.75em;
	color: #636262;
	padding: 10px 20px 15px 20px;
	margin-top: 10px;
	float: left; }
	
#greystripe {
	width: 460px;
	height: 70px;
	margin-top: 39px;
	background-image:   url("../images/templates/greystripe.gif");
	background-repeat: no-repeat;
	float: right; }
	
#pagepics {
	width: 370px;
	height: 250px;
	float: right; }
	
#header {
	width: 441px; /*total=460px*/
	line-height: 1.4em;
	text-align: left;
	float: left;
	padding: 40px 0 0 19px; }
	
#footer {
	width: 830px; /*total=950px*/
	padding: 5px 60px 0 60px;
	color: #636262;
	text-align: left;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both; }
	
#copyright {
	float: right; }
	
#bottom {
	clear: both;
	background-image:   url("../images/templates/shadow_lower.gif");
	background-repeat: no-repeat;
	width: 950px;
	height: 50px;
	border-bottom: 10px solid #E4E2E2; }
	
div#smallprint {
	width: 790px;
	font-size: 0.9em;
	border-top: 1px solid #C5C5C5;
	padding-top: 10px;
	float: left;
	clear: both; }
	
div.rule {	
	border-bottom: 1px solid #D51E30;
	margin-bottom: 25px; }
	
.clear { clear: both; }	
.left { float: left; }
.right { float: right; }

td.padded {
	padding: 0 0 15px 10px; }
	
/* --- navigation elements --- */

#navcontain {
	margin: 0px auto;
	padding: 0;
	line-height: 0;
	width: 950px;
	height: 56px; }
	
#navigation {
	width: 950px;
	background-image:   url("../images/templates/navback.gif");
	background-repeat: repeat-x;
	text-align: left;
	font-weight: bold;
	font-size: 0.9em;
	float: left; }
	
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
 
#navigation li {
	background:   url("../images/templates/nav_right.gif") no-repeat right top;
	line-height: 1em;
    float: left;
    margin: 0;
    padding: 0; }
	
#navigation a {
	background:   url("../images/templates/nav_left.gif") no-repeat left top;
	color: #D51E30;
	text-decoration: none;
    padding: 34px 10px 8px 10px;
    display: block; }
	
#navigation a:hover {
	color: #636262; }
	
/* --- home button styles --- */

#navigation #current_home {
	color: #636262;
    background-image:   url("../images/templates/current_right.gif"); }

#navigation #current_home a {
	color: #636262;
    background-image:   url("../images/templates/current_left_home.gif"); }
	
/* --- middle button styles --- */
	
#navigation #current {
	color: #636262;
    background-image:   url("../images/templates/current_right.gif"); }
	
#navigation #current a {
	color: #636262;
    background-image:   url("../images/templates/current_left.gif"); }
	
/* --- end button styles --- */

#navigation #current_end {
	color: #636262;
    background-image:   url("../images/templates/current_right_links.gif"); }

#navigation #current_end a {
	color: #636262;
    background-image: url("../images/templates/current_left.gif"); }
	
/* --- photo gallery pages and popups --- */

.section {
	width: 790px;
	float: left;
	margin-top: 20px; }

.gallery {
	width: 150px;
	float: left;
	margin: 20px 10px 0 0;
	text-align: center; }
	
.gallery_end {
	width: 150px;
	float: left;
	margin-top: 20px;
	text-align: center; }
	
#page {
	padding-top: 20px;
	width: 790px;
	text-align: left;
	clear: both; }
	
#popup {
	background-color: #E4E2E2;
	font-size: 0.75em;
	text-align: center; }
	
.text {
	padding: 10px 0;
	display: block; }
	
/* --- website portfolio pages --- */

.folio {
	width: 240px;
	float: left;
	margin: 25px 32px 0 0;
	text-align: left; }
	
.folio_end {
	width: 240px;
	float: left;
	margin-top: 25px;
	text-align: left; }
	
.img {
	border: 1px solid #CCC;
	margin: 7px 0; }
	
#foliopage {
	width: 790px;
	margin-top: 30px;
	border-top: 1px solid #C5C5C5;
	padding-top: 10px;
	text-align: center;
	float: left;
	clear: both; }
	
#foliopage a {
	color: #636262; }
	
/* --- footer navigation styles --- */

.highlighta #a { color: #D51E30; }	
.highlightb #b { color: #D51E30; }
.highlightc #c { color: #D51E30; }
.highlightd #d { color: #D51E30; }
.highlighte #e { color: #D51E30; }
.highlightf #f { color: #D51E30; }
.highlightg #g { color: #D51E30; }

/* --- contact page styles --- */

.field {
	width: 190px;
	border-top: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #706F6F;
	border-bottom: 1px solid #706F6F;
	padding: 3px;
	margin-bottom: 12px;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
	
div#flash {
	display: inline;
	position: absolute;
	top: 5px; }