/* CSS Document */

/*##############################################################
  Eric Meyer's Latest version of Reset.css (includes Baseline)
##############################################################*/ 

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0}
table {border-collapse: collapse; border-spacing: 0}
ol, ul {list-style: none; }
q:before, q:after,
blockquote:before, blockquote:after {content: ""}

/*#######################
  Element Styles 
#######################*/

body {font-size:12px; font-family:Arial, Verdana, Helvetica, sans-serif; color:#262626; background-color:#D4EEFB}
a {outline:none; color:#35a3e2}
	a:hover {text-decoration:none}
p {line-height:1.25em; margin:5px 0}
small {font-size:.95em}
em {font-style:italic}

h1 {margin-top:10px; font-size:2.25em; color:#fff}
h2 {margin-bottom:15px; font-size:2em}
h3 {font-size:1.25em; font-weight:bold}
h4 {font-size:2em; color:#6E6F64}

/*#######################
  Layout Styles 
#######################*/
 
#wrapper {width:800px; overflow:hidden; margin:10px auto; background:#fff url(../images/content_wrapper_bg.jpg) right bottom repeat-y}
	#content_wrapper {float:left; width:600px}

	#header {float:left; display:inline; background-color:#ffa800; width:600px; border-top: 5px solid #eb9c03;}
        #title {width:459px; padding:0 17px 18px 17px; background-color: #ffa800; float:left}
        #logo {background-color:#ffa800;   width:107px; float: right }    
		#title p {margin-top:15px; font-size:1.45em; font-family:Arial, Verdana, Helvetica, sans-serif; font-style:italic; color:#fff}

		/* Sidebar */		
		#sidebar {float:left; display:inline; padding:0 10px; width:180px; color:#fff; background-color:#D1452A /*#D7422B*/}
	
		#navigation { margin-top:15px}
			#navigation li {font-size:1.5em; width:180px}
				#navigation li a {display:block; width:170px; padding:7px 5px; margin:10px 0; color:#fff; text-decoration:none}
					#navigation li a:hover {background-color:#6E6F64 /*#3fd230*/}
				#navigation .dropdown_link a {margin-bottom:0}
			
				/* Drop-Down Menu */		
			#navigation .dropdown_link {position:relative}			
				#dropdown {position:absolute; top:auto; left:-999em; width:180px; background-color:#6E6F64}
				#navigation li:hover #dropdown, #navigation li.sfhover #dropdown {left:0}
					#navigation #dropdown li {width:auto; margin:0; border:none; text-transform:none; font-size:.8em; background:none}
						#navigation #dropdown li a {display:block; padding:5px 5px 5px 15px; border:none; text-decoration:none; color:#fff; background:none}
							#navigation #dropdown li a:hover {text-decoration:underline; border:none}
							
				#sidebar h3 {margin-top:30px; padding-top:35px; border-top: 2px solid #464646}
				#link_list {margin-left:20px; list-style-type:decimal}
					#link_list li {margin:10px 0; font-style:italic}
						#link_list li a {display:block; padding:5px; color:#D4EEFB; text-decoration:none}
							#link_list li a:hover {color:#fff; background-color:#464646}
					.button {margin:0 0 20px 0;background:#35A3E2}
						.button a {display:block; padding:8px 0; text-align:center; text-decoration:none; font-weight:bold; color:#fff}
							.button a:hover {background:#4fb5f0}
									
		#content {clear:both; float:left; display:inline; padding:18px 17px 0 17px; width:566px}
			#content p {margin:15px 0; line-height:1.5em}
			#content img {float:right; display:inline; margin:0 0 15px 15px}
			#content ul{margin: 15px; list-style: circle;} 
            #content li {padding-bottom: 2px;}
			/* Form Styles */
			#content input, textarea {width:350px}	
			#content input#submit {width:auto; font-weight:bold}		
            .Normal-C5 { color: red ; }												
		
		#print {padding:2px 0 3px 30px; background:url(../images/print_icon.jpg) left top no-repeat}								
		
		#footer {clear:both; padding:10px 17px; width:566px; margin:60px 0 0 0; line-height:none; font-size:.9em; background-color:#edecec}												
