/*
Temp Style Sheet
Site: All Systems Go asgcomputerconsulting.com
Theme Name: asg_theme
Author: Tracy Stone
Author URI: http://spoutcreative.com/ 
Version: 1.0     
*/
/* =General---------------------------------------------------------------*/
body {
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; 
	color: #29a0a6;
	font-size: 1em;
	line-height: 1.4em;
	background: #cad7d6 url('http://asgcomputerconsulting.com/imgs/asg_body_bg.jpg') 50% 0px repeat;
	text-align: center;
	min-width: 930px;
}
.clearleft {
	clear: left;
}
/* =Layout + Typography -----------------------------------------------------*/
#container {
	background: none;
   	margin: 0 auto;
   	width: 920px;
   	text-align: left;
}
#leftcol {
	float: left;
	width: 390px;
	margin-top: 20px;
}
#rightcol {
	float: right;
	width: 520px;
	margin-top: 20px;
}
#footer {
	clear: both;
	margin: 0 0 80px;
	padding-top: 10px;
}
#footer p { 
	font-size: 0.9em;
	float: right;
	margin-right: 20px;
}
h1 {
   display: block;
   float: left;
   width: 308px;
   height: 135px;
   margin: 0 0 30px;
   background: url("http://asgcomputerconsulting.com/imgs/asg_logo.png") no-repeat;
   text-indent: -9999px;
}
h2 {
	background: transparent url('http://asgcomputerconsulting.com/imgs/asg_h2_2.png') 0 0 no-repeat;
	width: 317px;
	height: 26px;
	text-indent: -9999px;
	margin: 0 0 40px;
}
h3 {
	background: transparent url('http://asgcomputerconsulting.com/imgs/asg_h3_2.png') 0 0 no-repeat;
	width: 116px;
	height: 20px;
	text-indent: -9999px;
}
p {font-size: 0.95em;}
ul {
   line-height: 1.2em;
   margin-top: 0;
   margin-bottom: 2em;
   padding-left: 15px;
   text-align: left;
}
li {margin-bottom: .6em;}
/* =Links  ------------------------------------------------------------------*/
a:link, a:visited {
   color: #e35e43;
   text-decoration: none;
}
a:hover, a:active {
   color: #ffffff;
   text-decoration: underline;
}
a:focus { outline: none;}
a img {border: 0;}
/* =Form------------------------------------------------------------------*/
#contact-wrapper {
	width:380px;
	margin: 0 0;
}
form#contactform { width: 380px; }
form#contactform label {
	font-size: 0.9em;
	display: block;
	margin: 0 0 0.2em;
	padding: 4px 0 0; 
	width: auto;
}
form#contactform input {
	color: #333333;
	border: 1px solid #29a0a6;
	font-size: 0.85em;
	padding: 5px;
	width: 260px;
}
form#contactform label.error, form#contactform input.submit { margin-left: 160px; }
form#contactform input.submit { 
	background-color: #29a0a6;
	color: #ffffff;
	border: 1px solid #ffffff;
	font-size: 0.9em;
	padding: 5px;
	height: auto;
	width: 90px;
	font-weight: bold;
	margin: 10px 0 0;
}
form#contactform textarea {
	color: #333333;
	padding:0.6em 0.5em 0.7em;
	border: 1px solid #29a0a6;
	font: 0.85em "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	width: 360px;
}
span.small {font-size: 0.85em;}
/* the overlayed element */
div.overlay {	
	/* growing background image */
	background-image:url("http://asgcomputerconsulting.com/imgs/gray_blue.png");	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:728px;			
	/* initially overlay is hidden */
	display:none;	
	/* some padding to layout nested elements nicely  */
	padding:40px 55px 55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url("http://asgcomputerconsulting.com/imgs/close_red.png");
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}