﻿
#Container
{
	width: 760px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.6em;
}

#Header
{
	height: 90px;
	margin-bottom: 10px;
	position: relative;
}

#Header img.Logo
{
	margin: 3px 0 0 30px;
}

#Main
{
	min-height: 400px;
}

/* Header Images */

#HomeImage
{
	height: 200px;
	padding: 40px 15px 10px 410px;
	background: url(/images/VirtualMachines.jpg) no-repeat 0 0;
	color: #f3f3f3;
	font-size: 1.3em;
	line-height: 1.7em;
}
#HomeImage p
{
	padding: 0 5px 0 15px;
}

#HomeImage, .hdrSmall
{
	margin-bottom: 12px;
}

.hdrSmall
{
	width: 750px;
	height: 70px;
	padding: 10px 0 0 10px;
	color: #fff;
}

.hdrSmall b
{
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 30px;
}

.hdrSmall p
{
	font-size: 16px;
	margin-left: 25px;
}

.Lines
{
	background: url(/images/lines.jpg) no-repeat 0 0;
}
.Nova
{
	background: url(/images/Nova.jpg) no-repeat 0 0;
}
.Pattern
{
	background: url(/images/pattern.jpg) no-repeat 0 0;
}
.Cloud
{
	background: url(/images/cloud.jpg) no-repeat 0 0;
}
/* /Header Images */
#Content, #ContentFull
{
	float: left;
	width: 550px;
	font-size: 1.1em;
}

#ContentFull
{
	width: 100%;
}

#Content h1, #ContentFull h1, #Content h2, #ContentFull h2, #Content h3, #ContentFull h3
{
	color: #263C54;
	padding-bottom: 5px;
	border-bottom: dotted 1px #717277;
}

#Content h4, #ContentFull h4
{
	color: #263C54;
}

#Content p, #ContentFull p
{
	line-height: 1.6em;
	margin: 0 0 1.2em 0;
}

#Footer
{
	clear: both;
	margin: 20px auto;
	padding-top: 5px;
	text-align: center;
	color: #777;
	border-top: dotted 1px #eee;
	font-size: 10px;
}
#Footer a
{
	text-decoration: none;
	color: #777;
}

.Highlight
{
	float: right;
	width: 180px;
	padding: 5px 10px 0 10px;
	background: url(/Images/HighlightBoxTop.gif) no-repeat 100% 0;
	position: relative;
}
.HighlightBt
{
	margin: 0 -10px;
	height: 16px;
	background: url(/Images/HighlightBoxBottom.gif) no-repeat 0 0;
}

.Highlight strong
{
	display: block;
	margin: 6px 0 8px 0;
}

#Results a, #Results p
{
	display: block;
	padding-left: 20px;
	margin: 4px;
}
#Results p.yes
{
	background: url(/Images/YesSmall.gif) no-repeat 0 3px;
}
#Results p.no
{
	background: url(/Images/NoSmall.gif) no-repeat 0 4px;
}

#SpinnerBG
{
	margin-top: -100px;
	padding-top: 40px;
	width: 100%;
	height: 60px;
	background: #F5F3E9;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.FeatureList li
{
	padding: 4px 0;
}

/* Contact Form */
#ContactForm th
{
	text-align: left;
	width: 140px;
}
#ContactForm input[type="text"], #ContactForm textarea
{
	width: 95%;
	height: 15px;
	padding: 1px 3px;
}

#ContactForm input[type="text"], #ContactForm textarea
{
	border: solid 1px #717277;
}

#ContactForm hr
{
	color: #fff;
}
