/*
 Darby O'Tooole by PVII
 (c) 2004 Project Seven Development (www.projectseven.com)
 All Rights Reserved

 CSS developed by Al Sparber - PVII
*/

body {
	background-image: url(assets/otoole_bgp.jpg);
	background-repeat: repeat-x;
	background-color: #EDECDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 0;
	padding: 0;
}
#logo {
	text-align: right;
}
#logo h1 {margin: 0 0 25px 0;}

#wrapper {
	background-image: url(assets/otoole_bgmc.jpg);
	background-color: #E9E8D6;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
	border-left: 1px solid #fff;
	margin: 0 auto 0 auto;
	width: 736px;
}
#maincontent {
	float: left;
	font-size: .8em;
	line-height: 1.4em;
	padding: 20px;
	text-align: justify;
	width: 494px; /*536*/
}
#maincontent h2, #maincontent h3 {
	color: #676767;
	font-weight: normal;
	letter-spacing: 0.3em;
	margin: 24px 0 0 0;
}
#maincontent h2.topheading {margin-top: 0;}
#maincontent p {margin: 6px 0 12px 0;}
#maincontent a:link,#footer a:link {
	border-bottom: 1px solid #666;
	color: #7E8A62;
	text-decoration: none;
}
#maincontent a:visited,#footer a:visited {color: #616161;}
#maincontent a:hover,#footer a:hover,#maincontent a:active,
#footer a:active,#maincontent a:focus,#footer a:focus {
	border-top: 1px solid #666;
	color: #000000;
}
#sidebar {
	float: left;
	font-size: .75em;
	line-height: 1.2em;
	padding: 20px;
	width: 160px; /*200*/
}
#sidebar h2,#sidebar h3 {
	color: #606060;
	font-weight: normal;
	letter-spacing: .2em;
	margin: 24px 0 0 0;
}
#sidebar h3.firstheading {margin-top: 0;}
#sidebar p {margin: 12px 0 0 0;}
#sidebar a:link {color: #616161;}
#sidebar a:visited {color: #7D7D7D;}
#sidebar a:hover,#sidebar a:active,#sidebar a:focus {color: #000;}

#clearwrapper {clear: both;}

#footer {
	font-size: .7em;
	margin: 24px;
}
#footer p {margin: 0 0 6px 0;}


/* Navigation Menu Styles */
.p7triggers {
	position: absolute;
	top: 63px;
	margin: 0;
	height: 26px;
}

#p7trig1 {left: -2px; width: 47px;}
#p7trig2 {left: 50px; width: 87px;}
#p7trig3 {left: 134px; width: 87px;}
#p7trig4 {left: 221px; width: 91px;}
#p7trig5 {left: 306px; width: 105px;}
#p7trig6 {left: 407px; width: 105px;}
#p7trig7 {left: 512px; width: 105px;}
#p7trig8 {left: 618px; width: 105px;}
#p7trig9 {left: 726px; width: 30px;}

.p7triggers a {
	background-image: url(assets/otoole_bgtrigs.jpg);
	background-color: #E4DFBF;
	text-decoration: none;
	display: block;
}
.p7triggers a:hover, .p7triggers a:active, .p7triggers a:focus {
	background-image: url(assets/otoole_bgtrigsover.jpg);
	background-color: #E3E2CE;
}

.p7submenus {
	font-size: .8em;
	position: absolute;
	top: 88px;
	background-color: #E3DEB8;
	background-image: url(assets/otoole_submenubg.jpg);
	border-right:1px solid #7d7d7d;
	border-bottom:1px solid #7d7d7d;
	width: 172px;
	visibility: hidden;
}
#p7sub2 {left: 47px;}
#p7sub3 {left: 134px;}
#p7sub4 {left: 221px;}
#p7sub5 {left: 302px;}
#p7sub6 {left: 407px;}
#p7sub7 {left: 512px;}
#p7sub8 {left: 617px;}


ul.p7submenus {margin: 0; padding: 0;}
.p7submenus li {list-style-type: none; margin: 0; padding: 0;}
.p7submenus a {
	color: #626262;
	text-decoration: none;
	padding: 2px 6px 2px 16px;
	display: block;
}
.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	color: #E4DEBA;
	background-color: #5D5D5D;
}
