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

*{margin:0; padding:0;}

img{border:none; outline:none; }

body{
	margin:0 auto;
	background:#BFDCB4 url(img/tile2.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
a {color:#00783d; text-decoration: none;}
a:hover, a:active {
	color:#063;
	text-decoration: underline;
}
a:visited{
	color: #666;
}
p{
	font-size:11px;
	padding: 0 10px 0 20px;
	margin-bottom:1.5em;
	line-height:1.5em;
	margin-left: 20px;
} 


p a{font-style:italic;}
li img{vertical-align: -5px;}

h1 {
	font-size:18px;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}
h2 {
	font-size:14px;
	font-weight: normal;
	line-height: 1.4em;
	letter-spacing: 0.02em;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	color: #00783d;
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	font-family: verdana;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin: 20px 0 10px 0;
	color: #00783d;
}
h5 {
	font-size: 12px;
	font-family: verdana;
	font-weight: normal;
	letter-spacing: 0.03em;
	margin: 20px;
	color: #00783d;
}
h6 {
	font-size: 13px;
	font-family: verdana;
	font-weight: normal;
	letter-spacing: 0.03em;
	line-height: 1.9em;
	text-align:center;
	margin: 0;
	padding:5px 0 0 0;
	color: #333;
}

/*slider controls*/

#slider{
	margin: 0 auto;
	width: 960px; 
	height:396px;
	position:relative;
	/*min-height:350px;
	margin:30px 30px 60px 30px;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;*/
	}
#slider img {
	position:absolute;
	top:10px;
	left:0px;
}
#slider a {
	border:0;
}
.nivo-controlNav {
	position:absolute;
	right:20px;
	top:20px;
}
.nivo-controlNav a {
	display:block;
	width:18px;
	height:18px;
	background:url(img/bullets3.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-18px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	top:80px;
	right:10px;
}
a.nivo-prevNav {
	background-position: 0;
	top:80px;
	left:10px;
}
/*end slider controls*/




#wrapper{margin: 0 auto; width:960px;}
#navBar{position:relative; height:116px; width:960px;}
#logo{float:left;width:265px; height:100px;}
#logo a{display:block; width:265px; height:100px; background: url(img/SynergyLogoB.png) no-repeat; text-indent:-9999px;}
/*#logo a:hover{display:block; width:265px; height:100px; text-indent:-9999px; background-position:-265px 0;}*/
#contact{float:right; margin:10px 5px 0 0;}
#contact a{
	font-size:11px;
	color:#00783d;
	letter-spacing: 0.1em;
}
#contact a:hover{color:#000; text-decoration:none;}
#sectionBar{margin: auto; margin-top:20px; background: #fff url(img/SynergyColumnBackground.gif) no-repeat top left;width:960px;}
#sectionBarSub{margin: 0 auto; background: #fff url(img/SynergyColumnBackgroundSub.png) no-repeat top left;width:960px;}
#sectionClosing{float:left; width:960px; height:13px; background:url(img/SynergyBottomRounded.gif) no-repeat top left}
#sectionClosingSub{float:left; width:960px; height:13px; background:url(img/SynergyBottomRounded.png) no-repeat top left}


#partners img, #resourceCenter img{padding-top:5px; margin:0 auto;}
#partners h6, #resourceCenter h6{color: #fff;}
#partners p, #resourceCenter p{ margin:0 0 10px 0; text-align:left;}
#resourceCenter{float:left; width:480px; margin: 0 auto;}
#partners{float:left; width:478px; border-left:dashed thin #999;}
/*#sectionBar h1{display:block; background:url(img/SynergyBottomRounded.gif) no-repeat bottom center}
*/
#loginScreens{margin:0 auto; text-align:center; padding-top:20px;}
#solutionGallery{float:left; width:155px; margin:0 auto; text-align:center; padding-top:20px;}
#solutionText{float:left; width:300px; padding-top:22px;}
#resourceButton{float:left; width:250px; text-align:right;}
#resourceText{float:left; width:210px;}
#resourceText p {padding:5px 10px 0 15px; margin: 0;}
#resourceCenter h6, #partners h6{font-weight:bold;}

#nav {
	float:right;
	text-align:center;
	color: #666;
	font-size: 12px;
	padding:10px 0 0 0;
	/*background-color:#39201a;*/
	list-style:none;
}
#navList {
	/*position: absolute;
	right: 50px;*/
	list-style:none;	
}
#navList li{
	/*margin: 1px;*/
	float:left;
	display:block;
	letter-spacing: 0.1em;
	line-height: 25px;
	text-transform: uppercase;
}
#navList a{
	color: #666;
	float:left;
	display:block; 
	height:28px;
	padding: 0 .5em 0 .5em;
	}
#navList a:hover{
    padding: 0 .5em 0 .5em;
	color: #fff;
	background:#00783d;
	text-decoration:none;
}
.selected a, .selected a:visited {color: #fff !important; background:#00783d;}
.dividerBar{border-left: solid thin #666;}

/*------ footer ------*/

#footerBar {
	float:left;
	text-align:center;
	font-size: 8px;
	padding:10px 0 0 0;
	height:50px;
	width: 960px;
	/*background-color:#39201a;*/
	list-style:none;
}
#footerLinks {
	/*position: absolute;
	right: 50px;*/
	margin: 1em;
	padding: 0;
}
#footerLinks a{
	border:0;
	color: #333;
}

#footerLinks li {
	color: #333;
	margin: 2px;
	display: inline;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
p.clear {
	clear: both;
	height: 0; /*for IE*/
	margin: 0;
	padding: 0;
}
