﻿/*
' Title				: designgroves.com Stylesheet
' Description		: Styles for entire site.
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' 12/16/2007		: Tony Groves
' 12/01/2009		: Updated for new look.
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Main Styles
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*/
html {}

body {
	background-color:#fff;
	font-family: Verdana, sans-serif;
	margin:0;
	padding:0;
	font-size:14px;
	text-align:center;
	}

a {color:#0d3d79; text-decoration:underline;}
a:hover {color:#a2d3ee; text-decoration:underline;}
a:active {}
a:visited {}

h1, h2, h3, h4, h5, h6, p {margin:0; padding:0;}	
h1 {}
h1 a{}
h1 a:hover{}
h2 {}
h2 a {}
h2 a:hover {}

ul 								{font-size:.7em; text-align:left;}
li 								{list-style-type:none;}
li a							{color:#832811; text-decoration:none;}
li a:hover						{color:#832811; text-decoration:underline;}

.clear {
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	border:none;
	clear:both;
}

p 								{font-size:.8em; color:#1c304e; line-height:1.8em;}

.firefox { 
background:url(/imgs/firefox.png) no-repeat 0 0;
width:176px;
height:177px;
position: absolute; 
top: 0px; 
right: 0px; 
display:block;
z-index:9999;
text-indent:-9999px;
outline:none;
text-decoration: none; 
}

#outerWrap						{width:1000px; text-align:center; margin:0 auto;}

/*
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Header and Footer Styles
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

#footer 						{text-align:center; padding:0 0 15px 0; margin:5px 0 0 0; font-size:.8em; color:#969696;}
#footer a						{color:#969696; text-decoration:none;}

/*
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Home Page Styles
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

.item							{margin:0 0 50px 0;}
.item h3						{text-align:left; color:#4e80a9; font-size:.9em; border-bottom:1px dotted #b6d5e5; padding:0 0 0 15px;}
.item h5						{float:right; color:#4e80a9; font-size:.8em; font-weight:normal; margin:0 15px 0 0;}
.item p							{float:right; width:380px; margin:30px 0 0 0; text-align:left; color:#627b88; line-height:1.3em;}

/*
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Case Study Styles
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

.csi							{margin:0 0 50px 0;}
.csi h3							{text-align:left; color:#4e80a9; font-size:.9em; border-bottom:1px dotted #b6d5e5; padding:0 0 0 15px;}
.csi h5							{float:right; color:#4e80a9; font-size:.8em; font-weight:normal; margin:0 15px 0 0;}
.csi p							{margin:30px 0 0 0; text-align:left; color:#627b88; line-height:1.3em; padding:0 180px;}

/*
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' Email Styles
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

#email							{text-align:left; margin:0;}
#email span.row					{padding:0 0 0 20px; display:block; height:25px;}
#email span.label				{width:130px; margin:3px 0 0 0; text-align:right; height:20px; padding:0; float:left; font-size:.7em; color:#8C9BAA;}
#email span.formw				{width:340px; height:20px; text-align:left; margin:0; padding:0 70px 0 0; float:right;}
#email span.formw input			{width:340px;}
#email span.formw .input		{width:340px; height:65px;}
#email .button					{margin:20px 0 0 385px; background-image:url('images/btBG.gif'); padding:0; font-weight:normal; font-size:.7em; width:96px; height:19px; border:none; color:#8C9BAA; cursor:pointer;}
#email .button:hover			{color:#000;}
#email span.rowLG				{padding:0 0 0 20px; display:block; height:55px;}


/*
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
' End Styles
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/