/* CSS Document */
/* SWCCN DRUPAL STYLES */






#ua-web-branding-banner-v1  .ua-home{
	
	
	float: left;
	
}



/*Podcast Pages */


.podcast-page { 
	
	margin-top: 100px;
	
	
}


#block-webform-client-block-16534 {
	
	
	width: 180px;

}

/*Podcast Block Button*/

.podcast-submit {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cc9f52;
}.podcast-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.podcast-submit:active {
	position:relative;
	top:1px;
}



#block-webform-client-block-16534 .form-text-required {
	
	
		width: 180px;
}



#block-block-14 {
	
	height: 150px;
	padding-top: 15px;
	
}



img, a img {
  border: none;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

body.front, body.not-front {
	background: #e6e1cf;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */

	
} 

#container #frontContainer {
	
	background-color: #FFF;
	height: 1040px;
	
}

#FrontContainer .view-content {
	
	background-color: #FFF;
}

#FrontContainer .view-highlight-nodes {
	
	background-color: #fff;
	
}

#header {
	height: 100px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #e57e32;
	background-image: url(../images/newbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*******************************/
/*     DRUPAL CSS OVERRIDES    */
/*******************************/

/* View's administrative menu placement for admin users */
div.view:hover div.views-hide {
  margin-top: -0.5em;
}

div.view div.views-admin-links {
	width: 200px;
}
div.taxonomy {
	display:none;
}

.view-id-og_members_faces table td, .view-id-og_members_block {
	text-align: left;
}

/*******************************/
/*    RELATED CONTENT VIEWS    */
/*******************************/

/* Added 1/21/09 by MG/PF to affect views displayed as blocks */

.not-front .genericblock {
	width: 170px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/blockViewsBkgrnd.gif) no-repeat center bottom;
}

.not-front .genericblock h2 {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	font-size:12px;
	background: url(../images/groupMenuHeader.gif) no-repeat center top;
}

.not-front .genericblock p { /*used to push the paragraphs in genericblock away from edges*/
	font-size: 80%;
	padding: 5px 5px 10px 5px;
}

.not-front .genericblock .content {
	padding-bottom: 5px;	
}

.not-front .genericblock .views-row-odd, .not-front .genericblock .views-row-even {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

.not-front .genericblock .views-row-last {
	border: none;
}

form#notifications-ui-options-form .form-checkboxes { /*for subscriptions checkboxes spacing*/
	margin: 10px 5px;
}

input#edit-subscriptions-submit { /*for subscriptions submit button spacing*/
	margin: 0 0 10px 8px;
}

/*******************************/
/*       LEFT SIDE BAR         */
/*******************************/

#sidebarl {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 80%;
}

#sidebarl a:link {
	color:#C87E29;
	text-decoration:none;
}

#sidebarl a:visited {
	color:#C87E29;
	text-decoration:none;
}

#sidebarl a:hover {
	text-decoration:underline;
	color:#C87E29;
}

/*******************************/
/*        MAIN CONTENT         */ 
/*******************************/

#mainContent {
	padding: 0 10px;
	font-size: 90%;
	float: left;
	width: 740px;
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 700px;
	height: auto;
} 

#mainContent p {
	line-height: 1.6em;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

#mainContent h1, h2, h3, h4, h5, h6 {
	color:#a6601a;
}

#mainContent h1 {
	font-size: 150%;
	padding-top: 80px;
	margin-top: 0px;
}

#mainContent .content h1 {
	padding-top: 8px; /* used to override the rule above */
}

#mainContent h2 {
	font-size: 125%;
	margin: 13px 0 0 0;
}

#mainContent h3 {
	font-size: 115%;
}
#mainContent h4 {
	font-size: 100%;
}
#mainContent h5 {
	font-size: 100%;
}
#mainContent h6 {
	font-size: 100%;
}

#mainContent a:link {
	color:#C87E29;
	text-decoration:none;
}

#mainContent a:visited {
	color:#C87E29;
	text-decoration:none;
}

#mainContent a:hover {
	text-decoration:underline;
	color:#C87E29;
}

#mainContent a:active {
	color: #C87E29;
	text-decoration: none;
}

#mainContent li {
	padding-right: 15px;
}

/*******************************/
/*           FOOTER            */ 
/*******************************/

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: both; /* RLG Added becuse footer was diplaying inline with the content above it (Because it's Drupal) */
	text-align: center;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*******************************/
/*         NAVIGATION          */
/*******************************/

#navigation {
	background-color:#B7681B;
	background-image:url(../images/navigation.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	height:24px;
	padding-top: 0pt;
	padding-right: 0px;
	padding-bottom: 0pt;
	padding-left: 0;
}

div#nav {
	height:24px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt auto;
	min-width:600px;
	padding-top:0px;

}

div#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

