/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
div#home {
	background: url(../templates/images/bg_home.jpg) repeat-x 0 94px #7333a1;
}

body {
	background-color: #7433a2;
}
/* @end */

/* @group Layout */

#header { 
	width: 100%; 
	height: 94px; 
	background: url(../templates/images/bg_header.gif) repeat-x; 
} 

#header_content { 
	position: relative; 
	width: 900px; 
	margin: auto; 
} 

.header_search_field { 
	position: absolute; 
	right: 100px; 
	top: 50px; 
	width: 119px; 
	w\idth: 114px; 
	height: 19px; 
	he\ight: 17px; 
	padding: 2px 0 0 5px; 
	/*background: url(../templates/images/bg_search_box.gif) no-repeat; */
	border: none; 
} 

.header_search_button {
	position: absolute; 
	right: 35px; 
	top: 50px; 
}

.home_content { 
	width: 900px; 
	height: 569px; 
	margin: auto;
	
}

.home_content div {
	height: 569px;
}

#content {
	/*border: 1px solid #000; */
}
#flashheader {
	margin-top: -1px;
	/*border: 1px solid #000; */
}

.externallinks {
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 617px;
}

.externallinks img {
margin-right: 10px;
}

#footer { 
	width: 100%; 
	height: 114px;
	background: url(../templates/images/bg_footer.gif) repeat-x; 
	margin: 0;
	text-align: center;
	color: #9e73bd;
	font-size: .92em;
}
p.footer-links {
	padding-top: 35px;
	margin-bottom: 5px;
}
#footer a:link, #footer a:visited {
	color: #9e73bd;
}
#content {
	padding: 1px 0;
	overflow: hidden;
}

#home #footer {
	background: none!important;
}

.home_footer {
	height: 140px !important;
	/*background: url(../images/bg_footer_home.gif) repeat-x !important;*/ 
} 
	
/* @end */

/* @group Nav */
	
/* @end */

/* @group Headings */
h1 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link, a:visited {
	color: #2f1650;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
