html {
	height: 100%;
	margin: 0;
}

body {
	margin: 0;
	background:#191919;
	background: #0f0f0f;
	font-family: Verdana, Helvetica,Arial,  sans-serif;
	font-size: 11px;
	height: 100%;
	color: #454545;
	
	background: #111;
	
}

a {
 color: #ff8a00;
 text-decoration:none;
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

fieldset {
	border: none;
}


#container {
	background: #ffffff;	
	width: 900px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}

* html #container {
	height: 100%;
}


#colmain, .colmain {
	
}

#content {
	padding: 10px 10px 75px 10px;	
}

#colleft, .colleft {
	float:left;
	width: 585px;
	padding: 10px 5px 10px 0;
}

#colright, .colright, .col3 {
	float: left;
	width: 290px;
	padding: 10px 0;
}

.col3 {
	padding-top:  0;
}


.col1, .col2 {
	float:left;
	width: 290px;
	padding: 0 5px 10px 0;
}

.col2 {
	padding-right: 0;
}

.layout_3cols .col2 {
	padding-right: 5px;
}

.col1 p, .col2 p, .col3 p {
	padding: 0 5px;
}


#header {
	
	overflow: hidden; 
	padding: 10px 10px 5px 10px;
/* 	margin-bottom: 10px; */
	margin-top: 0;
	background: #fff;
}


/*####################################################
						nav styles					
######################################################*/

#nav {
	height: 28px;
	padding: 20px 10px 0 10px;
	background: #fff;
	position: relative;

	background: #fff;
	/*background:url(../img/dot2.gif) bottom left repeat-x;*/
}

#navheader {
	width: 140px;
	height: 28px;
	float: left;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}


#nav ul a {
/* 	display: block;
	width: 100%; */
}

#nav ul li{
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	
}





#nav ul li ul { /* second-level lists */
	position: absolute;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 0;
	
}

/* manual positioning for IE 6 */
* html ul li ul {
	top: 36px;
	width: 735px;
}

#nav ul li ul li { /* second-level lists */
	padding: 0 0 0 5px;
}

#nav ul li ul li a { /* second-level links */

}

#nav ul li ul li a:hover { 

}

#nav ul li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 138px;
}

#nav ul li:hover ul ul, #nav ul li.sfhover ul ul {
	left: -999em;
}

#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul, #nav ul.subnav { /* lists nested under hovered list items */
	left: 155px;
}




#searchbox {
	float: right;
	width: 170px;
	text-align:right;
}

#searchbox label {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#searchbox label img{
	vertical-align:bottom;
	margin: 0 0 2px 0;
}



#searchbox form {
	vertical-align: bottom;
	padding:0;
	margin: 0;
}

#searchbox input {
	background: #ffffff;
	color: #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 12px;
	border: 1px solid #c4c4c4;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

#footer {
	width: 900px;
	height: 54px;
	margin: 0 auto;
	border-top: 2px solid #000;
	background: #ffffff url(../img/footer_back.gif) no-repeat;
	position: relative;
	margin-top: -54px;
}

#footer_content {
	padding: 15px 6px 6px 6px;

	
}

#footer_content p {
	margin: 0;
	padding: 0;
}



.footer_header {
	height: 19px;
	display: none;
	
}

#footer_toogle {
	display: none;
	text-align: right;
	text-transform: uppercase;
	padding-right: 25px;
	padding-top: 2px;
}

ul#logosleft {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}

#logosleft li {
	list-style: none;
	display: inline;
	padding: 0 6px 0 0;
}


ul#logosright {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	width: 40%;
	text-align:right;
}

#logosright li {
	list-style: none;
	display: inline;
	text-align: right;
	padding: 0 0 0 6px;
}

.featured {
	width: 100%;
	padding:0 0 15px 0;
}

.featuredimage {
	padding-top: 4px;
	background:url(../img/dot2.gif) repeat-x;
}

.featured h1{
	font-size: 12px;
	margin: 0 0 0 0;
}

h1, h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 0 0;
	text-transform:uppercase;	
}

h3, h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0;
	padding: 0;
}


h5, h6 {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0;
	padding: 0;
}


blockquote {
	margin-left: 20px;
	margin-right: 20px;
}

input, textarea {
	background: #ffffff;
	color: #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #c4c4c4;
}

.dotted{
	padding-bottom:1px;
	background:url(../img/dot2.gif) bottom left repeat-x;

}

