/*
|--------------------------------------------------------------------------
| Defaults
|--------------------------------------------------------------------------
*/

@import url(../tiny/styles.css);
body { width: auto; margin: 0; padding: 0; }

.pageLayout, .blogLayout {
	width:960px; /* add up to 10px depending on max columns (for guides)*/
}
/*
|--------------------------------------------------------------------------
| General Layout
|--------------------------------------------------------------------------
*/

body {
	width: auto !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none;
	background-color: #4A4A4A;
	background-image:url(../images/floor.jpg);
	background-repeat:repeat;
	
}
.col_wrapper {
	width: auto;
}
.gradient_wrapper {

	position:absolute;
	top:0px;
	width:100%;
	padding:0px;
	margin:0px;
}
#outer_wrapper {
	width: 100%;
	height: auto;
	background-image: url(../images/footer_image.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom:200px;
}
#wrapper {
	width:1000px;
	height:auto;
	margin:0px auto 20px auto;
	padding:0px 8px 0px 8px;
}
#header {
	width:984px;
	height:270px;
	float:left;
	position:relative;
	
}
#content {
	width:984px;
	height:auto;
	float:left;
}
.footer_wrapper {
	width:984px;
	height:100px;
	padding-top:10px;
	padding-bottom:20px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.credits {
	width:691px;
	position:relative;
	float:left;
}
.credits p {
	font-size:0.75em;
	color:#000 !important;
	padding-bottom:0px;
}
.form_col {
	width: 450px;
	margin-left: 20px;
	float: left;
	display: inline;
}

.clear-both {
	clear: both;
	display: hidden;
}
:link img, :visited img {
	border: none;
}
.logo {
	position:absolute;
	margin-right:4px;
	padding-bottom:2px;
	top: 1px;
	margin-top:20px;
}
#flash_background {
	float:right;
	width:681px;
	height:259px;
}

.topNav {
	width:955px;
	position:relative;
}
.col1_contact {
	width:450px;
	position:relative;
	height:auto;
	float:left;
	margin-right:15px;
}
.col2_contact {
	width:450px;
	position:relative;
	height:auto;
	float:left;
}
#top_bar {
	width:100%;
	height:29px;
	background-image:url(../images/top_bar.png);
	background-repeat:repeat-x;
}
/*FOOTER*/
.fb_icon {
	float:right;
}
.share {
	
}
.footer_right {
	float:right;
	position:relative;
	height:auto;
	font-size:0.8em;
	color:#FFFFFF;
}
ul.foot_nav {
	list-style-type: none;
	float:left;
	position:relative;
	margin-right:50px;
}
ul.foot_nav li {
	clear:both;
	margin-bottom:10px;
	
}
.footer_wrapper ul.foot_nav li a:link, .footer_wrapper ul.foot_nav li a:visited {
	color:#000 !important;
	text-decoration: none ;
}
/*Content Area*/

#sideNav_wrapper {
	width: 238px;
	float:left;
	position:relative;
	min-height:100px;
	height:auto !important;
}
.content_top {
	width:984px;
	padding-top:12px;
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
	background-position: top;
	position:relative;
	float:left;
}
.content_bottom {
	width:984px;
	padding-bottom:15px;
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
	background-position: bottom;	
	position:relative;
	float:left;
}
.content_middle {
	width:960px;
	padding-left:12px;
	padding-right:12px;
	height:auto;
	background-image:url(../images/content_middle.png);
	background-repeat:repeat-y;
	position:relative;
	float:left;
}
.main_column {
	width:713px;
	height:auto;
	position:relative;
	margin-right:19px;
	float:left;
}
.news_column {
	width:252px;
	height:auto;
	position:relative;
	float:left;
}
.content_top_sideNav {
	width:955px;
	padding-top:19px;
	background-image:url(../images/nav_content_top.png);
	background-repeat:no-repeat;
	background-position: top;
	position:relative;
	float:left;
}
.content_bottom_sideNav {
	width:955px;
	padding-bottom:19px;
	background-image:url(../images/nav_content_bottom.png);
	background-repeat:no-repeat;
	background-position: bottom;	
	position:relative;
	float:left;
}
.content_middle_sideNav {
	width:935px;
	height:auto;
	background-image:url(../images/nav_content_middle.png);
	background-repeat:repeat-y;
	position:relative;
	float:left;
	padding-right:20px;
	padding-bottom:5px;
}
/*
| -------------------------------------------------------------------
| Album
| -------------------------------------------------------------------
| 
*/
.album_wrapper {
}
.thumb {
	float:left;
	width:220px; 
	padding:0px;
	margin:4px 10px 0px 0px;
	
}
/*
| -------------------------------------------------------------------
| NAV CSS
| -------------------------------------------------------------------
| Last Revision 19/01/2010 
| 
*/

