﻿/*Axis CMS 5 style sheet  for area homepages */

/* home home home homepage */

#mainhome
{
	width: auto;
	font-family: Verdana;
	font-size: 108%;
	clear: both;	
}

#mainhome a:hover
{
	text-decoration: underline;
	color: #3f6b8c;
}

#logo
{
	margin-bottom: 0px;
	color: #fff;
}

#logo img
{
	float: left;
	margin-right: 20px;
}

#logo #strap1
{
	font-size:138.1%;
	margin: 1.3em 0 0 0;
}

#logo #strap2
{
	font-size:108%;
	margin: 0;
}

#mainhome #badge
{
	float: right;
	position: relative;
	left: -20px;
	top: -70px;
	height: 0px;
}

#mainhome .column1, #mainhome .column2 
{
	margin-right: 30px;
	float: left;
}

#mainhome .column3, #mainhome .columnTwitter
{
	margin-right: 0px;
	float: left;
}

#mainhome .top
{
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

#mainhome .top .gradient
{
	width: 250px;
	height: 9px;
}

#mainhome .top img
{
	padding-top: 0.3em;
}

#mainhome .bottom
{
	background: #fff url('/newimages/homefade.png') repeat-x scroll bottom;
	height: 250px;
	padding: 0.5em;
	font-size: 93%;
}

#mainhome .bottom a
{
	text-decoration: none;
	padding-right: 15px;
	background: url('/newimages/arrow-black.gif') no-repeat scroll right center;
}

#mainhome .bottom ul
{	
	margin: 0; 
	padding: 0;
}

#mainhome .bottom ul li
{
	list-style-type: none;
	list-style-position:outside;
}

.awdcredit
{
	clear: both; 
	margin-left: 35px; 
	font-size: 90%;
}



/* dialogue area home */

#maindialogue
{
	float: left;
	width: 830px;
	overflow: hidden;
	background-color: transparent;
	font-family: Verdana;
	font-size: 93%;	
}

#maindialogue #content
{
	margin: 0;
	padding: 0;
	overflow: visible;
	background-image: url('/newimages/dialoguebackground.gif');
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: scroll;
}

#maindialogue .column1, #maindialogue .column2, #maindialogue .column3, #maindialogue .columnTwitter
{
	float: left;
	margin-left: 16px;
	padding: 0 1em 1em 1em;
/*	background: #fff url('/newimages/homefadedialogue.png') repeat-x scroll top left; */
/*	background: #fff url('/newimages/homefadedialogue.gif') repeat-x scroll top left; */
	background: #fff url('/newimages/homefadedialoguenew.jpg') repeat-x scroll top left;
}

#maindialogue .column1            { min-height: 700px; width: 285px; margin-bottom: 15px; margin-left: 0;}
#maindialogue .column2            { min-height: 410px; width: 220px; margin-bottom: 15px;}
#maindialogue .column3            { min-height: 502px; width: 480px; margin-bottom: 0px;}
#maindialogue .columnTwitter    { min-height: 520px; width: 480px; margin-bottom: 0px;}

#maindialogue .column4
{
	width: 805px;
	background-color: white;
	border-top: dotted 1px #66bc29;
	border-bottom: dotted 1px #66bc29;
	padding: 1em;
	margin-top: 15px;
}

#maindialogue .column4 ul, #maindialogue .columnTwitter ul
{
	padding: 0;
	margin: 0;
}

#maindialogue .column4 ul li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0pt;
	padding: 0pt 0pt 1em 0;
	display: block;
	width: 170px;
}

#maindialogue .column4 a
{
	background: url('/newimages/arrow-dialogue.gif') no-repeat scroll right 5px;
	padding-right: 15px;
	text-decoration: none;
}

/*
#maindialogue .columnTwitter
{
	float: left;
	margin-top: 15px;
	padding: 0.7em 2em 0.3em 0em;
	background-color: #fff; 
	min-height: 120px; 
	width: 57%; 
	margin-right: 2%; 
}
*/

#maindialogue .columnTwitter ul li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 1em 0 0;
	padding: 0;
}

#maindialogue .columnTwitter .followme
{
	float: right;
	margin-top: 0.5em;
}

#maindialogue #frisbee
{
	position: relative;
	left: 120px;
	top: -40px;
}

#maindialogue h2
{
	font-family: Georgia, Times New Roman, Times New Roman, Serif;
	font-size: 220%;
	color: White;
	font-weight: normal;
	margin: 3px 0.5em 1em 0;
}

#maindialogue h3
{
	margin-top: 1.5em;
	margin-bottom: 0.2em;
}

#maindialogue h3 a
{
	text-decoration: none;
}

#maindialogue p
{
	margin-top: 0;
	margin-bottom: 1em;
}

#maindialogue .work
{
	text-align: center;
	margin-top: 1.5em;
}