.featured .boxsmall, .featured .boxsmall_last{
 float: left;
 width: 290px;
 margin-right: 5px;

}

.featured .boxmed{
 float: left;
 width: 585px;
 margin-right: 5px;

}

.featured .boxbig{


}

.featured .boxsmall_last{
 margin-right: 0px;

}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: #fff;
}

p,.bodytext {
	line-height: 15px;
}

.bodytext {
	padding-left: 10px;
	padding-right: 15px;
}

.bodytext strong {
	text-transform: uppercase;
	font-size: 10px;
	color: #333;
}

.post .bodytext, #blogcomments .bodytext {
	padding-left: 0px;
	padding-right: 15px;
}

#projectbox .description_txt .bodytext {
	padding-left: 5px;
	padding-right: 5px;	
}

/*####################################################
						blog styles					
######################################################*/
small {
	color: #565656;
	font-size: 10px;
}

div.bloglist {
	margin-top: 20px;
}

div.bloglist .post {
	margin-bottom: 30px;
		border-bottom: 1px solid #c4c4c4;
}

div.bloglist .entry, .post .entrytext {
	padding-top: 10px;
}

.bloglist .blogimage, .post .blogimage {
	float: left;
	margin: 10px 10px 10px 0;
	
}

.post, #blogcommentform, #blogcomments {
	padding-left: 15px;
}

.posttitle {
	/*background: url(../img/rotaug_icon.gif) top left repeat-x;*/
}

.posttitle h1 {
	font-size: 16px;	
}

.bloglist .blogimage img {
	border: none;
	max-width: 290px;
}

div.bloglist .postmetadata {
	text-align: left;
	margin-top: 20px;
	padding-bottom: 0px;
}

.postinfo p {
	margin: 0;
	display: inline;
	padding: 0;
}

.postinfo img {
	vertical-align: text-bottom;
	padding: 0 3px 0 0;
	margin: 0;
}

/* single view styles */

.postnav {
	padding-bottom: 22px;
	margin-bottom: 20px;
	background-color:#999999;
	background: url(../img/dot2.gif) bottom left repeat-x;
}

.postnav .alignleft {
	padding-left: 10px;
}

.postnav .alignright {
	padding-right: 10px;
}

.postcontent{
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color:#999999;
	background: url(../img/dot2.gif) bottom left repeat-x;
}

.news-single-imgcaption, .csc-textpic-caption{
	margin: 2px;
	font-size: 10px;
	color: #5a5a5a;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.news-catmenu ul {
	list-style: none;
	margin: 10px 0 10px 15px ;
	padding: 0;
}


.news-catmenu li {
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
	/*background: url(../img/rotaug_icon.gif) no-repeat;*/
	/*height: 20px;*/
	
}

.blogarchive {
	list-style: none;
	margin: 10px 0 20px 15px ;
	padding: 0;
}

.blogarchive li {
	padding-left: 25px;
	padding-bottom: 10px;
	margin: 0 0 0 10px;
	list-style: none;
	background: url(../img/rotaug_icon.gif) no-repeat;
	/*height: 20px;*/
}

#captcha p {
	/*float: left;
	width: 60%;	
	margin: 0;
	*/
	margin-bottom: 2px;
}

.captcha_img {
	/*
	float: left;
	*/
}

 #blogcomments {
	padding-bottom: 20px;
	
}


/* Blog comments with bubbles - Normal Bubble */


div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../img/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

.tx-comments-required-error, .tx-comments-required-mark {
	color: #ff0000;
	
}


/*####################################################
						teaser styles					
######################################################*/

.teaserlist {
	padding-top: 10px;
}

.teaseritem {
	height: 90px;
	width: 290px;
	margin-bottom: 10px;
	/*background: #ebeae8;*/
	
}

.teaseritem .teaserimg {
	float: left;
	width: 120px;
	overflow: hidden;
	height: 90px;
}

.teaseritem .teasertxt {
	float: left;
	padding: 5px 10px;
	height: 100%;
	width: 130px
}

.teasertxt h1 {
	padding: 0;
	margin: 0;
	letter-spacing: 0;
}

.teasertxt h6 {
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	font-weight: normal;
	font-size:9px;
	color: #aaa;
}

.teasertxt p {
	margin: 5px 0 3px 0;
	padding: 0;
	
}

.teasertxt .morelink {
	padding-top: 3px;
/*	text-align: right;
	margin-right: 20px*/
}


/*####################################################
						project styles					
######################################################*/

