/* ----------------------------

Name:     Resolution Copper

Developer: Park&Co

URL:      wwww.parkandco.com

Date:     March 25th, 2009 v1.0

----------------------------------------------- */


/* CSS Reset ----------------------------------------------- */
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 16px; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }



/* General Styles ----------------------------------------------- */

	body {font-family: 'Arial', Helvetica, San-Serif normal; text-align: center; min-width: 900px; color: #666; background: #fff;}
	
	h1 {font-size: 2.25em; font-weight: bold;}
	
	h2 {font-size: 2.15em; font-weight: bold; margin-bottom: 8px;}
	
	h3 {font-size: 1.0em; font-weight: bold;  margin-bottom: 4px;}
	
	h4 {font-size: 0.813em; font-weight: bold; margin-bottom: 4px;}
	
	h5 {font-size: 0.813em; font-weight: normal; font-style: italic; margin-bottom: 8px;}
	
	p {font-size: 0.813em;  margin-bottom: 12px; }
	
	#content ul {font-size: 0.813em; margin-bottom: 10px;}
	
	#content ol {font-size: 0.813em; margin-bottom: 10px;}
	
	#content li {margin-bottom: 12px; padding-left: 30px; list-style: disc;}
	
	strong {font-weight: bold;}
	
	em  {font-style: italic;}
	
	img {}
	
	blockquote {}
	
	a {color:#257471;}
	
	a:hover {color:#252b3f; text-decoration: none;}
	
	a:visited {color:#252b3f;}
	
	.clear {clear: both;}



/* Positioning Styles ----------------------------------------------- */

	#wrapper {margin: 0 auto; width: 860px; text-align: left; padding:20px 20px 50px 20px;; background-color: #fff;}
	
	#left-col {width: 430px; float: left;}
	
	#right-col {width: 430px; float: right; }
	
	#logo {}
	
	#nav {}
	
	#header {margin: 0 auto; width: 900px; text-align: left;}
	
	#footer {background: #e5e5e5; height:100px; width:100%; margin-top: 10px;}
	
	#footer p{font-size: 12px; font-weight: bold; padding-top: 20px;}
	
	#footer p a {color:#252b3f; text-decoration: none;}
	
	#footer p a:hover {text-decoration: underline;}
	
	#footer p a:visited {color:#252b3f;}



/* Navigation Styles ----------------------------------------------- */
	
	/*Main Nav Styles*/
	
		#nav ul {}
		
		#nav ul li {float: left; display: inline; padding-left: 15px;}
		
		#nav ul li a {color:#000; font-weight: bold; text-decoration: none; font-size: 1em; padding: 5px;}
		
		#nav ul li a:hover {color:#e5e5e5;}
		
		#nav ul li a:visited { color:#e5e5e5;}

			/* Nav State Styles */
			
			#home  a.nav-1, #home  a.nav-2, #home  a.nav-3, #home  a.nav-4, #home  a.nav-5 { color:#98ee13;}
	
	/*Sub Nav Styles*/
	
		#sub-nav ul{}
		
		#sub-nav li {}
		
		#sub-nav li a {text-decoration: none; color: #252b3f; padding: 5px;}
		
		#sub-nav a:hover { color: #91c926; text-decoration: underline;}
		
		#sub-nav li.subvisited {background: #aeadad; color: #fff;}
		
		.subnav-1 a.subnavlink-1, .subnav-2 a.subnavlink-2 { color: #91c926; background-color: #3c4347;}



/* Home Page Styles ----------------------------------------------- */


/*General Supporting Page Styles----------------------------------------------- */

	.breadcrumb {font-size:11px; font-weight: bold; color: #5f6666; margin-bottom: 10px;}
	
	.breadcrumb a, .breadcrumb a:visited {color: #5f6666; text-decoration: none;}
	
	.breadcrumb a:hover {text-decoration: underline;}
	
	.supporting-img {border: 1px solid #999; background-color: #fff; padding:7px;}









































