@charset   "utf-8";

/* main structural layout bits and standard styles */

/* to force vertical scroll bar in all browsers to avoid horizontal page jump between long and short pages */
html
{
	min-height: 100%;
	margin-bottom: 1px;
}

a { color: #513d28; }

.left { float: left; }

body
{
	margin: 0;
	background: url(../img/bgMain.jpg) center top repeat-y #4d3822;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
}

/* header */
#header{
	clear: both;
	background: #fff;
	color: #666;
	font-size: 10px;
	padding: 0 0 0px 0;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a#ou-skip {
	border:none;
	color:white;
	margin:0;
	padding:0;
	position:absolute;
	left:16%;
	font-size:9px;
}

#headerInner {
	width: 980px;
	background:#fff;
	padding:0;
	margin:0;
	overflow:hidden;
}
#header .links  {
	text-align: right;
	margin: 10px 30px 0 0;
	padding: 5px 0 0 0;
}

#header .links  a {
	color: #666;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right:5px;
}
#header .links  a:hover {
	color: #666;
	text-decoration: none;
	background-color:#eee;
}
#header .links  a:visited {
	color:#666; 
}

#logo_header {
	margin: 0 0 0 10px;
	padding: 10px 0 0 0;
	float: left;
}

#header .links .last {
	margin-right:0px;
}

#headerInner .access {
	color: #666;
	text-decoration: none;
	text-align: right;
	margin:2px 30px 0 0;
	padding: 10px 0 0 0;
	float:right;
	display:block;
	width:350px;
}

#headerInner .access  a {
	color: #666;
	text-decoration: none;
	padding: 0 0px 0 0px;
}
#headerInner .access #ou-audiol{
margin-right:5px;
}
#headerInner .access #ou-audior{
margin-left:5px;
}
#header .access a:hover  {
	color: #00f;
	text-decoration: underline;
}

#header .row {
	text-align: right;
	margin: 5px 0px 0 0;
	padding: 5px 30px 0 0;
	display:inline-block;
	float:right;
	width:100px;
}

#header .row  a {
	color: #666;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display:inline-block;
	width:15px;
	height:15px;
	text-align:center;

}
#header .row  a:hover {
	color: #666;
	text-decoration: none;
	background-color:#fff;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#header .row  a:visited {
	color:#666; 
}

#header .row  .last {
	margin-right:0px;
}

/* End Header */

#outer { text-align: center; }

#inner
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/bgTop.jpg) no-repeat 100% 50 #fff; 
	/* background: url(../img/bgTop.jpg) no-repeat 100% 0 #fff; */
	font-size: 1em;
	position: relative;
}

#bottomBackground
{
	background: url(../img/bgBottom.jpg) no-repeat 100% 100%;
	overflow: auto;
	width: 980px;
	padding: 0 0 60px 0;
}
#bottomBackground2
{
	overflow: auto;
	width: 980px;
	padding: 0 0 60px 0;
}
#mainContent
{
	width: 673px;
	float: right;
	padding-bottom: 20px;
}

#navigation
{
	border: 1px solid white;
	width: 300px;
	padding-bottom: 45px;
	margin:0; 
	background: url(../img/bgNavTrans.gif) no-repeat 0px -10px;
}

/* width should be 307 but IE6 needs extra space for floated elements side by side. */
img { border: 0; }
.clear { clear: both; }

p
{
	font-size: 1.3em;
	color: #513d28;
	margin: 0 52px 10px 22px;
	padding: 0;
}

