 /*
Theme Name: Logistics Control 1
Theme URI: 
Description: Logistics Theme
Version: 1.0
Author: Logistics Studio
Author URI: 
Tags: fixed width, right sidebar, two columns, valid XHTML, widgets
*/

/* begin Page */
body {
	background-image : url(images/main-background.jpg);
	background-position : center bottom;
	background-repeat : repeat-y;
	margin : 0 auto;
	padding : 0;
	z-index:99;
	
}
#art-main {
	height : 100%;
	left : 0;
	margin : 0 auto;
	position : relative;
	top : 0;
	width : 100%	
	;
	background-image: url(images/backtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bottomstuff {
background-image:url("images/backbottom.jpg");
background-position:center bottom;
background-repeat:no-repeat;
border:medium none;
clear:both;
float:none;
font-size:1px;
height:47px;
margin:0;
padding:0;
z-index:1000;
}
.cleared {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 10px;
margin : 0;
padding : 0;
}
.cleared0 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
margin : 0;
padding : 0;
}
.clearedbar {
border-bottom : thin solid #999999;
border-style : solid none;
border-top : thin solid #999999;
clear : both;
float : none;
font-size : 1px;
height : 10px;
margin : 0;
padding-left : 10px;
padding-top : 10px;
}
.cleared5 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 5px;
margin : 0;
padding : 0;
}
.cleared10 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 10px;
margin : 0;
padding : 0;
}
.cleared20 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 20px;
margin : 0;
padding : 0;
}
.cleared30 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 30px;
margin : 0;
padding : 0;
}
.cleared40 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 40px;
margin : 0;
padding : 0;
}
.cleared50 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 50px;
margin : 0;
padding : 0;
}
.cleared60 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 60px;
margin : 0;
padding : 0;
}
.cleared70 {
border : medium none;
clear : both;
float : none;
font-size : 1px;
height : 70px;
margin : 0;
padding : 0;
}
form {
margin : 0 !important ;
padding : 0 !important ;
}
table.position {
position : relative;
table-layout : fixed;
width : 100%;
}
.art-Sheet {
height : 100%;
margin : 0 auto;
min-height : 1px;
min-width : 1px;
position : relative;
width : 901px;
z-index : 0;
}
.art-Sheet-body {
margin : 0 auto;
padding : 0;
position : relative;
width : 901px;
z-index : 1;
}
.art-Sheet-cc {
bottom : 0;
left : 0;
position : absolute;
right : 0;
top : 0;
z-index : -1;
}
.art-Sheet {
margin-top : 0 !important ;
}
#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare {
min-width : 900px;
}
div.art-Header {
background-image:url("images/Redding-Web-Design-Header.jpg");
background-position:center top;
background-repeat:no-repeat;
height:300px;
margin:0 auto;
padding-bottom:30px;
position:relative;
top:20px;
width:902px;
z-index:0;
}
div.art-Header-jpeg {
height : 125px;
left : 0;
position : absolute;
top : 0;
width : 902px;
z-index : -1;
}
.art-Logo {
	display : block;
	height : 100px;
	padding-top : 10px;
	position : absolute;
	top : 10px;
	width : 400px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
}
h1.art-Logo-name {
display : block;
text-align : center;
}
h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover {
	color : #C93 !important;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 24px;
	font-style : normal;
	font-weight : bold;
	margin : 0;
	padding : 0;
	text-decoration : none;
}
.art-Logo-text {
	display : block;
    text-align : center;
	width: 360px;
	padding-left: 20px;
}
.art-Logo-text, .art-Logo-text a {
	color : #DDD !important;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 14px;
	font-style : normal;
	font-weight : normal;
	margin : 0;
}
/* 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;
}





div.art-nav-center
{
	position:relative;
	float:right; 
	right:50%;
	
}

ul.art-menu
{
	position:relative;
	float:left; 
	left:50%;
}

.firefox2 ul.art-menu
{
	float:none;
}


/* menu structure */

.art-menu
{
	padding: 6px 6px 6px 6px;
}

.art-nav
{
	position: relative;
	height: 37px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 37px;
	background-image: url('images/nav.jpg');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 900px;
	clip: rect(auto, auto, auto, 900px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li
{
	clear: both;
}

.art-menu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 1px;
	margin-left: 1px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:11px;
}

.art-menu a .r
{
	width:422px;
	right:0;
	clip: rect(auto, auto, auto, 411px);
}

.art-menu a .t 
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
	color: #fff;
	padding: 0 12px;
	margin: 0 11px;
	line-height: 25px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
	top:-25px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-25px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-25px;
}
.art-menu a:hover .t
{
	color: #F93;
}

