/*	=GLOBAL
	Element Names (h1-h6, p, div, em etc)
----------------------------------------------------*/
* { margin:0; padding:0;}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.85em;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	line-height:1em;
	font: normal 1em "Trebuchet MS";
}
a:hover {text-decoration:none;}

p {margin:5px 0 0 0;}
/*	=GENERIC
	Class Names (.clear, .left, .right etc)
----------------------------------------------------*/
.redbox  .inner,
.blackbox  .inner,
.whitebox .inner  {margin:1px;}

.redbox {border:1px solid #C90000; color:#eee;}
.redbox  .inner { padding:10px;background: #C90000 url(../img/bgRedBox.jpg) repeat-x center bottom;}
.redbox  p {margin:0;}
.blackbox { border:1px solid  #616161;}
.blackbox  .inner {	background: #616161 url(../img/bgBlackBox.jpg) repeat-x center bottom;}
.blackbox input[type="text"] {
	border:1px solid #000;
	width:95%;
}

.whitebox { border:1px solid #ccc; }
.whitebox .inner {
	background: #F9F9F9 url(../img/bgWhiteBox.jpg) repeat-x center bottom;
}
#secondary .index h3,
.agenda h3 {padding:10px;font-size:1.3em; text-transform:uppercase; }
#secondary .index h3 a,
.agenda h3 a { color:#333; text-decoration:none; }

.agenda h5 { line-height:1.5em; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.9em; }
.agenda h5 a {color:#444; text-decoration:none;}
.agenda h5 a:hover {color:#111;}
.agenda dt {height: 60px; float:left; }
.agenda dl { padding:0 5px 5px 5px;   }
.agenda dd {margin:0 0 0 60px;}
.agenda span.style0 {
	font-size:1em;
	position:absolute;
	text-align:center;
	width:50px;
	z-index:2;
	border:1px solid #ccc;
	background-color:#fff;

}
.agenda span.style1, .agenda span.style2 {
	display:block;
	padding:2px 0pt;
	margin:1px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.agenda span.style1 {
	background-color:#CC0000;
	font-size:1.5em;
}
.agenda span.style2 {
	background-color:#333;
	text-transform:uppercase;
}
.agenda .inner {padding:0px;}

.navigation { }
.navigation ol,
.navigation ul {
	list-style:none;
}
.navigation li {float:left;}

.article, 
.section,
.inner {  position:relative;}

.inner { padding:10px; }

/*	=ELEMENTS
	Element names followed by class names (li.left, div .right)
----------------------------------------------------*/

input[type='text'],
input[type='password'] { padding:3px; }


/*	=IDs
	Element IDs (#header, #navigation li, #content div.title)
----------------------------------------------------*/
#header-inner,
#breadcrumb-inner,
#content-inner,
#footer-inner { width:850px; margin:0 auto; }

#wrapper-inner,
#content-inner,
#primary-inner,
#secondary-inner,
#aux-navigation-inner{padding:0;}

#global-navigation {line-height:1em;}

#header h2 {
	display:none;
}
#header-inner{	padding:10px 0;}
#header {

	background:#000 url(../img/bgHeader.jpg) repeat-x center bottom;
}
#header h1 { height:60px; overflow:hidden; position:relative; }
#header h1 a {text-decoration:none; color:#fff;}
#header h1 a span { position:absolute; left:0; top:0; z-index:1; }
#header a img {border:0; position:relative; z-index:2;}

#aux-navigation {
	font-size:0.8em;
	position:absolute;
	top:10px;
	right:0;
	text-align:right;
}
#aux-navigation a { text-decoration:underline; color:#fff; margin:0 0 0 15px; }

#global-navigation {
	position:absolute;
	bottom:-13%;
	right:0;
	font-family: "Trebuchet MS";
}
#global-navigation-inner{
	background:#CC3333 url(../img/bgNav.jpg) repeat-x center bottom;
	}

#global-navigation li {
	float:left;
	border-left:1px solid #990000;
}
#global-navigation li:first-child { border:none; }
#global-navigation li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:1px 15px 5px ;
}

#global-navigation .styles span {
	display:block;
	width:9px;
	height:9px;
	position:absolute;
	background-repeat:no-repeat;
	z-index:5;
}

#global-navigation .styles span.cr0,
#global-navigation .styles span.cr1 {top:0;}

#global-navigation .styles span.cr2,
#global-navigation .styles span.cr3 {bottom:1px;}

#global-navigation .styles span.cr0,
#global-navigation .styles span.cr3 {left:0;}

#global-navigation .styles span.cr1,
#global-navigation .styles span.cr2 {right:0;}

#global-navigation .styles span.cr0 {
	background-image: url(../img/bgNavCR0.jpg) ;
	background-position:left top;
}
#global-navigation .styles span.cr1 {
	background-image: url(../img/bgNavCR1.jpg) ;
	background-position:right top;
}

#global-navigation .styles span.cr2 {
	background-image: url(../img/bgNavCR2.jpg) ;
	right:-3px;
}


