html,body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	background: #a70d13;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
	font-size-adjust: inherit;
	}
	
#maincontainer {
	width:100%;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}

/* ------- BEGIN HEADER -------*/

#header {
		position:relative;	
		clear:both;
		float:left;
		width:100%;	
		min-width:960px;
		padding-bottom:0;	
		padding-top:10px;	
		overflow:hidden;	
		background: #000;
		/* dontwanttheglow url(../images/headerglow.png) no-repeat 10% */
}

#logo {
	position:relative;
	float:left;
	left:15%;
	margin-right:10px;
	width:274px;
	height:153px;
	overflow:hidden;
}

#headerinfo {
	position:relative;
	float:right;
	right:15%;
	top:20px;
	width:526px;
	text-align:right;
	color:#fff;
}

#headerinfo p, h1, h2, h3, h4, a:link {
	font-family: Arial, Helvetica, sans-serif;
	line-height:1em;
	margin: .8em 0 0 0;
}

/* ------- BEGIN MAIN NAV -------*/

#mainnav {
	clear:both;
	float:left;
	width:100%;
	background: #197a30;
	padding-top:0;
	}

#mainnav ul {
		clear:left;
		float:left;
		position:relative;
		left:15%;
		width:800px;
		list-style:none;
		margin:0 0 0 0;
		padding:0;
		font-family: Arial, Helvetica, sans-serif;
		font-size:1.25em;
		font-weight:bold;
	}
	
#mainnav ul.home {
	border-left: 1px solid #2e2e2e;
}

#mainnav ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
#mainnav ul li a {
		display:block;
		float:left;
		margin: 0 0 0 0;
		padding:3px 10px;
		text-align:center;
		background:#197a30;
		color: #fff;
		text-decoration:none;
		position:relative;
		left: 0;
		line-height:2em;
		-moz-border-radius: 0 10px 0 0;
}
#mainnav ul li a:hover {
		background:#a70d13;
		color:#fff;
}
#mainnav ul li a.active, #mainnav ul li a.active:hover {
		color:#000;
		background:#fff;
		font-weight:bold;
}
#mainnav ul li a span {
		display:block;
		font-size:.75em;
		color:#fff;
}

#mainnav ul li a.active span {
	color:#2e2e2e;
}
	
	/* -------END MAIN NAV -------*/
	
/* <<<<<---------------- COLUMNS ------------------ >>>>> */
.colmask {
		position:relative;	
		clear:both;
		float:left;
		width:100%;			
		overflow:hidden;	
}
/* common column settings */
.colright,.colmid,.colleft {
		float:left;
		width:100%;	
		position:relative;
}
.col1,.col2,.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
}
/* 3 Column settings */

.threecol {
		background: #a70d13 url(../images/dropshadowleftnright.png) repeat-x top;		/* right column background color */
}
.threecol .colmid {
		right:15%;			/* width of the right column */
		background:#fff;		/* center column background colour */
		border-right: 1px solid #2e2e2e;
}
.threecol .colleft {
		right:70%;			/* width of the middle column */
		background: #a70d13 url(../images/dropshadowleftnright.png) repeat-x top;	/* left column background colour */
		border-right: 1px solid #2e2e2e;
}
.threecol .col1 {
		width:66%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
		width:11%;			/* Width of left column content (column width minus padding on either side) */
		left:21%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
		width:11%;			/* Width of right column content (column width minus padding on either side) */
		left:75%;			/* 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) */
}

.threecol .collage {
	width:70%;
	height:400px;
	left:100%;
	background: url(../images/photocollage_samples.jpg) no-repeat;
	overflow:hidden;
	margin: 0 0 0 0;
}

.threecol .collageinner {
	width:70%;
	height:200px;
	left:100%;
	background: url(../images/photocollage_samples_200.jpg) no-repeat;
	overflow:hidden;
	margin: 0 0 0 0;

}

#footer {
		clear:both;
		float:left;
		width:100%;
		background-color: #000;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		height:100%;
		height:auto;
		min-height:40px;
		position:relative;
		bottom:0;
		font: .8em Arial, Helvetica, sans-serif;
		color: #4c4c4c;
		text-align:center;
}

#footer p {
	font-size:.8em;

}

#footer a:link {
	text-decoration:none;
	color: #4c4c4c;
}


#info {
	width: 90%;
	min-width:800px;
	margin: 10px auto 10px auto;
	padding-top:20px;
}

/* TEXTS */

