
/*----------------------------------------
Name: screen.css
Developed by: Tripp Waller

----------------------------------------*/


/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
/* Imports
----------------------------------------*/
@import url("reset.css");




/* Elements
----------------------------------------*/
body {
	background:#d3d3d3 url(../images/bg.jpg) scroll repeat-x;
	font-size: 14px;
	font-family:Helvetica, Arial,  sans-serif;	
	
}

#logos {
	width: 1024px;
	background: url(../images/logos.png) no-repeat;
	min-height: 739px;
	margin: 0 auto;
}

p, td, th, li, address {
	font-family:Helvetica, Arial,  sans-serif;	
	line-height:1.5em;
	color:#333;
	font-size: 14px;
	margin-bottom: 1em;
}


#mainContainer {
	width:908px;
	margin: 0 auto;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family:Helvetica, Arial,  sans-serif;	
	font-weight: normal;
	color: #333;	
	margin-bottom: .5em;

}

h1 {
	font-size:20px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size:10px;
}


p  {
	margin: 0 0 1em 0;
}

ul, ol, dd {	
	margin-left:15px;
	
}

ul, ol, dl {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

li {
	margin-bottom: .3em;
}

/*--- Link Styles ---*/
a:link, a:visited {
	color: #317FA5;
}

a:hover, a:active {
	color:#85BE23;
	text-decoration:none;
	
}



input, select, textarea {
	display: block;
	margin: 5px 0 15px 0;
	padding: 0;
}

button {
	padding: 2px 3px;
	background: #317FA5;
	color: #FFFFFF;
	font-weight: bold;
	border-top-color: #B5C7CF;
	border-left-color: #B5C7CF;
	border-bottom-color: #5A696F;
	border-right-color: #5A696F;
	
}

button:active {
	border-top-color: #5A696F;
	border-left-color: #5A696F;
	border-bottom-color: #B5C7CF;
	border-right-color: #B5C7CF;
}


/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clearThis 	{clear:both; height: 0;margin: 0; padding: 0; width: 100%;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
.nopadding	{padding:0; }
p.last		{margin-bottom:0px;}
.alert,.fail{color: #CF6767; font-weight: bold;}
.success	{color:#85BE23; font-weight: bold;}
.center 		{display: block; text-align: center;}

sup 			{position:relative;bottom:0.3em;vertical-align:baseline;}
sub 			{position:relative;bottom:-0.2em;vertical-align:baseline;}
blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em			{font-style:italic;}

acronym, abbr {
cursor:help;
border-bottom:1px #eeeeee dotted;
}
/**************************************/
/*              HEADER                */
/**************************************/


#header a#siteName{
	display:block;
	height: 81px;
	width: 304px;
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin: 10px 0 10px 0;
	text-indent: -999em;
}

#header #callUs {
	color: #317FA5;
	font-size: 35px;
	font-style: italic;
	float: right;
	text-align: right;
	padding: 0;
	margin: 40px 40px 0 0;
	font-weight: bold;
	width: 240px;
}

#header #callUs span{
	font-size: 27px;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#navigation {
	clear: both;
	background:url(../images/navbg.png) no-repeat;
	height: 50px;
	padding: 30px 0 0 15px;
	
}

#navigation ul {
	list-style-type: none;
}
	
#navigation ul li {
	display: inline;
	margin: 0 10px;
	font-size: 15px;
	
}

#navigation ul li a {
	color: #999;
	padding: 5px 5px;
	
}

#navigation ul li a:hover,#navigation ul li a#current {
	color: #333;

	
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#mainContent {
	clear: both;
	background: url(../images/contentbg.png) repeat-y;
	padding: 0 44px 0 44px;
	min-height: 550px;
}

#pagetitle {
	width: 100%;
	color: #557FA5;
	border-bottom: dashed 1px #cccccc;
	padding: 0 0 5px 0;

}

#primary {
	width: 468px;
	float: left;
	margin-right: 20px;
	background: none;
}

#secondary {
	width: 332px;
	float: left;
	background: none;
	
}


/**************************************/
/*             id's and classes       */
/**************************************/

#address {
	width: 220px;
	float: right;
	background: #EFF6FF;
	color: #333333;
	margin: 18px 20px 0 0;
	
}

#address h3 {
	padding: 5px;
	border-bottom: dashed 1px #cccccc;
	text-align: center;
	font-weight: bold;
	margin: 0 10px;
	letter-spacing:2px;
	color: #666666;
	
}

#address address {
	padding:0 10px 0px 10px;
}

#duh {
	text-indent: -999em;
	background: url(../images/duh.png) no-repeat;
	height: 41px;
	width: 235px;
	display: block;
	margin: 20px auto;

}



a#helpDesk {
	display: block;
	text-indent: -999em;
	width: 342px;
	height: 123px;
	background: url(../images/help.png) no-repeat top;
}

a#helpDesk:hover {
	background: url(../images/help.png) no-repeat bottom;
}

a#launch {
	display: block;
	text-indent: -999em;
	width: 700px;
	height: 228px;
	margin: 0 auto;
	background: url(../images/bigbutton.png) no-repeat top;
}

a#launch:hover {
	background: url(../images/bigbutton.png) no-repeat bottom;
}

#helpsteps {
	margin: 0 auto;
	width: 820px;
	text-align: center;
	border-bottom: dashed 1px #cccccc;
	margin: 0 0 20px 0;
	
	
}

#helpsteps td {
	padding: 0 0 10px 0;
}

#steppics {
	height: 200px;
}

#stepnums td {
	font-weight: bold;
}

#plans {
	margin:10px 0 20px 0;
	border-top: dashed 1px #ccc;
}

#plans td,#plans th{
	padding: 10px;
	border-bottom: dashed 1px #ccc;
	
}
#plans th {
	font-weight: bold;
	text-align: right;
	border-right: dashed 1px #ccc;
}

dl#services {
	margin: 0 0 15px 0 ;
	height: 275px;
	
}

#services dt{
	border-bottom: dashed 1px #ccc;
	color: #5592B0;
	margin: 0;
	padding: 0;
	
}

#services dd{
	line-height: 1.3;
	height: 110px;
	padding: 5px 0 0 0;

}

#services dt a {
	display: block;
	padding: 3px;
	
}

#services dt a:hover,#services dt.active a {
	background: #EFEFEF;
	color: #3B809F;

}

#reCaptcha {
	margin: 0 0 15px 0;
}

#fb {
	display: block;
	text-indent: -999em;
	height: 46px;
	width: 150px;
	background: url(../images/fb.jpg) no-repeat;
	margin-bottom: 1.5em;
}

/*
Twitter
*/

#twitter {
	background: url(../images/twitter.png) no-repeat;
	padding: 15px 0 10px 64px;
	height: 397px;
	width: 267px;
	overflow: hidden;
	position: relative;
}

#twitter a{
	margin: 0;
	padding: 0;
	background: none;
}

#twitter #follow{
	display: block;
	margin: 0 0 20px 28px;
	font-size: 20px;
	color: #ffffff;
	
}
.twtr-hd {
	display: none;
}

.twtr-ft{
	display: none;
}

 #more {
	display: block;
	font-size: 10px;
	text-align: right;
	margin: 5px 0 0 0;
}


/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	clear: both;
	padding-top: 40px;
	background: url(../images/footer.png) top no-repeat;
	
}

#footer p {
	font-size:10px;
	text-align: center;
	color: #7F7F7F;
}

#footer a {
	color: #999999;
	text-decoration: underline;
	margin: 0;
	background: 0;
	padding: 0;
}