#global-navigation .styles span.cr3 {
	background-image: url(../img/bgNavCR3.jpg) ;
	left:-3px;
}

#breadcrumb {
	font-size:0.85em;
	color:#999;
	margin:15px 0;
}

#breadcrumb a { color: #999; text-decoration:underline;}

#content { line-height:1.55em; }

#primary {
	float:left;
	width:65%;
}
#primary h2 { color:#CC0000; font-size:1.6em; }
#primary h3 { color:#999; font-size:1.35em; margin:5px 0 10px 0; }
#primary h4 { color:#555; font-size:1.05em; margin-bottom:5px; }
#primary p {margin:10px 0;}
#content a:link { color:#CC0000;}
#content a:visited { color:#990000;}
#content ul,
#content ol { font-size:0.9em; margin-left:18px;  line-height:1.5em; color:#444;}
#content ul li,
#content ol li  {margin-bottom:5px;}

#primary dd {margin-bottom:10px;}

#secondary {
	float:right;
	width:35%;
	font-size:0.85em;
}
#secondary-inner {padding: 0 0 0 20px;}


#secondary .section {margin:0 0 15px 0;}

#tertiary {
	clear:both;
}


#footer {
	font-size:0.85em;
	background: #000000 url(../img/bgFooter.jpg) repeat-x left top;
}
#footer-inner {padding:20px 0px 15px;}
#footer h5 {
	position:absolute;
	right:0;
}
#footer,
#footer a {color:#eee;}
#footer .copy,
#footer .navigation {
	width:45%;
	float:left;
}
#footer .navigation li {margin-right:20px;}
#footer .copy {
	float:right;
	text-align:right;
	padding-right:35px;
}

#footer h5 {
	position:absolute; 
	
	right:5px;
	top:12px;
	width:20px;
	height:34px;
	
}
#footer h5 a{
	display:block;
	text-indent:-999em;
	outline:none;
	width:20px;
	height:34px;
	background: url(../img/octavodia.logo.jpg) no-repeat center center;
}




#content #about a{ color:#FFCC00; display:block; text-align:right;}


.date {color:#999; font-family:Verdana, Arial, Helvetica, sans-serif}

.date { font-size:0.8em; }
#primary .section p {font-size:0.95em; margin:0;}

.index {
	margin-bottom:15px;
	margin-top:0;
	border:1px solid #ccc;
	
}
.index h4 a:visited {text-decoration:none;}

#primary .index .article {padding:1px;}
#primary .index .inner {background:url(../img/bgWhiteBox.jpg) repeat-x center bottom;}

#primary .index h3 {
	font-style:italic;
	text-transform:lowercase;
}
#primary .index h3 {
	font-size:1.35em;
	margin:0;
	background: #333 url(../img/bgIndexHeading.jpg) repeat-x center bottom;
}
#primary .index h3 a {
	text-decoration:none;
	color:#eee;
	display:block;
	background: url(../img/icon_small.png) no-repeat 5px center;
	padding:5px 0 5px 30px;

}

#primary .index h4 { padding:5px 0px; font-size:1.1em;}
#primary .index h4 a {}
#primary .index h4 a:hover { text-decoration:none; }
#primary .index p,
#secondary .index p { color:#777; margin-bottom:15px;}
#secondary .index p {line-height:1.35em;}
#primary #news_index {border:none; }
#primary #news_index .inner {background:none;}
#primary #news_index h3,
#primary #news_index h3 a {background:none; color:#222; padding:0; text-transform:capitalize; font-style:normal; font-size:1.2em; color:#CC0000; margin-bottom:5px;} 
#primary #news_index h4 a {color:#333;}
#primary #news_index .inner {padding:0;}

#secondary .index h4 {font-size:1.1em; line-height:1.4em;}
#secondary .index h4 a {color:#333333;}

#news_date {color:#999; font-size:0.85em;}

#rd_contact_form label,#rd_contact_form input, #rd_contact_form  textarea {display:block; width:99%;}
#rd_contact_form  #message_desc {position:absolute; left:-9999em;}

/*.index h5 {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding:5px 10px 5px 10px;
	line-height:1.5em;
}
.index h5 a {
	background: url(../img/bulletSecondary.jpg) no-repeat 0 6px;
	color:#666;
	display:block;
	padding-left:15px;
	text-decoration:none;
}
.index h5 a:visited { color:#999; background-image:url(../img/bulletSecondary2.jpg); }
.index h5 a:hover { color:#444; }
.index h5 span { display:block;padding-left:15px;}
*/




/* =Javascript Added CSS
	===============================*/


/* =UTILITY
	===============================*/
.section:after,
.inner:after,
#footer .copy:after,
#content-inner:after,
.agenda dl:after,
#global-navigation ol:after { 
	content: " ";
	clear:both;
	display:block;
	line-height:0;
	height:0;
}

/* =ACCESSIBILITY
	===============================*/
#global-navigation h3, #search h3, #footer h3, #about h3{ display:none;}