/* mainNav */
#mainNavWrapper {
	width:984px;
	height:37px;
	background-image:url(../images/nav_background.png);
	background-repeat:no-repeat;
	float:left;
	margin-bottom:8px;
	margin-top:0px;
	padding-top:3px;
}
#mainNav {
	margin-top:8px;
	font-size:.8em;
	padding-bottom:0px;
	margin-left:10px;

}
#mainNav li {
	position:relative;
	width:auto;
	display:inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#mainNav li:last-child {
	border:none;
}
#mainNav li a {
	padding-right:12px;
	padding-left:12px;
	padding-bottom:12px;
	padding-top:12px;
}

#mainNav li a:link, #mainNav li a:visited,
#mainNav li a:hover, #mainNav li a:active {
	text-decoration:none;
}
#mainNav li:link, #mainNav li:visited,
#mainNav li:hover, #mainNav li:active {
	
}

#mainNav li a:link, #mainNav li a:visited {
	color:#FFFFFF !important;
}
#mainNav li a:hover, #mainNav li a:active {
	color:#999999 !important;
}
#mainNav #mainNav_active a {
	color:#CE6827 !important;
	background-image:url(../images/nav_active.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight:bold;
}
#mainNav #mainNav_active {
	
}
#mainNav li a:hover  {
	
}
#mainNav ul {
	display:none;
	margin:0px;
	position:absolute;
	top:28px;
	left:0px;
	background-color:rgba(21,21,21,0.9);
	text-align:left;
	z-index:100;
	width:233px;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
#mainNav ul li {
	margin:0px;
	padding:0px;
	border:none;
	width:233px;
	display:block;
}
#mainNav li:hover ul {
	display:block;
}
#mainNav ul li a {
	font-weight:normal !important;
	width:150px;
	padding:5px;
	
}
#mainNav ul li:hover {
	background-color:rgba(206,104,39,0.9);
}
#mainNav li:hover ul li {
	margin-left:0px;
	line-height:1.8em;
	background-image:none;
	text-align:left;
	height:27px;
	padding-top:3px;
}
#mainNav li:hover ul li a:link, #mainNav li:hover ul li a:visited {
	color:#FFF !important; 
}
#mainNav li:hover ul li a:hover, #mainNav li:hover ul li a:active {
	color:#FFF !important;
	padding-top:0px;
}
#mainNav #mainNav_active ul li a {
	color:#FFF !important;
	background-image:none;
}

/* sideNav */

#sideNav {
	margin-left:10px;
	margin-top:20px;
	margin-right:10px;
	
}
#sideNav li {
	list-style:none;
	margin-bottom:10px;
	font-size:0.9em !important;
	margin-left:0px !important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom:10px;
}
#sideNav li a {
	
}
#sideNav li a:link, #sideNav li a:visited, 
#sideNav li a:hover, #sideNav li a:active {
	color:#333333 !important;
	text-decoration:none !important;
	
}
#sideNav li a:link, #sideNav li a:visited {
	
}
#sideNav li a:hover, #sideNav li a:active {
	color:#666666!important;
	
}
#sideNav #side_active a {
	color:#A60000 !important;
	
}

/* popNav */
/* Need to come back and do this! */
/*
| -------------------------------------------------------------------
| FORMS CSS
| -------------------------------------------------------------------
| Last Revision 19/01/2010 
| 
*/
fieldset {
	border:none;
	margin-left:10px;
}
label {
	float: left;
	text-align: right;
	width: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 6px;
	padding-right: 5px;
	font-weight: normal;
}	
input, textarea {
	padding: 4px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	margin-bottom: 12px;
	background-color:#999999;
	border:none;
	border-radius: 5px;
}
select {
	margin-bottom: 9px;
	padding:4px;
	color: #000000;
	background-color:#999999;
	border: none;
	border-radius: 5px;
}
.error {
	font-family: "Helvetica", Arial, sans-serif;
	color: #FF0000 !important;
	font-size: 10px !important;
	margin-left:100px;
}
textarea {
	height: 150px;
}
.btn_submit {
	/* background-image: url("../javascripts/tiny_mce/themes/advanced/skins/default/img/buttons.png");
	background-repeat: no-repeat;
	background-position: 0px -52px; */
	border:none;
	background-color: #ce6827;
	color: #FFFFFF;
	font-weight: normal;
	width: 100px;
	height: 26px;
	padding-bottom: 5px;
	cursor: pointer;
	font-weight: normal;
	margin-left:95px;
}
.btn_submit_right {
	margin-left: 95px;	
	font-size:0.9em;
}
.checkbox {
	width: auto;
	height: 18px;
	width: 18px;
	border:none;
	background-color:#CCCCCC;
}
.checkbox_label {
	width: 90px;
	padding-top: -5px;
}


