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

@font-face {
    font-family: 'CastleTBold';
    src: url('c031016t-webfont.eot');
    src: url('c031016t-webfont.eot?iefix') format('eot'),
url('c031016t-webfont.woff') format('woff'),
url('c031016t-webfont.ttf') format('truetype'),
url('c031016t-webfont.svg#webfontZN03XLJZ') format('svg');
    font-weight: normal;
    font-style: normal;
	}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 19, 2011 */
@font-face {
    font-family: 'ArialRegular';
    src: url('arial-webfont.eot');
    src: url('arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('arial-webfont.woff') format('woff'),
         url('arial-webfont.ttf') format('truetype'),
         url('arial-webfont.svg#ArialRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'GillSansStdRegular';
    src: url('gillsansstd-webfont.eot');
    src: url('gillsansstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('gillsansstd-webfont.woff') format('woff'),
         url('gillsansstd-webfont.ttf') format('truetype'),
         url('gillsansstd-webfont.svg#GillSansStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'GillSansStdBold';
    src: url('gillsansstd-bold-webfont.eot');
    src: url('gillsansstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gillsansstd-bold-webfont.woff') format('woff'),
         url('gillsansstd-bold-webfont.ttf') format('truetype'),
         url('gillsansstd-bold-webfont.svg#GillSansStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

 
p {
	font-family: 'GillSansStdRegular',  Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #403000;
	/*padding-bottom:12px;*/
	}

.spacing {
	white-space:normal;
}

.noSpace {
	padding-bottom: 0px;
	}


h1 {
	font-family: 'GillSansStdRegular',  Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	color: #416D51; 
	padding-bottom: 16px;
	}
	
h2 {
	font-family: 'GillSansStdRegular',  Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-color: #403000; 
		}

h3 {
	font-family: 'GillSansStdRegular',  Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	color: #416D51; 
	}
	
h4 {
	font-family: 'GillSansStdRegular',  Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #403000; 
	}

h5 {
	font-family: 'GillSansStdRegular',  Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #416D51; 
	}
	

.class {
	margin-left:auto;
	margin-right: auto;
	width:70%; 
	}

body {	
	/*background-image: url('images/background.jpg');
	background-repeat: repeat-x;*/
	background-color: #ADB99F;
	font-size: 100%;
 	}

#wrapper {
	position: relative;
	background-color: #ADB99F;
	margin: 0px auto;
	height: 1000px;
	width: 925px;
	}

#header {
	position: relative;
	background-color: #ADB99f;
	height: 100px;
	width: 925px;
	text-align: left;
	}
	
#header h1 {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: 'CastleTBold', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 2.5em;
	}

#header h1 a{
	text-decoration: none;
	color: #D3D1A9;
	}

.link {
	text-decoration: none;
	color: #403000;
	}

a:link {text-decoration: none;
	color: #403000;
	}
a:hover {
	color:#416D51;
	}

p.inItalic {
	font-style:italic;
	}

#navigation {
	width: 925px;
	padding-top:15px;
	}
	
#navigation ul {
	width: 925px;
	text-align:center;
	padding-bottom: 2px;
	list-style: none;
	background-color: transparent;
	 }

#navigation li {
	display: inline;
	text-align: center;
	 }

#navigation a {
	font-size: 1.25em;
	font-family:  'GillSansStdRegular', Arial, Helvetica, sans-serif;
	font-weight: 700; 
	color:#416D51;
	text-decoration:none;
	padding-left: 40px;
	padding-right: 40px;
	}

#navigation a:hover {
	color: #D3D1A9;
	font-weight: 700;	
	}

#navigation a.activePage {
	color: #D3D1A9;
	font-weight: 700;	
	}
	
#content {
	white-space: normal;
	background-color: #ADB99F;
	position: relative;
	padding-top: 0px;
	width: 925px;
	height: auto;
	padding-bottom: 150px;
	}
#homeRightCol {
	position: relative;
	float:left;
	}
	
#homeLeftCol {
	clear: both;
	float: left; }
	

#column1 {
	clear: both;
	float: left;
	width: 200px;
	padding-right:30px;
	}

#column2 {
	float: left;
	width: 200px;
	padding-right: 30px;
	}

#column3 {
	float: left;
	width: 400px;
	padding-bottom: 135px;
	}
	
#slideshow {
	min-width: 565px;
	min-height: 425px;
	position: relative;
	float: left;
 	}
	
#slideshow img { 
	display: none
 	}
#slideshow img.first { display: block
	}

#aboutImage {
	min-height: 325px;
	position: relative;
	float: right;
	padding-top: 50px;
	padding-left: 15px;
	}
	
#footer {
	clear: both;
	width: 925px;
	text-align: left;
	padding-top: 30px;
	display: inline-block;
	font-size: .75em;
	color: #403000;
	font-family:  'GillSansStdRegular', Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

#footer p {
	font-size: 10px
	color: #403000;
	text-decoration: none;
	font-family:  'GillSansStdRegular', Arial, Helvetica, sans-serif;
	}
	
/*#pastelGallery {
	position: relative;
	float: left;
	}

#oilGallery{
	position:relative;
	float: left;
	margin-left: 110px;
	margin-right:110px;
	}
	
#watercolorGallery {
	position: relative;
	float: left;
	}
*/	
	
