/*
Theme Name:		HDR
Theme URI:		http://www.hubbardresaerch.com
Description:	HDR WordPress theme designed by <a href="http://www.vividscope.com/">vividscope.com</a> coded by <a href="http://www.hubbardgenesis.com/">Hubbard Genesis Corporation</a>.
Version:		1.1
Author:			David Hubbard
Author URI:		http://www.hubbardgenesis.com/
*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #3D5D6C;
	background-color: #C5DEE8;
	clear: both;
	float: none;
	position: relative;
	z-index: auto;
}
* {
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align: middle;
}
/*---:[ global elements ]:---*/

a {
	color: #0060ff;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #df0000;
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	margin: 0 30px 1.5em 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}
abbr, acronym {
	border-bottom: 1px dotted #aaa;
	text-transform: uppercase;
	cursor: help;
}
code {
	color: #090;
	font-family: Courier, monospace;
}
pre {
	margin: 0 0 1.5em 0;
	overflow: auto;
	font-size: 1.3em;
	clear: both;
}
p.center {
	text-align: center !important;
}
p.bottom {
	margin: 0 !important;
}
p.unstyled {
	font-size: 1.4em;
}
.flickr_blue {
	color: #007ae4;
	text-transform: lowercase;
}
.flickr_pink {
	color: #ff2a96;
	text-transform: lowercase;
}
.green {
	color: #090;
}
.red {
	color: #f00;
}
.orange {
	color: #f40;
}
.purple {
	color: #909;
}
/*---:[ core layout elements ]:---*/

#container {
	width: 970px;
	margin: 15px auto 0 auto;
}
#content_box {
	width: 970px;
	text-align: left;
	float: left;
	clear: both;
}
#content {
	width: 700px;
	padding: 0 0 0 20px;
	float: left;
}
#sidebar {
	width: 234px;
	padding: 0 0 0 0px;
	float: right;
}
#footer {
	width: 970px;
	padding: 1.2em 0 0 0;
	border-top: 2px solid #ccc;
	float: left;
	clear: both;
}
/*---:[ header styles ]:---*/

#masthead {
	width: 970px; /*height: 100px; background: url('/images/logo.gif') no-repeat;*/ /* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */
}
/* #masthead a { display: block; width: 970px; height: 100px; } */ /* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

ul#nav {
	list-style: none;
	width: 950px;
	padding: 0 10px;
	background: url('/images/hr_dot_black.gif') repeat-x;
	border-bottom: 3px solid #000;
	float: left;
	clear: both;
}
ul#nav li {
	padding: 0.85em 40px 0.7em 0;
	font: bold 1.4em Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	float: left;
}
ul#nav li a, ul#nav li a:visited {
	color: #000;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #000;
	text-decoration: underline;
}
ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover {
	color: #090;
	text-decoration: underline;
}
ul#nav li.rss {
	padding: 0.85em 0 0.7em 0;
	float: right;
}
ul#nav li.rss a {
	padding: 0 18px 0 0;
	background: url('/images/icon_rss.gif') 100% 50% no-repeat;
}
#header_img {
	position: relative;
	margin: 0 0 3.0em 0;
	border-bottom: 1px solid #000;
	float: left;
	clear: both;
}
#header_img img {
	display: block;
} /* this is really just an IE 6 and 7 hack in disguise */
/*---:[ content styles ]:---*/

