/* ---------------- Table of Contents ------------------
   -----------------------------------------------------
   
   Search for sections using these headings
   
   Rules should be in alphabetical order within each
   selector
   
   -----------------------------------------------------
   ---------------------------------------------------*/
   
   
/* =General Layout Structure
   ----------------------------------------------------*/
/* =Header
   ----------------------------------------------------*/
/* =Nav
   ----------------------------------------------------*/
/* =Logo
   ----------------------------------------------------*/
/* =Footer
   ----------------------------------------------------*/
/* =Global
   ----------------------------------------------------*/



/* =General Layout Structure
   ----------------------------------------------------*/
#wrapper {
	-moz-box-shadow: 0px 0px 15px #999;
	-webkit-box-shadow: 0px 0px 15px #333;
	box-shadow: 0px 0px 15px #666;
	background-color: #f4f4f4;
	margin: auto;
	margin-bottom: 20px;
	margin-top:0px;
	width: 991px;
}
#main {
	position: relative;
	min-height: 780px;
	clear: left;
}

a  {
	color:#32656c;
	font-size:13px;
}

/* =Header
   ----------------------------------------------------*/
#header {
	background-image: url(../images/top-bar.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	width: 100%;
}
.headerTxt{
	width:100%;
	text-align:center;
	font-size:56px;
	margin: 20px 0 0px 0;
	color: #32656c;
	text-shadow:1px 2px 2px #ccc;
}
/* =Nav
   ----------------------------------------------------*/
#nav {
	background-color:yellow;
	background-repeat: no-repeat;
	clear: left;
	height: 40px;
	padding: 5px 10px 0px 125px;
	position: relative;
	z-index:50;
}

/* =Logo
   ----------------------------------------------------*/
#logo {
	float: left;
	height: 118px;
	margin-top: 15px;
	margin-left: 25px;
	width: 118px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
/* =Footer
   ----------------------------------------------------*/
#footer {
	background-color:#CFC;
	clear: both;
	font-size: 12px;	
	padding-top: 15px;
}

/* =Global
   ----------------------------------------------------*/

html, body {
	min-height: 100%;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #32656c;
	background-repeat: repeat;
	background-position: center top;
}
p  {
	padding-bottom:10px;
}
.smalltxt  {
	font-size:10px;
} 
.tk-pauline {
}

h1 {
	font-size:24px;
	font-family:"museo-sans",sans-serif;
	color:#32656c;
	font-weight:normal;
	line-height: 26px;
}
h2 {
	font-size:17px;
	margin: 10px 0 16px 0;
	line-height: 18px;
}
h3 {
	font-size:15px;
}
h4 {
	font-size:14px;
	margin-bottom: 6px;
	margin-top: 10px;
}
h5 {
	font-size:14px;
	margin:0px 0 10px 0;
}

.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

.inputField {
	border: 1px solid #C2D5DE;
	background-color: #FFF;
	color: #666;
	font-size: 12px;
	margin: 5px 0px 7px 0px;
	padding: 5px;
}
.inputField:focus {
	color:#333;
	-moz-box-shadow: 0px 0px 7px #2489C3;
	-webkit-box-shadow: 0px 0px 7px #2489C3;
	box-shadow: 0px 0px 7px #2489C3;
}

.shadow {
	-moz-box-shadow: 0px 0px 4px #CCC;
	-webkit-box-shadow: 0px 0px 4px #CCC;
	box-shadow: 0px 0px 4px #CCC;
}
.indent {
	margin-left: 20px;
}
.doubleIndent {
	margin-left: 40px;
}


.center {
	margin-left:auto;
	margin-right:auto;
	width:70%;
}

.blockQuote {
	margin: 15px auto 15px auto;
	width: 80%;
}

.full_width {
	float: left;
	width: 96%;
	padding: 2%;
	margin: 15px 0 10px 0;
}
.one_third {
	float: left;
	width: 29.33%;
	padding: 2%;
	margin: 15px 0 10px 0;
}
.two_thirds {
	float: left;
	width: 62.66%;
	margin-top: 15px;
	padding: 2%;
}
.one_half {
	float: left;
	width: 46%;
	padding: 2%;
}
.one_fourth {
	float: left;
	width: 28%;
}
.three_fourths {
	float: left;
	width: 75%;
}

.letterPress {	
	text-shadow: 0px 1px 3px #fff;
}
#slider{
	-moz-box-shadow: 0px 0px 4px #666;
	-webkit-box-shadow: 0px 0px 4px #666;
	box-shadow: 0px 0px 4px #666;
	background-color: #F7F7F7;
}
