/*************************************
**            Page Layout           **
*************************************/

/* maintain scroll bar in FF*/
html {
	overflow-y: scroll;
} 
	
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#edf4f5;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 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%;
	position:relative;
}
.col1,
.col2,
.col3,
.gallery_col1,
.gallery_col2,
.anim_col1,
.anim_col2,
.about_col1,
.about_col2,
.home_col1,
.home_col2 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column settings */
.rightmenu {
	background:#edf4f5;		/* right column background colour */
}
.rightmenu .colleft {
	right:35%;				/* right column width */
	background:#edf4f5;		/* left column background colour */
}
.rightmenu .col1 {
	width:64%;				/* left column content width (left column width minus left and right padding) */
	left:37%;				/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:31%;				/* right column content width (right column width minus left and right padding) */
	left:39%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/*GALLERY 2 COL SETTINGS*/
.gallery_rightmenu {
	background:#edf4f5;		/* right column background colour */
}
.gallery_rightmenu .colleft {
	right:63%;				/* right column width */
	background:#edf4f5;		/* left column background colour */
}
.gallery_rightmenu .gallery_col1 {
	width:37%;				/* left column content width (left column width minus left and right padding) */
	left:65%;				/* (right column width) plus (left column left padding) */
}
.gallery_rightmenu .gallery_col2 {
	width:59%;				/* right column content width (right column width minus left and right padding) */
	left:71%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/*ABOUT 2 COL SETTINGS*/
.about_rightmenu {
	background:#edf4f5;		/* right column background colour */
}
.about_rightmenu .colleft {
	right:43%;				/* right column width */
	background:#edf4f5;		/* left column background colour */
}
.about_rightmenu .about_col1 {
	width:53%;				/* left column content width (left column width minus left and right padding) */
	left:48%;				/* (right column width) plus (left column left padding) */
}
.about_rightmenu .about_col2 {
	width:39%;				/* right column content width (right column width minus left and right padding) */
	left:59%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/*HOME 2 COL SETTINGS*/
.home_rightmenu {
	background:#edf4f5;		/* right column background colour */
}
.home_rightmenu .colleft {
	right:50%;				/* right column width */
	background:#edf4f5;		/* left column background colour */
}
.home_rightmenu .home_col1 {
	width:46%;				/* left column content width (left column width minus left and right padding) */
	left:52%;				/* (right column width) plus (left column left padding) */
}
.home_rightmenu .home_col2 {
	width:46%;				/* right column content width (right column width minus left and right padding) */
	left:58%;				/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/*HEADER*/
img {
	border-style:none;
}

#headerBtnFloatRight
{
	position:absolute;
	top:20px;
	right: 15%;
	padding: 0 0 0 0;
}

#headerBtnFloatRightBelow
{
	position:absolute;
	top:57px;
	right: 15%;
	padding: 0 0 0 0;
}


#header {
	clear:both;
	float:left;
	width:100%;
	background-color: #c2945b;
	background-repeat: repeat-x;
}

#header .banner {
	padding: 40px 0 20px 25px;
}

/**  Inverted Slider Door Menu       **/

#invertedtabs{
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}

#invertedtabs ul{
	float:right;
	font: 12px Tahoma, Arial, Verdana, sans-serif;
	margin:0;
	margin-right: 20px;
	margin-bottom: 2em; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
}

#invertedtabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	line-height: 1.5em;
}


#invertedtabs a{
	float:left;
	color: white;
	background: #c2945b url(../images/menu_leftCorner.gif) no-repeat left bottom;
	margin:0 2px 0 0;
	padding:0 0 0 0;
	text-decoration:none;
	letter-spacing: 1px;
}

#invertedtabs a span{
	float:left;
	display:block;
	background: transparent url(../images/menu_rightCorner.gif) no-repeat right bottom;
	padding:0px 9px 0px 6px;
}

#invertedtabs a span{
	float:none;
}

#invertedtabs a:hover{

}

#invertedtabs a:hover span{

}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/

}

/* FOOTER */
#footer {
	background-color: #c2945b;	
    clear:both;
    float:left;
    width:100%;
	border-top:1px solid #c5975f;
}
#footer p {
    padding:10px;
    margin:0;
}

/*************************************
**         SITE Element Styles      **
*************************************/
a{
	text-decoration:none;
	font-size: 14px;
	color: #b50705;
}

a:hover {
	text-decoration:underline;
}

h1 
{
	margin: 0 0 0 35px;
	width:40%;
	font-family:Times New Roman, Tahoma, Arial;
	font-size:2.5em;
	color:#a84a43;
	border-bottom:black 1px dashed;
}

#gallery_h1 
{
	margin: 0 0 0 35px;
	width:100%;
	font-family:Times New Roman, Tahoma, Arial;
	font-size:2.5em;
	color:#a84a43;
	border-bottom:black 1px dashed;
	font-weight:normal;
}
#anim_h1 
{
	margin: 0 0 0 55px;
	width:40%;
	font-family:Times New Roman, Tahoma, Arial;
	font-size:2.5em;
	color:#a84a43;
	border-bottom:black 1px dashed;
	font-weight:normal;
}

#gallery_p
{
	margin: 0 0 0 40px;
}

h2 {
	font-family:Times New Roman, Tahoma, Arial;
	font-size:1.5em;
	color:#a84a43;
	font-weight:normal;
}

p {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	line-height: 26px;
}

/**********************************************
**         PAGE SPECIFIC Element Styles      **
**********************************************/

/* HOME */
#home
{
	margin:0 0 0 30px;
}
#welcome
{
	padding: 0 0 0 0;
	font-family: times new roman, georgia, tahoma;
	font-size:48px;
	font-weight:bold;
	color:#6e8d8f;
}

#intro_1
{
	margin: 0 0 0 0;
	color:#3d3d3d;
	font-family: georgia, times new roman, tahoma;
	font-size: 24px;
	line-height:41px;
}

#intro_2
{
	color:#3d3d3d;
	font-family:tahoma, arial ,verdana;
	font-size:14px;
	line-height:30px;
}

#name 
{
	font-size:20px;
}
/* ANIMATION */
#anim_entry
{
	overflow:auto;
	width: 75%;
	clear:both;
	margin: 0 0 10px 50px;
	padding: 10px 10px 0 0;
	}

#anim_entry_title
{
font-family:Tahoma, Verdana, Arial;
font-size:1.5em;
color:#853330;
}

#anim_teaser_img
{
	border:2px #b7d1d5	 solid;
	float:left;
	margin: 0 10px 0 10px;
}
/* GALLERY */

/* ABOUT */
#about_title
{
font-family:Times New Roman, Tahoma, Arial;
font-size:2.5em;
color:#a84a43;
border-bottom: 1px black dashed;

}

#about_img
{
	float:right;
	margin: 0 10px 0 10px;
}

#about_main
{
	padding: 0 100px 0 30px;
	line-height: 26px;
}
/* LINKS */