.entry {
	font-size: 1.4em;
	line-height: 1.65em;
}
.entry blockquote {
	font-size: 1.0em;
}
.entry blockquote.right {
	width: 200px;
	font-style: normal !important;
	font-size: 1.3em !important;
	margin: 0.3em 0 0.3em 15px !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: right;
}
.entry blockquote.left {
	width: 200px;
	font-style: normal !important;
	font-size: 1.3em !important;
	margin: 0.3em 15px 0.3em 0 !important;
	padding: 0.3em 0 !important;
	border: 3px double #aaa;
	border-width: 3px 0;
	text-align: center;
	float: left;
}
.entry blockquote.right p, .entry blockquote.left p {
	margin: 0 !important;
	line-height: 1.4em !important;
}
.entry p {
	margin: 0 0 1.5em 0;
}
.entry ul, .entry ol {
	margin: 0 0 1.5em 40px;
}
.entry ul {
	list-style-type: square;
}
.entry li {
	margin: 0 0 0.5em 0;
}
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol {
	margin: 0.5em 0 0.5em 30px;
}
.entry dl {
	margin: 0 0 1.5em 0;
}
.entry dt {
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
.entry dd {
	margin: 0 0 1.5em 20px;
}
.entry .ad {
	margin: 0 0 0.5em 15px;
	float: right;
}
.entry .ad_left {
	margin: 0 15px 0.5em 0;
	float: left;
}
.entry img {
}
.entry img.left {
	padding: 3px;
	margin: 0.5em 15px 0.5em 0;
	border: 3px double #bbb;
	float: left;
	clear: left;
}
.entry img.right {
	padding: 3px;
	margin: 0.5em 0 0.5em 15px;
	border: 3px double #bbb;
	float: right;
	clear: right;
}
.entry img.center {
	display: block;
	padding: 3px;
	margin: 0 auto 1.5em auto;
	border: 3px double #bbb;
	float: none;
	clear: both;
}
.entry img.off {
	padding: 0 !important;
	border: none !important;
}
.entry img.stack {
	clear: none !important;
}
.tagged {
	padding: 0.4em 0 0 0;
	background: url('/images/hr_tag_sep.gif') no-repeat;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #888;
	clear: both;
}
.tagged a, .tagged a:visited {
	padding: 0.25em;
	color: #333;
	text-decoration: none;
}
.tagged a:hover {
	color: #fff;
	background: #333;
	text-decoration: none;
}
.add_comment {
	display: block;
	padding: 0 0 0 20px;
	font-weight: bold;
	float: right;
}
.navigation {
	width: 500px;
	font-size: 1.4em;
	float: left;
}
.previous {
	padding: 0 20px 0 0;
	float: left;
}
.next {
	float: right;
}
.clear {
	width: 500px;
	height: 1px;
	margin: 0 0 5.0em 0;
	clear: both;
}
.rule {
	background: url('/images/hr_tag_sep.gif') no-repeat;
}
.flat {
	margin: 0 0 2.0em 0 !important;
}
.whitespace {
	margin: 0 0 3.5em 0 !important;
}
/*---:[ sidebar styles ]:---*/

ul.sidebar_list {
	list-style: none;
}
ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	width: 210px;
	margin: 0 0 2.5em 0;
	font-size: 1.3em;
	line-height: 1.4em;
	float: left;
}
li.widget h2, li.linkcat h2 {

	height: 30px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;

	background-image: url(/images/BlockHeader.png);
	background-repeat: repeat-x;
	color: #FFF;
}
li.widget p {
	margin: 0 0 1.5em 0;
	padding: 0 10px;
}
li.widget ul, li.linkcat ul {
	list-style: square;
	margin: 0 0 0.5em 20px;
}
li.widget ol, li.linkcat ol {
	margin: 0 0 0.5em 20px;
}
li.widget li, li.linkcat li {
	margin: 0 0 0.7em 0;
}
li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited {
	text-decoration: none;
}
li.widget li a:hover, li.linkcat li a:hover {
	text-decoration: underline;
}
li.widget li .recent_date {
	padding: 0 0 0 8px;
	font-weight: bold;
	color: #888;
}
li.widget ul.flickr_stream {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
li.widget ul.flickr_stream li {
	margin: 0;
	padding: 0 5px 5px 0;
	display: inline;
}
li.widget ul.flickr_stream li a img {
	padding: 3px;
}
li.widget ul.flickr_stream li a:hover img {
	background: #ff2a96;
}
/*---< FlickrRSS styles for the widget only >---*/
		
li.widget_flickrrss {
}
li.widget_flickrrss a img {
	margin: 0 5px 5px 0;
	padding: 3px;
}
li.widget_flickrrss a:hover img {
	background: #ff2a96;
}
/*---< Calendar widget styles >---*/
		
#calendar_wrap {
	font-size: 1.3em;
}
/*---:[ footer styles ]:---*/

#footer p {
	margin: 0 0 0.923em 0;
	font-size: 1.3em;
	color: #888;
	text-align: right;
}
#footer a, #footer a:visited {
	color: #888;
	text-decoration: none;
}
#footer a:hover {
	color: #888;
	text-decoration: underline;
}
/*---:[ comment styles ]:---*/