#projectbox td{
	vertical-align: top;
	padding: 0;
}

#projectbox .sectionprojects {
	/*background-color: #ebebeb;*/	
	padding-right: 5px;	
}

#projectbox .header_sectionprojects {
	padding-right: 5px;
	width: 585px;
}



#projectbox .description {
	background-color: #ebebeb;
	/*height: 100%;*/
	width: 290px;
	/*background: url(../img/dot2.gif) bottom left repeat-x;*/
}

#projectbox .description_txt {
	padding: 10px;
}

#projectbox .description_txt p{
	margin-top: 2px;
}

#projectbox .description_img {
	padding-bottom: 5px;
	background:#FFFFFF;
}

.projectlist {
	padding-top: 10px;
}

.projectitem {
	height: 90px;
	/*background:  url(../img/dot2.gif) repeat-x bottom left;*/
	padding-bottom: 8px;
	margin-bottom: 8px;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	
}

.projectitem .projectimg {
	float: left;
	width: 120px;
	height: 90px;
	overflow: hidden;
}

.projectitem .projecttxt {
	float: left;
	padding: 0 0 0 5px;
	width: 460px;
	background: #fff;
}

.projectitem .projecttxt .bodytext {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.projectdetails{
	font-size: 10px;
	
}

.projectitem .projectdetails {
	padding: 2px 5px;
}

.projecttxt h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0px;
	padding-top: 0;
}


.projecttxt h1 a{
	padding: 2px 5px;
	display: block;
	height: 100%;
}

.projecttxt h1 a:hover{
	color: #fff;
	background: #000;

}

.projecttxt p {
	margin: 0 0 2px 0;
	padding: 0;
	color: #959595;
	line-height: 100%;
}

.projecttxt p span {
	color: #000;
	/*text-transform: uppercase;*/
}

.projecttxt .projectdescription {
	padding-top: 5px;
	color: #232323;

}

.projectlist .browsebox {
	/*background: url(../img/dot2.gif) bottom left repeat-x;*/
	text-align: center;
	font-size:10px;
	text-transform: uppercase;
	padding: 5px 5px;
}

.browsebox a {
	background: #ff8a00;
	color: #fff;
	text-decoration: none;	
	border: 1px solid;
	padding: 1px 3px;
	margin-left:1px;
}

.browsebox a:hover {
	background: #ff8a00;
	color: #fff;
}

/*------ project slingle styles -----------*/

.projectsingle {
	background: url(../img/dot2.gif) bottom left repeat-x;
	margin: 4px 0 10px 0;
	padding-bottom: 4px;

}

.projectsingle td {
	vertical-align: top;
}

.projectsingle .projectdata {
	width: 270px;
	background: #ebeae8;
	padding: 10px;
	border-right: 4px solid #FFFFFF;
	height: 100%;
	
}

.projectheader p {
	text-transform: uppercase;
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 10px;
}

.projectheader {
	margin-bottom: 10px;
	
}

.projectheader h1 {
	padding: 0;
	margin: 0;
}

.projectsingle .projectimages{
	width: 585px;

	padding: 0;
	background: #ffffff;
	
}



.projectsingle .projectinfo {
	padding-top: 15px;
}

.projectsingle .projectinfo h1 {
	font-weight: bold;
	
}

.projectsingle .projectinfo p {
	line-height: 120%;	
	font-size: 11px;
}


.back {
	margin-top: 20px;
}

.projectdetails {
	position: relative;
	height: 100%;
}

.projectdetails p {
	margin: 0 0 2px 0;
	padding: 0;
	color: #333;
	line-height: 120%;
}

.projectdetails p span {
	color: #888;
	/*text-transform: uppercase;*/
}

.projectdetails .audioplayer, #videolink {
	padding: 15px 0 0 0;
}

ul.downloads {
	margin-left:0;
	padding: 0;
	list-style: none;
}

ul.downloads li {
	list-style: none;
}

.tx-femp3player-pi1 {
	padding: 0 0 15px 0;
}

/*####################################################
						event styles					
######################################################*/

.eventteaserlist {
	margin: 15px 10px 15px 25px;
	
}

.eventteaseritem {
	padding-bottom: 12px;
}

.eventteaseritem p{
	margin: 0;
	padding: 0;
	line-height: normal;
}

.eventsingle {
	padding-top: 10px;
}

.eventinfo {
	padding: 10px 0;
}

.eventimage {
	padding: 10px;
}
