﻿/**********************************
    widgets.css - style of widgets in all pages
    
*/
/**********************************
    Icon list of services
*/
.serviceList
{
	list-style: none;
	background: #f8f8f8;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-top: 0px;
	float: left;
	margin: 15px 0;
}
.serviceList li
{
	float: left;
	width: 100%;
	border-top: 1px solid #e5e5e5;
}
.serviceList li a
{
	display: block;
	color: #6E6E6E;
	text-decoration: none;
	width: 100%;
	padding: 2px 0;
}
.serviceList li a:hover
{
	color: #4185ce;
	text-decoration: none;
	cursor: pointer;
	background: #ffffff;
}
.serviceList li.even
{
	background: #ececec;
}
.serviceList img
{
	text-align: center;
	padding: 5px 0 0 15px;
	float: left;
	margin-right: 15px;
}
.serviceList p
{
	float: left;
	display: block;
	width: 225px;
	padding-top: 8px;
	font-size: .9em;
}
.serviceList .servicetitle
{
	font-weight: bold;
	display: block;
	float: left;
	width: 225px;
	font-size: 1.1em;
	margin-bottom: 4px;
}
.serviceList .serviceArrow
{
	float: left;
	position: relative;
	margin: 12px 0 0 -5px;
	color: #ccc;
}
.serviceList li:hover
{
	background: #fff;
	cursor: pointer;
	color: #4185ce;
}
/**********************************
    Info Box
*/
.infobox
{
}

.infobox-container .titleImage
{
	margin: 0 0 5px 0;
}
.infobox-container a.titleLink
{
	color: #4185CE;
	font-size: 100%;
	font-weight: bold;
	display: block;
}
.infobox-container .content
{
}
.infobox-container a.link
{
	color: #900;
	border-top: 1px solid #EEEEEE;
	font-weight: normal;
	float: right;
	display: block;
	margin-top: 10px;
	text-align: right;
	width: 100%;
}
.infobox-container .footer
{
	clear: both;
	display: block;
	padding-bottom: 25px;
}

.infobox-container a.open_contact
{
	color: #4185CE;
	font-size: 100%;
	font-weight: bold;
}



/*******************************************
News Box
*/
.newsBox a
{
	float: left;
	color: #6E6E6E;
	padding: 5px 0;
	font-weight: bold;
}


/*******************************************
 Navigation InfoBox 
*/
.navBox
{
	height: 100%; /*ie6 quirk*/
}
.navBox ul
{
	float: left;
	background: #f8f8f8 no-repeat;
	border: 1px solid #e5e5e5;
	border-top: 0px;
	width: 99%;
}
.navBox li
{
	float: left;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	list-style: none;
}
.navBox li.even
{
	background: #ececec;
}

.navBox li a:hover
{
	background: #ffffff;
	cursor: pointer;
	color: #4185ce;
}

.navBox li a, .navBox li a:visited
{
	text-decoration: none;
	color: #444;
	display: block;
	padding: 5px 0 5px 0px;
	text-indent: 15px;
	width: 100%;
}
.navBox li a:hover
{
	color: #333;
	text-decoration: underline;
}

.navBox li a.active
{
	color: #000;
	text-decoration: underline;
}
.navBox h4
{
	color: #006699;
	padding-left: 5px;
	font-size: 1em;
}
.navBox .navheader
{
	float: left;
	background: #f1f6fc;
	padding: 2px 0px;
	width: 100%;
	font-size: 13px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
}




/*******************************************
 Article InfoBox 
*/

.articleBox
{
	text-align: justify;
}
.articleBox li
{
	margin: 10px 0;
}

.articleBox p
{
	margin-left: 45px;
	padding: 10px 0;
	width: 350px;
}

.articleBox h2
{
	font-size: 1.2em;
	line-height: normal;
}

.articleBox h4
{
	font-size: 1.0em;
	line-height: normal;
}

.articleBox h4.subheading
{
	padding-top: 10px;
	padding-left: 30px;
}

.articleBox ul
{
	margin: 10px 0 0 60px;
}

.articleBox img.titleIcon
{
	float: left;
	margin: 0 5px;
}

.articleBox img.titleImage
{
}

.articleBox .footer
{
	padding: 0px;
}
.articleBox .element
{
	margin-left: 45px;
	padding: 10px 0;
}

.articleBox div.services
{
	margin-left: 45px;
	padding: 10px 0;
	width: 350px;
}

.articleBox div.newsArticle p
{
	width: 100%;
	padding: 0;
	margin: 0;
}

.articleBox div.newsArticle h2
{
	padding-bottom: 20px;
}

.articleBox a.cunews
{
	color: #6E6E6E;
	text-decoration: none;
}

.articleBox .locations
{
	width: 350px;
}

.articleBox .locations img.map
{
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 15px;
	padding: 1px;
	width: 150px;
}

.articleBox .locations span
{
	float: left;
	line-height: 17px;
	width: 150px;
}

.articleBox .locations p.map
{
	display: block;
	float: left;
	margin: 0px;
	padding-left: 45px;
}


/********************************
Accordion
*/

#accordion ul
{
	float: left;
	margin: 0px;
}

#accordion li
{
	margin: 10px 0 0 20px;
}

#accordion div.element
{
	float: left;
	font-size: 90%;
	margin: 5px;
	padding: 0;
}

#accordion h3.toggler
{
	float: left;
	font-size: 0.8em;
	width: 100%;
	height: 100%;
}

#accordion h3.toggler a
{
	display: block;
	background: #F5FAE6 none repeat scroll 0 0;
	color: #444444;
	text-decoration: none;
	cursor: pointer;
	padding: 5px;
	width: 100%;
	border: solid 1px #e8f8b8;
}

#accordion h3.toggler a:hover
{
	background: #e8f8b8;
}

#accordion h3
{
	float: left;
	height: 24px;
	margin-top: 4px;
	width: 200px;
}






