﻿/* 	
	Company:  	Associa IT/Development
	Author:		Matt Sipes
	Date:		March 3, 2009	
*/

* 
{
	margin:0;
	padding:0;
}

.clear 
{
	clear:both;
}

body 
{
	background:#D1EBFD none repeat scroll 0 0;
	color:#0F57B8;
	font-family:Arial,sans-serif;
	font-size:16px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#mainContainer 
{
	background-color:#EEF8FE;
	border:1px solid #BBD8F1;
	margin:200px auto 0;
	padding:9px 9px 15px;
	position:relative;
	width:800px;
}

#mainContainer .topLeft,#mainContainer .topRight,#mainContainer .bottomLeft,#mainContainer .bottomRight 
{
	background:transparent url('images/maintenanceCorners.gif') no-repeat scroll 0 0;
	display:block;
	height:9px;
	position:absolute;
	width:9px;
}

#mainContainer .topLeft 
{
	background-position:0 0;
	left:-1px;
	top:-1px;
}

#mainContainer .topRight 
{
	background-position:-9px 0;
	right:-1px;
	top:-1px;
}

#mainContainer .bottomLeft 
{
	background-position:0 -9px;
	bottom:-1px;
	left:-1px;
}

#mainContainer .bottomRight 
{
	background-position:-9px -9px;
	bottom:-1px;
	right:-1px;
}

#mainContainer h1 
{
	background:transparent url('images/associa-logo.png') no-repeat scroll 0 0;
	display:block;
	float:left;
	height:100px;
	width:300px;
	margin-left:10px;
	margin-top:70px;
}

#mainContainer h1 a 
{
	display:block;
	height:90px;
	width:300px;
}

#mainContainer h1 span 
{
	display:none;
}

#mainContainer #message 
{
	border-left:1px solid #AFCFE6;
	margin-left:325px;
	margin-top:12px;
	padding:10px 10px 10px 25px;
}

#message h2 
{
	color:#0C3959;
	font-size:30px;
}

#message h3
{
	color:#004787;
	font-size:18px;
}

#message p 
{
	color:#18659A;
	font-size:11px;
	line-height:1.4em;
	margin:10px 0 0;
}

#message email
{
	color:#FCB131;
	text-decoration: underline
}

#message a 
{
	color:#062941;
	font-weight:bold;
	text-decoration:none;
}

#message a:hover 
{
	text-decoration:underline;
}
