@charset "utf-8";
/* CSS Document */
/*2010-02-21*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666;
}

/* normalize/ZERO */
body, p {
	padding:0;
	margin:0;
}
img {
	border:0;
}
/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
:focus {
  -moz-outline-style:none;
}

/*site container wrapper*/
#wrppr {background-color:#fff;}


/*MAIN NAV*/
#nav { /*container*/
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding:10px 0 5px 50px;
	margin:15px 0 0 0;
	width:515px;
	height:70px;
	background-image: url(imgs/nav-dropshadow-bg.png);
	background-repeat: no-repeat;
	background-position: -125px top;
	position:relative;
	z-index:200;	
	float:left;
}
#nav h2 {
	text-transform: none;
	padding:0;
	margin:0;
	float:left;
	font-size:1.3em;
}
#nav h3 {
	text-transform: none;
	padding:0;
	margin:30px 0 0 0;
	clear:left;
	font-size:2.1em;
	font-weight:normal;
	color:#cc9;
	font-style: normal;
	font-variant: normal;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width:75%; /*width given to fix heading container spanning on top of contact link*/
}
#nav p {
	color: #cc9;
	text-transform: none;
	float:left;
	clear:left;
	padding:0;
	margin:7px 0 0 0;
	line-height:16px;
	width:75%;
	font-weight:normal;
}
#nav p span {
	font-size:.9em !important;
}
#nav ul { /*main NAVigation*/
	list-style-type: none;
	padding:0;
	margin:0 36px 0 0;
	float:right;
	font-size:.9em;
	line-height:13px;
	font-weight:bold;
}


/*LINKS*/
#nav a:link, #nav a:visited {
	color: #fff;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	color: #9cc;
}
#nav p a:link, #nav p a:visited {
	color:#cc9;
}
#nav p a:hover, #nav p a:active {
	color:#fff;
	border-bottom:1px solid #fff;
}

/*SUB NAV*/
/*sub navigation links*/
#sub-nav {
	font-size:10px;
	line-height:1.1em;
	float:right;
	clear:left;
	width:104px;
	height:72px;
	background-image: url(imgs/sub-nav-bg.png);
	background-repeat: no-repeat;
}
#sub-nav ul {
	list-style:none;
	margin:13px 0 0 16px;
	padding:0;
}
#sub-nav li {margin-bottom:3px;}
#sub-nav a:link, #sub-nav a:visited {
	color: #fff;
	text-decoration:none;
}
#sub-nav a:hover, #sub-nav a:active {
	color: #983C2C;
}

/*SUB-tab = color fields, landscapes... etc.*/
#sub-tab ul {
	list-style:none;
	padding:0;
	margin:0;
	font-size:1.1em;
	display: inline-block;
}
#sub-tab ul li {
	display:inline-block;
	margin-right:20px;
	float:left;
}
#sub-tab a:link, #sub-tab a:visited {
	color: #000;
	text-decoration:none;
}
#sub-tab a:hover, #sub-tab a:active {
	color: #983C2C;
}

/* CONTENT */
#content {
	background-color: #fff;
	width:100%;
}
/*LINKS*/
#content p a:link, #content p a:visited {
	color:#000;
text-decoration:none;
}
#content p a:hover, #content p a:active {
	color:#000;
	border-bottom:1px solid #000;
}

/*FOOTER*/
#footer {
	color: #fff;
	background-color: #666;
	padding:8px 0 25px 50px;
	clear:both;
}

img.icon {width:18px; height:auto;}