p {
	font-size: 1em;
	line-height:1.25em;
	margin: 3px 0 3px 0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, h2, h3 {
	font-weight:bold;
	letter-spacing:-1px;
	line-height:105%;
	margin-top:4px;
	margin-bottom:4px;
	/*  text-shadow: 0em 0.01em 2px #2e2e2e*/
}

h1 {
	font-size:3em;
}

h2 {
	font-size:2.5em;
}

h3 {
	font-size:1.5em;
}

h1.columnheader, h2.columnheader, h3.columnheader {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:-8px;
	margin-left:-1px;
}

.centered {
	 text-align:center;
}

.em {
	font-style:italic;
}

.small {
	font-size:.6em;
}

.smallplain {
	font-size:.6em;
	font-weight:normal;
}

.strong {
	font-weight:bold;
}

.red {
	color:#a70d13
}

.green {
	color:#197a30;
}

#blockquote {
	padding:8px 8px 8px 8px;
	background: #f9f6f0;
	border-top: 1px dotted #4c4c4c;
	border-bottom: 1px dotted #4c4c4c;
}

#blockquote p {
	font-size:1em;
	line-height:1.2em;
	margin: 2px 0 2px 0;
	text-align:left;
}

/* BUTTONS */

#bigbuttoncontainer {
	width:100%;
	text-align:center;
	margin: 16px auto 16px auto;
}

a.bigbutton {
	height:50px;
	padding: 10px 20px 10px 20px;
	text-align:center;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	color: #fff;
	letter-spacing: -1px;
	font-size: 1.8em;
	line-height:1.8em;
	text-decoration:none;
	border: 1px solid #b5172b;
	border-spacing: 1px;
	background: #a70d13 url(../images/bigredbuttonback.jpg);
	-moz-border-radius: 30px 30px 30px 30px;
		-web-kit-border-radius: 30px 30px 30px 30px;
		font-weight: bold;
		margin-right:20px;
}
a.bigbutton:hover {
	text-decoration:none;
	color: #000;
	background: url(../images/bigredbuttonback_h.jpg);
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.75)
pre class="brush: css;" 
-webkit-box-shadow: 0px 2px 8px  #7b7b7b;
-moz-box-shadow: 0px 2px 8px #7b7b7b;
box-shadow: 0px 2px 8px #7b7b7b;
}

a.brown {
	background: #d2ab67 url(../images/bigbrownbuttonback.jpg);
	border: 1px solid #78623a;
}

a.brown:hover {
	background: url(../images/bigbrownbuttonback_h.jpg);
}



/* IMAGES */

img.right {
	float:right;
	margin-left:4px;
}

img.left {
	float:left;
	margin-right:4px;
}

.thumbnail {
float: left;
width: 100px;
border: 1px solid #4c4c4c;
padding: 5px 5px 3px 5px;
margin: 18px 6px 2px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:18px;
text-align:center;
pre class="brush: css;" 
-webkit-box-shadow: -1px 2px 6px  #acacac;
-moz-box-shadow: -1px 2px 6px #acacac;
box-shadow: -1px 2px 6px #acacac;
 background: #fff;
}

img.bordered {
	padding:3px 3px 3px 3px;
	border: 1px solid #4c4c4c;
	pre class="brush: css;" 
-webkit-box-shadow: -1px 2px 6px  #acacac;
-moz-box-shadow: -1px 2px 6px #acacac;
box-shadow: -1px 2px 6px #acacac;
 background: #fff;
 }
 
 img.slimborder {
 	padding: 0 0 0 0;
 	border: 1px solid #4c4c4c;
 }

/* <<<<<<<< -------------------- BODY SECTIONS INSIDE CONTENT AREA -------------- >>>>>>>>>>>> */

#leftside {
	position:relative;
	width:50%;
	float:left;
	padding-right:4px;
	border-right: 1px solid #e9e9e9;
}

#rightside {
	position:relative;
	left:3%;
	width:45%;
	float:left;
}

#moreinfo {
	width:100%;
	height:auto;
	padding: 10px 0 10px 0;
}

/* MISC */

#textdivide {
	width:99%;
	height:1px;
	clear:both;
	margin-top:8px;
	margin-bottom:8px;
	border-bottom: 1px dashed #000;
}

.clear {
	width:100%;
	height:2px;
	clear:both;
	visibility:hidden;
}

.margintop20 {
	margin-top:20px;
}

.margintop40 {
	margin-top:40px;
}

.margintop60 {
	margin-top:60px;
}

ul, li {
	list-style: none outside url(../images/keybullet.png);
	margin-left:-4px;
}

li.biglist {
	font-size:1.25em;
	line-height:1.75em;
}

.hide {
	visibility:hidden;
}

a.white {
	color:#fff;
}

.noborders {
	border:none;
}



