body {
	background-color:rgb(125,125,125);
	font-family:"Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
}

#maincontainer {
	position:relative;
}

a {
	color:rgb(166,213,20);
}

a:hover, ul#toplinks li a:hover {
	text-decoration:underline;
	color:rgb(0,160,198);
}

#headcontainer {
	text-align:center;
	background-color:rgb(50,50,50);
}

#headinnercontainer {
	margin-left:auto;
	margin-right:auto;
	background-image:url('../images/common/top_bkgd.gif');
	background-repeat:no-repeat;
	background-position: bottom center;
	height:94px;
	width:720px;
	position:relative;
	text-align:left;
}

#headinnercontainer #vmlogo {
	margin-top:16px;
	margin-left:40px;
}

#greenstripe {
	background-color:rgb(166,213,20);
	height:5px;
}

ul#toplinks {
	display:inline;
	margin-right:0px;
	margin-bottom:0px;
	padding-left:0px;
	font-size:125%;
	font-weight: normal;
	position:absolute;
	bottom:3px;
	right:20px;
}

ul#toplinks li {
	margin-left:0px;
	list-style:none;
	display:inline;
	padding-left:1em;
}

ul#toplinks li a {
	color:white;
	text-decoration:none;
}

body#homebody a#homelink, body#portfoliobody a#portfoliolink, body#servicesbody a#serviceslink, body#contactbody a#contactlink {
	color:rgb(0,160,198);
}

#contentcontainer {
	margin-left:auto;
	margin-right:auto;
	width:640px;
	background-image:url('../images/common/middle_bkgd.gif');
	background-repeat:repeat-y;
	padding:20px 40px 20px 40px;
	text-align:left;
}

#contentfooter {
	background-image:url('../images/common/footer_bkgd.gif');
	background-repeat:no-repeat;
	background-position:bottom center;
	font-size:90%;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:640px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:10px;
}

h2.heading {
	font-size:250%;
	color:rgb(166,213,20);
	text-align:left;
	padding-top:10px;
	margin-bottom:20px;
}

.error {
	color:red;
}

.positive {
	color:blue;
}

.clearboth {
	clear:both;
}

.boldthis {
	font-weight:bold;
}

.italicizethis {
	font-style:italic;
}

.centerthis {
	text-align:center;
}

.rightthis {
	text-align:right;
}

.leftthis {
	text-align:left;
}

.underlinethis {
	text-decoration:underline;
}

/* home */

#homebigimage {
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}

#homeleftbox {
	width:300px;
	float:left;
}

#homerightbox {
	width:300px;
	float:right;
	text-align:left;
	font-size:110%;
}

#homedesignlayout, #homexhtmlcoding, #homeprogramming {
	width:300px;
	font-size:107%;
	color:white;
	text-align:left;
}

#homedesignlayout p, #homexhtmlcoding p, #homeprogramming p {
	padding:0px 5px 5px 5px;
}

#homedesignlayout h3, #homexhtmlcoding h3, #homeprogramming h3 {
	font-weight:bold;
	padding-top:5px;
	padding-left:5px;
}

.homesmallboxfooter {
	height:13px;
	background-position:bottom;
	background-repeat:no-repeat;
}

#homedesignlayout {
	background-color:rgb(0,160,198);
	background-image:url('../images/home/3boxes_blue_top.gif');
	background-position:top;
	background-repeat:no-repeat;
}

#homexhtmlcoding {
	background-color:rgb(166,213,20);
	border-top:2px solid white;
	border-bottom:2px solid white;
}

#homeprogramming {
	background-color:rgb(255,196,0);
	background-image:url('../images/home/3boxes_gold_btm.gif');
	background-position:bottom;
	background-repeat:no-repeat;
}

#homewebpresencebox {
	margin-top:35px;
	font-size:110%;
}

#homewebpresencebox img {
	float:left;
}

h3#hwpbr {
	font-size:135%;
	color:rgb(166,213,20);
}

/* contact */

.rightcolumn {
	float:right;
	width:420px;
	text-align:left;
}

.leftcolumn {
	width:160px;
	float:left;
	text-align:right;
	font-weight:bold;
}

form {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border:1px dashed rgb(166,213,20);
}

.formrow {
	padding:5px;
	clear:both;
}

.formrow input {
	width:250px;
	padding:3px;
}

.formrow textarea {
	width:250px;
	height:150px;
	padding:3px;
}

.tarc {
	height:170px;
	vertical-align: top;
}

.submitrow {
	text-align:center;
	clear:both;
	padding:10px;
}

.centerdp {
	text-align:center;
}

#captchaimg {
	border:1px solid rgb(0,0,225);
}

/* services */

#rightcolumn {
	width:256px;
	margin-right:10px;
	float:right;
}

#leftcolumn {
	width:270px;
	float:left;
}

.servicebox {
	font-size:90%;
	line-height:1.4em;
}

.servicebox h3 {
	font-size:120%;
	color:rgb(166,213,20);
}

.servicebox p {
	padding-left:2em;
	padding-bottom:1em;
}


/* portfolio */

.picright img {
	float:right;
	border:1px solid rgb(220,220,220);
	margin-left:10px;
}

.picleft img {
	float:left;
	border:1px solid rgb(220,220,220);
	margin-right:10px;
}

.picright, .picleft {
	clear:both;
	border:1px solid rgb(220,220,220);
	margin-top:20px;
	padding:10px;
}

.picright h3, .picleft h3 {
	background-color:rgb(156,203,10);
	color:white;
	padding:2px;
	font-size:130%;
}

.picright p, .picleft p {
	padding:5px;
	line-height:1.5em;
}

#gallerypic {
	text-align:center;
}

#largegallerypic {
	margin-left:auto;
	margin-right:auto;
	border:1px solid rgb(220,220,220);
}

/* need_a_website */
img#standoutbig {
	float:right;
}

#needbody #contentcontainer p {
	padding-top:10px;
	padding-bottom:10px;
}

#needbody #contentcontainer p.deal {
	background-color:rgb(250,240,200);
	border:1px solid rgb(200,190,150);
	padding:10px;
	text-align:center;
	font-size:110%;
}

#needbody #contentcontainer h3 {
	padding-top:30px;
	font-size:150%;
	font-weight:bold;
	color:rgb(166,213,20);
}

#needbody #contentcontainer ol {
	list-style-type: decimal;
	padding-left:45px;
	padding-bottom:10px;
}

#needbody #contentcontainer ol li {
	padding-bottom:10px;
}

/* web presence */
#webpresencechart {
	float:right;
	margin-left:10px;
}

#webpresencechart th.wpsuitetitle, #webpresencechart tr#wppricerow {
	background-color:rgb(166,213,20);
	font-weight:bold;
}

#webpresencechart td, #webpresencechart th {
	border:1px solid gray;
	padding:3px;
}

#webpresencechart a.wpquestionmark {
	border:1px dashed rgb(166,213,20);
	padding:0px 4px 2px 4px;
	background-color:rgb(255,255,150);
	font-size:80%;
}

#webpresenceinfo img {
	float:left;
}

#webpresenceinfo p {
	padding-bottom:10px;
}

.subtopic {
	font-size:120%;
	color:rgb(0,160,198);
	margin-top:10px;
}