/* CSS Document for SynergyIL.com */
body
{
	background:#333333 url(images/body_bg.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#logo
{
	background:url(images/logo.jpg) no-repeat;
	background-position:top left;
	width:65%;
	height:100px;
}
#logobg
{
	background:url(images/logo_bg.jpg) repeat-x;
	height: 90px;
	padding: 0px 10px;
}
#top_links
{
	color:#a81c36;
	text-align:center;
	vertical-align:middle;
	height:30px;
}
#body
{
	border-bottom:1px dotted #A01B33;
}
#leftpane
{
	width: 200px;
	padding: 5px 0px;
}
#leftpane_top
{
	background:url(images/menu_top.jpg) no-repeat;
	width: 200px;
	height:12px;
}
#leftpane_bot
{
	background:url(images/menu_bot.jpg) no-repeat;
	width: 200px;
	height:10px;
}
#nav
{
	background:url(images/leftpane_bg.jpg) repeat-y;
	padding: 0px 0px;
}

#nav ul
{
	margin: 0px;
	border: none;
	padding: 0px;
	list-style-type: none;
}

#nav li
{
	margin: 0;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-image: none;
	line-height:1px;
}
#nav li a.selected
{
	display: block;
	padding: 0px 0px 5px 1.7em;
	margin-right: 0px;
	color: #FFFFFF;
	line-height: 20px;
	background: url(images/menu_on.jpg) left no-repeat;
}
#nav li a 
{
	display: block;
	margin: 0;
	padding: 0px 0px 5px 1.7em;
	background: url(images/menu_off.jpg) left no-repeat;
	vertical-align:middle;
	color: #A81C36;
	line-height: 20px;
	text-decoration: none;
}
#nav li a:hover
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menu_on.jpg) left no-repeat;
}
#content
{
	padding:3px 10px 0px 15px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
}
#content a
{
	color:#A11B36;	
}
h1
{
	display: inline;
	font-family:"Trebuchet MS", Helvetica, Sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #A11B34;
}
h2
{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 22px;
	font-weight: normal;
	color: #000000;
}

a
{
	text-decoration: none;
	color:#A81C36;
}
a:hover
{
	color: #333333;
	text-decoration: underline;
}
#bottom-left
{
	background:url(images/bot_left.jpg) no-repeat;
	width:8px;
	height:84px;
}
#bottom-center
{
	background:url(images/bot_center.jpg) repeat-x;
	height:84px;
	font-size: 11px;
	line-height: 18px;
}

#bottom-center a
{
	color: #A81C36;
	text-decoration:none;
	font-weight:bold;
}
#bottom-center a:hover
{
	color: #333333;
	text-decoration: underline;
}
#bottom-right
{
	background:url(images/bot_right.jpg) no-repeat;
	width:8px;
	height:84px;
}