@charset "UTF-8";
/* CSS Document */

/* begin yahoo reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td 
{  
	margin:0; 
	padding:0; 
} 

table 
{ 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img 
{  
	border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var 
{ 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul 
{ 
	list-style:none; 
} 

caption,th 
{ 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 
{ 
	font-size:100%; 
	font-weight:normal; 
} 

q:before,q:after 
{ 
	content:''; 
} 

abbr,acronym 
{ 
	border:0; 
} 

/* end yahoo reset */

html 
{
	background: #fdfdfd url(../images/plans_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

a {text-decoration: none; color:#F00;}

h1 { font-size:18px; color: #ee232b;}

#master 
{
	border: 1px solid #898989;
	background-color:#FFF;
	width: 806px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	overflow: hidden;
	padding-bottom: 34px;
}

#header 
{
	width: 806px;
	height: 144px;
	background: url(../images/red_bg.jpg) repeat-x;
	position: absolute;
}

#header p 
{
	color: #ffffff;
	font-size: 10px;
	margin: 110px 0 0 140px;
}

#logo a
{
	width: 94px;
	height: 116px;
	background: url(../images/aliso_logo.jpg);
	position: absolute;
	top: 68px;
	margin-left: 36px;
}

#navigation 
{
	width: 430px;
	height: 20px;
	position: absolute;
	right: 22px;
	margin-top: 29px;
	font-size: 13px;
	font-weight: bold;
	
}

#navigation li a
{
	float: right; display: inline;
	margin-right: 18px;
	color: #4e4e4e;
}

#navigation li a:hover 
{
	color: #ee232b;
}

#flash 
{
	width: 733px;
	height: 243px;
	background: #000000;
	position:relative;
	margin: 188px 0 0 34px;
}

.recenthighlights 
{
	font-size: 13px;
	color: #999999;
	margin: 12px 0 0 34px;
}

.highlightcontainer 
{
	width: 232px;
	margin: 12px 18px 0 0;
	float: left; display: inline;
}

.highlightcontainer img 
{
	margin-bottom: 13px;
}

.highlightcontainer h1 
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
} 

.first 
{
	margin-left: 34px;
}

.aboutustitle 
{
	margin: 10px 0 0 34px;
	font-weight: bold;
}

.bigtitle 
{
	font-weight: bold;
}

.description 
{
	margin: 10px 34px 0 34px;
}

.list
{
	float: left; display: inline;
	margin: 10px 0 0 34px;
}

.controller 
{
	clear: left;
}


.logos 
{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 5px;
	overflow: hidden;

}

.logos li 
{
	width: 100px;
	height: 100px;
	margin: 15px;
	float: left;
	display: block;
	vertical-align: center;
	border: 1px solid #fff;
}






