/*/////////////////////////////////////////////////////////////////////////////////GENERAL///////////////////////////////*/
* {margin:0px; padding:0px;}
img {border:none;}
a {
	color: #006dd2;
	text-decoration: none;
	font-size: 12px;
}
a:visited {color:#759ec4;}

a:hover {color:#004884;}
body {
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color:#333;
	font-size:13px;
}
p {
	line-height:18px;
}
h2 {font-size: 18px;
	color: #004884;
	font-weight: normal;
	padding:0px 0px 5px 0px;}
#container, #footer {
	width: 965px;
	margin: 0px auto;
	background: url(../images/bg.gif) repeat-y;
	padding: 0 8px;
}
#header {
	width:965px;
	position:relative;
	padding-top: 15px;
}
#logo {margin-left:25px;}
#clientlogin {
	position:absolute;
	top:  20px;
	right: 20px;
}
 
  #nav {
	width: 965px;
	height: 34px;
	background: url(../images/img-nav.gif);
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
  #nav li {
    list-style: none;
    position: absolute; top: 0;}
  #nav li, #nav a {
    height: 34px; display: block;}

#nav li.home {left:0; width:138px;}
#nav li.about {left:138px; width:138px;}
#nav li.services {left:276px; width:138px;}
#nav li.news {left:414px; width:138px;}
#nav li.faq {left:552px; width:138px;}
#nav li.articles {left:690px; width:138px;}
#nav li.contact {left:828px; width:138px;}

#nav li.home a:hover {background: transparent url(../images/img-nav.gif) 0 -34px no-repeat;}
#nav li.about a:hover, #nav li.about a.active {background: transparent url(../images/img-nav.gif) -138px -34px no-repeat;}
#nav li.services a:hover, #nav li.services a.active {background: transparent url(../images/img-nav.gif) -276px -34px no-repeat;}
#nav li.news a:hover, #nav li.news a.active {background: transparent url(../images/img-nav.gif) -414px -34px no-repeat;}
#nav li.faq a:hover, #nav li.faq a.active {background: transparent url(../images/img-nav.gif) -552px -34px no-repeat;}
#nav li.articles a:hover, #nav li.articles a.active {background: transparent url(../images/img-nav.gif) -690px -34px no-repeat;}
#nav li.contact a:hover, #nav li.contact a.active {background: transparent url(../images/img-nav.gif) -828px -34px no-repeat;}



#home-nav {
	width: 965px;
	height: 34px;
	background: url(../images/img-nav-home.gif);
	position: relative;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#home-nav li {
    list-style: none;
    position: absolute; top: 0;}
#home-nav li, #home-nav a {
    height: 34px; display: block;}

#home-nav li.about {left:0; width:138px;}
#home-nav li.services {left:138px; width:138px;}
#home-nav li.news {left:276px; width:138px;}
#home-nav li.faq {left:414px; width:138px;}
#home-nav li.articles {left:552px; width:138px;}
#home-nav li.contact {left:690px; width:138px;}
#home-nav li.blank {left:828px; width:138px;}

#home-nav li.about a:hover, #home-nav li.about a.active {background: transparent url(../images/img-nav-home.gif) 0 -34px no-repeat;}
#home-nav li.services a:hover, #home-nav li.services a.active {background: transparent url(../images/img-nav-home.gif) -138px -34px no-repeat;}
#home-nav li.news a:hover, #home-nav li.news a.active {background: transparent url(../images/img-nav-home.gif) -276px -34px no-repeat;}
#home-nav li.faq a:hover, #home-nav li.faq a.active {background: transparent url(../images/img-nav-home.gif) -414px -34px no-repeat;}
#home-nav li.articles a:hover, #home-nav li.articles a.active {background: transparent url(../images/img-nav-home.gif) -552px -34px no-repeat;}
#home-nav li.contact a:hover, #home-nav li.contact a.active {background: transparent url(../images/img-nav-home.gif) -690px -34px no-repeat;}



.left { float: left; }
.right { float: right; }
.blue{color: #004884;}


/*/////////////////////////////////////////////////////////////////////////////////HOMEPAGE///////////////////////////////*/

#services { margin-left:20px; }

#services li {
	width: 185px;
	border: 1px solid #ccc;
	list-style-type: none;
	background-image: url(../images/img-home-services-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	display:block;
	margin: 10px 10px 10px 0px;
}
#services li.last{margin: 10px 0px;}
#services li h2 {
	font-size: 16px;
	color: #004884;
	font-weight: normal;
	padding: 2px 7px;
}
#services li small {
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding: 0px 7px 2px 7px;
}
#services li a {
	text-align:right;
	padding-right: 5px;
	display: block;
	padding-bottom: 3px;
}

#home-box {
	width: 570px;
	padding: 10px;
	float: left;
	margin-left: 10px;
}

#side-box {width:325px; float:right; margin: 10px 20px 25px 0px;
}
#news-box {
	width: 325px;
	max-height:320px;
	border: 1px solid #ccc;
	padding-bottom: 10px;
}
#news-box h3 {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #999966;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 8px;
}
#news li, .newsarticle {
	list-style-type: none;
	margin: 0px 15px 8px 15px;
	padding-bottom: 8px;
	line-height: 16px;
	border-bottom: 1px solid #ccc;
	list-style-position: inside;

}
.allnews {
	text-align:right;
	margin-right:15px;
	display: block;
}

