﻿

/* COMMUNITY PAGES STYLES */
.communityContentWrapper
{
	position: relative; 
	border: 0px solid #999;
}
.communityHomeContent
{
	/*background: url(images/guis/community_gui/home_text_bg.gif) no-repeat;
	width: 562px;
	height: 350px;
	border: 0px solid #888; */
}
.communityHomeText
{
/*	width: 290px; 
	margin: 0 20px;
	padding-top: 20px; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px; 
	line-height: 24px; 
	text-align: left; 
	border: 0px solid #000; */
}
.communityHomeText ul
{
	list-style-type: none;	
}
.communityHomeText ul li
{
	margin: 10px 0;
}
.communityHomePhotoWrapper
{
	margin: 0 10px;
	position: relative;
}
.communityHomePhotoPrev
{
	float: left;
	width: 50px;
	margin-top: 50px;
	padding-right: 5px;
	text-align: right;
	color: #788ca4;
	font-size: 11px;
}
.communityHomePhoto
{
	width: 300px;
	float: left;
}
.communityHomePhotoHolder 
{
	/* background: url(./Images/accountingSmall.jpg); */
}
.communityHomePhotoBorder
{
/*	display: block; 
	width: 322px; 
	height: 180px;
	border: 10px solid white; 
	filter: alpha (opacity=70); 
	-moz-opacity: .70; 
	opacity: .70; 
	-khtml-opacity: 0.7;
*/
}
.communityHomePhotoNext
{
	float: left;
	width: 50px;
	margin-top: 50px;
	padding-left: 5px;
	text-align: left;
	color: #788ca4;
	font-size: 11px;
}








.communityTeamsContent
{
	/* background: url(images/guis/community_gui/page_text_bg_top.gif) top left no-repeat; */
}
.communityTeamsContent h3
{
    margin-bottom: 10px;
}
.communityTeamsContent .teamPhoto
{
}
.communityTeamsContent .teamPhoto img
{
    width: 200px;
}
.communityTeamsContent .teamPhoto .photo1,.communityTeamsContent .teamPhoto .photo2
{
    display: inline;
    float: left;
    margin-right: 10px;
}
.communityTeamsContentBottom
{
	clear: both;
	height: 35px;
	border: 0px solid #000;
	/*background: url(images/guis/community_gui/page_text_bg_bottom.gif) no-repeat; */
}
.communityTeamsHeader
{
	color: #425c51; 
	font-size: 16px; 
	font-weight: bold;
	
}
.communityTeamsText
{
	margin-top: 15px;
	color: #482707;
	line-height: 16px;
	/* background: url(images/guis/community_gui/page_text_bg_middle.gif) repeat-y; */
}
.communityTeamsText ul
{
	margin: 10px 20px;
}
.communityTeamsText li
{
	margin: 5px 10px;
	list-style-image: url(images/guis/community_gui/bullet.gif);
}






.communityTeamsContent .staffProfile
{
	font-family: Verdana;
	font-size: 14px;
}

.communityTeamsContent .staffProfile .survey
{
	margin: 20px 0;
}

.communityTeamsContent .staffProfile .survey .surveyitem
{
	margin: 10px 0;
}

.communityTeamsContent .staffProfile .survey .surveyitem .question
{
	font-weight: bold;
}

.communityTeamsContent .staffProfile .survey .surveyitem .answer
{
	margin: 5px 0;
	line-height: 22px;
}


.communityNav 
{
	/*
	float: left; 
	width: 17%; 
	*/
	width: 100%;
	border: 0px solid #000;
}
.communityMenu
{
	width: 100%;
	border: 0px solid #884455;
	padding: 1px;
}
.communityMenuStaticItem
{
	background: #ecf5f1;
	display: block;
	font-weight: bold;
	padding: 2px 2px;
	color: #336699;
	border: 1px solid #aaa695;
	margin: 1px;
}
.communityMenuSelectedItem
{
	background: #aaa695 url(images/guis/community_gui/menu_selected_bg.gif) repeat-x;
	border: 1px solid #aaa695; 
	border-right: 4px solid #aaa695; 
	color: #67655e;
}





div.communityTeamsMenu
{
    margin: 4px 0 0 2px;
}
div.communityTeamsMenu ul
{
    margin: 0;
    padding: 0;
}
div.communityTeamsMenu ul li 
{ 
    margin: 0;
    padding: 0;
}
div.communityTeamsMenu ul li div.deptTitle 
{ 
    padding: 2px 0;
    background: #ecf5f1;
    margin: 2px 0;
}
div.communityTeamsMenu ul li ul li.staffTitle 
{ 
    padding: 2px 0 0 10px;
}
div.communityTeamsMenu ul ul
{
    /*border: 1px solid black;*/
}

/* END COMMUNITY STYLES */