div#nav li {
	border-right:1px solid #F0D1D7;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0pt auto;
	padding:0pt 15px;
	position:relative;
}

div#nav li:hover {
	background-color:#825D37;
	border-bottom:1px solid #825D37;
}

div#nav li:active {
	background-color:#825D37;
	border-bottom:1px solid #825D37;
}

div#nav li.submenu:hover {
	background-color:#825D37;
}

div#nav li a {
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	padding:0.25em 1px 0.25em 0pt;
	text-decoration:none;
}

div#nav ul a {
	width:auto;
}

div#nav ul ul {
	display:none;
	position:absolute;
	width:15em;
}

div#nav ul ul li {
	background-color:#825D37;
	float:left;
	text-align:left;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
	display:block;
}

div#nav ul.level2 {
	left:-1px;
	margin-top:2px;
	top:1.5em;
}

/*******************************/
/*     SIDE NAVIGATION BOX     */
/*******************************/

#sidenav {
	background-color: #C87D28;
	background-image: url(../images/sidenavTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 170px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

#sidenav h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
}

#sidenav h6 {
	background-image: url(../images/sidenavBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidenav p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#sidenav ul {
	padding-left: 0px;
	list-style: none;
	list-style-type: none;
	padding-right: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
}

#sidenav ul .menu {
	list-style: none;
	list-style-type: none;
	border-top: 1px solid #ffffff;
	padding-left: 0px;
}

#sidenav ul .menu li a {
	padding-left: 20px;
}

#sidenav ul .menu .menu li a {
	padding-left: 35px;
}

#sidenav ul li {
	list-style-type: none;
	list-style-image: none;  /* cleaning up the list */
	margin:0;
	padding:0;
}

#sidenav li {
	display: block;
	border-bottom: 1px solid #ffffff;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

#sidenav li a {
	display: block;
	height: auto;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}

#sidenav li a.active {
	color:#000000;
	background-color:#ffffff;
}

#sidenav li.expanded {
	border-bottom:none;	
}

#sidenav li.leaf {
	border-bottom: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;  /*this is the dotted line on the sub navs */
}

#sidenav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#sidenav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#sidenav a:hover {
	background-color:#FFFFFF;
	color:#C87E29;
	text-decoration: none;
	border: none;
}

/*******************************/
/*         ADMIN PAGES         */
/*    Added by RLM 06/16/10    */
/*******************************/

#mainContent .admin .right { /* keeps main Administration page columns side-by-side */
	margin-left: 0;
}

/*******************************/
/*       ADMIN NAVIGATION      */
/*******************************/

#adminnav {
	background-image: url(../images/adminnavBody.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 170px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

#adminnav h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	
}

