/* Unified Communications: CTLink */
/* General */
body {
	background: #fff;
	font-size: 80%;
	margin: 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: 0;
}
p {
	padding: 0;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}
.clr {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial, Helvetica, sans-serif;
line-height: 1.4em;
margin: 0.1em 0 0.2em 0;
color: #369;
}
h1 { font-size: 140%; border-bottom: 1px solid #369; }
h2 { font-size: 120%; /*font-weight: normal;*/ }
h3 { font-size: 110%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { border: 0; font-size: 90%; }



/* Layout */
div#header {
	background: url(images/bg_header.jpg);
	height: 156px;
}
div#header_top {
	height: 108px;
	width: 750px;
	margin: 0 auto;
	position: relative;
}
#header_logo {
	width: 167px;
	height: 77px;
	position: absolute;
	top: 15px;
	left: 0;
}
#header_tagline {
	position: absolute;
	top: 57px;
	left: 240px;
}
#header_tagline p {
	color: #6699cc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
div#nav {
	width: 750px;
	margin: 0 auto;
	height: 48px;
	background: url(images/bg_nav.jpg) repeat-x;
}
body#content {
	background-color: #ece6d3;
}
div#body {
	margin-bottom: 3em;
}
div#main {
	background: #fff;
	width: 750px;
	margin: 0 auto;
}
div#main_inner {
	padding: 20px;
}
div#footer {
	background: #e1dac5 url(images/bg_footer.jpg) no-repeat;
	width: 750px;
	margin: 0 auto;
}
div#footer_inner {
	padding: 20px;
	text-align: center;
	font-size: 11px;
}

div#panel_news {
	float: left;
	width: 230px;
}
div#panel_content {
	float: left;
	width: 480px;
}

/* Footer elements */
#footer_nav {
	width: auto;
	margin: 0 auto 1em auto;
}
#footer_nav a {
	/*margin: 0 1.3em*/
	
}

#footer_nav div.horizontalNav {
	text-align: center;
}

#footer a {
	color: #928661;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Latest News */
#uc_news {
	background: #f8f5eb url(images/bg_news_mid.jpg) repeat-y;
	width: 200px;
}
#uc_news_1 {
	background: url(images/bg_news_bot.jpg) left bottom no-repeat;
}
#uc_news_2 {
	background: url(images/bg_news_top.jpg) left top no-repeat;
	padding: 8px;
}
#uc_news_2 h3 {
	padding: 0.8em 0;
	margin: 0;
}
#uc_news_2 h3 a {
	color: #336699;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.5em;
}
#uc_news_2 a {
	color: #cc3333;
	font-size: 12px;
	font-weight: bold;
}

/* SiteFinity Logo */
div.SiteFinity
{
	width:97px;
	height:20px;
	float:right;
}

#celluserpic
{
	float: right;
}