﻿@charset "utf-8";

/* CSS Document */
/* ASSIAZ.COM*/
/* Design and Code by Juan Figueroa
   Copyright 2009 - ASSI of Arizona - All rights reserved.
*/


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#CFE0E8;
	margin-top:5px;
}

#wrapper {
 	margin: 0 auto;
 	width: 797px;
	background-color:#ffffff;
	
}

#TopBar{
	background:url(../images/Footer-bkg.jpg);
	
	margin: 0 auto;
	width:797px;
	height:20px;
	
	padding-top:10px;
}

#page {
	width: 797px;
	height:800px;
	margin: 0 auto;
	
}

#Left-Column{
	marging-top:0px;
	float:left;
	width:280px;
	
}

#Logo{
	
	
}

#ASSI-Building{
	background-image:url(../images/Building-Holding.jpg);
	width:280px;
	height:186px;
}

#ASSI-Building-Picture{
	padding:10px 10px 10px 10px;
	width:260px;
	height:170px;
}

#Welcome-Content{
	padding:10px 10px 10px 10px;
	text-align:justify;
}

#Welcome-Content H1{
	font-size:14px;
}

#Contact-Us{
	color:#FFFFFF;

	font-size:13px;
}

#Contact-Us-Background{
	background:url(../images/ASSI-Contact-Us.jpg) no-repeat;
	margin-left:5px;
}
#Contact-Us-Info{
	padding:1px 10px 10px 10px;
}

.Contact-Us-Blue{
	color:#6dcff6;
}

#Right-Column{
	marging-top:0px;
	float:right;
	width:517px;

}

#Header-Right{
	height:240px;
}

#Menu{
	background-image:url(../images/ASSI-Menu.jpg);
	height:40px;
	font-size:12px;
}

#Menu a {
	display: block;
	height: 18px;
	margin-right: 0px;
	padding: 12px 10px 10px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	border: none;
	
}

#Menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#Menu li {
	float: left;
	padding: 2px 1px 2px 2px;
	
	
}

#Menu a:hover {
	text-decoration: underline;
}

#Content{
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
}

#Content H1{
	font-size:12px;
}
#Content a{
	text-decoration: none;
	color:#000000;
}

#Footer{
	clear:both;
	background:url(../images/Footer-bkg.jpg);
	color:#FFFFFF;
	margin: 0 auto;
	width:797px;
	height:30px;
	text-align:center;
	padding-top:10px;
}

#Footer a{
	text-decoration:none;
}
#Footer a:link {
	color:#ffffff;
}
#Footer a:visited {
	color:#ffffff;
}
#Contacts{
	width:500px;
	
}

#Contacts h1{
	font-size:16px;

}

#Contacts-Left{
	float:left;
	width:250px;
}

#Contacts-Right{
	float:right;
	width:250px;
}
#Contacts-Bottom{
	clear:both;
	text-align:left;
}

#Services{
	width:500px;
	font-size:12px;
}
#Services h1{
	font-size:18px;
}
#Services h2{
	font-size:14px;
	}
#Line-Card {

}
#Line-Card h1{
	font-size:18px;
}

	
#Footer a:hover{
	text-decoration:underline;
}
#ContactUsForm
{
	padding: 0px;
	width: 400px;
	height: auto;
	top: 0px;
	
}

/** Clases **/
.ContactUsFormLeft
{
	text-align:left;
}
.ContactUsFormRight
{
	text-align:right;
}

