
/* CSS Document */

/*AACIS Copyright 2009*/

/* Colors
Dark Blue 	#001A30
Blue		#002666
Orange		#FB7015
Yellow		#F6D600
*/

body
{
    color: #1d2b5a;
    background: #001a30 url(images/blue-gradation.jpg) repeat-x left top;
    font-family: Calibri;

}
h1					{font-size: 150%; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #c97107;}
h2					{font-size: 135%; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  color: #c97107;}
h3					{font-size: 115%; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  color: #000000;}
h4					{font-size: 110%; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;  color: #000000;}

a:link 				{color: #FB7015; text-decoration:none;}
a:visited			{color: #FB7015; text-decoration:none;}
a:hover 			{color: #FB7015; text-decoration:underline;}
a:active 			{color: #FB7015; text-decoration:none;}

#TopTag
{
    width: auto;
    margin: 0 auto;
    color: #F6D600;
    font-size: 20px;
    height: 60px;
}
.HomeLogo
{   
        width: 440px; 
        height: 60px; 
        left: -26px; 
        top: 0px;
    position: relative;
    margin-left: 30px;
    z-index: 999;
}
.HomeTitle
{
    width: 611px;
    height: 30px;
    left: 470px;
    top: -45px;
    position: relative;
    margin-left: 5px;
    z-index: 999;
    font-family: Calibri;
    font-size: large;
    font-weight: bold;
}

#HomeHeader
{
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    clear: both;
    background: url(images/alamo-area-community-information-system.png) bottom left no-repeat;
}
#HeaderPg2
{
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 10px 10px 0px 10px;
    clear: both;
    background: url(images/blue-box.png) bottom left no-repeat;
}
#Header
{
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0px;
    clear: both;
    border-bottom: solid 6px #F6D600;
}

#PageWrapper
{
    width: auto;
    margin: 0 auto;
    clear: both;
    background: url(images/side-shadow.png) top left repeat-y;
}
#PageContainer
{
    width: auto;
    background: #ffffff;
    margin: 0 auto;
    padding: 0px;
    clear: both;
}

#TopYellow
{
    width: auto;
    height: 6px;
    background: #F6D600;
}

#Navigation			{width: auto; background: #FFFFFF url(images/nav-bar.jpg) top left repeat-x; height: 30px; padding: 8px 10px 2px 10px; text-align: center; font-size: 18px; color: #006BB7;}

#Navigation a		{color: #1d2b5a; text-decoration:none;}
#Navigation a:hover	{color: #FB7015; text-decoration:none;}


#PageContent
{
    width: auto;
    background: #FFFFFF border-bottom: #F6D600 6px solid;
    clear: both;
    font-family: Calibri;
    font-size: x-small;
}
#ContentContainer
{
    width: auto;
    padding: 25px;
    clear: both;
}
#ContentContainerHome
{
    width: auto;
    padding: 0px 0px 0px 0px;
    clear: both;
}
#ContentContainer
{
    width: auto;
    padding: 25px;
    clear: both;
}
#ContentContainerHome
{
    width: auto;
    padding: 0px 0px 0px 0px;
    clear: both;
}
#SideNavigation		{width: 250px; padding: 0px 30px 20px 0px; float: left;}
#SideNavigation li 	{list-style-type: square; color: #FB7015;}
#SideNavigation span {color: #000000; font-size: 16px;}

#RightContent		{width: 620px; padding: 0px; float: left;}
#EndContent			{width: 900px; clear: both;}
#PageFooter
{
    width: inherit;
    height: 40px;
    margin: 0 auto;
    padding: 0px;
    clear: both;
    background: url(images/page-footer-counties.png) bottom left no-repeat;
}
#ContactFooter
{
    width: auto;
    margin: 0 auto;
    padding: 0px;
    clear: both;
    text-align: center;
    color: #FFFFFF;
}

#HomeLogo			{width: 360px; height: 130px; position: absolute; z-index:999; background: url(images/AACIS-Logo-White-with-shadow.png) }

.copytxt			{font-size: x-small;}
.pg2float
{
    width: auto;
    height: 175px;
    position: absolute;
    z-index: 999;
    margin-left: -10px;
    margin-top: -10px;
}



