/* begin Page */

body {
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/site/background.jpg) repeat-x;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:1em;
	}
.wrapper {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	}
.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
	}
form {
	padding:0 !important;
	margin:0 !important;
	}
table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
	}
/* end Page */

/* begin Box, page */
.page {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:61px;
	min-height:61px;
	background:url(../images/site/pageBorder.jpg) no-repeat top left;
	}
.page-body {
	position: relative;
	z-index:1;
	/*padding: 8px;*/
	}
.page {
	margin-top: 0px !important;
	}
/* end Box, page */


/* begin banner */
div.banner {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 980px;
	height: 350px;
	background: url(../images/site/bannerBG.jpg) no-repeat top left;
	}

div.splash {
	position: absolute;
	z-index:-1;
	top: 110px;
	left: 0;
	width: 980px;
	height: 240px;
	}
/* end banner */


/* begin Logo */
.logo {
	display : block;
	position: absolute;
	width: 280px;
	padding:5px;
	padding-left:15px;
	padding-top: 18px;
	}
h1.logo-name {
	display: block;
	text-align: center;
	}
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 48px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding:0;
	margin:0;
	color: #F6E7DA !important;
	}
.logo-text {
	display: block;
	text-align: center;
	}
.logo-text, .logo-text a {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	padding:0;
	margin:0;
	color: #F6E7DA !important;
	}
/* end Logo */


/* begin ContentLayout */
.contentLayout {
	position: relative;
	margin-bottom: 6px;
	margin-top:0;
	width:1000px;
	margin-right:0;
	}
/* end ContentLayout */


/* begin Box, feature */
.feature {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
	}
.feature-body {
	position: relative;
	z-index:1;
	padding: 0px;
	}
.feature {
	margin: 7px;
	margin-top:5px;
	}
/* end Box, feature */


/* begin featureHeader */
.featureHeader {
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
	}
.featureHeader .t {
	height: 30px;
	/*color: #1F497D;*/
	color:#FFF;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 7px;
	line-height: 30px;
	}
.featureHeader .l, .featureHeader .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('../images/site/featureHeader.jpg');
	}
.featureHeader .l {
	left:0;
	right:6px;
	}
.featureHeader .r { 
	width:884px;
	right:0;
	clip: rect(auto auto auto 878px);
	}
/* end featureHeader */


/* begin Box, featureContent */
.featureContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
	}
.featureContent-body {
	position: relative;
	z-index:1;
	padding: 8px;
	}
.featureContent-body p.top {
	margin-top:0px;
	}
.featureContent-tr, .featureContent-tl, .featureContent-br, .featureContent-bl, .featureContent-tc, .featureContent-bc,.featureContent-cr, .featureContent-cl {
	position:absolute;
	z-index:-1;
	}
.featureContent-tr, .featureContent-tl, .featureContent-br, .featureContent-bl {
	width: 14px;
	height: 14px;
	background-image: url('../images/site/featureContent-s.png');
	}
.featureContent-tl {
	top:0;
	left:0;
	clip: rect(auto 7px 7px auto);
	}
.featureContent-tr {
	top: 0;
	right: 0;
	clip: rect(auto auto 7px 7px);
	}
.featureContent-bl {
	bottom: 0;
	left: 0;
	clip: rect(7px 7px auto auto);
	}
.featureContent-br {
	bottom: 0;
	right: 0;
	clip: rect(7px auto auto 7px);
	}
.featureContent-tc, .featureContent-bc {
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/site/featureContent-h.png');
	}
.featureContent-tc {
	top: 0;
	clip: rect(auto auto 7px auto);
	}
.featureContent-bc {
	bottom: 0;
	clip: rect(7px auto auto auto);
	}
.featureContent-cr, .featureContent-cl {
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/site/featureContent-v.png');
	}
.featureContent-cr {
	right:0;
	clip: rect(auto auto auto 7px);
	}
.featureContent-cl {
	left:0;
	clip: rect(auto 7px auto auto);
	}
.featureContent-cc {
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FFFFFF;
	}
.featureContent-body {
	color:#696969;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
 }
.featureContent-body a:link {
	color: #1F497D;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
 }
