/*////////////////////////////////////////////////////////////
--GLOBAL-----------------------------------------------------
////////////////////////////////////////////////////////////*/

body {
	margin: 0;
	padding: 0;
	background: #333;
	border-top:12px solid #A9C399;
	font-family:trebuchet ms, geneva, arial;
	color:#B3B3B3;
}

#container {
	width:960px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
}



/*////////////////////////////////////////////////////////////
--BANNER-----------------------------------------------------
////////////////////////////////////////////////////////////*/

#mastHead {
	position: relative;
	height: 162px;
	overflow: hidden;
}

#mastHead h1 {
	margin:55px 0 0;
	width:100%;
	border-top:1px solid #666;
	padding:20px 0 0 5px;
}

#mastHead h1 a {
	background: url(images/pc_logo.gif) no-repeat scroll 0 0;
	height: 75px;
	width: 298px;
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}



/*////////////////////////////////////////////////////////////
--MAIN MENU - LEVEL ONE---------------------------------------
////////////////////////////////////////////////////////////*/

#mainMenu {
	height: 30px;
	left:0px;
	position: absolute;
	top: 10px;
	font-family:arial;
	font-size:14px;
	letter-spacing:0.025em;
}

#mainMenu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -5px;
}

#mainMenu a,
#mainMenu .sectionheader span {
	display: block;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration:none;
	line-height: 1em;
	color:#ccc;
	padding: 5px 10px 4px;
	font-size:14px;
}

#mainMenu li {
	float: left;
	display: block;
	height:35px;
	position: relative;
	margin:6px 0 0 5px;
}


#mainMenu .currentpage h3,
#mainMenu .currentpage strong,
#mainMenu li a:hover  {
	font-weight: normal;
	font-size:14px;
	padding: 5px 10px 8px;
	text-transform: lowercase;
	color:#A9C399;
	display: block;
	margin:0px;
	line-height:1em;
	background:url(images/nav-line.gif) no-repeat scroll center bottom;
}



/*////////////////////////////////////////////////////////////
--MAIN MENU - LEVEL TWO---------------------------------------
////////////////////////////////////////////////////////////*/

#mainMenu li ul {
	position: absolute;
	display: none;
	width: 120px;
	left: 0px;
	top: 23px;
}

#mainMenu li ul li {
	background-color: #f5f8e2;
	width:120px;
}

#mainMenu li ul li.currentpage h3,
#mainMenu li ul li.currentpage strong {}
#mainMenu li ul li a, #mainMenu li ul li.sectionheader span {}
#mainMenu li ul li a:hover{}



/*////////////////////////////////////////////////////////////
--GLOBAL MENU STYLES------------------------------------------
////////////////////////////////////////////////////////////*/

#mainMenu li:hover ul, #mainMenu li li:hover ul, #mainMenu li.sfhover ul, #mainMenu li li.sfhover ul {
	display: block;
}
#mainMenu li:hover ul ul, #mainMenu li.sfhover ul ul {
	display: none;
}




/*////////////////////////////////////////////////////////////
--SIDE BAR-----------------------------------------------------
////////////////////////////////////////////////////////////*/

#sideBar {
	width:300px;
	margin:0 0 20px 5px;
	float:left;
}

#imageFrame {
	max-width:300px;
	max-height:270px;
	overflow:hidden;
}

#imageFrame img {
	border:8px solid #808080;
	max-height:255px;
	max-width:284px;
	overflow:hidden;
}




/*////////////////////////////////////////////////////////////
--CONTENT-----------------------------------------------------
////////////////////////////////////////////////////////////*/

#content {
	position:relative;
	float:right;
	width:630px;
	margin-bottom:-5px;
	overflow:hidden;
}


blockquote {
	float:right;
	width:222px;
	height:284px;
	background:url(images/pc_quote.gif) no-repeat scroll 0 0;
	margin:0;
	margin: 5px 5px 5px 20px;
	display:block;
}

blockquote p {
	padding:16px 30px 20px 30px;
	font-family:trebuchet ms, arial;
	font-weight:bold;
	font-size:22px;
	line-height:28px;
	color:#A9C399;
}



/*////////////////////////////////////////////////////////////
--TYPOGRAPHY---------------------------------------------------
////////////////////////////////////////////////////////////*/

h1 {
	font-size: 30px;
	margin: 1em 0;
	font-weight: bold;
}

h2 {
	font-size: 30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: normal;
}

p+h2,ul+h2 {
	margin: 1.2em 0 0.2em 0;
}

h3 {
	font-weight: normal;
	font-size:20px;
	line-height:30px;
	color:#A9C399;
	margin:0 0 10px;
	letter-spacing:0.025em;
}

h4 {
	font-size: 18px;
	margin: 15px 0 10px;
	color: #A9C399;
	font-weight: bold;
}

h2 a, h3 a, h4 a {
	color: #A9C399;
	text-decoration:underline;
}

p {
	font-size:14px;
	line-height:24px;
	margin:10px 0 10px 0;
	letter-spacing:0.01em;
}



/*////////////////////////////////////////////////////////////
--LINKS-----------------------------------------------------
////////////////////////////////////////////////////////////*/

a {
	color: #333;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

a img {
	border: none;
}



/*////////////////////////////////////////////////////////////
--LISTS-----------------------------------------------------
////////////////////////////////////////////////////////////*/

ul {
	list-style: square;
	font-size:15px;
}

ul a {
	color: inherit;
}

ol {
	font-size:15px;
}

ol li, ul li {
	margin: 6px 0 0 20px;
}



/*////////////////////////////////////////////////////////////
--TABLES-----------------------------------------------------
////////////////////////////////////////////////////////////*/

thead {
	font-size:1.2em; color: #333;
}

tbody {
	background-color: #fff;
}

td {
	padding:10px;
	color: #333;
	border-bottom:1px solid #444;
	line-height: 1.4em;
}



/*////////////////////////////////////////////////////////////
--OTHER TYPOGRAPHY--------------------------------------------
////////////////////////////////////////////////////////////*/


b, strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}



/*////////////////////////////////////////////////////////////
--FOOTER-----------------------------------------------------
////////////////////////////////////////////////////////////*/

#footer {
    position: relative;
	width:960px;
	padding:6px 0 50px;
	margin:auto;
	border-top:1px solid #666;
	clear:both;
}

.copyright {
	color:#B3B3B3;
	float:left;
	font-size:11px;
	fotn-family:trebuchet ms;
}

.katemiller a {
	float:right;
	color:#B3B3B3;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.katemiller a:hover {
	text-decoration:none;
	color:#f78f1e;
}

