﻿/* 
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Title 			:Masters Services, Landing Site Stylesheet
' Description		:This page contains overall styles for the entire site.
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' History
' 05/04/2009		:Tony Groves - Created Page
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 		HTML <tag> REVISIONS
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html {}

body {
	background-color:#fff;
	font-family:Verdana, sans-serif;
	font-size:12px;
	margin:0;
	padding-left:0;
	padding-right:0;
	padding-top:50px;
	padding-bottom:0;
	text-align:center;
	line-height:2em;
	}

a 							{color:#9d7a01; text-decoration:underline;}
a:hover 					{color:#000; text-decoration:underline;}
a:active 					{}
a:visited 					{}	
img 						{}

h1, h2, h3, h4, h5, h6, p 	{margin:0; padding:0;}

p 							{font-size:.8em; color:#133768;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					Site additions
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clear 						{clear:both; font-size:1px; line-height:1px; margin:0; padding:0;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
					Footer additions
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer 							{text-align:right; margin:10px auto; padding:0; width:775px;}
#footer h6 							{color:#6d6d6d; font-weight:normal; font-size:.8em; line-height:1.2em; margin:0; padding:0;}
#footer h6 a 						{color:#6d6d6d; text-decoration:none;}
#footer h6 a:hover 					{color:#000; text-decoration:underline;}

#numbers							{width:900px; margin:0 0 20px 0;}
#numbers label.row					{font-size:1em; color:#000; display:block; margin:5px 0 0 0; width:900px; min-height:20px; font-weight:bold;}
#numbers label.row .title			{width:415px; float:left; text-align:right; padding:0;}
#numbers label.row .field			{float:right; width:475px; text-align:left; padding:0;}
