/* --------------------------------------------------------------------------------------------------
	Title:		Amy Cornwell CSS Document
			
	Author:		Hansen Multimedia
	Artist:		Brian Hansen
	Date:		March 23rd, 2010
------------------------------------------------------------------------------------------------------ */

* { margin: 0; padding: 0; }

body {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: arial,helvetica,sans-serif;
	color: #643b1f;
	font-size: 12px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	line-height: 21px;
	background-color: #eae2ca;
}

.clearer { height: 0; line-height: 0px; clear: both; }
.print { display: none; }

#constraint { width: 950px; margin: 0 auto; text-align: left; }

/*  ---------------------------------------------------------------------------
	=framing
------------------------------------------------------------------------------- */

.frame { width: 950px; border: none; margin-top: 0px; padding: 0px;}

/*  ---------------------------------------------------------------------------
	=Global Layout
------------------------------------------------------------------------------- */

h1 { font-size: 21px; padding: 10px 0px 12px 0px; line-height: 23px; color: #c6542b; }
h2 { font-size: 18px; padding: 0px 0px 12px 0px; text-transform: uppercase; color: #c6542b; }
h3 { font-size: 14px; padding: 0px 0px 12px 0px; color: #c6542b }

a  { color: #394ec7; text-decoration: none; }
a:hover { color: #B32725; }

p {padding: 0px 0px 12px 0px;}

#mainContent { width: 950px; padding: 0px 0px 5px 0px; background-color: #fff; border-top: solid 1px #C6542B; border-bottom: solid 1px #C6542B; }
#side { float: left; width: 210px; margin: 0px; padding: 10px 0px 0px 0px; }
#mainArea { float: left; width: 720px; margin: 0px; padding: 10px;}

/*	=header
---------------------------------------------------------------- */
#search {text-align: right; float: right;}
#sitelogo {width: 250px; float: left; margin: -35px 0px 0px 0px;}
#sitelogo .logo { float: left; margin: 0px; border: 0px; width: 250px;}
#headerimage {width: 950px; padding: 0px; margin: 0px 0px 10px 0px; border-bottom: 1px solid #666666;}

/*	=navigation
---------------------------------------------------------------- */
#mainNav { text-align: right; text-transform: uppercase;  padding: 8px 0px 15px 0px; font-family: "Myriad Pro", "Lucida Grande", Geneva, Arial, Verdana, sans-serif; }
#mainNav ul { float: right; text-align: right; margin: 0; padding: 0; list-style-type: none; font-size: 14px; text-align: center;}
#mainNav ul li { position: relative; float: left; display: inline; border-right: 1px solid #cccccc; /* IE6 background-color issue */ }
#mainNav ul .last { border-right: 0px;}

/* Styles for Menu Items */
#mainNav ul li a {
	height: 23px;	/* The dropdown disapears when you try to mouse-over it in IE7 - this fixes that issue. */
	line-height: 23px;	/* sets the height of the box */
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding: 0px 13px 0px 13px;
}

/* Fix IE. Hide from IE Mac \*/
* html #mainNav ul li { float: left; height: 1%; }
* html #mainNav ul li a { height: 1%; }

* html #mainNav ul li a { float: left;	 /* This float is needed for IE6 or else the main links will stretch accross the width of its container and will appear to display block. */ }
/* Th selector below prevents the over links from appearing to display inline. */
* html #mainNav li ul li { clear: both; }
/* End Fix IE*/

#mainNav ul li a:hover { color: #C6542B; }	/* Hover Styles */
#mainNav li:hover ul, #mainNav li.over ul { display: block; }	/* The magic */


#subNav { margin: 0px 0px 10px 0px; padding: 5px 0px 5px 0px; border-left: 5px solid #B32725; border-bottom: 1px solid #666666; border-top: 1px solid #666666; }
#subNav-inner { padding: 0px 10px 0px 10px; }
#subNav ul { list-style-type: none; text-align: left; margin: 0px;}
#subNav ul li { }
#subNav ul li a { padding: 0px 5px 0 10px; font-size: 11px; font-weight: bold; line-height: 17px; color: #304A8A }
#subNav ul li a:hover { color: #B32725; }


/*	=footer
---------------------------------------------------------------- */

#footer { width: 950px; background-color: #eae2ca; margin: 5px 0 5px 0; padding: 0px; border-top: 2px solid #C6542B; border-bottom: 2px solid #C6542B;}
#footer-inner { padding: 10px; }
#siteCredits { 
	width: 930px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: right;
	font-size: 10px;
	text-decoration: none;
	color: #643b1f;			
}

 #siteCredits a { 
	font-size: 10px;
	text-decoration: none;
	color: #643b1f;			
}

 #siteCredits a:hover { 
	color: #C6542B;
}

