/* Start of CMSMS style sheet 'AEX-Home page' */


/* center wrapper, min max width */
div#pagewrapper {
	color: black;
	width: 775px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
	height: 108px;
	position: relative;
}

div#header h1 a {
	display: block;
	height: 100px;             /* adjust according your image size */
	text-indent: -999em;  /* this hides the text */
	text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
	background-image: url(images/cms/logo1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 402px;
	position: absolute;
	top: 5px;
}
#home-image{

}
div#search {
	float: right;
	width: 23em;     /* enough width for the search input box */
	text-align: right;
	position: absolute;
	top: 10px;
	right: 0px;
}

div.breadcrumbs {
	font-size: 90%;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 2em;
	margin-left: 1em;
	display: block;
	padding-bottom: 1em;
	padding-top: 5px;
}

div#content {
	margin-top: 0em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: 0;
}

div#main {
	margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
	margin-right: 2%; /* and some air on the right */
	margin-top: 10px;
}


div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
	clear:both;       /* keep footer below content and menu */
	color: #E0DFE3;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #C1AEA0;
	padding-top: 1px;
	background-image: url(images/cms/footer-repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

div#footer p {
	font-size: 0.8em;
	padding: 1.5em;      /* some air for footer */
	margin:0;
	color: #876C58;
}

div#footer p a {
   color: #624327; /* needed becouse footer link would be same color as background otherwise */
}
div#footer img {
	position: relative;
	top: 0.5em;
	right: 15px;
}


/* End of 'AEX-Home page' */