.featureContent-body a:visited, .featureContent-body a.visited {
	color: #1F497D;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	}
.featureContent-body a:hover, .featureContent-body a.hover {
	text-decoration:none;
	color: #b20838;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	border-bottom: 1px dotted #b20838;
	}

.featureContent-body ul {
	color: #696969;
	margin:0;
	margin-left:12px;
	margin-top:-5px;
	padding:0;
	list-style: url(/images/site/featureContentBullets.gif);
	}
.featureContent-body li {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	padding-bottom:4px;
	}
	
.featureContent-body p.display  {	
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	line-height: 150%;
	color: #696969;	
	margin-top:-5px;
	}
.featureContent-body img.displayImg {
	margin-top:10px;
	margin-bottom:0px;
	margin-left:-7px;
    }

/* end Box, featureContent */

/* begin Box, post */
.post {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:15px;
	min-height:15px;
	}
.post-body {
	position: relative;
	z-index:1;
	padding: 13px;
	}
.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl {
	position:absolute;
	z-index:-1;
	}
.post-tr, .post-tl, .post-br, .post-bl {
	width: 14px;
	height: 14px;
	background-image: url('../images/site/post-s.png');
	}
.post-tl {
	top:0;
	left:0;
	/*clip: rect(auto, 7px, 7px, auto);*/
	clip: rect(auto 7px 7px auto);
	}
.post-tr {
	top: 0;
	right: 0;
	clip: rect(auto auto 7px 7px);
	}
.post-bl {
	bottom: 0;
	left: 0;
	clip: rect(7px 7px auto auto);
	}
.post-br {
	bottom: 0;
	right: 0;
	clip: rect(7px auto auto 7px);
	}
.post-tc, .post-bc {
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('../images/site/post-h.png');
	}
.post-tc {
	top: 0;
	clip: rect(auto auto 7px auto);
	}
.post-bc {
	bottom: 0;
	clip: rect(7px auto auto auto);
	}
.post-cr, .post-cl {
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('../images/site/post-v.png');
	}
.post-cr {
	right:0;
	clip: rect(auto auto auto 7px);
	}
.post-cl {
	left:0;
	clip: rect(auto 7px auto auto);
	}
.post-cc {
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FFFFFF;
	}
.post {
	margin: 7px;
	}

/* Start /images */
a img {
	border: 0;
	}
a.img:hover {
	border:none;
	}
.article img, img.article {
	margin: 1em;
	}
.metadata-icons img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
/* Finish /images */

/* Start tables */

.article table, table.article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
	}
.article table, table.article .article tr, .article th, .article td {
	background-color:Transparent;
	}
.article th, .article td {
	padding: 2px;
	border: solid 1px #7A7A7A;
	vertical-align: top;
	text-align:left;
	}
.article th {
	text-align:center;
	vertical-align:middle;
	padding: 7px;
	}

/* Finish tables */
/* end Box, post */

/* begin postHeaderIcon */
.postHeaderIcon-wrapper {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #673D19;
	}
.postHeaderIcon-wrapper, .postHeaderIcon-wrapper a, .postHeaderIcon-wrapper a:link, .postHeaderIcon-wrapper a:visited, .postHeaderIcon-wrapper a:hover {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #673D19;
	}
/* end postHeaderIcon */


/* begin postHeader */
.postHeader a:link {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #7B491E;
	}
.postHeader a:visited, .postHeader a.visited {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #808080;
	}
.postHeader a:hover, .postHeader a.hovered {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-align: left;
  color: #CC5B1E;
	}
/* end postHeader */


/* begin postContent */
/* Content Text Font & Color (Default) */
body {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #696969;
	}
.postContent {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 150%;
  color: #696969;
	}
	
.postContent p.title {
	font-weight:bold;
	font-size:1.1em;
	margin-top:50px;
	}



/* Start Content link style */
a {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #1F497D;
	}
a:link {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #1F497D;
	}
a:visited, a.visited {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #1F497D;
	}
a:hover, a.hover {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  border-bottom: 1px dotted #C00;
  color: #C00;
	}
/* Finish Content link style */


/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  margin-bottom:0;
  padding-bottom:0;
	}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1.7em;
	text-align: left;
	color: #1F497D;
	margin-top:5px;
	}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 1.7em
  text-align: left;
  color: #C00;
	}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	text-align: left;
	color: #1F497D;
	}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 1.3em;
  text-align: left;
  color: #C00;
	}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 1.1em;
  text-align: left;
  color: #1F497D;
	}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 1.1em;
  text-align: left;
  color: #C00;
	}
/* Finish Content headings Fonts & Colors  */
/* end postContent */


/* begin postBullets */
/* Start Content list */
ol, ul {
	color: #231005;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 1em;
	}
li ol, li ul {
	margin:0.5em 0 0.5em 2em;
	padding:0;
	}
li  {
	margin:0.2em 0;
	padding:0;
	}
ul {
	list-style-type: none;
	}
ol {
	list-style-position:inside;
	}
.post li {
	padding:0px 0 0px 13px;
 	line-height: 150%;
	}