#comments {
	width: 500px;
	float: left;
	clear: both;
}
ul#comment_list {
	list-style: none;
	margin: 0 0 4.0em 0;
	border-top: 1px solid #bbb;
	float: left;
}
ul#comment_list li.comment {
	width: 500px;
	padding: 1.2em 0 0 0;
	border-bottom: 1px dotted #bbb;
	float: left;
}
ul#comment_list li.trackback {
	width: 470px;
	padding: 1.2em 15px 0 15px;
	background: url('/images/trackback_bg.gif');
}
.comment_meta {
	margin: 0 0 1.2em 0;
}
.comment_num {
	padding: 0 15px 0 20px;
	font-weight: bold;
	font-size: 1.4em;
	float: right;
}
.trackback .comment_num {
	padding: 0 0 0 20px;
}
.comment_num a, .comment_num a:visited {
	color: #888;
	text-decoration: none;
}
.comment_num a:hover {
	color: #df0000;
	text-decoration: none;
}
.comment_meta strong {
	font-size: 1.6em;
}
.comment_time {
	font: normal 1.1em Verdana, Helvetica, Arial, sans-serif;
	color: #888;
}
.comment .entry {
	padding: 0 15px;
}
.comment .entry p {
	margin: 0 0 1.0em 0;
}
/*---:[ comment form styles ]:---*/

#comment_form {
	width: 500px;
	padding: 1.0em 0 0 0;
	float: left;
}
#comment_form p {
	padding: 0.6em 0;
}
#comment_form label {
	padding: 0 0 0 10px;
	font-size: 1.2em;
}
#comment_form .text_input {
	width: 191px;
	padding: 3px;
	color: #444;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#comment_form .text_area {
	width: 321px !important;
}
#comment_form .text_input:focus {
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#comment_form .form_submit {
	padding: 0.4em 4px;
	background: url('/images/submit_bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	cursor: pointer;
}
#comment_form p.subscribe-to-comments {
	font-size: 1.4em;
}
#comment_form p.subscribe-to-comments label {
	font-size: 1.0em;
}
/*---:[ search form styles ]:---*/

#search_form {
}
#search_form .search_input {
	width: 201px;
	padding: 3px;
	color: #090;
	font: normal 1.0em Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
li.widget .search_input {
	font-size: 1.1em !important;
}
#search_form .search_input:focus {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#art-main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}
#art-page-background-simple-gradient {
	position: absolute;
	background-image: url('/images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 300px;
}
.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, Sheet */
.art-Sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 986px;
	min-width:45px;
	min-height:45px;
}
.art-Sheet-body {
	position: relative;
	z-index: 1;
	padding: 3px;
}
.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc, .art-Sheet-cr, .art-Sheet-cl {
	position:absolute;
	z-index:-1;
}
.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl {
	width: 44px;
	height: 44px;
	background-image: url('/images/Sheet-s.png');
}
.art-Sheet-tl {
	top:0;
	left:0;
	clip: rect(auto, 22px, 22px, auto);
}
.art-Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 22px, 22px);
}
.art-Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(22px, 22px, auto, auto);
}
.art-Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(22px, auto, auto, 22px);
}
.art-Sheet-tc, .art-Sheet-bc {
	left: 22px;
	right: 22px;
	height: 44px;
	background-image: url('/images/Sheet-h.png');
}
.art-Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 22px, auto);
}
.art-Sheet-bc {
	bottom: 0;
	clip: rect(22px, auto, auto, auto);
}
.art-Sheet-cr, .art-Sheet-cl {
	top: 22px;
	bottom: 22px;
	width: 44px;
	background-image: url('/images/Sheet-v.png');
}
.art-Sheet-cr {
	right:0;
	clip: rect(auto, auto, auto, 22px);
}
.art-Sheet-cl {
	left:0;
	clip: rect(auto, 22px, auto, auto);
}
.art-Sheet-cc {
	position:absolute;
	z-index:-1;
	top: 22px;
	left: 22px;
	right: 22px;
	bottom: 22px;
	background-color: #FFFFFF;
}
.art-Sheet {
	margin-top: -3px !important;
}
#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare {
	min-width:986px;
}
/* end Box, Sheet */

/* begin Header */
div.art-Header {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 980px;
	height: 300px;
}
div.art-Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 980px;
	height: 300px;
	background-image: url('/images/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */

/* begin Logo */
.art-Logo {
	display : block;
	position: absolute;
 left: {
LogoLeft
}
px;
 top: {
LogoTop
}
px;
 width: {
LogoWidth
}
px;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.art-menu, .art-menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}
.art-menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.art-menu li:hover {
	z-index: 10000;
	white-space: normal;
}
.art-menu li li {
	float: none;
}
.art-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}
.art-menu li:hover>ul {
	visibility: visible;
	top: 100%;
}
.art-menu li li:hover>ul {
	top: 0;
	left: 100%;
}
.art-menu:after, .art-menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul {
	min-height: 0;
}
.art-menu ul {
	background-image: url('/images/spacer.gif');
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}
.art-menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* menu structure */

