/*  
Originally created by Juxtaprose, (c) copyright 2008
http://juxtaprose.com/
*/

body {
	margin: 0;
	padding: 0;
	background: #c0c0c0; 
	color: #000;
	font-family: georgia, "times new roman", arial, verdana, helvetica, sans-serif;
	font-size: 80%;
	text-align: left;	
}

html {
     overflow-y: scroll;
}

/* centering and framing */
#wrap {
	margin-left: auto;
	margin-right: auto;
	padding: 0;	
	width: 980px;
	background: #fff;	
}

/* masthead */
#masthead {
	position: relative;
	width: 980px;
	height: 150px;
	background: #fff;
	border-bottom: 5px solid #424242;
}

#masthead h1 span {
	display: none;
}

#masthead h1 {
	position: absolute;
	top: 12px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#topquote {
	position: absolute;
	top: 57px;
	left: 460px;
	background-image: url("images/opaq-gray26.png");
}

#topquote p {
	margin: 0;
	padding: 7px 16px 7px 16px;
	color: #fff;
	font-size: 1.9em;
	text-align: center;
}

/* primary navigation (nav 1) */
#nav1 {
	margin: 0;
	padding-left: 240px;
	height: 41px;
	min-height: 41px;
	list-style: none;
}

#nav1 li {
	float: left;
	margin: 0;
	padding-top: 16px;
	padding-left: 10px;
	padding-right: 15px;
	display: inline; /* IE6 */
	color: #C6C6C6;
}

#nav1 a {
	padding: 4px 12px 4px 12px; /*top right bottom left*/
	font-size: 1.1em;
	color: #2E2E2E;
	text-decoration: none;
}

#nav1 a:hover {
	position: relative;
	padding: 4px 12px 4px 12px; /*top right bottom left*/
	color: #fff;
	background: #424242;
}

.home #home, .about #about, .services #services, .blog #blog,
.client #client, .library #library, .contact #contact {
	color: #fff;
	background: #AC5221;
	padding: 4px 12px 4px 12px; /*top right bottom left*/
	position: relative;
}

/* main col */
#main { 
	position: relative;
	margin: 0;
	width: 649px;
	height: 440px;
	min-height: 440px; /*IE 6*/
	border-right: 268px solid #F6F0D9;
	padding: 0px 0px 50px 63px; /*top right bottom left*/
}

html>body #main {
	height: auto; /*overrides IE6 rule above*/
}

#main h2 {
	margin: 0;
	padding: 25px 0px 10px 0px; /*top right bottom left*/
	font-size: 2.3em;
	font-weight: normal;
	color: #AC5221;
}

h3 {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.4em;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;	
	color: #516E44;
}


h4 {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
}

#main p {
	margin: 0;
	padding: 5px 60px 5px 0px; /*top right bottom left*/
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.7em;
	color: #333333;
}

#main ul {
	margin: 0px 60px 0px 0px; /*top right bottom left*/
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
}

#main li {
	margin-left: 20px;
	padding: 5px 0px 5px 0px; /*top right bottom left*/
	line-height: 1.5em;
}

#main blockquote {
	margin-top: 5px;
	margin-bottom: 0;
}

#main a {
	color: #ac5221;
	text-decoration: underline;
}

#main a:hover {
	color: #fff;
	background: #ac5221;
}

#main small {
	font-family: arial, helvetica, sans-serif;
	font-size: 0.85em;
	text-transform: uppercase;
	color: #333333;
}

#main textarea {
	width: 500px;
}

#sidebar {
	position: absolute;
	top: 20px;
	left: 720px;
}

#sidebar ul {
	width: 230px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#sidebar ul ul {
	width: 220px;
	margin: 0;
	padding-left: 10px;
	list-style: disc;
}

#sidebar ul ul li {
	line-height: 1.1em !important;
	font-size: 0.90em !important;
}

#sidebar h2 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #516E44;	
	font-size: 1.0em;
	font-weight: normal;
	text-transform: uppercase;
}

.rightquote {
	position: absolute;
	top: 40px;
	left: 740px;
	width: 220px;
	color: #ac5221;
	font-size: 1.4em;
	line-height: 1.7em;
}

.home .rightquote {
	position: absolute;
	top: 220px; /* change to 40px when no conference to announce */
}

.rightquote blockquote {
	margin: 0;
	padding: 10px 0px 0px 20px; /*top right bottom left*/
	font-size: 0.65em;
	line-height: 1.4em;
}

.rightconference {
	position: absolute;
	top: 40px; 
	left: 740px;
	width: 220px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
}

/* convenience classes */

.separator {
	border-bottom: 1px dashed #516E44;
	width: 600px;
	margin: 10px 0 10px 0;
}

.notop {
	margin-top: 0;
	padding-top: 0;
}

.nobottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

#main ul.list2 {
	list-style: disc !important;
	font-size: inherit;
	padding: 0 !important;
	margin: 0 15px 0 15px !important;
}

#main ul.list2 li {
	line-height: 1.0em !important;
	margin-top: 0 !important;
}

/* under footer */
#botrow {
	width: 710px;
	height: 40px;
	border-right: 270px solid #F6F0D9;
}

/* footer */
#footer {
	width: 100%;
	height: 40px;
	background: #CDD5C9;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.85em;
}

.cola p { 
	float: left;
	margin: 0;
	padding-left: 28px;
	padding-top: 14px;
}

.colb p {
	float: right;
	margin: 0;
	padding-right: 20px;
	padding-top: 14px;
}

#footer a {
	color: #333333;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

.home #footerhome, .about #footerabout, .services #footerservices,
.client #footerclient, .library #footerlibrary, .contact #footercontact  {
	text-decoration: underline;
}

/* Footer: Juxtaprose link */
#juxta {
	margin-left: auto;
	margin-right: auto;	
	margin-top: 10px;
	padding-bottom: 10px;
	width: 808px;
	text-align: right;
	font-size: 0.80em;
}

#juxta a {
	color: #424242;
	text-decoration: none;
}

#juxta a:hover {
	color: #fff;
	text-decoration: underline;
}

#juxta span {
	font-style: italic;
}