@charset "utf-8";
/* CSS Document */

html, body{
	background:url(../img/background.jpg) top repeat-x;
}
/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  */
/* Fonts */
.smalltext{
	font-size:85%;
	color:#4e4e4e;
}
#layoutTable{
	margin:8px auto;
}
TD{
	background:white;
}
.rule{
	/*
	padding:3px;
	color:white;
	*/
}
#topMenu{
	background-color:#4e6a84;
	float:right;
}
#topMenu A{
	color:white;
	padding:5px 10px;	
	display:block;
	float:left;
	padding-left:30px;
	text-decoration:none;
	background:url(/themes/public/trianglesmc/img/top-divider.gif) 8px 47% no-repeat; 
}
#topMenu A:hover{
	color:#c7d5e2;
}	
#topMenu .first{
	background-image:none;
	padding-left:10px;
}
/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  */
/* Shadows */
.shadow{
	behavior: url(/themes/public/trianglesmc/iepngfix/iepngfix.htc);
}
.shadow-left{
	width:10px;
	background:url(/themes/public/trianglesmc/img/shadow-left.png) right repeat-y;
}
.shadow-top{
	height:10px;
	background:url(/themes/public/trianglesmc/img/shadow-top.png) bottom repeat-x;
}
.shadow-bottom{
	height:10px;
	background:url(/themes/public/trianglesmc/img/shadow-bottom.png) top repeat-x;
}
.shadow-right{
	width:10px;
	background:url(/themes/public/trianglesmc/img/shadow-right.png) left repeat-y;
}
.shadow-tl{
	background:url(/themes/public/trianglesmc/img/shadow-tl.png) bottom right no-repeat;
}
.shadow-tr{
	background:url(/themes/public/trianglesmc/img/shadow-tr.png) bottom left no-repeat;
}
.shadow-br{
	background:url(/themes/public/trianglesmc/img/shadow-br.png) top left no-repeat;
}
.shadow-bl{
	background:url(/themes/public/trianglesmc/img/shadow-bl.png) top right no-repeat;
}


/* . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  */
/* home table of choices */
#findAMember_rule{
	
	background:#bda970 url(../img/arrow-brown-bg.gif) 5px 50% no-repeat;
	padding:3px;
	padding-left:20px;
	height:30px;
	color:white;
	
}
#councilsAffiliates_rule{
	background:#4e6a84 url(../img/home-link-off.gif) 5px 50% no-repeat;
	height:30px;
	color:white;
	padding-left:20px;
}
#homeTable .hd A{
	background:#4e6a84 url(../img/home-link-off.gif) 5px 50% no-repeat;
	display:block;
	padding-top:8px;
	padding-left:20px;
	height:25px;
	color:white;
	text-decoration:none;
}
#homeTable .hd A:hover{
	background:#c7d5e2 url(../img/home-link-on.gif) 5px 50% no-repeat;
	color:#4e6a84;
}
#homeTable .bd{
	background-color:#e5f2ff;
	padding:5px;
}
#social-networks{
	margin:5px 5px;
}
#social-networks TD{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}