.post ol li, .post ul ol li {
	background: none;
	padding-left:0;
	}
.post ul li, .post ol ul li  {
	color:#696969;
	padding-left:13px;
	background: url(../images/site/PostBullets.png) no-repeat;
	padding-bottom:5px;
 	line-height: 150%;
	}
.post .postContent ol li, .post .postContent ul ol li {
	background: none;
	padding-left:0;
	padding-bottom:6px;
	padding-top:6px;
	color: #696969;
	}
.post .postContent ol p {
	color: #696969;	
	}
.post .postContent ol ol {
	margin-bottom: 0px;
	}
.post .post-inner .postContent ol ol li {
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:0;
	}	
	
/* Finish Content list */
/* end postBullets */


/* begin postQuote */
/* Start featurequote */
featurequote p {
	color:#190F06;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}
featurequote {
	border:solid 1px #C4C4C4; 
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#E3E3E3;
	background-image:url('../images/site/postQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
	}
/* Finish blockuote */
/* end postQuote */


/* begin Button */
.Button {
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:32px;
	margin:0;
	padding:0;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
	}
.Button .btn {
	display:block;
	position:relative;
	float:left;
	height: 32px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	color: #FBECE4;
	}
.Button .btn .t {
	display:block;
	height: 32px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	padding: 0 16px;
	line-height: 32px;
	text-decoration: none !important;
	}
input, select {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	}
.Button .hover, .Button:hover {
	color: #F7EADE;
	text-decoration: none !important;
	}
.Button .active {
	color: #F0F0F0;
	}
.Button .btn .l, .Button .btn .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 96px;
	background-image: url('../images/site/Button.png');
	}
.Button .btn .l {
	left:0;
	right:17px;
	}
.Button .btn .r {
	width:423px;
	right:0;
	clip: rect(auto auto auto 406px);
	}
.Button .btn.hover .l, .Button .btn.hover .r, .Button .btn:hover .l, .Button .btn:hover .r {
	top: -32px;
	}
.Button .btn.active .l, .Button .btn.active .r {
	top: -64px;
	}
/* end Button */


/* begin Footer */
.Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 980px;
	margin: 5px auto 0px auto;
	}
.Footer .Footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
	}
.Footer .Footer-background {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images/site/Footer.png');
	width: 980px;
	height: 150px;
	bottom:0;
	left:0;
	}
.Footer .Footer-text p {
	margin: 0;
	}
.Footer .Footer-text {
	display: inline-block;
	color:#666;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: .8em;
	line-height:1.6;
	}
.Footer .Footer-text a:link, .Footer .Footer-text a:visited {
	text-decoration: none;
	color: #666;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	border-bottom:1px solid #ccc;
	}
.Footer .Footer-text a:hover {
	color: #b20838;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	border-bottom:1px dotted #b20838;
	}
/* end Footer */


/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#666;
	}
.page-footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#949494;
	}
/* end PageFooter */



/* begin LayoutCell */
.contentLayout .sidebar1 {
	position: relative;
	margin: 2px;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 280px;
	}
.sidebar1 p {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:1em;
	line-height:normal;
	}
.sidebar1 a, .sidebar1 a:link, .sidebar1 a:visited, .sidebar1 a:active {
	  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	  text-decoration: none;
	  color: #1F497D;
	}	
.sidebar1 a:hover, .sidebar1 a.hover {
	  font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	  text-decoration: none;
	  border-bottom: 1px dotted #C00;
	  color: #C00;
	}
/* end LayoutCell */



/* begin LayoutCell */
.contentLayout .content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
		width: 443px;
	}
.contentLayout .content-sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 663px;
	}
.contentLayout .content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	/* width: 883px; */
	width: 710px;
	}
/* end LayoutCell */


.floatLeft {
	float: left;
	margin-right:10px;
	}
.floatRight {
	float: right;
	margin-left:10px;
	}	
img.floatRight {
	float: right;
	margin-left:10px !important;
	margin-right:0;
	}
	
.contentLayout .content-wide img {
	margin:12px 10px 10px 0;
	}



a.titleSmall {
	font-weight:bold !important;
	font-size:1.2em !important;
	}	
	
a.bizCard {
	display:inline-block;
	background: url("/images/ico/card.png") no-repeat 100% 50%;
	padding-right:20px;
	}	
a.bizCard:hover {
	border:none;
	}

a.read {
	display:inline-block;
	background: url("/images/site/featureContentBullets.gif") no-repeat 5% 50%;
	padding-left:10px;	
	}
a.read:hover {
	border:none;
	text-decoration:underline;
}
	
div.columns p {
	padding-bottom:8px;
	}