p.top { margin-top: 0; }
p a { color: #513d28; }

a.fullDetails
{
	color: #db6b00;
	font-weight: bold;
	display: block;
	background: url(../img/arrow.gif) 100% 50% no-repeat;
	width: 7em;
	margin-bottom: 50px;
	text-decoration: none;
}

.arrowLink
{
	color: #db6b00;
	font-weight: bold;
	background: url(../img/arrow.gif) 100% 50% no-repeat;
	text-decoration: none;
	padding: 0 20px 0 0;
}
.arrowLink2
{
	color: #db6b00;
	font-weight: bold;
	text-decoration: none;
	padding: 0 20px 0 0;
}

h1
{
	padding: 0;
	margin: 82px 0 0 22px;
	color: #db6b00;
	font-size: 2.2em;
}

h2
{
	margin: 0;
	padding: 10px 0 10px 22px;
	color: #db6b00;
	font-size: 1.7em;
}

/* photos within copy */
.photoLeft
{
	background: #feefe1;
	width: 235px;
	float: left;
	margin: 10px 0 10px 22px;
}
.photoLeft2
{
	background: #feefe1;
	width: 232px;
	float: left;
	margin: 10px 0 10px 22px;
}
.copyRight
{
	width: 340px;
	float: right;
	margin-right: 52px;
	margin-left: 10px;
}
.winImage {
	float: left;
	margin: 0 20px;
}

.copyRight p , .copyRight h2
{
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .photoLeft { margin-left: 10px; }
* html .photoRight { margin-right: 24px; }

/* End hide from IE5/mac */
.photoRight
{
	background: #feefe1;
	width: 254px;
	float: right;
	margin: 0 48px 10px 10px;
}

.copyLeft
{
	width: 340px;
	float: left;
}

.copyLeft p { margin-right: 0; }

.caption
{
	background: #513d28;
	color: #fff;
	font-size: 1.1em;
	text-align: left;
	padding: 6px;
}

.width254 { width: 254px; }
.width235 { width: 235px; }
.width207 { width: 207px; }

/* navigation */
/* There is extraneous white space in each li at the moment as illustrated if borders for li and li img are turned on - try to find a fix */
#navigation ul
{
	list-style: none;
	margin: 180px 0 8px 61px;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
}

/*


#navigation ul li img
{
	margin: 0;
	display: inline;
}
*/

#prospectus img
{
	margin: 0 0 0 61px;
	/*display: block;*/
}

#navigation #logo { margin: 0; }


/* Footer
#footer {
	clear: both;
	background: #e7e7eb;
	color: #666;
	font-size: 10px;
	padding: 0px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	float:left;
	margin:0px;
}
#footerInner {
	width: 980px;
	background:#fff;
	border-top:1px solid #ccc;
	overflow:hidden;
	font-size: 10px;
}
#footer p {
	text-align: right;
	margin: 0px 30px 0 0;
	padding: 19px 0 0 0;
	width:90%;
	font-size:10px;
	float:right;
}
#ftLinks{
	float:right;
	margin:10px 30px 0 0 ;
}
#footer .row {
	text-align: right;
	margin:10px 30px 0 0;
	padding: 0px 0 0 0;
}
#footer a {
	color: #666;
	text-decoration: none;
	padding: 0 5px 0 5px;
	border-right: 1px solid #ccc;
}
#footer a:hover {
	color: #00f;
	text-decoration: underline;
}
#footer a:visited {
	color:#666; 
}
#footer #last {
	border: none;
	padding-right: 0;
}
#footer .noBorder{
	border: none;
	padding-right: 0;
}

End Footer */


/* Individual backgrounds and page specific things */
/*home page*/

/*#home #inner { background: url(../img/bgHomeTop.gif) no-repeat 0 0 #fff; }*/
#home #navigation { background: none; }

#home #bottomBackground
{
	background: url(../img/bgHomeBottom.gif) no-repeat 0 100%;
	overflow: auto;
}

#home h1
{
	font-size: 1.3em;
	margin: 25px 0 0 15px;
	color: #513D28;
	font-weight: bold;
}

#home p { margin: 8px 262px 22px 15px; }
#home #banners img { margin: 0 25px 20px 0; }

#home #bannerDevolve
{
	width: 294px;
	padding: 0 0 0 0;
	float: right;
	color: #fff;
	background-image: url(../img/bgBannerDevolve.gif);
	background-repeat: no-repeat;
	background-position: left 50px;
	/**/
}

#bannerDevolveInner
{
	padding: 60px 10px 10px 100px;
	background-image: url(../img/bannerDevolve.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#bannerDevolve p
{
	padding: 0;
	margin: 0;
	color: #fff;
}

#bannerDevolve h2
{
	padding: 0 0 5px 0;
	margin: 0;
	color: #fff;
	font-size: 2.2em;
	font-weight: normal;
}

#bannerDevolve h2 a
{
	padding: 0 30px 0 0;
	background-image: url(../img/arrowOrangeOnBrown.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#bannerDevolve a
{
	color: #fff;
	text-decoration: none;
}

/*#home #bannerDevolve img { margin-left: 378px; }*/
/* devolve me*/
#flashDevolution
{
	width: 650px;
	margin-left: 23px;
}

/* Flash Devolution container */
#flashDevolution p
{
	margin-left: 0;
	font-size: 1.3em;
}

#noFlash { background: url(../img/bgDevolveNoFlash.gif) no-repeat 0 0 #3c2b1a; }

#noFlash p, #noFlash p a
{
	color: #fff;
	font-weight: bold;
}

#noFlash p { padding: 30px 400px 30px 30px; }

#btnFlash
{
	float: right;
	margin: 32px 208px 0 0;
}

.monkey
{
	clear: both;
	width: 650px;
	overflow: auto;
}

.monkey img
{
	float: left;
	margin: 30px 50px 0 30px;
	border: 1px solid #3c2b1a;
}

.monkey h2 { margin-top: 1.7em; }
.last { padding-bottom: 30px; }
#ifFlash { display: none; }

/* courses */
#courses #buttons { margin-left: 22px; }
#courses #buttons img { margin-right: 7px; }

/* events */
#events .event { margin-bottom: 50px; }
#events h2 { margin-bottom: 0; }

#events p.venue
{
	margin-top: 0;
	font-weight: bold;
	font-size: 1.7em;
}

/* forms */
form
{
	margin: 0 0 0 22px;
	position: relative;
	/*width:500px;*/
}

.row
{
	padding: 0;
	margin: 0 0 5px 0;
	width: 100%;
	overflow: hidden;
	/*background-color:#0f0;*/
}

.row label
{
	font-size: 1.3em;
	color: #513d28;
	width: 150px;
	float: left;
	padding-top: 3px;
}

.checkbox label
{
	float: none;
	width: 100%;
	padding: 0;
	font-size: 1.3em;
}

.checkbox { padding: 0 0 20px 150px; }

.inputfield
{
	/*order: 1px solid #513d28;*/
	font-size: 1.3em;
	color: #513d28;
}

select
{
	border: 1px solid #513d28;
	font-size: 1.3em;
	color: #513d28;
}

/*#lastRow { margin-left: 150px; }*/
#btnSubmit
{
	font-size: 1.3em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	background-color: #db6b00;
	color: #000;
	width: 10em;
	margin-left: 150px;
}

#signature
{
	position: absolute;
	left: 80px;
	top: 30px;
	/* top: 40px;	 */
}

.related_link
{
	color: #db6b00;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5em;
}

.containfloats
{
	width: 100%;
	overflow: hidden;
}

/* RIGHT VIDEO LEFT TEXT */
.utubevideoR
{
	width: 320px;
	float: right;
	padding: 0 52px 20px 0;
}

.utubetextL
{
	float: left;
	width: 260px;
	padding: 0 0 0 22px;
}

/* LEFT VIDEO RIGHT TEXT */
.utubevideoL
{
	width: 320px;
	float: left;
	padding: 0 0 0 22px;
}

.utubetextR
{
	float: right;
	width: 260px;
	padding: 0 52px 0 0;
}

.utubetextR p
{
	margin: 0;
	padding: 0 0 10px 0;
}

.utubetextL p
{
	margin: 0;
	padding: 0 0 10px 0;
}

.relatedLink { padding: 20px 0 0 22px; }

.relatedLink h2
{
	padding: 0;
	margin: 0 52px 5px 0;
}

.relatedLink p
{
	padding: 0;
	margin: 0 52px 5px 0;
}

.relatedLink a
{
	color: #db6b00;
	font-weight: bold;
	padding: 0 20px 0 0;
	margin-bottom: 1em;
	text-decoration: none;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.relatedLink a.plain {
	padding: 0;
	background: none;
}

/*.relatedLink a
{
	color: #db6b00;
	font-weight: bold;
	display: block;
	background: url(../img/arrow.gif) 100% 50% no-repeat;
	width: 8em;
	margin-bottom: 1em;
	text-decoration: none;
}*/

.itunes_icon
{
	position: relative;
	float: left;
	width: 42px;
	padding: 0 0 5px 0;
	margin: 0;
	/*background-color:#f00;*/
}

.itunes_icon a
{
	padding: 0;
	margin: 0;
	background-image: none;
	display: inline;
}

.evolution_icon
{
	position: relative;
	float: left;
	padding: 0 15px 0 0;
	margin: 0;
}

.evolution_icon a
{
	padding: 0;
	margin: 0;
	background-image: none;
	display: inline;
}


.floatright { float: right; }
.warning { margin-left: 172px; }

.warning label
{
	font-size: 1em;
	color: #f00;
}

li
{
	font-size: 1.3em;
	color: #513d28;
	margin: 10px 52px 10px 22px;
	padding: 0;
}

.monkey h2 { font-style: italic; }

/* double banner pair on homepage */
#doublebanners
{
	background-image: url(../img/bannerAbout.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 450px;
}
#doublebanners2
{
	width: 450px;
}

#doublebanners p, #doublebanners h2, #doublebanners2 p, #doublebanners2 h2
{
	padding: 0;
	margin: 0;
}

#doublebanners a, #doublebanners2 a
{
	color: #fff;
	text-decoration: none;
}

/* banner about */
#bannerabout
{
	width: 211px;
	float: left;
}

#bannerabout h2
{
	margin: 0 10px 10px 0;
	padding: 10px 20px 2px 10px;
	color: #db6b00;
	font-style: normal;
	font-weight: normal;
	font-size: 2.3em;
	background-image: url(../img/arrowOrangeOnWhite2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#bannerabout a { color: #db6b00; }

#bannerabout p
{
	color: #513d28;
	padding: 0 10px 10px 10px;
}

/* theory banner */
#bannertheory
{
	width: 211px;
	float: right;
	color: #fff;
	padding: 133px 0 0 0;
	background-color: #5b3d23;
	background-image: url(../img/bannerTheory.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#bannertheory h2
{
	padding: 0 20px 2px 10px;
	margin: 0 10px 10px 0;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
	background-image: url(../img/arrowOrangeOnBrown2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#bannertheory p
{
	color: #fff;
	padding: 0 10px 10px 10px;
}

#treeofLife{
	float:left;
}

h2.linkssubheading{
	color:#513d28;
}