@charset "UTF-8";
/* CSS Document */

/*------------------------------------
  Structure
------------------------------------*/

* html #outerwrap {
	height:100%
}

html, body {
	height: 100%;
}

a {
	outline:none;
}

#outerwrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -35px;
	padding:0;
	width:850px;
}

.footer, .push {
	clear:both;
	height: 20px; /* .push must be the same height as .footer */
}

#innerwrap {
	position:relative;
}

#header{
	position:relative;
	height:160px;
	border-left:8px solid #EF971B;
}

.headerlogo {
	position:absolute;
	right:0;
	top:0;
	padding:0;
	margin:0;
	border:none;
}

#nav {
	float:left;
	width:120px;
	padding:0;
}

#content {
	float:left;
	width:310px;
	padding:0;
	margin:0 0 0 40px;
}

#content-contact {
	float:left;
	width:610px;
	padding:0;
	margin:0 0 0 40px;
}

#content-contact p {
	/* width:310px;*/
	margin-bottom:10px;
}

#image {
	float:right;
}

.footer {
	height:20px;
	clear:both;
	width:800px;
	margin:5px auto 10px;
}

/*------------------------------------
  Font Styles
------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#808080;
	padding:0;
	margin:0;
}


p {
	font-size:12px;
	color:#808080;
	padding:0;
	margin:0 0 40px 0;
	line-height:2em;
}

div.archive h3 {
	margin-top:35px;
}

div.archive p {
	line-height:1.7em;
	margin:0 0 20px 0;
}

.vendors p {
	margin:0 0 15px 0;

}

a {
	color:#EF971B;
}

.callout {
	float:left;
	margin:0 0 0 40px;
}

.callout a, .callout img {
	color:#ffffff;
}


a:hover {
	text-decoration:underline;
}

h1 {
	font-weight:bold;
	font-size:15px;
	color:#000000;
	padding:0;
	margin:0 0 10px 0;
	line-height:1.2em;
}

h2 {
	font-weight:bold;
	font-size:14px;
	color:#333333;
	padding:0;
	margin:0 0 10px 0;
	line-height:1.2em;
}

h3 {
	font-weight:bold;
	font-size:12px;
	color:#333333;
	padding:0;
	margin:0 0 10px 0;
	line-height:1.2em;
}

.headertitle {
	font-style:italic;
	padding:20px 0 0 10px;
	margin:0;
}

.headertitle a {
	color:#808080;
	text-decoration:none;
}

.footer p {
	font-size:9px;
	margin:0;
}

.orange {
	color:#EF971B;
}

/*------------------------------------
  List Styles
------------------------------------*/

ul {
	list-style:none;
	padding:0;
	margin:0;
}

li {
	padding:0;
	margin:0;
}

li a {
	font-size:11px;
	line-height:1.2em;
	text-decoration:none;
	color:#808080;
}

#nav ul {
	border-left:8px solid #EF971B;
	padding:8px 8px 0 8px;
}

#nav ul li ul {
	padding:1px 0 0 10px;
	border-left:none;
}	

.vendors li a, .resources li a {
	font-size:12px;
	line-height:1.6em;
	text-decoration:none;
	color:#808080;
	margin-left:10px;
}
ul.resources {
	margin:0 0 15px 0;
	}
p.mouthfuls {
	margin-bottom:10px;
}
ul.mouthfuls a {
	color:#EF971B;
	font-size:12px;
}


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

ul.address {
	text-align:right;
	padding:10px 0;
}

ul.address li {
	font-size:11px;
	line-height:1.3em;
}

ul.address li a {
	color:#EF971B;
}	

ul.address li a:hover {
	text-decoration:underline;
}

/*------------------------------------
  Image Styles
------------------------------------*/
.parker {
	margin:0 150px 0 0;
}

/*------------------------------------
  Look Inside Styles
------------------------------------*/

#lookinsidewrap {
	margin:0 auto;
	padding:0;
	width:700px;
}

#lookinside {
	float:left;
	margin:15px 30px 5px 0;
	padding:0 0 0 30px;;
	width:480px;
}

#lookinsidenav {
	float:left;
	width:125px;
	padding:25px 8px 8px 10px;
}

#leftborder  {
	float:left;
	width:15px;
	background-color:#cccccc;
	background-image:url(../_images/_UI/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:675px;
}

#leftborder:hover {
	background-color:#999999;
	background-image:url(../_images/_UI/arrow_left_roll.gif);
}

#rightborder  {
	float:left;
	width:15px;
	background-color:#cccccc;
	background-image:url(../_images/_UI/arrow_right.gif);
	background-repeat:no-repeat;
	background-position:center; 
	height:675px;
}

#rightborder:hover {
	background-color:#999999;
	background-image:url(../_images/_UI/arrow_right_roll.gif);
}

#leftborderfirst, #rightborderlast {
	float:left;
	width:15px;
	background-color:#cccccc;
	height:675px;
}

#lookinsideimg {
	float:left;
	padding:0;
	margin:0;
}

#lookinsideimg img {
	padding:0;
	margin:0;
}
