/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {
	height: 100%;
	min-height: 700px;
	text-align: left;
	z-index: -3;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1010px;
  margin: 0 auto;
}

#content[id],
#width[id] {
	height: auto;
	width: 1010px;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	position: relative;
	height: 207px;
	background-color: #133852;
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	z-index: 0;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFF;
	display: none;
}

#header h2 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
	display: none;
}


/* Sets where the header images will go */
#header img.graphic {
	position: absolute;
	z-index: 1;
	top: 55px;
	left: 50px;
	width: 156px;
	height: 108px;
}

#header img.title {
	position: absolute;
	z-index: 3;
	top: 79px;
	left: 210px;
}




/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	float: left;
	width: 100%;
	clear: both;
	padding-bottom: 4em;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	min-height: 160px;
	z-index: 1;
	height: 100%;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
	clear: both;
}

/* Sets the width of the footer content */
#footer #width {
	position: relative;
	z-index: 1;
	font-size: 0.85em;
	text-transform: lowercase;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 0.5em;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 73%;
}
.width66 {
  width: 66%;
}
.width50 {
  width: 48%;
}
.width33 {
  width: 32.7%;
}
.width25 {
  width: 24.8%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left; 
}


#header #title {

	position: absolute;
	z-index: 0;
	top: 64px;
	left: 150px;
	padding: 0px;
	text-align: center;
	width: 350px;
	height: 90px;
}
#header #cadu_logo {
	position: absolute;
	z-index: 2;
	top: -365px;
	background-image: url(../images/banner/logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 461px;
	height: 582px;
	right: 52px;
	background-color: 123951;
}
#bluebar {
	float: left;
	width: 100%;
	clear: both;
	height: 2px;
	background-color: #123951;
	position: relative;
}
.spacer5 {
	height: 5em;
	clear: both;
}
.spacer2 {
	height: 2em;
	clear: both;
}
#header_frontpg {
	position: relative;
	height: 532px;
	background-color: #133852;
	background-repeat: repeat-x;
	background-position: top;
	overflow: hidden;
	z-index: 0;
}
.blue_bg {
	background-color: #133852;
}
.white_bg {
	background-color: #FFFFFF;
}
#footer .blue_bg {
	background-color: #133852;
	color: #9CB6C6;
}
#footer .white_bg {
	background-color: #FFFFFF;
	color: #133852;
}
#footer #width a {
	color: #9CB6C6;
	text-decoration: none;
}
#footer #width a:hover {
	text-decoration: underline;
}
.pad-15 {
	padding: 15px;
}
.pad-25 {
	padding: 25px;
}
#google_contact iframe {
	border: 1px #ccc solid;
	padding: 6px;
	margin: 0px;
	padding: 0px;
}
