@charset "utf-8";
/* CSS Document */

/*  -------  Main Reset   --------- */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, th, td
{
margin: 0; padding: 0; border: 0; outline: none;
}

body
{
line-height: 1;
font-size: 88% /* Decide for yourself if you want to include this. */;
background:#000;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
padding: .6em 0;
margin: 0 15px;
}

.colmask ul, ol
{
font-size:.88em;
color:#fff;
}

.colmask ul {
	margin-left:5px;
}

.colmask li {
	margin-left:10px;
}

a
{
color: black;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}

/* ---------------------- MAIN MENU NAV ---------------------- */

#navcontainer {
	
}
#navcontainer ul
{
text-align: center;
padding-top: 1px;
padding-bottom:1px;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color:#000;
color: white;
width: 100%;
font-family: Verdana,Georgia,Arial,Helvetica,sans-serif;
line-height: 1.6em;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;

/* matches link padding except for left and right */

}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
color: white;
text-decoration: none;

padding:4px;
}

#navcontainer ul li a:hover
{
background-color: #741503;
color: white;
}

#navcontainer .current { background-color:#741503; padding:4px;}

/* General styles */
	body {
	margin:0 auto;
	padding:0;			/* This removes the border around the viewport in old versions of IE */
	width:70%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	font-family:Georgia,Verdana,sans-serif;
	line-height:1.6em;
	font-size:0.92em;
	color:#CCF;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	}
	a {
		color:#f68f65;
	}
	a:hover {
		color:#fff;
		/*background:#369;*/
		text-decoration:underline;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-size:.88em;
	}
	
	strong {
		font-size:1.1em;
		color:#fff;
	}
	
	#invisible {
		visibility:hidden;
		text-indent:-9000px;
	}

	/* Header styles */
	#header {
	clear:both;
	width:100%;
	background-color:#000; no-repeat;
	overflow:hidden;
	}
	
	#header .header_images {
		float:left;
		width:100%;

	}	
	#header #headerbg {
		overflow:hidden;
	}
	
	#logoimg {
		z-index:1000;
		position:absolute;
		left:10px;
		top:25px;
	}
		
	
	#welcomenote {
	position:absolute;
	z-index: 500;
	right:8%;	
	top:-12px;
	}
	
	.welcomelist ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.welcomelist ul li {
		background-image: url(../images/checkmark.png);
		background-repeat: no-repeat;
		background-position: 0 .5em;
		padding-left: 1.2em;

	}

	
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col2 {
		margin-top:10px;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
	background-color:#000;
		/* right column background colour */		
	}
	.threecol .colmid {
		right:25%;			/* width of the right column */
	/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background-color:#000;
		/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	/* ------------ TWO COLUMN STYLES --------------- */
	
	.onecol {
		width:100%;
		background-color:#000;
		float:left;
		padding:10px;
	}

	
	/* Footer styles */
	.footer {
		clear:both;
		width:100%;
		/*border-top:5px solid #000;*/
		height: 225px;
		background-color:#000;
		filter:alpha(opacity=20);
		-moz-opacity:.8;
		opacity:.8;
		color:#b3a234;
		margin:0 auto;
}

	#footer p {
		padding-top:10px;
		padding-left:10px;
		
	}

.footer_column {
	padding-top:10px;
	float: left;
	width: 25%;
	margin-left: 3%;
}

.footer_column a {
	color:#ffe2b1;
}

.footer h1 {
	font-size:1.2em;
	font-weight:bold;
	margin-left:3%;
}

.copyright {
	clear:both;
	float:left;
	margin-left:3%;
	padding-top:10px;
}

/*    -----   ROUNDED BOX -------    */
.contentplace { background-color:rgb(116,21,3);color:#ffffff; width: 200px;}
.contentplace p { margin: -10px 10px -3px 7px; }
.topplace{ background: url(../images/roundbox_topright.png) no-repeat top right}
.bottomplace { background:url(../images/roundbox_bottomright.png) no-repeat top right;}
img.placeborder { width: 20px; height: 20px;border: none;display: block !important;}




#backgroundimage {
	background-position:right;
	right:30%;
	height:400px;
	width:200px;
}

#photostack {
	z-index:1000;
	margin:0 auto;
	position:fixed;
	top:10px;
}

.testimonial_img {
	padding-right:none;
	padding-left:none:
	padding-top:5px;
	padding-bottom:5px;
	margin: 0 auto;
}

/*		---------------------  PORTRAIT PAGE STYLES ----------------- */
#portraitfloat {
	float:right;
	margin:5px;
}



/*  	------------------------ FORM STYLES --------------------- */

label {

}

#myForm {
	padding: 5px;
}

#myForm p {
	margin-bottom: 10px;
}

#myForm label {
	float: left;
	width: 100px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .92em;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display:block;
	background-color:#fff;
}

#myForm .errorMessage {
	color: red;
	margin-left: 10px;
}
