/*
-----------------------------------------------
Style Sheet

Site: Claire Arbour
----------------------------------------------- */

/*
-----------------------------------------------
Misc
----------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;

}

body {
	background: #f1f1ed;
	text-align: center;
	min-width: 860px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #8a8a8a;
}

#wrapper {
	width: 860px;
	background-color: #fff;	
	margin: 0 auto;
	text-align: left;
	-webkit-box-shadow: 4px 4px 10px rgba(0%,0%,0%,0.4);
	-moz-box-shadow: 4px 4px 10px rgba(0%,0%,0%,0.4);
}

/*
-----------------------------------------------
Header Pieces
----------------------------------------------- */

#header {
	height: 89px;
	clear: both;
}

#logo {
	float: left;
	width: 264px;
	height: inherit;

}

/*
-----------------------------------------------
Welcomebar Pieces
----------------------------------------------- */
#welcomebar{}

/*
-----------------------------------------------
Default List style
----------------------------------------------- */
ul {
	list-style: none outside;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul li {
	background-image: url("images/bullet.jpg");
	background-repeat: no-repeat;
	margin: 0 0 .65em 0;
	padding-left: 9px;
	padding-right: 18px;
	background-position: 0px 8px;
}

/*
-----------------------------------------------
Navigation Pieces
----------------------------------------------- */
#navcontainer {}
	
ul#nav {
	float: left;
	list-style: none;
}

ul#nav li {
	background-image: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: normal;
	padding: 49px 0px 0px 0px;
}

ul#nav a {
	color: #64782A;
	padding: 0 .55em;
	line-height: 2.1em;
	text-decoration: none;
	float: left;
	display: block;
}

#nav li a:link {
	text-decoration: none;
	color: #64782A;
}

#nav li a:hover {
	text-decoration: none;
	color: #ADC32D;
}

#nav li a:active {
	text-decoration: none;
	color: #FBB33C;
}

#nav li a:visited {
	text-decoration: none;
}

#nav li.here a {
	color:#fbb33c;
}

/*
-----------------------------------------------
Content
----------------------------------------------- */
#content {
	width: inherit;
}
/*
-----------------------------------------------
Side Bar
----------------------------------------------- */
#sidebar{
	float: left;
	width: 248px;
}

#sidebar p {
	margin: 0 0 1em 0;
	
}

#sidebar .contact{
	margin: 20px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
}

#sidebar .contact a{
	color: #adc42d;
	text-decoration: none;
}



/*
-----------------------------------------------
Primary Section of Content
----------------------------------------------- */
#primaryContent {
	float: right; /* or  */ /* margin: 0 0 0 240px;*/
	width: 590px;
	font-size: 14px;
	line-height: 23px;
	font-weight: normal;
}

#primaryContent p {
	padding-right: 40px;
	margin: 0 0 1em 0;
}

#primaryContent .headline {
	margin: 0 0 .65em 0;
}

#primaryContent a{
	color: #adc42d;
	text-decoration: none;
}

h1 {}

h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #bab0a3;
	font-style: italic;
	font-weight:100;
	letter-spacing: 0.025em;
	margin: 0 0 1em 0;
}

h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

/*
-----------------------------------------------
Footer
----------------------------------------------- */
#footer {
	height: 40px;
	clear: both;
}

#footer .copyright{
	margin: 10px 0 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:100;
	clear: both;
}