/*#############################################################
Design cc 2008 Evan Petrie.  Visit evanpetrie.com.
 
Menus based on the Ultimate Drop Down Menu v2 by Stu Nicholls 
of http://www.cssplay.co.uk
 
Layout based on Coffee-n-Creme template by Viktor Persson of 
http://arcsin.se/
#############################################################*/
 
/* standard elements --------------------------------------------------------- */
html, body { min-height:100%; margin-bottom:1px; } /* scrollbars always on --- */
 
* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #ffffff;
	color: #333;
	font: normal 67.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
}
input {
	color: #555;
	font: normal 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul.linespace {
	line-height: 150%;
}
h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 28px;
}
h1,h2, h3 {
	color: #c93;
	padding-top: 6px;
}
p {
	line-height: 150%;
}
 
/* misc ------------------------------------------------------------------ */
.clearer {
	clear: both;
}
 
/* structure */
.container {
	background: #fff;
	width: 776px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 
/* header ------------------------------------------------------------------ */
.header {
	background: url(/img/title2.jpg) repeat-x;
	height: 96px;
	width: 762px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header a {
	height: 96px;
	width: 762px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;	
}
 
/* images ------------------------------------------------------------------ */
.floatright {
	float: right;
	margin: 0 0 10px 10px;
}
.floatleft {
	float: left;
	margin: 10px 10px 10px 0;
}
 
 
 
/* Menu -------------------------------------------------------------------- */
 
.menu {
	font: bold 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 24px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0;
	width: 760px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:152px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration:none; 
	color:#fff; 
	width:140px; 
	height:24px;
	border-top:1px solid #ccc;
	border-right:1px solid #666;
	border-width:1px 1px 0 0; 
	background:#324999; 
	padding-left:10px; 
	line-height:23px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:150px;
	w\idth:140px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0; 
	width:152px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:24px;
	t\op:25px;
}
 
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; top:0; left:0;}
 
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#9cf;
	color:#000; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	width:131px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:152px;
	w\idth:131px;
}
/* style the top level hover for IE */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background:#69c;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#69c;
}
 
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}
 
 
/* main --------------------------------------------------- */
.main {
	background: #fff;
	width: 760px;
	clear: both;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
}
 
/* side bar  --------------------------------------------------- */
.sidenav {
	float: right;
	width: 252px;
	background: #fff;
	border-left: 1px solid #666;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.sidenav form {
	padding-left: 10px;
}
.sidenav h1 {
	background: #fff;
	color: #4A4A44;
	font-size: 1.5em;
	height: 22px;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px dotted #ccc;
}
.sidenav h2 {
	color: #c93;
	padding-top: 6px;
	height: 22px;
	font-size: 1.5em;
}
.sidenav p {
	background: #ffffff;
	color: #333;
	font: normal 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-left: 10px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}
 
/* content --------------------------------------------------- */
.content {
	float: left;
	width: 488px;
	padding-top: 10px;
	padding-left: 10px;
}
.content .descr {
	color: #987E57;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
}
.alignright {
	float: right;
	margin-right: 10px;
}
 
.twocol1 {
	float: left;	
	width: 239px;
	margin-right: 10px;
}
 
.twocol2 {
	float: right;
	width: 239px;
}
 
.ulnorm {
	list-style: url(img/li2.gif);
}
	
.ulnone {
	list-style-type: none;
}
 
.hr {
	border-bottom: 1px dotted #ccc;
}
 
p.underline {
	text-decoration: underline;
}
 
/* footer --------------------------------------------------- */
.footer {
	background: #ccc;
	color: #000;
	font-size: 1.1em;
	line-height: 24px;
	text-align: center;
	width: 760px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
}
.footer a {
	color: #963;
	text-decoration: none;
}
.footer a:hover {
	color: #C60;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 0 12px;}
 
/* floats --------------------------------------------------- */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}