.art-menu {
	padding: 0px 0px 0px 0px;
}
.art-nav {
	position: relative;
	height: 48px;
	z-index: 100;
}
.art-nav .l, .art-nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 48px;
	background-image: url('/images/nav.png');
}
.art-nav .l {
	left: 0;
	right:0px;
}
.art-nav .r {
	right: 0;
	width: 980px;
	clip: rect(auto, auto, auto, 980px);
}
/* end Menu */

/* begin MenuItem */
.art-menu ul li {
	clear: both;
}
.art-menu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 48px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}
.art-menu a .r, .art-menu a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 144px;
	background-image: url('/images/MenuItem.png');
}
.art-menu a .l {
	left:0;
	right:0px;
}
.art-menu a .r {
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}
.art-menu a .t {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ADC6D1;
	padding: 0 25px;
	margin: 0 0px;
	line-height: 48px;
	text-align: center;
}
.art-menu a:hover .l, .art-menu a:hover .r {
	top:-48px;
}
.art-menu li:hover>a .l, .art-menu li:hover>a .r {
	top:-48px;
}
.art-menu li:hover a .l, .art-menu li:hover a .r {
	top:-48px;
}
.art-menu a:hover .t {
	color: #05131A;
}
.art-menu li:hover a .t {
	color: #05131A;
}
.art-menu li:hover>a .t {
	color: #05131A;
}
/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator {
	display: block;
	width: 1px;
	height: 48px;
	background-image: url('/images/MenuSeparator.png');
}
/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a {
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 32px;
	width: 252px;
	overflow:hidden;
	line-height: 32px;
	margin-right: auto;
	background-image: url('/images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 0px;
	border-style: solid;
}
.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}
.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span {
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 32px;
	color: #EBF1F4;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.art-menu ul ul a {
	margin-left: auto;
}
.art-menu ul li a:hover {
	color: #000000;
	background-position: 0 -32px;
}
.art-menu ul li:hover>a {
	color: #000000;
	background-position: 0 -32px;
}
.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span {
	color: #000000;
}
.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span {
	color: #000000;
}
/* end MenuSubItem */

/* begin ContentLayout */
.art-contentLayout {
	position: relative;
	margin-bottom: 6px;
	width: 980px;
}
/* end ContentLayout */

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

/* begin BlockHeader */
.art-BlockHeader {
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 5px;
	margin-bottom: 4px;
}
.art-BlockHeader .t {
	height: 30px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
	text-align: left;
}
.art-BlockHeader .l, .art-BlockHeader .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url('/images/BlockHeader.png');
}
.art-BlockHeader .l {
	left:0;
	right:0px;
}
.art-BlockHeader .r {
	width:980px;
	right:0;
	clip: rect(auto, auto, auto, 980px);
}
.art-header-tag-icon {
	display:inline-block;
	background-position:left top;
	background-image: url('/images/BlockHeaderIcon.png');
	padding:0 0 0 15px;
	background-repeat: no-repeat;
	min-height: 15px;
	margin: 0 0 0 5px;
}
/* end BlockHeader */

