@charset "UTF-8";
/* CSS Document */
/* Reset*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { list-style:square; }
q:before, q:after { content:''; }

body	{
	font-family: Verdana, "Times New Roman", Times, sans-serif;
}
h2.wedHead2	{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #015a84;
}
a	{
	font-family: Verdana, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
}
a:hover	{
	text-decoration: underline;
}
hr	{
	color: #015a84;
}
#Home	{
	width: 1000px;
	height: 800px;
	padding-top: 10px;
	padding-left: 5px;
	margin: 0 auto;
}
div#homeLinks	{
	text-align: left;
	margin-top: 25px;
	width: 350px;
	float: left;
	clear: both; 
	
}
div#homeLinks a	{
	margin-right: 6px;
	
}

.logo	{
	float: left;
	width: 235px;
	margin-right: 15px;
}
#social	{
	float: right;
	margin-top: 25px;
	/*margin-right: -40px;*/
	width: 550px;
	text-align: left;
}
.twitter	{
	float: right;
}
.facebook	{ 
	float: right;
}
.gplus	{
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}

#pricing	{
	width: 1000px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.launcher	{
	width: auto;
	margin: 3px auto 3px auto;
	text-align: center;
	padding: 5px;
}