/**********************************
	all pages stylesheet
**********************************/

html {
	background:transparent url(images/header-background-top.gif) repeat-x scroll center top;
	display:table;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}

body, div, p, h1, h2, h3, h4, h5, h6, img, script, noscript, form, br, input, label, hr, fieldset {
	margin: 0;
	padding: 0;
	font-weight:normal;	
}

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

/* layout
-------------------------*/

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	border:none;
	padding-top:30px;
} 

#menu,#middle_content, h1 {
	margin-left:35px;
}

#menu {
	float:left;
	width:735px;
	margin-top:10px;
	position: relative;
	z-index: 9999999;
}

#header {
         margin:0 0 30px 0;
}

#middle_content {
	background-color:#fcfcfc;	
	margin-top:-2px;	
}

#intro {
	width:540px;
	float: left;	
	margin-right:100px;
	padding:20px;	
}

#footer {
	clear:both;
	margin:300px 0 50px 0;
}

#footer p {
	font-size:11px;
	line-height:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:900px;	
}

/* hides javascript icon to open in new window for facebook icon */
#footer img {
	display:none;
}
#footer a img {
	vertical-align:middle;
	display:inline;
}
#footer p#copy {
	width:450px;
	text-align:center;
}

#footer p a {
	margin-left:3px;
}

/*
#footer p {
	width:450px;
	margin-left: auto;
        margin-right: auto;
	text-align:center;
	font-size:11px;
}
*/

fieldset {
       border:none;
}

label {    
       display: block;  
}

#intro input.InputField {
       margin:5px 0 10px 0;
}

#intro form p {
      padding:0;
      margin:0;
}

#search {
	float:right;
	width:210px;
	margin:10px 0 30px 0;
	padding:5 0 0 0;
}

#search form {
	color:#666666;
	margin:5px 0 0 0;
	font-size:10px;
}

#ajaxSearch_input {
	background-color:#EEE;
	background-repeat:no-repeat;
	width:140px;
	height:15px;
	padding-top:2px;
	border:0;
	margin:11px 0 0 0;
	font-size:10px;
}

#ajaxSearch_submit {
	background:transparent url(images/search_button.jpg) no-repeat left top;	
        text-transform: capitalize;	
	width:65px;
        height:20px;
        margin:10px 0 0;
	border:0;    
}


object {
outline:none;
}
