﻿/* start */
body {
	margin: 0;
	font:15px/20px "Times New Roman", Times, serif;
	color:#615759;
	min-width:955px;
	background:#e2e0e1 url(/AFIRM/images/bg-body.gif) repeat-x;
}
img {border-style: none;}
a {
	color:#005996;
	text-decoration:none;
}
a:hover{
	background:#f5f5f5;
	text-decoration:underline;
}
input, textarea, select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper start */
#wrapper{
	background:url(/AFIRM/images/bg-wrapper.jpg) no-repeat 50% 0;
}
/* main start */
#main{
	width:955px;
	margin:0 auto;
	position:relative;
	padding:168px 0 0;
}
/* header start */
#header{
	top:0;
	left:0;
	width:100%;
	height:155px;
	z-index:100;
	position:absolute;
}
/* logo start */
.logo {
	position:absolute;
	width:208px;
	top:36px;
	left:0;
	height:110px;
	background:url(/AFIRM/images/logo.gif);
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	display:block;
	height:100%;
}
.logo a:hover{
	background:none;
}
/* logo end */
/* slogan start */
.slogan{
	background:url(/AFIRM/images/slogan-wake.gif) no-repeat 16px 50%;
	width:383px;
	height:67px;
	border-left:1px solid #fcd8af;
	position:absolute;
	top:53px;
	left:224px;
	text-indent:-9999px;
	overflow:hidden;
}
/* slogan end */
/* add-nav start */
.add-nav{
	position:absolute;
	right:-9px;
	top:5px;
	font-size:11px;
	text-transform:uppercase;
}
.add-nav ul{
	margin:0;
	list-style:none;
	padding:0;
	float:left;
	overflow:hidden;
	
}
.add-nav li{
	float:left;
	padding:0 6px 0 7px;
	margin:0 2px 0 -2px;
	background:url(/AFIRM/images/separator01.gif) no-repeat 0 50%;
}
.add-nav li a{
	color:#fff;
}
.add-nav li a:hover{
	background:none;
}
/* add-nav end */
/* nav start */
#nav{
	position:absolute;
	right:-15px;
	margin:0;
	padding:0;
	font-size:12.5px;
	line-height:16px;
	list-style:none;
	bottom:1px;
}
* html #nav{
	bottom:0;
}
#nav li{
	float:left;
	text-transform:uppercase;
	margin:0 -1px 0 0;
	background:url(/AFIRM/images/separator02.gif) no-repeat 0 50%;
}
#nav li:first-child{
	background:none;
}
#nav li.hover,
#nav li:hover{
	position:relative;
}
#nav li a{
	float:left;
	padding:8px 19px 7px 21px;
}
#nav li.hover a,
#nav li:hover a{
	background:url(/AFIRM/images/bg-nav-item.gif) repeat-x;
	text-decoration:none;
	position:relative;
	color:#ffac33;
}
#nav li.hover ul,
#nav li:hover ul{
	display:block;
}
#nav ul{
	width:159px;
	position:absolute;
	top:31px;
	left:0;
	display:none;
	margin:0;
	background:#fff url(/AFIRM/images/bg-drop.gif) no-repeat;
	font-size:12px;
	list-style:none;
	border-bottom:2px solid #ffac33;
	padding:6px 19px 21px 19px;
}
#nav li.hover ul li,
#nav li:hover ul li{
	background:none;
	float:none;
	width:100%;
	overflow:hidden;
	padding:0 0 2px;
}
#nav li:hover ul a,
#nav li.hover ul a{
	text-transform:none;
	padding:0;
	color:#005996;
	background:none;
}
#nav li.hover ul a:hover,
#nav li:hover ul a:hover{
	background:#ffac33;
	color:#fff;
}
/* nav & header end */
/* two-columns start */
#two-columns{
	padding:0 0 0 14px;
	margin:0 0 26px;
	position:relative;
	z-index:20;
	height:1%;
	background:url(/AFIRM/images/bg-two-columns.gif) repeat-y 14px 0;
	overflow:hidden;
}
/* content start */
#content{
	float:left;
	width:620px;
}
#content p{
	margin:0 0 24px;
}
/* breadcrumb start */
.breadcrumb{
	padding:4px 9px 0 9px;
	background:#fff;
	overflow:hidden;
	height:1%;
	word-spacing:2px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
/* breadcrumb end */
/* article start */
.article{
	padding:9px 9px 0 9px;
	background:#fff;
	overflow:hidden;
	height:1%;
	word-spacing:2px;
	margin:0 0 22px;
}
/* flash-holder start */
.flash-holder{
	margin:0 0 3px;
}
.flash-holder img{
	vertical-align:top;
}
/* flash-holder end */
/* project-box start */
.project-block{
	padding:10px 0 0;
	overflow:hidden;
	background:url(/AFIRM/images/bg-project-block.gif) no-repeat;
}
/* project-block end */
#content h1{
	font-size:30px;
	line-height:36px;
	margin:0 0 11px;
	color:#000;
	font-weight:normal;
}
#two-columns h2{
	font-size:14px;
	line-height:18px;
	margin:0;
	color:#000;
	letter-spacing:3px;
	text-transform:uppercase;
}
#content h2{
	margin:0 0 18px;
}
#two-columns h3{
	font-size:18px;
	line-height:18px;
	margin:0 0 7px;
	word-spacing:1px;
	font-weight:normal;
}
/* article end */
/* columns-holder start */
.columns-holder{
	width:630px;
	margin:0 0 0 -10px;
	padding:8px 0 42px;
	line-height:22px;
	background:#fff url(/AFIRM/images/bg-columns-holder.gif) repeat-x;
	border-top:1px solid #d6d6d6;
	overflow:hidden;
}
#content .col p{
	margin:0 0 2px;
}
.columns-holder .col{
	width:290px;
	float:left;
	display:inline;
	margin:0 0 0 20px;
}
.col img{
	display:block;
	margin:0 0 9px;
}
/* more start */
.more{
	font-size:10px;
	line-height:15px;
	text-transform:uppercase;
}
/* more end */
/* columns-holder & content end */
/*sidebar start */
#sidebar{
	width:301px;
	float:right;
}
/* search-form start */
.search-form{
	padding:4px 0 0;
	margin:0 0 17px;
	overflow:hidden;
	height:1%;
}
.search-form label{
	text-align:right;
	color:#615759;
	display:block;
	font-size:13px;
	line-height:26px;
	font-style:italic;
}
.search-form .text{
	float:right;
	background:#ebeaeb;
	border:1px solid #b6b1b3;
	width:208px;
	display:inline;
	margin:0 0 0 11px;
	padding:4px 5px 5px;
	font-size:12px;
}
* html .search-form .text{
	margin:0 0 0 5px;
}
/* search-form end */
/* sub-nav start */
.sub-nav-links{
	margin:0 0 0 0px;
}
.sub-nav-links ul{
	margin:0;
	padding:0;
	list-style:none;
}
/* sub-nav end */
/* block start */
.block{
	padding:9px 0 0;
	width:301px;
	margin:0 0 24px;
	background:url(/AFIRM/images/bg-block.gif) no-repeat;
}
#sidebar h2{
	margin:0 0 5px;
}
#sidebar h3{
	margin:0 0 1px;
	line-height:24px;
}
/* date start */
.date{
	display:block;
	font-size:12px;
	margin:0 0 -2px;
	line-height:24px;
}
/* date end */
.block p{
	margin:0 0 23px;
}
.btn-holder{
	text-align:right;
}
/* visual start */
.visual{
	background:#fff;
	padding:11px 0 18px 10px;
	border:1px solid #d6d6d6;
	font-size:12px;
	line-height:18px;
	height:1%;
	margin:19px 0 6px;
}
.visual img{
	display:block;
	margin:0 0 10px;
}
/* wrapper & block & visual end */
/* footer start */
.footer-wrapper{
	width:100%;
	padding:33px 0 58px;
	background:#fefefe;
}
#footer{
	width:919px;
	padding:26px 36px 0 0;
	overflow:hidden;
	font-size:12px;
	line-height:18px;
	background:url(/AFIRM/images/bg-footer.gif) repeat-y;
	margin:0 auto;
}
.copy{
	float:right;
	font-weight:normal;
}
#footer h4{
	margin:0;
	font-weight:normal;
	color:#615759;
	font-size:12px;
	text-transform:uppercase;
	line-height:18px;
}
.links-holder{
	width:786px;
	float:left;
	margin:0 0 0 -18px;
	display:inline;
}
.links{
	float:left;
	margin:0 0 0 33px;
	display:inline;
}
.links ul{
	margin:0;
	padding:0;
	list-style:none;
}
/* footer end */