#signup {
	background: url(../images/bg-signup.gif) repeat-x left bottom;
	height: 66px;
	border: 1px solid #CCCCCC;
	width: 311px;
	margin: 15px 0 0 0;
	padding: 10px 7px;
}
#signup form {width:175px;}
#signup p {
	font-size: 14px;
	margin-bottom: 10px;
	color:#004884;
}
#signup input {
	width: 140px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #999999;
	font-size: 10px;
	line-height:30px;
}
#signup input.submit {
	background-image: url(../images/btn-go.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	border:0;
	float:left;
}
#connect {
	width:118px;
	text-align: center;
}
#signup img {padding:0 4px;}
#vr {
	width:1px;
	height:72px;
	background-color:#CCCCCC;
	float:left;
	margin-right: 8px;
	margin-left: 8px;
}

/*/////////////////////////////////////////////////////////////////////////////////SUB GENERAL///////////////////////////////*/

#sidenav {
	list-style-type:none;
	float: left;
	margin-right: 12px;
}
#sidenav li a{
	width: 198px;
	background-image: url(../images/img-sidenav-bg.gif);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
	padding-left: 12px;
	border-bottom: 1px solid #fff;
	display:block;
	color:#333;
}

#sidenav li a:hover, #sidenav li a.active{
	background-image: url(../images/img-sidenav-bg-hover.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}

#sub-box {
	float: right;
	padding: 15px;
	width: 710px;
	margin-bottom: 15px;
	position:relative;
	min-height:500px;
}
#sub-box ul {margin:10px 0px 20px 0px;}
#sub-box li {
	line-height: 16px;
	list-style-type: disc;
	list-style-position:outside;
	margin-left: 15px;
	margin-bottom: 5px;
}
#sub-box li strong {font-size:14px; color:#004884;}

big {
	font-size:18px;
	color:#004884;
	line-height: 20px;
}
iframe {
	display: block;
	text-align: center;
	width: 535px;
	margin: 15px auto;
	height: 450px;
	border:none;
	background:#fff;
}
hr {
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border:none;
	margin: 15px 0px;
}
.top {
	display: block;
	width: 25px;
	float: right;
	margin-top: -10px;
}
#testimonials {
	width: 180px;
	display: block;
	float: left;
	padding: 25px 15px;
	font-style: italic;
	line-height: 20px;
	color:#666666;
}
#testimonials strong {
	display: block;
	margin-top: 8px;
	line-height:16px;
}

/*/////////////////////////////////////////////////////////////////////////////////ABOUT WHY FOUNDATION///////////////////////////////*/

table {
	background-color: #cedfec;
	font-size: 12px;
	line-height: 12px;
	margin-top: 15px;
}
td {
	border-bottom: 1px solid #fff;
	height: 12px;
	text-align:center;
	padding: 5px;
}
.coltitle{
	border:none;
	padding: 15px 15px 10px 15px;
}
.col1 {
	width: 225px;
	text-align:left;
	padding-left: 15px;
}
.col2 { width: 80px; }

/*/////////////////////////////////////////////////////////////////////////////////SERVICES PAGE///////////////////////////////*/

#highlight {
	background-color: #cedfec;
	display: block;
	padding: 15px;
	margin-top: 15px;
}

#highlight li {
	margin-left: 30px;
	list-style-position: outside;
}


/*/////////////////////////////////////////////////////////////////////////////////NEWS & Articles///////////////////////////////*/

.newsarticle{
	margin: 0px 0px 8px 0px;
	position: relative;
	display:block;
}

#year {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #004884;
	font-size: 14px;
}
#year a {color:#004884;}
#year a:hover, #year a.active {color:#004884; font-weight:bold;}
.readmore {
	width: 75px;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 10px;
}
.readmore b {
	font-size: 18px;
	font-weight: normal;
}

/*/////////////////////////////////////////////////////////////////////////////////CONTACT///////////////////////////////*/


#contact {
	width:365px;
	float:left;
	font-size: 12px;
}
label.label{
	width: 75px;
	float: left;
	margin: 5px 0px 5px 0px;
}
#contact input, #contact textarea {
	width: 280px;
	margin: 5px 0px;
}
#contact button {
	border:none;
	float: right;
	margin: 5px;
	clear: both;
	height: 24px;
	width: 48px;
	background:none;
	cursor:pointer;
}
#contact-info {
	width: 250px;
	display: block;
	float: right;
	line-height:18px;
}

label.error{
	color: #CC0000;
	font-size: 11px;
	float: none;
	display: block;
	text-align: right;
	width: 365px;
	clear: both;
	margin-right: 10px;
}
p.sent {
	color:#009933;
	font-size:13px;
	margin-bottom: 15px;
}
p.error {
	color:#CC0000;
	font-size:13px;
	margin-bottom: 15px;
}

/*/////////////////////////////////////////////////////////////////////////////////FOOTER///////////////////////////////*/

#footer {
	font-size: 11px;
	line-height: 16px;
	background: url(../images/bg-footer.gif) no-repeat;
	height: 50px;
	padding-top: 10px;
}
#foot-nav a {
	font-size: 11px;
	color: #333333;
}
#copyright { text-align:right}

/*/////////////////////////////////////////////////////////////////////////////////POP UP WINDOW///////////////////////////////*/

#container-window {
	width: 570px;
	margin: 10px auto 0px auto;
	padding-right: 15px;
	padding-left: 15px;
	position:relative;
}
#container-window h1 {
	width: 558px;
	background-image: url(../images/img-sidenav-bg-hover.gif);
	background-repeat: repeat-x;
	height: 35px;
	line-height: 35px;
	padding-left: 12px;
	color:#fff;
	font-size:13px;
	margin-top: 10px;
	margin-bottom: 3px;
}
	
#container-window #sub-box {
	width: 570px;
	padding: 0px;
}
#close {
	position:absolute;
	top: 0px;
	right: 20px;
}
#print {display:block; text-align:right;}

.teaser{
	width: 600px;
	display: block;
	margin-bottom: 5px;
}