#adminnav h5 {
	background-image: url(../images/adminnavTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#adminnav h6 {
	background-image: url(../images/adminnavFoot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#adminnav p {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*******************************/
/*     KNOWLEDGE NETWORK II    */
/*******************************/

#knowledge2 {
	background-image: url(../images/adminnavBody.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 170px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#knowledge2 h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 14px;	
}

#knowledge2 h5 {
	background-image: url(../images/knowledgeNetworkTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 67px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#knowledge2 h6 {
	background-image: url(../images/adminnavFoot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#knowledge2 p {
	font-size: 90%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	
}

#mainContent .view-staff-directory h2 {
	border-bottom: 1px solid #e6e1cf;
}

/*******************************/
/*        ORGANIC GROUPS       */
/*******************************/
/*******************************/
/*         table styles        */
/*******************************/

table tr.odd {
	background-color:#f4f4f4;
}

.views-table {
	width: 100%;
}

.view-id-og  tr.even, .view-id-og tr.odd {
	background-image: url(../images/groupBar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.view-id-og {
	margin-bottom: 20px;
}

.view-id-og tr.odd {
	background-color: #ffffff;
}

.view-id-og td.active {
	background-color: #f7ecdc;
	background-image: url(../images/groupBarActive.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}

.view-id-og .views-field-title, .view-id-og .views-field-name, .view-id-og .views-field-post-count, .view-id-og .views-field-member-count {
	text-align: center;
}

.view-id-og .views-field-title {
	font-weight: bold;
}

/*******************************/
/*         GROUP MENU          */
/*******************************/

.block-og {
	width: 170px;
	margin-right: auto;
	margin-left: auto;	
}

.block-og h2 {
	font-size: 1.1em;
	text-align: center;
	background-image: url(../images/groupMenuHeader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebarl .block-og h2 a,#sidebarl .block-og h2 a:visited {
	color: #fff;
} 
.block-og .content {
	background-image: url(../images/groupMenu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;	
	padding-top: 5px;
}

.block-og ul {
	margin: 0;
	padding-top: 5;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
}

.block-og ul li {
	list-style: none;
	display: block;
	min-height: 18px;
}

.block-og .bookmark {
	background-image: url(../images/icons/book_link.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.block-og .fileattachment {
	background-image: url(../images/icons/file.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.block-og .grouppost {
	background-image: url(../images/icons/page.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.block-og .invite {
	background-image: url(../images/icons/friends.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.block-og .members {
	background-image: url(../images/icons/members.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

.block-og .joingrp {
	background-image: url(../images/icons/members.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;
}

/*******************************/
/*         GROUP POSTS         */
/*******************************/

.comment-published {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #c87d28;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.comment-published h3 {
	margin: 0 0 0 0;
}

#mainContent .groups {
	font-weight: bold;
	text-align: right;
}

#mainContent ul .comment_add {
	float: right;
	text-align: right;
	font-weight: bold;
	margin: 10px;
}

#mainContent .comment_add a:link, #mainContent .comment_add a:visited {
	color: #FFFFFF;
	  
      1          ~ô@charset "utf-8";
/* CSS Document */
/* SWCCN DRUPAL STYLES */

img, a img {
  border: none;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

body.front, body.not-front {
	background: #e6e1cf;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}

#container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 500px; /* MG: 3/2/09 */
	max-height: auto;
	height: auto;
	
} 
#header {
	height: 100px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #e57e32;
	background-image: url(../images/newbanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/*******************************/
/*     DRUPAL CSS OVERRIDES    */
/*******************************/

/* View's administrative menu placement for admin users */
div.view:hover div.views-hide {
  margin-top: -0.5em;
}

div.view div.views-admin-links {
	width: 200px;
}
div.taxonomy {
	display:none;
}

.view-id-og_members_faces table td, .view-id-og_members_block {
	text-align: left;
}

/*******************************/
/*    RELATED CONTENT VIEWS    */
/*******************************/

/* Added 1/21/09 by MG/PF to affect views displayed as blocks */

.not-front .genericblock {
	width: 170px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/blockViewsBkgrnd.gif) no-repeat center bottom;
}

.not-front .genericblock h2 {
	margin: 0;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	font-size:12px;
	background: url(../images/groupMenuHeader.gif) no-repeat center top;
}

.not-front .genericblock p { /*used to push the paragraphs in genericblock away from edges*/
	font-size: 80%;
	padding: 5px 5px 10px 5px;
}

.not-front .genericblock .content {
	padding-bottom: 5px;	
}

.not-front .genericblock .views-row-odd, .not-front .genericblock .views-row-even {
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #cccccc;
}

.not-front .genericblock .views-row-last {
	border: none;
}

form#notifications-ui-options-form .form-checkboxes { /*for subscriptions checkboxes spacing*/
	margin: 10px 5px;
}

input#edit-subscriptions-submit { /*for subscriptions submit button spacing*/
	margin: 0 0 10px 8px;
}

/*******************************/
/*       LEFT SIDE BAR         */
/*******************************/

#sidebarl {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: 80%;
}

#sidebarl a:link {
	color:#C87E29;
	text-decoration:none;
}

#sidebarl a:visited {
	color:#C87E29;
	text-decoration:none;
}

#sidebarl a:hover {
	text-decoration:underline;
	color:#C87E29;
}

/*******************************/
/*        MAIN CONTENT         */ 
/*******************************/

#mainContent {
	padding: 0 10px;
	font-size: 90%;
	float: left;
	width: 740px;
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 700px;
	height: auto;
} 

#mainContent p {
	line-height: 1.6em;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

#mainContent h1, h2, h3, h4, h5, h6 {
	color:#a6601a;
}

#mainContent h1 {
	font-size: 150%;
	padding-top: 80px;
	margin-top: 0px;
}

#mainContent .content h1 {
	padding-top: 8px; /* used to override the rule above */
}

#mainContent h2 {
	font-size: 125%;
	margin: 13px 0 0 0;
}

#mainContent h3 {
	font-size: 115%;
}
#mainContent h4 {
	font-size: 100%;
}
#mainContent h5 {
	font-size: 100%;
}
#mainContent h6 {
	font-size: 100%;
}

#mainContent a:link {
	color:#C87E29;
	text-decoration:none;
}

#mainContent a:visited {
	color:#C87E29;
	text-decoration:none;
}

#mainContent a:hover {
	text-decoration:underline;
	color:#C87E29;
}

#mainContent a:active {
	color: #C87E29;
	text-decoration: none;
}

#mainContent li {
	padding-right: 15px;
}

/*******************************/
/*           FOOTER            */ 
/*******************************/

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*******************************/
/*         NAVIGATION          */
/*******************************/

#navigation {
	background-color:#B7681B;
	background-image:url(../images/navigation.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	height:24px;
	padding-top: 0pt;
	padding-right: 0px;
	padding-bottom: 0pt;
	padding-left: 0;
}

