
@font-face {
  font-family: "Knowledge-Medium";
  src: url(fonts/knowledge/Knowledge-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Knowledge-Light";
  src: url(fonts/knowledge/Knowledge-Light.otf) format("opentype");
}
@font-face {
  font-family: "Knowledge-Regular";
  src: url(fonts/knowledge/Knowledge-Regular.otf) format("opentype");
}

* {
	margin: 0;
	padding: 0;
	line-height: 150%;
}

html { background: #828282 url(../images/body_bg.png) repeat-x bottom; }

body {
	background: url(../images/body_bg.png) repeat-x top;
	color: #727272;
	font: normal 12px Helvetica, Arial, sans-serif;
	padding: 25px 0;
}




a,
a:link,
a:visited {
	color: #0078ae;
	border-bottom: 1px dotted #dae7f2;
	text-decoration: none;
}

a:hover, a:focus { color: #75b2d5; }
a.nobtmborder{border:none ! important;}
ul {
	margin: 0 0 12px 15px;
	list-style: none;
}

	ul li {
		background: url(../images/list_item.png) no-repeat left 7px;
		padding-left: 8px;		
	}

p { margin: 0 0 1.1em 0; }

h2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ff6600;
	line-height:100%;
	padding-top:8px;
	margin: 0 0 0.5em 0;
	font-family: "Knowledge-Medium", sans-serif; 
}

h2.strap {
	font-size: 23px;
	font-weight: normal;
	text-transform: none;
	color: #0078ae;
	line-height:100%;
	padding:0 0 8px 0;
	margin: 0;
	font-family: "Knowledge-Regular", sans-serif; 

}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #FF9100;
	text-transform: none;
	margin: 8px 0 8px 0 ;
	line-height:16px;
	font-family: "Knowledge-Regular", sans-serif; 
}
h3.blueheader {
color:#0078AE;
font-family:"Knowledge-Regular",sans-serif;
font-size:14px;
font-weight:normal;
line-height:16px;
margin:8px 0;
text-transform:uppercase;
}

h4, h5, h6 { font-weight: normal; }

h4 {
	font-size: 13px;
	color: #005A84;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Knowledge-Light", sans-serif; 
}
h4.subhead
{
    margin-top:10px;
    margin-bottom:10px;
}

h4.contentsubhead
{
    margin-top:15px;
    margin-bottom:6px;

}
h5 {
	font-size: 13px;
	color: #97969a;
	text-transform: uppercase;
	font-family: "Knowledge-Light", sans-serif; 
}

h6 {
	font-size: 11px;
	color: #ff9100;
	text-transform: uppercase;
	font-family: "Knowledge-Light", sans-serif; 
}



hr {
	border: 0;
	height: 1px;
	color: #e1e2e3;
	background-color: #e1e2e3;
	margin-top: 0;
	margin-bottom: .6em;
}

.clear { clear: both; }

#container {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background: #fff url(../images/strand-bl.gif) no-repeat scroll 20px bottom;
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h1#header {
	padding: 25px 20px 0 20px;
	height: 65px;
	background: url(../images/header_bg.png) no-repeat right bottom;
}

#nav {
	display: block;
	border-bottom: 1px solid #e1e2e3;
	border-top: 1px solid #e1e2e3;
	list-style: none;
	padding: 3px 0 0 20px;
	margin: 0;
}

	#nav li {
		display: inline;
		font-size: 12px;
		line-height: 32px;
		margin: 0;
		padding: 0;
		background: none;
	}

		#nav li a {
			color: #8e8e8e;
			border: 0;
			font-weight: bold;
			padding: 0 12px 0 0;
			text-transform: uppercase;
		}

		#nav li a:hover, #nav li.active a {	color: #000; }