/* begin Box, BlockContent */
.art-BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.art-BlockContent-body {
	position: relative;
	z-index: 1;
	padding: 8px;
}
.art-BlockContent-body {
	color:#2E4652;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.art-BlockContent-body a:link {
	color: #336A80;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-BlockContent-body a:visited, .art-BlockContent-body a.visited {
	color: #66A8C2;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-BlockContent-body a:hover, .art-BlockContent-body a.hover {
	color: #238EC7;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.art-BlockContent-body ul {
	list-style-type: none;
	color: #6693A9;
	margin:0;
	padding:0;
}
.art-BlockContent-body li {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.art-BlockContent-body ul li {
	padding:0px 0 0px 15px;
	background-image: url('/images/BlockContentBullets.png');
	background-repeat:no-repeat;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}
/* end Box, BlockContent */

/* begin Box, Post */
.art-Post {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.art-Post-body {
	position: relative;
	z-index: 1;
	padding: 15px;
}
.art-Post {
	margin: 4px;
}
/* Start images */
a img {
	border: 0;
}
.art-article img, img.art-article {
	border: solid 1px #8EBFD2;
	margin: 1em;
}
.art-metadata-icons img {
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}
.art-article table, table.art-article .art-article tr, .art-article th, .art-article td {
	background-color:Transparent;
}
.art-article th {
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}
/* Finish tables */

pre {
	overflow: auto;
	padding: 0.1em;
}
/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeader {
	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: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #19668F;
}
.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin:0;
	color: #19668F;
}
.art-PostHeader img {
	border:none;
	vertical-align: middle;
	margin:0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #1F7BAD;
}
.art-PostHeader a:visited, .art-PostHeader a.visited {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	text-align: left;
	color: #3A7992;
}
.art-PostHeader a:hover, .art-PostHeader a.hovered {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	text-align: left;
	color: #1B6C98;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
.art-PostContent p {
	margin: 0.5em 0;
}
.art-PostContent, .art-PostContent p {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	color: #3D5D6C;
}
.art-PostContent {
	margin:0;
}
/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #1B6C98;
}
/* Adds special style to an unvisited link. */
a:link {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #1B6C98;
}
/* Adds special style to a visited link. */
a:visited, a.visited {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #406272;
}
/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #1B6C98;
}
/* 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;
}
/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #1B6C98;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #1B6C98;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #7FAFC3;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #1D2D34;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #1D2D34;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #1D2D34;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul {
	color: #000000;
	margin:1em 0 1em 2em;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
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;
}
.art-Post li {
	padding:0px 0 0px 10px;
	line-height:1.2em;
}
.art-Post ol li, .art-Post ul ol li {
	background: none;
	padding-left:0;
}
.art-Post ul li, .art-Post ol ul li {
	background-image: url('/images/PostBullets.png');
	background-repeat:no-repeat;
	padding-left:10px;
}
/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote, blockquote p, .art-PostContent blockquote p {
	color:#05131A;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-align: left;
}
blockquote, .art-PostContent blockquote {
	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 28px;
	background-color:#C5DEE8;
	background-image:url('/images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button {
	display:inline-block;
	width: auto;
	outline:none;
	border:none;
	background:none;
	line-height:32px;
	margin:0 !important;
	padding:0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index:0;
}
.art-button-wrapper {
	display:inline-block;
	position:relative;
	height: 32px;
	overflow:hidden;
	white-space: nowrap;
	width: auto;
	z-index:0;
}
.firefox2 .art-button-wrapper {
	display:block;
	float:left;
}
.art-button-wrapper .art-button {
	display:block;
	height: 32px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	white-space: nowrap;
	text-align: left;
	padding: 0 19px !important;
	line-height: 32px;
	text-decoration: none !important;
	color: #EFF4F6 !important;
}
input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.art-button-wrapper.hover .art-button, .art-button:hover {
	color: #186086 !important;
	text-decoration: none !important;
}
.art-button-wrapper.active .art-button {
	color: #F0F7F9 !important;
}
.art-button-wrapper .l, .art-button-wrapper .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 96px;
	background-image: url('/images/Button.png');
}
.art-button-wrapper .l {
	left:0;
	right:9px;
}
.art-button-wrapper .r {
	width:411px;
	right:0;
	clip: rect(auto, auto, auto, 402px);
}
.art-button-wrapper.hover .l, .art-button-wrapper.hover .r {
	top: -32px;
}
.art-button-wrapper.active .l, .art-button-wrapper.active .r {
	top: -64px;
}
/* end Button */

/* begin Footer */
.art-Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 980px;
	margin: 5px auto 0px auto;
}
.art-Footer .art-Footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 20px;
	text-align: center;
}
.art-Footer .art-Footer-background {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('/images/Footer.png');
	width: 980px;
	height: 150px;
	bottom:0;
	left:0;
}
.art-rss-tag-icon {
	position: relative;
	display:block;
	float:left;
	background-image: url('/images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 30px;
	width: 30px;
	cursor: default;
}
.art-Footer .art-Footer-text p {
	margin: 0;
}
.art-Footer .art-Footer-text {
	display:inline-block;
	color:#A4BFCC;
	font-size: 11px;
	letter-spacing: 0px;
}
.art-Footer .art-Footer-text a:link {
	text-decoration: none;
	color: #69AAC3;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.art-Footer .art-Footer-text a:visited {
	text-decoration: none;
	color: #8EBFD2;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
.art-Footer .art-Footer-text a:hover {
	text-decoration: none;
	color: #79C1E7;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-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:#1E78A9;
}
.art-page-footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#486E7F;
}
/* end PageFooter */

/* begin LayoutCell */
.art-contentLayout .art-content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 744px;
}
.art-contentLayout .art-content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 978px;
}
/* end LayoutCell */

/* begin LayoutCell */
.art-contentLayout .art-sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 234px;
}
/* end LayoutCell */

.wp_page {
	width: 100%;
	height: 100%;
	clear: both;
}

.Head {
	text-align: left;
}

.wp_login {
	width: 380px;
	left: 35%;
	position: fixed;
	z-index: auto;
}
