body {
	font-family: "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.picture-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;	
}
#logo_mark {
	position: absolute;
	top: 10px;
	left: 10px;
}
#container {
	width: 878px;
	margin-right: auto;
	margin-left: auto;
}
.top-logo {
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 150px;
}
#top_box {
	height: 10px;
}
#bottom_box {
	height: 10px;
}
#footer {
	font-size: small;
	padding-top: 50px;
	padding-bottom: 40px;
	font-weight: bold;
	clear: both;
}
.pad-1em-top {
	padding-top: 1em;
}
.pad-1em-bottom {
	padding-bottom: 1em;
}
#content_wrapper {
	width: 858px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	padding: 10px;
	height: 30px;
}
.no-border {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#left_pic_col-300px {
	float: left;
	width: 300px;
	padding-right: 10px;
	padding-top: 100px;
}
#right_main_col-508px {
	float: right;
	width: 508px;
	padding-right: 40px;
}
.pad-5px-top {
	padding-top: 5px;
}
.pad-5px-bottom {
	padding-bottom: 5px;
}
.pad-5px-right {
	padding-right: 5px;
}
.pad-5px-left {
	padding-left: 5px;
}
.text-small {
	font-size: small;
}
.text-red {
	color: #F00;
}
.main_text {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.main_image {
	padding-top: 35px;
	padding-bottom: 50px;
}
.clear-both {
	clear: both;
}
.pad-half-em-top {
	padding-top: .5em;
}
.service-table ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.table-header {
	font-size: large;
	font-weight: bold;
	text-align: center;
}
.table-left {
	text-align: right;
}
.global-input {
	width: 250px;
}
.box-tell-pad {
	padding-top: 8px;
}
#redbox {
	color: #F00;
	padding: 10px;
	border: 2px solid #F00;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
}
#redbox_inner {
	width: 165px;
	margin-right: auto;
	margin-left: auto;
}
#redbox_inner2 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}


input.form-submit, .wswdsubmit, a.form-submit, a.button{
	font-size: 12px;
	color: white !important;
	font-weight:bold;
	padding:5px;
	background-color:#5F5F5B;
	border:2px solid gray;
	border:outset;
	text-decoration:none !important;
	cursor:pointer;
}

a.button:hover{
	font-size: 12px;
	color: #255067;
	font-weight:bold;
	padding:5px;
	background-color:#5F5F5B;
	border: 2px solid #255067;	
}

.web-starting {
	width:682px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.web-starting .content {
	height:auto;
	background-image: url(http://waltonstreetwebdesign.com/home-page-slide-show/images/website-starting-bg.jpg);
	background-repeat: repeat-y;
}

.web-starting .left-column{
	width:300px;
	height:auto;
	padding:20px 20px 0px 0px;
	float:left;
	height:438px;
	margin-left:2px;
	line-height:30px;
	background-image: url(http://waltonstreetwebdesign.com/home-page-slide-show/images/white-bg.jpg);
	background-repeat: no-repeat;
}

.web-starting .right-column{
	width:359px;
	height:auto;
	float:right;
	line-height:22px;
	margin-right:1px;
}

.web-starting span{
	width:325px;
	height:auto;
	float:right;
	background-image: url(http://waltonstreetwebdesign.com/home-page-slide-show/images/website-span-bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	padding: 10px;
	margin-top:10px;
	color:#000;
	margin-bottom:10px;
	border-left-width: 6px;
	border-color: #000;
	border-left-style:solid;
}

.showfancy {
	background-color:#CCCCCC !important;
}

.normal {
	background-color:#EEEEEE !important;
}

.passerror {color:red;}


/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid grey;
  background: none;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}
*:first-child+html .text-format-wrapper .filter-wrapper {
  padding: 1.5em 0 1.5em;
  background-position: 0 0;
}

/* Keep the background position at 0 for filters and vertical tabs. */
*:first-child+html fieldset.filter-wrapper,
*:first-child+html fieldset.vertical-tabs-pane {
  background-position: 0 0;
}

*:first-child+html fieldset .fieldset-wrapper .fieldset-description {
  padding-top: 1em;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible .fieldset-legend {
/*  padding-left: 2em;  LTR */
  background: url(./../images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}
html.js fieldset.collapsed .fieldset-legend {
  background: url(./../images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

.fieldset-legend span.summary {
  color: #898989;
}

#sidebar-first {width:215px; float:left;}

#righsection {width:640px; float:right;}

table { border-collapse: separate !important;}

#block-views-web-design-articles-block {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	}
#block-views-web-design-articles-block h2 {
	text-align:center;
	font-size:33px;
}

#right_main_col-contact {
	float: right; width: 508px; padding-right: 40px;
}

#right_main_col-contact .form-item {
	margin:0 !important;
}
#right_main_col-contact div label {
	display:none;
}
#right_main_col-contact #edit-submit{
	background-color: transparent;
    border: none;
    color: none !important;
	}

#right_main_col-contact fieldset {
	background: none repeat scroll 0 0 transparent;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
}

	