div#nav {
	height:24px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt auto;
	min-width:600px;
	padding-top:0px;

}

div#nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

div#nav li {
	border-right:1px solid #F0D1D7;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:0pt auto;
	padding:0pt 15px;
	position:relative;
}

div#nav li:hover {
	background-color:#825D37;
	border-bottom:1px solid #825D37;
}

div#nav li:active {
	background-color:#825D37;
	border-bottom:1px solid #825D37;
}

div#nav li.submenu:hover {
	background-color:#825D37;
}

div#nav li a {
	color:#FFFFFF;
	display:block;
	font-weight:normal;
	padding:0.25em 1px 0.25em 0pt;
	text-decoration:none;
}

div#nav ul a {
	width:auto;
}

div#nav ul ul {
	display:none;
	position:absolute;
	width:15em;
}

div#nav ul ul li {
	background-color:#825D37;
	float:left;
	text-align:left;
}

div#nav ul.level1 li.submenu:hover ul.level2 {
	display:block;
}

div#nav ul.level2 {
	left:-1px;
	margin-top:2px;
	top:1.5em;
}

/*******************************/
/*     SIDE NAVIGATION BOX     */
/*******************************/

#sidenav {
	background-color: #C87D28;
	background-image: url(../images/sidenavTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 170px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

#sidenav h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFFFFF;
}

#sidenav h6 {
	background-image: url(../images/sidenavBottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#sidenav p {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#sidenav ul {
	padding-left: 0px;
	list-style: none;
	list-style-type: none;
	padding-right: 0px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px 0px 5px 0px;
}

#sidenav ul .menu {
	list-style: none;
	list-style-type: none;
	border-top: 1px solid #ffffff;
	padding-left: 0px;
}

#sidenav ul .menu li a {
	padding-left: 20px;
}

#sidenav ul .menu .menu li a {
	padding-left: 35px;
}

#sidenav ul li {
	list-style-type: none;
	list-style-image: none;  /* cleaning up the list */
	margin:0;
	padding:0;
}

#sidenav li {
	display: block;
	border-bottom: 1px solid #ffffff;
	padding-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}

#sidenav li a {
	display: block;
	height: auto;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
}

#sidenav li a.active {
	color:#000000;
	background-color:#ffffff;
}

#sidenav li.expanded {
	border-bottom:none;	
}

#sidenav li.leaf {
	border-bottom: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;  /*this is the dotted line on the sub navs */
}

#sidenav a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#sidenav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#sidenav a:hover {
	background-color:#FFFFFF;
	color:#C87E29;
	text-decoration: none;
	border: none;
}

/*******************************/
/*         ADMIN PAGES         */
/*    Added by RLM 06/16/10    */
/*******************************/

#mainContent .admin .right { /* keeps main Administration page columns side-by-side */
	margin-left: 0;
}

/*******************************/
/*       ADMIN NAVIGATION      */
/*******************************/

#adminnav {
	background-image: url(../images/adminnavBody.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 170px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

#adminnav h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	
}

#adminnav h5 {
	background-image: url(../images/adminnavTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#adminnav h6 {
	background-image: url(../images/adminnavFoot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#adminnav p {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/*******************************/
/*     KNOWLEDGE NETWORK II    */
/*******************************/

#knowledge2 {
	background-image: url(../images/adminnavBody.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 170px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}

#knowledge2 h2 {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-size: 14px;	
}

#knowledge2 h5 {
	background-image: url(../images/knowledgeNetworkTop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 67px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#knowledge2 h6 {
	background-image: url(../images/adminnavFoot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#knowledge2 p {
	font-size: 90%;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	
}

#mainContent .view-staff-directory h2 {
	border-bottom: 1px solid #e6e1cf;
}

/*******************************/
/*        ORGANIC GROUPS       */
/*******************************/
/*******************************/
/*         table styles        */
/*******************************/

table tr.odd {
	background-color:#f4f4f4;
}

.views-table {
	width: 100%;
}

.view-id-og  tr.even, .view-id-og tr.odd {
	background-image: url(../images/groupBar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.view-id-og {
	margin-bottom: 20px;
}

.view-id-og tr.odd {
	background-color: #ffffff;
}

.view-id-og td.active {
	background-color: #f7ecdc;
	background-image: url(../images/groupBarActive.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}

.view-id-og .views-field-title, .view-id-og .views-field-name, .view-id-og .views-field-post-count, .view-id-og .views-field-member-count {
	text-align: center;
}

.view-id-og .views-field-title {
	font-weight: bold;
}

/*******************************/
/*         GROUP MENU          */
/*******************************/

.block-og {
	width: 170px;
	margin-right: auto;
	margin-left: auto;	
}

.block-og h2 {
	font-size: 1.1em;
	text-align: center;
	background-image: url(../images/groupMenuHeader.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	padd