/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	/*background:#FFF;*/
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/*==========================================================================================================================*/

html {
	background-image: url(../images/web/bg-dark-green.jpg);
	background-repeat: repeat;
	
	
}


body {
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../images/web/bg-dark-green.jpg);
	background-repeat: repeat;	
	
	
}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#FFCC00;
	margin-bottom:10px;
	font-weight:bold;
	text-transform: uppercase;	
}





/* TOP */
#top-container {
	width:100%;
	height:149px;
	background-color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
}

#top-body-container {
	width:1000px;;
	height:149px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	width:300px;;
	height:149px;
	float:left;
	background-image:url(../images/web/logo.png);
	background-repeat:no-repeat;
}
#logo2 {
	width:620px;;
	height:70px;
	float:right;
	margin-top:10px;
	background-image:url(../images/web/logo-2.png);
	background-repeat:no-repeat;
}

#top-nav {
	width:690px;
	height: 40px;
	margin-top:30px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	text-transform: uppercase;
	color: #FFCC00;
}
#top-nav ul li {
	float:left;
	display:inline;
	text-align:center;
}

#top-nav ul  {
	width:690px;
	float:left;
	list-style-type:none;
	margin:0;
	height:30px;
	padding:0;
}

#top-nav a:link, #top-nav a:visited {
	float:left;
	display:inline;
	text-align:center;
	text-decoration:none;
	color:#FFCC00;
	height:30px;
	width:95px;		
}

#top-nav a:hover {
	float:left;
	display:inline;
	text-align:center;
	text-decoration:none;
	color:#000;
	height:29px;
	width:93px;
	background-color:#FFCC00;
	font-weight:bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFC;
	border-right-color: #FFC;
	border-left-color: #FFC;
}



/* MIDDLE-TOP */
#middle-container {
	width:1000px;
	height:722px;
	background-image:url(../images/web/bg-light-green.jpg);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	
}

#middle-top {
	width:1000px;
	height:300px;
	float:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
}

#middle-top-nav {
	width:300px;
	height:300px;
	float:left;
}

#left-nav {
	width:300px;
	height:280px;
	margin-top:10px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #330000;
	font-weight:bold;
	
}

#left-nav ul li {
	float:left;
	display:block;
	text-align:left;
	width:300px;
	height:40px;
}

#left-nav ul  {
	float:left;
	list-style-type:none;
}

#left-nav li a:link, #left-nav li a:visited {
	float:left;
	display:block;
	color:#330000;
	text-decoration:none;
	text-align:left;
	width:270px;
	height:23px;
	padding-top:14px;
	padding-left:30px;

}

#left-nav li a:hover {
	float:left;
	display:block;
	color:#330000;
	text-decoration:none;
	text-align:left;
	width:280px;
	height:23px;
	padding-top:13px;
	padding-left:30px;
	background-color:#FFCC00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFC;
	border-bottom-color: #FFC;	
}




#middle-top-flash {
	width:690px;
	height:300px;
	margin-left:10px;
	float:left;
}


/* MIDDLE-BOTTOM */
#middle-bottom {
	width:1000px;
	float:left;
}

#form-container {
	width:300px;
	height:400px;
	float:left;
	margin-top:20px;
	background-image:url(../images/web/form-bg3.jpg);
	background-repeat:no-repeat;
}







#middle-bottom-info{
	width:690px;
	height:380px;
	float:left;
	margin-top:20px;
	margin-left:10px;
	overflow:auto;
}

#middle-bottom-info p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFC;
	line-height:24px;
}

#middle-bottom-info h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#FFCC00;
	margin-bottom:10px;
	font-weight:bold;
	text-transform: uppercase;	
}


#middle-bottom-info strong {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#FFF;
	line-height:24px;
	font-weight:bold;
	margin-bottom:10px;
}


#middle-bottom-info p a:link, #middle-bottom-info p a:visited {
	color:#FFF;
	text-decoration:underline;
}

#middle-bottom-info p a:hover {
	color:#006;
	text-decoration:underline;
}


/* FOOTER */
#footer-container {
	background-color: #000;
	height: 25px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align:center;
	padding-top:5px;
}

#footer-container a:link {
	text-decoration:none;
	color:#CCC;
}
#footer-container a:visited {
	text-decoration:none;
	color:#CCC;
}
#footer-container a:hover {
	text-decoration:underline;
	color:#FFCC00;
}