/* inline-image start */
.inline-image{
	float:right;
	background:#fff;
	padding:8px 8px 8px 8px;
	border:1px solid #d6d6d6;
	margin:5px 8px 8px 8px;
}
/* inline-image end */

/* inline-image alt */
.picture {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 6px;
	font: 12px/1.4em Arial, sans-serif;
}
.picture img {
	border: none;
	vertical-align:middle;
	margin-bottom: 6px;
}
.right {
	margin: 0.5em 0pt 0.5em 0.8em;
	float:right;
}
.left {
	margin: 0.5em 0.8em 0.5em 0;
	float:left;
}

.center {
	text-align: center;
}  
/* end inline-image alt */

/* by-line start */
.byline {
	font-size:10px;
	font-style: italic;
	color:#666;	
}
/* by-line end */


/* No Borders (Table, Row, or Cells) */
table.TableNoLines{
	border:0px solid black;
	padding: 0px;
	margin: 5px;
	border-collapse: collapse;
}

table.TableNoLines td, table.TableNoLines th
{
	border:0px solid black;
	padding: 2px;
	margin: 0px;		
}

/* Border Around Table only */
table.TableBox{
	border:1px solid black;
	padding: 0px;
	margin: 5px;
	border-collapse: collapse;
}

table.TableBox td, table.TableBox th
{
	border: 0px solid black;
	padding: 2px;
	margin: 0px;		
}

/* Borders on Everything (Table, Row, or Cells) */

table.TableAll{
	border:1px solid black;
	padding: 0px;
	margin: 5px;
	border-collapse: collapse;
}

table.TableAll td, table.TableAll th
{
	border:solid 1px black;
	padding: 2px;
	margin: 0px;		
}

/* External Border and Column Lines Only */
table.TableColumns
{
    border: 1px solid black;
    padding: 0px;
    margin: 5px;
    border-collapse: collapse;
}

table.TableColumns td, table.TableColumns th
{
    border-left: 1px solid black;
    padding: 2px;
    margin: 0px;
}


/* External Border and Row Lines Only */
table.TableRows
{
    border: 1px solid black;
    padding: 0px;
    margin: 5px;
    border-collapse: collapse;
}
table.TableRows td, table.TableRows th
{
    border-bottom: 1px solid black;
    padding: 2px;
    margin: 0px;
}

/* No Borders, margin and padding set to zero */
table.TableTight
{
    border: 0px solid black;
    padding: 0px;
    margin: 5px;
    border-collapse: collapse;
}
table.TableTight td, table.TableTight th
{
    border-bottom: 0px solid black;
    padding: 0px;
    margin: 0px;
}

.closed {
	display: none;
}