@charset "utf-8";
/* CSS Document */

*
{
	border: 0;
	margin: 0;
	outline: none;
	padding: 0;
}

body
{
	background-color: #ffffff;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: default;
}

a
{
	color: #1B1B1B;
	text-decoration: none;
}

a:hover, a.readmore:hover, a:hover
{
	color: #ffa200;
}

a.readmore
{
	font-weight: bold;
	background-image: url(../images/layout/arrow_black.gif);
	background-position: right;
	padding-right: 12px;
	background-repeat: no-repeat;
	color: #1b1b1b;
	text-decoration: none !important;
}

#mainWrapper
{
	background-color: #eaeaea;
	background-image: url(../images/layout/mainWrapper_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#siteWrapper
{
	margin: 0 auto 0 auto;
	width: 970px;
}

#header
{
	height: 130px;
	padding-top: 2px;
	background-image: url(../images/layout/header_bg.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#header .links
{
	float: right;
	padding: 30px 0 0 0;
}

#mainMenu .topRow
{
	background-image: url(../images/layout/topRow_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;	
}

#mainMenu .bottomRow
{
	background-image: url(../images/layout/bottomRow_bg.jpg);
	background-repeat: repeat-x;
	height: 30px;	
}

#mainMenu .topRow .left
{
	float: left;
	width: 15px;
	height: 30px;
	background-image: url(../images/layout/topRowLeft.gif);
}

#mainMenu .bottomRow .right
{
	float: right;
	width: 2px;
	height: 30px;
	background-image: url(../images/layout/bottomRowRight.gif);
}

#mainMenu .bottomRow .left
{
	float: left;
	width: 2px;
	height: 30px;
	background-image: url(../images/layout/bottomRowLeft.gif);
}

#mainMenu .topRow .right
{
	float: right;
	width: 15px;
	height: 30px;
	background-image: url(../images/layout/topRowRight.gif);
}


#mainMenu .topRow li
{
	list-style-type: none;
	float: left;
	line-height: 30px;
	background-image: url(../images/layout/seperator.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 2px;
}

#mainMenu .topRow li a
{
	color: #FFFFFF;
	display: block;
}

#mainMenu .topRow li a span
{
	display: block;
	padding: 0 0 0 20px;
}

#mainMenu .topRow li a strong
{
	display: block;
	padding: 0 20px 0 0;
}

#mainMenu .topRow li a:hover, #mainMenu .topRow li.selected a
{
	background-image: url(../images/layout/topRowTab_bg.gif);
	background-repeat: repeat-x;
	color: #1b1b1b;
}

#mainMenu .topRow li a:hover span, #mainMenu .topRow li.selected a span
{
	background-image: url(../images/layout/topRowTab_left.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#mainMenu .topRow li a:hover strong, #mainMenu .topRow li.selected a strong
{
	background-image: url(../images/layout/topRowTab_right.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#mainMenu .bottomRow li
{
	list-style-type: none; 
	float: left;
	line-height: 30px;
}

#mainMenu .bottomRow li a.selected
{
	font-weight: bold;
	color: #ff9000;
}

#mainMenu .bottomRow li a
{
	border-right: 1px solid #535353;
	padding: 0 20px 0 20px;
}
#mainMenu .bottomRow #submenu_about
{
	position: relative;
}
#splash
{
	height: 268px;
}

#flashIntro
{
	background-color: #000000;
	height: 268px;
	width: 654px;
	color: #FFFFFF;
	text-align: center;
}

#flashIntro .replace
{
	padding-top: 120px;
	font-size: 12px;
}
#flashIntro a
{
	color: #ffa200;
}
#splash .welcome
{
	float: right;
	width: 276px;
	height: 218px;
	background-image: url(../images/layout/welcome_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 30px 20px 20px 20px;
	font-size: 12px;
	line-height: 17px;
}

#splash .welcome .text
{
	padding-bottom: 10px;
}

#splash .welcome .readmore a
{
	color: #ffffff;
	background-image: url(../images/layout/arrow_black.gif);
	padding-right: 12px;
	background-position: right;
	background-repeat: no-repeat;
	font-weight: bold;
}

#splash .welcome .heading
{
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: lighter;
}

#titleBar
{
	background-color: #ffa200;
	background-image: url(../images/layout/titlebar_bg.jpg);
	background-repeat: no-repeat;  
	color: #FFFFFF;
	height: 45px;
	padding: 0 0 0 20px;
}

#yellowBar
{
	background-color: #ffa200;
	background-image: url(../images/layout/bg_yellow_bar.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

#titleBar h2
{
	font-size: 20px;
	font-weight: lighter;
	line-height: 40px;
}

#pageWrapper
{
	/*margin: 10px 0 0 0;*/
	margin: 0;
	background-image: url(../images/layout/pageWrapper_bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#pageWrapper .top
{
	height: 15px;
	background-image: url(../images/layout/topPageBar.gif);
	background-repeat: no-repeat;
}

#pageWrapper .bottom
{
	height: 15px;
	background-image: url(../images/layout/bottomPageBar.gif);
	background-repeat: no-repeat;
}

#pageWrapper h1
{
	font-size: 18px;
	color: #1b1b1b;
	background-image: url(../images/layout/written_arrow.gif);
	background-position: 0 4px;
	padding-left: 24px;
	padding-bottom: 7px;
	margin-top: 7px;
	background-repeat: no-repeat;
	line-height: normal;
}

#pageWrapper h4
{
	color: #1b1b1b;
	display: block;
	font-size: 16px;
	font-weight: lighter;
	padding: 10px 0 10px 0;
	line-height: normal;
}

#pageWrapper .left
{
	background-color: #FFFFFF;
	width:594px;
	float: left;
	padding: 15px 30px 30px 30px;
	line-height: 16px;
	background-image: url(../images/layout/pageWrapperLeft_bg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

.quickMenu
{
	padding: 15px 0 0 0;
}

.issues
{
	padding: 10px 0 15px 15px;
	list-style-type: square;
}

#pageWrapper .left ul
{
	padding: 0 0 7px 0;
	list-style-type: square;
	color: #535353;
	list-style-position: inside;
}

#pageWrapper .left strong
{
	color: #535353;
}

#pageWrapper .left a
{
	color: #1B1B1B;
	text-decoration: underline;
}

#pageWrapper .left a:hover
{
	color: #ffa200;
}
#pageWrapper p
{
	padding-bottom: 0px;
}

#pageWrapper #people .item .picture
{
	background-image: url(../images/layout/picture_bg.jpg);
	background-repeat: no-repeat;
	width: 104px;
	height: 134px;  
	float: left;
}

#pageWrapper #news .item .picture
{
	background-image: url(../images/layout/illu_bg.jpg);
	background-repeat: no-repeat;
	width: 134px;
	height: 104px;  
	float: left;
}

#pageWrapper .peopleIcon
{
	background-image: url(../images/layout/picture_bg.jpg);
	background-repeat: no-repeat;
	width: 104px;
	height: 134px;  
	float: left;
	margin: 0 10px 0px 0;
}

#pageWrapper .newsIcon
{
	background-image: url(../images/layout/illu_bg.jpg);
	background-repeat: no-repeat;
	width: 134px;
	height: 104px;  
	float: left;
	margin: 0 10px 0px 0;
}

#pageWrapper .date
{
	border-bottom: 1px dotted #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 25px;
}

#pageWrapper #people .item, #pageWrapper #news .item
{
	border-bottom: 1px dotted #d3d3d3;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#pageWrapper #people .item .picture img, #pageWrapper .peopleIcon img
{
	width: 90px;
	height: 120px;
	margin: 7px 0 0 7px;
}

.page b
{
	color: #1B1B1B;
}

#pageWrapper #news .item .picture img, #pageWrapper .newsIcon img
{
	width: 120px;
	height: 90px;
	margin: 7px 0 0 7px;
}

#pageWrapper #people .item .info, #pageWrapper #news .item .info
{
	float: left;
	width: 445px;
	padding: 7px 0 0 15px;
}

#pageWrapper #news .item .info p
{
	height: 31px;
	overflow: hidden;
	margin-bottom: 3px;
}

#pageWrapper #people .item .info .title
{
	padding-bottom: 7px;
}

#pageWrapper #people .item .info .title a
{
	font-size: 18px;
	text-decoration: none;
	background-image: url(../images/layout/written_arrow.gif);
	background-position: 0 0px;
	padding-left: 24px;
	background-repeat: no-repeat;
	display: block;
}

#pageWrapper #news .category
{	
	font-weight: bold;
}

#pageWrapper #news .item .info .title
{
	width: 424px;
	height: 25px;
	overflow: hidden;
	background-image: url(../images/layout/written_arrow.gif);
	background-position: left;
	padding-left: 24px;
	background-repeat: no-repeat;
}

#pageWrapper #news .item .info .title a
{
	font-size: 18px;
	text-decoration: none;
	line-height: 25px;
	display: block;
}

#pageWrapper #people .item .info .title a span
{
	color: #959595;
	font-weight: lighter;
}

#pageWrapper #people .item .info .readmore
{
	text-decoration: none;
}

#pageWrapper .right
{
	float: right;
	width: 313px;
	background-color: #FFFFFF;
	margin: 0 2px 0 0;
}
#pageWrapper .right .functions
{
	padding: 15px 0 15px 0;
}
#pageWrapper .right .functions ul
{
	padding: 0 0 0 20px;
	display: block;
}

#pageWrapper .right .functions li
{
	list-style-type: none;
	background-image: url(../images/layout/arrow_yellow.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 12px;
	line-height: 23px;
	font-size: 14px;
	font-weight: bold;
}

#pageWrapper .right .quickMenu h3
{
	padding: 0 0 5px 20px;
	font-size: 16px;
}

#pageWrapper .right .quickMenu ul
{
	list-style-type: none;
}

#pageWrapper .right .quickMenu li
{
	line-height: 23px;
	border-bottom: 1px solid #d3d3d3;
	padding-left: 20px;
}

#pageWrapper .right .quickMenu li a
{
	background-image: url(../images/layout/arrow_yellow.gif);
	background-position: left;
	padding-left: 12px;
	background-repeat: no-repeat;
	display: block;
}

#pageWrapper .right .quickMenu li a.selected
{
	color: #FFA200;
}

#pager
{
	float: right;
}

#pager li
{
	list-style-type: none;
	float: left;
	margin-left: 2px;
}

#pager li a
{
	display: block;
	padding: 4px 9px 4px 9px;
	border: 2px solid #d3d3d3;
	text-decoration: none !important;
}

#pager li a.selected
{
	background-color: #ffa200;
	color: #FFFFFF;
	font-weight: bold;
}

#pager li a.selected:hover
{
	color: #FFFFFF;
}

.imageBox
{
	/*margin-top: 23px;*/
	/*background-color: #535353;*/
}
.imageBox .imageContainer
{
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #959595;
	width: 154px;
	padding: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	margin-bottom: 13px;
}

.imageBox .imageContainer .enlarge
{
	float: right;
	position:relative;
	margin: -15px -15px -15px 0;
	z-index: 10;
}

.imageBox .imageContainer .image
{
	float: left;
	position:relative;
	z-index: 1;
}

.imageBox .topShade
{
	background-image: url(../images/layout/imageBoxTop.gif);
	background-repeat: no-repeat;
	height: 16px;
	display: none;
}
.imageBox .bottomShade
{
	background-image: url(../images/layout/imageBoxBottom.gif);
	background-repeat: no-repeat;
	height: 16px;
	display: none;
}
.imageBox .boxContent
{
	padding: 5px 0 0 0;
	/*background-image: url(../images/layout/imageBoxContent.gif);
	background-repeat: repeat-y;
	padding: 0 0 0 15px;*/
}

#pageWrapper .right .functions li a
{
	color: #535353;
}
#blocks
{
	padding: 10px 0 30px 0;
}

#blocks .item
{
	width: 316px;
	float: left;
}

#blocks .item .top
{
 	background-image: url(../images/layout/blockTop_bg.gif);
	background-repeat: no-repeat;
	height: 15px;
}

#blocks .item .bottom
{
 	background-image: url(../images/layout/blockBottom_bg.gif);
	background-repeat: no-repeat;
	height: 15px;
}

#blocks .item .center
{
 	background-image: url(../images/layout/blockCenter_bg.gif);
	background-repeat: repeat-y;
	height: 160px;
	overflow: hidden;
}

#blocks .item .center .content
{
	padding: 5px 20px 0 20px;
	height: 155px;
	line-height: 16px;
}

#blocks .item .center .people
{
	width: 155px;
}

#blocks .item .center .content.bg3
{
	background-image: url(../images/layout/blockBg3.gif);
	background-repeat: no-repeat;
	background-position: 190px 0px;
}

#blocks .item .center .heading
{
	padding-bottom: 13px;
}

#blocks .item .center .body
{
	height: 80px;
	overflow: hidden;
	margin-bottom: 25px;
}
#blocks .item .center .body .newsTitle
{
	font-weight: bold;
}

#blocks .centerBlock
{
	margin: 0 11px 0 11px;
}

#footer
{
	background-image: url(../images/layout/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	height: 150px;
}

#footer .container
{
	margin: 0 auto 0 auto;
	width: 970px;
	padding-top: 30px;
}

#footer .links
{
	float: left;
	line-height: 19px;
}

#footer .links li
{
	float: left;
	list-style-type: none;
	border-right: 1px solid #959595;
	padding: 0 15px 0 15px;
}

#footer .links .first
{
	padding-left: 0px;
}

#footer .links .last
{
	border-right: none;
}

#footer .payoff
{
	background-image: url(../images/layout/nxt_your_business.jpg);
	background-repeat: no-repeat;
	width: 261px;
	height: 50px;
	float: right;
}

#newsContent
{
	font-size: 11px;
	line-height: 16px;
}

h3.otherNews
{
	font-size: 16px;
	font-weight: bold;
	padding: 30px 0 5px 0;
}

#otherNews
{
	padding: 0 !important;
	margin-bottom: 17px;
}

#otherNews li
{
	list-style-type: none !important;
	padding: 0 0 0 0;
	line-height: 23px;
	border-bottom:1px solid #D3D3D3;
}

#otherNews li a
{
	text-decoration: none !important;
	background-image: url(../images/layout/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 12px;
	display: block;	
}

.form
{
	margin-top: 7px;
}

.textfield
{
	border-style: solid;
	border-width: 1px;
	border-color: #999999 #999999 #999999 #999999;
	font-family: 'Lucida Grande',sans-serif;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	color: #1B1B1B;
	font-size: 11px;
	padding: 4px;
	margin-left: 20px;
	margin-bottom: 5px;
	width: 230px;
}

.form label
{
	line-height: 25px;
}

.form table td table label
{
	line-height: normal;
}

.form .btn
{
	background-color: #ffa200;
	border-style: solid solid solid solid;
	border-width: 0px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	font-family:"Lucida Grande",Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding:4px 10px 5px;	
	border-color:#999999;	
	margin-left: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.form  table td table
{
	margin: 0 0 5px 20px;
}

.form  table td table td
{
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
}

.form .checkbox
{
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 0 20px;
}

.form .btn:hover
{
	background-color: #1B1B1B;
	color:
}

.spacer
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	margin: 0;
	padding: 0;
}