@charset "utf-8";
/* CSS Document */
/*YUI CSS Reset Script*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/****************My Fonts*****************/
@font-face{font-family:'Sorts Mill Goudy';font-style:normal;font-weight:400;src:local('Sorts Mill Goudy Regular'), local('SortsMillGoudy-Regular'), url(http://themes.googleusercontent.com/static/fonts/sortsmillgoudy/v3/JzRrPKdwEnE8F1TDmDLMUkQF8YaxoHnTBii2CPCdpvk.woff) format('woff');}
@font-face{font-family:'Sorts Mill Goudy';font-style:italic;font-weight:400;src:local('Sorts Mill Goudy Italic'), local('SortsMillGoudy-Italic'), url(http://themes.googleusercontent.com/static/fonts/sortsmillgoudy/v3/UUu1lKiy4hRmBWk599VL1b2c95eZKbds6ayw__-73Og.woff) format('woff');}
@font-face{font-family:'Metrophobic';font-style:normal;font-weight:400;src:local('Metrophobic'), url(http://themes.googleusercontent.com/static/fonts/metrophobic/v3/0IZPA9DbzKXnGZABsAivT4bN6UDyHWBl620a-IRfuBk.woff) format('woff');}
/***************My Styles****************/

body{
	background:url(../images/body_bg.png);	
	font-family: 'Metrophobic', sans-serif;
}
#wrapper{
	width: 940px;	
	padding: 24px 30px;
	margin: 20px auto 0px auto;
	background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fbfcfc;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.15);
	overflow: hidden;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 80%, #ededed 85%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#f3f3f3), color-stop(85%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 80%,#ededed 85%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 80%,#ededed 85%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 80%,#ededed 85%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 80%,#ededed 85%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
#header{
	position: relative;	
}
h1{
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 3em;
	line-height: 0.7em;
	font-variant:small-caps;
	background:url(../images/logo.png) no-repeat;
	text-indent: 110px;
	margin-left: -16px;
	
}
h1 a{
	text-decoration: none;
	display: block;	
}
#logoDesc{
	font-size: 0.463em;	
	padding-left: 121px;
}
#nav{
	position: absolute;
	right: 0px;
	bottom: -8px;
	width: 180px;
	overflow: hidden;
}
a{
	color: #777;	
}
#nav ul li a:hover{
	color: #000;
	background: url(../images/nav_bg.png) bottom center no-repeat;	
}
#nav ul li a{
	float: right;
	margin-left: 30px;	
	height: 40px;
	text-decoration: none;
	display: block;
}
#current{
	background: url(../images/nav_bg.png) bottom center no-repeat;	
	color: #000;
}
hr{
	height: 2px;
	background: #dcddde;
	border: none;
	border-bottom: 1px solid #fbfcfc;
	margin-top: 0px;
	clear: both;
		
}
.slider-wrapper { 
	width: 100%;
	height: 486px;
	margin: 0px auto;
}
.nivo-controlNav{
	display: none;	
}
h2{
	text-align: center;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 2em;
	color: #505050;
	line-height: 1em;
}
h3{
	background:url(../images/h3_bg.png) no-repeat 0px 4px;
	text-indent: 40px;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 2.5em;
}
h4{
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.4em;
}
.third{
	cloat: right;
	width: 31%;
	float: left;
	margin-top: 20px;
	margin-right: 11px;
	margin-bottom: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ebebeb; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #ebebeb 0%, #e0e0e0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ebebeb 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ebebeb 0%,#e0e0e0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ebebeb 0%,#e0e0e0 100%); /* IE10+ */
background: linear-gradient(to bottom, #ebebeb 0%,#e0e0e0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-8 */	
padding: 7px;
}
.last{
	margin-right: 0px;	
}
.third p{
	font-size: 0.8em;	
	color: #666;
}
.third p span{
	float: right;	
}
.thirdInnerBorder{
	border: 1px inset #EFEFEF;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
}
#sidebar{
	width: 200px;
	float: left;
	margin-top: 20px;	
	padding-right: 20px;
	border-right: 1px solid #ddd;
	color: #666;
	font-size: 0.97em;
}
#sidebar ul{
	line-height: 2em;	
	
}
#story{
	float: left;
	width: 357px;
	padding: 0 20px 0 22px;
	border-right: 1px solid #ddd; 
}
#story p{
	font-size: 0.75em;	
}
.readMore{
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.2em;
	line-height: 2.6em;
	color: #ccc;
	margin-top: 10px;
	float: right;
	display: block;
	width: 160px;
	height: 46px;
	background: #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
		
}
#missionStatement{
	width: 279px;
	padding: 0 20px;
	float: left;
	overflow: visible;
	letter-spacing: 0.05em;
}
#missionStatement p{
	font-family: 'Sorts Mill Goudy', serif;
	font-style: italic;
	text-indent: 1em;
}
#missionStatement span{
	font-style: normal;
	float: right;	
}
#contactFormArea{
	margin-top: 20px;
	float: left;
	width: 350px;
	overflow: visible;	
	position: relative;
}
#contactFormArea h2{
	text-align: left;
	margin-bottom: 10px;	
}
input, textarea{
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 1.2em;
	float: left;
	width: 300px;
	 border: 5px solid white; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 10px 10px 6px 10px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
textarea{
	resize: vertical;	
}
input[type=submit]{
	width: 150px;
	margin-right: 20px;	
}
#messagebox{
	display: none;	

}
#contactInfo{
	float: left;
	width: 550px;
	height: 500px;
	padding: 20px;
}
#contactInfo h2{
	text-align: left;
	margin-bottom: 10px;
	width: 100%;	
}
#contactInfo img{
	float: left;
	margin-right: 20px;
}
#telephone{
	font-size: 2em;	
	color: #777;
}
#footer{
	margin: 0 auto;
	width: 100%;
	padding: 6px 30px;	
	border-top: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.15);
}
#footer a{
	text-decoration: none;	
}
#footer a:hover{
	text-decoration: underline;	
}