.art-menu li:hover a .t
{
	color: #F0F3F5;
}

.art-menu li:hover>a .t
{
	color: #F0F3F5;
}


.art-menu a.active .l, .art-menu a.active .r
{
	top: -50px;
}

.art-menu a.active .t
{
	color: #9FF;
}


/* end MenuItem */

/* begin MenuSubItem */
.art-menu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 150px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;
	background-image: url(images/subitem-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.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: 20px;
	color: #214763;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.art-menu ul ul a
{
	margin-left: auto;
}

.art-menu ul li a:hover
{
	color: #000000;
	border-color: #95B3C6;
	background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
	color: #000000;
	border-color: #95B3C6;
	background-position: 0 -20px;
}

.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 */

.art-contentLayout {
margin : 0 auto;
position : relative;
top: 5px;
width : 900px;
}
.art-Block {
margin : 0 auto;
min-height : 1px;
min-width : 1px;
position : relative;
z-index : 0;
}
.art-Block-body {
padding : 0;
position : relative;
z-index : 1;
}
.art-Block {
margin : 7px;
}
.art-BlockHeader {
	background-image : url(images/block-header.jpg);
	background-position : left top;
	background-repeat : no-repeat;
	height : 30px;
	margin-bottom : 0;
	padding : 0 7px;
	position : relative;
	z-index : 0;
}
.art-BlockHeader .t {
color : #000000;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 14px;
font-style : normal;
font-weight : bold;
height : 30px;
line-height : 30px;
padding : 0 7px;
white-space : nowrap;
}
.art-header-tag-icon {
background-image : url();
background-position : left top;
background-repeat : no-repeat;
display : inline-block;
margin : 0 0 0 5px;
min-height : 14px;
padding : 0 0 0 14px;
}
.art-BlockContent {
margin : 0 auto;
min-height : 1px;
min-width : 1px;
padding-top : 10px;
position : relative;
z-index : 0;
}
.art-BlockContent-body {
padding : 7px;
position : relative;
z-index : 1;
}
.art-BlockContent-body {
color : #212b31;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 12px;
font-style : normal;
font-weight : normal;
}
.art-BlockContent-body a:link {
color : #2d5f86;
font-family : Arial, Helvetica, Sans-Serif;
text-decoration : underline;
}
.art-BlockContent-body a:visited, .art-BlockContent-body a.visited {
color : #8099a8;
font-family : Arial, Helvetica, Sans-Serif;
text-decoration : underline;
}
.art-BlockContent-body a:hover, .art-BlockContent-body a.hover {
color : #3b7db0;
font-family : Arial, Helvetica, Sans-Serif;
text-decoration : none;
}
.art-BlockContent-body ul {
color : #556e7c;
list-style-type : none;
margin : 0;
padding : 0;
}
.art-BlockContent-body li {
font-family : Arial, Helvetica, Sans-Serif;
font-size : 12px;
text-decoration : none;
}
.art-BlockContent-body ul li {
background-image : url(images/BlockContentBullets.png);
background-repeat : no-repeat;
line-height : 1.2em;
margin : 0.5em 0;
padding : 0 0 0 13px;
}
/*sidebar header*/
.art-BlockHeader2 {
background-image:url("images/sidebar-header.jpg");
background-position:right center;
background-repeat:no-repeat;
height:50px;
margin:0px 0px 0px 0px;
padding:0 7px;
position:relative;
right:11px;
width:260px;
z-index:0;
}
.art-BlockHeader2 .t {
color : #000000;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 14px;
font-style : normal;
font-weight : bold;
height : 30px;
line-height : 30px;
padding : 10px 7px;
white-space : nowrap;
}
.art-header-tag-icon2 {
background-image : url();
background-position : left center;
background-repeat : no-repeat;
display : inline-block;
margin : 0 0 0 5px;
min-height : 14px;
padding : 10px 0 0 14px;
}
/*end sidebar header*/
.art-Post {
margin : 0 auto;
min-height : 1px;
min-width : 1px;
position : relative;
z-index : 0;
}
.art-Post-body {
position : relative;
z-index : 1;
}
.art-Post {
}
a img {
border : 0 none;
}
.art-article img, img.art-article {
margin : 1em;
}
.art-metadata-icons img {
border : medium none;
margin : 2px;
vertical-align : middle;
}
.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, .art-article td {
padding : 2px;
text-align : left;
vertical-align : top;
}
.art-article th {
padding : 7px;
text-align : center;
vertical-align : middle;
}
.art-PostHeaderIcon-wrapper {
	color : #C93;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 32px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	letter-spacing : normal;
	line-height : inherit;
	text-align : left;
	text-decoration : none;
	text-indent : 0;
	text-transform : none;
	word-spacing : normal;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 0;
	background-image: url(images/h1-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.art-PostHeaderIcon-wrapperNC {
	color : #204460;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 32px;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	letter-spacing : normal;
	line-height : inherit;
	text-align : left;
	text-decoration : none;
	text-indent : 0;
	text-transform : none;
	word-spacing : normal;
	margin-top: 0.2em;
	margin-right: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	padding: 0;
}
.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover {
color : #204460;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 32px;
font-style : normal;
font-weight : bold;
text-align : left;
}
.art-PostHeader a:link {
color : #265273;
font-family : Arial, Helvetica, Sans-Serif;
text-align : left;
text-decoration : none;
}
.art-PostHeader a:visited, .art-PostHeader a.visited {
color : #3e505b;
font-family : Arial, Helvetica, Sans-Serif;
text-align : left;
text-decoration : none;
}
.art-PostHeader a:hover, .art-PostHeader a.hovered {
color : #1d3f58;
font-family : Arial, Helvetica, Sans-Serif;
text-align : left;
text-decoration : none;
}
body {
color : #445864;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 12px;
font-style : normal;
font-weight : normal;
}
.art-PostContent {
	color : #445864;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	text-align : left;
}
a {
color : #3b7db0;
font-family : Arial, Helvetica, Sans-Serif;
text-decoration : underline;
}
a:link {
color : #3b7db0;
font-family : Arial, Helvetica, Sans-Serif;
text-decoration : underline;
}
a:visited, a.visited {
color : #303e46;
font-family : Arial, Helvetica, Sans-Serif;
text-decoration : underline;
}
a:hover, a.hover {
color : #1d3f58;
font-family : Arial, Helvetica, Sans-Serif;
text-decoration : none;
}
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-style : normal;
font-weight : normal;
text-decoration : none;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	color : #2d5f86;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 34px;
	font-style : normal;
	font-weight : bold;
	text-align : left;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	color : #2d5f86;
	font-family : Arial, Helvetica, Sans-Serif;
	font-size : 22px;
	font-style : normal;
	font-weight : bold;
	text-align : left;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
color : #3e5f74;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 18px;
font-style : normal;
font-weight : bold;
text-align : left;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
color : #212b31;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 16px;
font-style : normal;
font-weight : bold;
text-align : left;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
color : #212b31;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 14px;
font-style : normal;
font-weight : bold;
text-align : left;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
color : #212b31;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 14px;
font-style : normal;
font-weight : bold;
text-align : left;
}
ol, ul {
color : #111518;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 12px;
margin : 1em 0 1em 2em;
padding : 0;
}
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 {
line-height : 1.2em;
padding : 0 0 0 13px;
}
.art-Post ol li, .art-Post ul ol li {
padding-left : 0;
}
.art-Post ul li, .art-Post ol ul li {
background-image : url(images/PostBullets.png);
background-repeat : no-repeat;
padding-left : 13px;
}
blockquote p {
color : #0b1014;
font-family : Arial, Helvetica, Sans-Serif;
font-style : italic;
font-weight : normal;
text-align : left;
}
blockquote {
background-color : #d4e0e8;
background-image : url(images/PostQuote.png);
background-position : left top;
background-repeat : no-repeat;
border : 1px solid #afc6d4;
margin : 10px 10px 10px 50px;
padding : 5px 5px 5px 41px;
}
.art-button-wrapper .art-button {
border : medium none;
cursor : default;
display : inline-block;
line-height : 26px;
margin : 0 !important ;
outline-style : none;
outline-width : medium;
overflow : visible;
padding : 0 !important ;
text-decoration : none !important ;
width : auto;
z-index : 0;
}
.art-button-wrapper {
display : inline-block;
height : 26px;
overflow : hidden;
position : relative;
white-space : nowrap;
width : auto;
z-index : 0;
}
.art-button-wrapper .art-button {
color : #224967 !important ;
display : block;
font-family : Arial, Helvetica, Sans-Serif;
font-size : 12px;
font-style : normal;
font-weight : normal;
height : 26px;
line-height : 26px;
padding : 0 10px !important ;
text-align : left;
text-decoration : none !important ;
white-space : nowrap;
}
input, select {
font-family : Arial, Helvetica, Sans-Serif;
font-size : 12px;
font-style : normal;
font-weight : normal;
}
.art-button-wrapper.hover .art-button, .art-button:hover {
color : #eef3f6 !important ;
text-decoration : none !important ;
}
.art-button-wrapper.active .art-button {
color : #f3f5f7 !important ;
}
.art-button-wrapper .l, .art-button-wrapper .r {
background-image : url(images/Button.png);
display : block;
height : 78px;
position : absolute;
z-index : -1;
}
.art-button-wrapper .l {
left : 0;
right : 1px;
}
.art-button-wrapper .r {
clip : rect(auto,auto,auto,402px);
right : 0;
width : 403px;
}
.art-button-wrapper.hover .l, .art-button-wrapper.hover .r {
top : -26px;
}
.art-button-wrapper.active .l, .art-button-wrapper.active .r {
top : -52px;
}
.art-Footer {
background-image : url(images/footer.jpg);
background-position : center bottom;
background-repeat : no-repeat;
height : 320px;
margin : 0px auto -25px auto;
overflow : hidden;
position : relative;
width : 900px;
z-index : 0;
}
.art-Footer .art-Footer-inner {
height : 1%;
padding : 0 8px 8px;
position : relative;
text-align : center;
z-index : 0;
}
.art-Footer .art-Footer-background {
bottom : 0;
height : 150px;
left : 0;
position : absolute;
width : 900px;
z-index : -1;
}
.art-rss-tag-icon {
	background-image : url(images/rss.jpg);
	background-repeat : no-repeat;
	height : 75px;
	margin : 0px;
	position : absolute;
	width : 75px;
	left: 0px;
} 
.art-w3c-css-icon {
	background-image : url(images/w3c-css.jpg);
	background-repeat : no-repeat;
	height : 75px;
	margin : 0px;
	position : absolute;
	width : 200px;
	left: 175px;
	
}
.art-w3c-xhtml-icon {
	background-image : url(images/w3c-xhtml.jpg);
	background-repeat : no-repeat;
	height : 75px;
	margin : 0px;
	position : absolute;
	width : 200px;
	right: 175px;
	
}
.art-twitterbird {
background-image : url(images/poolbird.jpg);
background-repeat : no-repeat;
height : 75px;
margin : 0px;
position : absolute;
width : 75px;
right: 0px;
}
.content3 {
float : left;
list-style-image : url(images/BlockContentBullets.png);
position : relative;
width : 400px;
}
.content2 {
float : left;
list-style-image : url(images/BlockContentBullets.png);
margin-left : 40px;
position : relative;
width : 400px;
}
.art-Footer .art-Footer-text p {
	position:absolute;
	top: 90px;
	left: 220px;
}
.art-Footer .art-Footer-text {
color : #000000;
display : inline-block;
font-family : Arial, Helvetica, sans-serif;
font-size : 11px;
font-weight : bolder;
}
.art-Footer .art-Footer-text a:link {
color : #0000ff;
font-family : Arial, Helvetica, sans-serif;
text-decoration : underline;
}
.art-Footer .art-Footer-text a:visited {
color : #000099;
font-family : Arial, Helvetica, sans-serif;
text-decoration : underline;
}
.art-Footer .art-Footer-text a:hover {
color : #ff9900;
font-family : Arial, Helvetica, sans-serif;
text-decoration : none;
}
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {
color : #7daed4;
font-family : Arial;
font-size : 10px;
font-style : normal;
font-weight : normal;
letter-spacing : normal;
text-decoration : underline;
word-spacing : normal;
}
.art-page-footer {
color : #98adb9;
margin : 1em;
text-align : center;
text-decoration : none;
}
.art-contentLayout .art-content {
	border : 0 none;
	float : left;
	overflow : hidden;
	position : relative;
	width : 589px;
	list-style-image: url(images/PostBullets.png);
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
.art-contentLayout .art-content2 {
	border : 0 none;
	float : left;
	overflow : hidden;
	position : relative;
	width : 589px;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.art-contentLayout .art-content-right {
border : 0 none;
float : right;
margin : 0;
overflow : hidden;
padding : 0;
position : relative;
width : 630px;
}
.art-contentLayout .art-content-wide {
margin : 0;
overflow : hidden;
padding : 0;
position : relative;
width : 100%;
}
.art-contentLayout .art-content-wide-2 {
margin:0px;
overflow:hidden;
padding:5px;
position:relative;
width:880px;
}
.art-contentLayout .art-content-wide-3 {
background-color : #ffffff;
border-bottom : thin solid #989898;
margin : 0;
overflow : hidden;
padding : 10px 0;
position : relative;
width : 100%;
}
.art-contentLayout .art-content-wide-inner {
border:0 none;
margin:0;
overflow:hidden;
padding:5px 20px;
position:relative;
}
.content33 {
float : left;
height : 270px;
list-style-image : url(../images/40-80-99.gif);
list-style-position : inside;
list-style-type : none;
margin-left : 10px;
padding : 10px;
position : relative;
width : 253px;
}
.conten50 {
background-color : #ffffff;
background-image : url(../images/33back.jpg);
background-position : left top;
background-repeat : repeat-x;
border : thin solid #aaaaaa;
float : left;
list-style-image : url(../images/40-80-99.gif);
list-style-position : inside;
list-style-type : none;
margin-left : 10px;
padding : 10px;
position : relative;
width : 400px;
}
.content50c {
float : left;
list-style-image : url(../40-80-99.gif);
list-style-position : inside;
list-style-type : none;
margin-left : 10px;
padding : 10px;
position : relative;
width : 400px;
}
.content380 {
float : left;
list-style-image : url(../40-80-99.gif);
list-style-position : inside;
list-style-type : none;
margin-left : 10px;
padding : 10px;
position : relative;
width : 200px;
}
.art-contentLayout .art-sidebar1 {
margin:0;
overflow:hidden;
padding:0;
position:relative;
right:-12px;
width:270px;
}
.commentlist, .commentlist li {
}
.commentlist li li {
margin-left : 30px;
}
.commentlist li .avatar {
border : 1px solid #eeeeee;
float : right;
margin : 1px;
padding : 2px;
}
.commentlist li cite {
font-size : 1.2em;
}
#commentform textarea {
width : 100%;
}
img.wp-smiley {
border : medium none;
margin : 0;
padding : 0;
}
.navigation {
display : block;
text-align : center;
}
.aligncenter, div.aligncenter, .art-article .aligncenter img, .aligncenter img.art-article, .aligncenter img, img.aligncenter {
display : block;
margin-left : auto;
margin-right : auto;
}
.alignleft {
float : left;
}
.alignleft1 {
float : left;
padding-right: 20px;
}
.alignright {
float : right;
}
.alignright img, img.alignright {
margin : 1em 0 1em 1em;
}
.alignleft img, img.alignleft {
margin : 1em 1em 1em 0;
}
.wp-caption {
background-color : #f3f3f3;

margin : 10px;
padding-top : 4px;
text-align : center;
}
.wp-caption img {
border : 0 none;
margin : 0;
padding : 0;
}
.wp-caption p.wp-caption-text {
font-size : 11px;
line-height : 17px;
margin : 0;
padding : 0 4px 5px;
}
.hidden {
display : none;
}
#wp-calendar {
empty-cells : show;
margin : 10px auto 0;
width : 155px;
}
#wp-calendar #next a {
padding-right : 10px;
text-align : right;
}
#wp-calendar #prev a {
padding-left : 10px;
text-align : left;
}
#wp-calendar a {
display : block;
}
#wp-calendar caption {
text-align : center;
width : 100%;
}
#wp-calendar td {
padding : 3px 0;
text-align : center;
}
.barbox {
float:left;
margin-bottom:0;
margin-left:20px;
min-height:180px;
padding-bottom:5px;
position:relative;
width:197px;
}
.sidediv {
	float : left;
	position : relative;
	width : 250px;
}
.thumbnail {
position : relative;
z-index : 0;
}
.thumbnail:hover {
background-color : transparent;
z-index : 50;
}
.thumbnail span {
color : black;
left : -1000px;
padding : 5px;
position : absolute;
text-decoration : none;
visibility : hidden;
}
.thumbnail span img {
border-width : 0;
padding : 2px;
}
.thumbnail:hover span {
left : 0;
right : 0;
top : 50px;
visibility : visible;
}
.firstpara {
padding-top : 10px;
}
div.wpcf7 {
margin : 0;
padding : 0;
}
div.wpcf7-response-output {
margin : 2em 0.5em 1em;
padding : 0.2em 1em;
}
div.wpcf7-mail-sent-ok {
border : 2px solid #398f14;
}
div.wpcf7-mail-sent-ng {
border : 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border : 2px solid #ffa500;
}
div.wpcf7-validation-errors {
border : 2px solid #f7e700;
}
span.wpcf7-form-control-wrap {
position : relative;
}
span.wpcf7-not-valid-tip {
position : absolute;
top : 20%;
left : 20%;
z-index : 100;
background : #fff;
border : 1px solid #ff0000;
font-size : 10pt;
width : 280px;
padding : 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
color : #f00;
font-size : 10pt;
display : block;
}
span.wpcf7-list-item {
margin-left : 0.5em;
}
.wpcf7-display-none {
display : none;
}
img.ajax-loader {
border : none;
vertical-align : middle;
}