#breadcrumb {
	margin: 10px 0 10px 20px;
	list-style: none;
	color: #404040;
	font-size: 11px;
}

	#breadcrumb li {
		display: inline;
		background: url(../images/breadcrumb.png) no-repeat left;
		padding-left: 8px;
		padding-right: 3px;
		margin: 0;
	}

	#breadcrumb li.first {
		background: none;
		padding-left: 0;
	}

	#breadcrumb a {
		color: #97969a;
		border: none;
	}

		#breadcrumb a:hover { color: #babcbe; }

#content-wrap {
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
}

#main,
#sidebar-left,
#sidebar-right {
	float: left;
	position: relative;
	display: inline;
}

#sidebar-left {
	margin-left: 2%;
	width: 18%;
}

#main {
	margin-left: 2%;
	margin-right: 2%;
	width: 51%;
	min-height:350px;
	_border:0px solid lime;
	
}

#sidebar-right {
	width: 23%;
	margin-right: 2%;
	_margin-right:0px;
	
}

    #sidebar-right h3 {
       /* color:#727272;*/
        border-bottom: 1px solid #e1e2e3;
        font-size: 14px;
        position: relative;
    }

#sidebar-left ul {
	list-style: none;
	position: relative;
}

	#sidebar-left li {
		border-bottom: 1px solid #f5f5f5;
		margin: 6px 0;
		background: none;
		padding: 0;
	}

		#sidebar-left li a { border: none; }

		#sidebar-left li a#active, #sidebar-left li a.active { color: #555 }

#footer {
	margin-top: 25px;
	padding: 13px 0 9px;
	background: #eeefef;
	clear: both;
	line-height: 13px;
	font-size: 11px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

	#footer * {
		color: #97969a;
		display: inline;
		text-transform: uppercase;
	}

	#footer address {
		font-style: normal;
		padding-left: 20px;
		margin-right: 15px;
	}

	#footer ul { list-style: none; }

	#footer li { background: none; }

		#footer li a {
			color: #807f83;
			border-bottom: 1px solid #e3e5e6;
			margin-right: 22px;
		}

			#footer li a:hover { color: #ff9100; }
			
			
			
.img-shadow-l {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 5px 5px !important;
  margin: 10px 8px 5px 5px;
  }
  
  
  .img-shadow-r {
  float:right;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 5px 18px !important;
  margin: 10px 0 5px 18px;
 
  }

 .img-shadow-l img, .img-shadow-r img {
  display: block;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
  margin: -5px 5px 5px -5px;
  padding: 0;
  } 

#displayErrors, #displayErrors p{ color:#FF6600;}
#displayErrors{width:210px;float:left;margin-top:15px;}
#errMsg{width:210px;margin-top:5px;color:#FF6600;float:left;}
.errormsgsteps{color:#FF6600;}
.displayerrormsg{color:#FF6600;margin:0 0 20px 0;}


/*Communities home*/

.mainContentWrapper
{
    margin-left:2%;
    margin-right:2%;
    width:96%;

}
.contentBox
{
   
    float:left;
    width:170px;
    margin-right:15px;
    min-height:200px;
    height:430px;
}
.contentBoxImg a
{
    display:block;
}
.contentBoxLast
{
   /* width:18%;*/
    float:left;
  /*  margin-right:0%;*/
  width:170px;
  margin-right:0;

}
.linkimg{
 min-height:330px;
 _height:330px;

}
.linkContainer{
    width:100%;
    float:left;
    margin-top:10px;
}

.frmContainer{
    width:300px;
    float:left;

}

.frmContainer label
{
   width:200px;
   display:block;
}
.chkboxContainer{
   width:168px;
   float:left;
   margin-right:15px;

}
.chkboxContainer label{
  width:160px;
  margin:0;
  padding:0;


}
.chkboxContainer input{
    float:left;
    border:none;
}
.loginfrm
{
    width:200px;
    margin: 0 auto;
}
.loginfrm label{
    width:150px;
    float:left;
    display:block;
}
.downloadfrm
{
    width:400px;
    margin: 0 auto;
}

