body {
 font-family: Lucida Sans, Arial,  Helvetica, sans-serif;
   font-size: 13px;
   line-height: 1.6em;	
   color: #cc0c2f;
   margin:0em; /* gives some air for the pagewrapper */
   background: #fff url(../images/777bg.gif) repeat 50% 0; 
   	margin:20px;
}

* {
	margin:0;
	padding:0;
	
}

#wrapper {
margin: 0 auto;     /* this centers wrapper */
   width:960px; /* IE wont understand these, so we will use javascript magick */
 background: #fff;
}

* html #wrapper
{
	width:960px; /* IE wont understand these, so we will use javascript magick */
}

#innerwrapper {
	background:url(../images/innerwrapper.jpg) top repeat-x;
	background-color: #FFFFFF;
}
#innerbox {
	border: 1px solid #ccc;
	padding-bottom: 20px;
		min-height: 400px;

}

#header {
	height: 132px;
	background-color: #fff;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-bottom: 20px;

   }

#header input {
	width:150px;
	padding:5px;
	font:120% Arial;
	color:#999;
}

#share_logo {
	float: right;
	margin-right: 0px;
	height: 20px;
	width: 950px;
	position:relative;
	z-index:999;
}
#share_logo img{
	padding-bottom:0px;
}

#header input:hover {
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:7px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #CC0C2F;
	padding-top: 60px;
	font-weight: normal;
	padding-bottom: 10px;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}


#header .nav {
	clear:both;
	font-weight: bold;
	font-size: 11px;                           /* instead of the normal font size for <h3> */
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	width: 950px;
	margin-bottom: 40px;
	background-color: #ffffff;	
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header .nav a {
	padding: 5px 12px 5px 12px; /* padding inside the list item box */
	margin: 0; /* margin outside each list item box */
	text-decoration: none; /* no underline for links */
	color: #CC0C2F;
	border-right: 1px dotted #cccccc;
	padding:10px;
	text-align: left;
	display: inline;
}

#header .nav a:hover {
	background:#fff;
		color: #CC0C2F;

}

#header .nav li.active a{
  text-decoration: none; /* no underline for links */
	font-weight: bold;
   border-right: 1px dotted#cccccc;
   }

#header .nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header .subnav {
	padding:0px;
	margin-left: 10px;
	color:#DEEDF5;
	display:none;
	position:absolute;
	top:177px;
	width: 930px;
	border: 1px none #CCCCCC;
			background-color: #FFFFFF;

}
#header .active ul, #header li:hover ul{
	display:block;
}

#header .subnav li {
	list-style:none;
	display:inline;
		background-color: #FFFFFF;

}

#header .subnav a {
	color:#CC0C2F;
	text-decoration:none;
	padding:5px;
	font-size: 90%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CC0C2F;
}

#header .subnav a:hover {
	background:  #CC0C2F;
	color:#fff;
}

#header .subnav li.active a{
	color:#333;
}


#sidebar {
	float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
	width: 405px;    /* sidebar width, if you change this please also change #main margins */
	display: inline;  /* FIX ie doublemargin bug */
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 40px;
}

#sidebar  ul { list-style: none; 
 }


#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 20px 0;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#fefefe;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}


#content {
	margin:40px 30px 0 440px;
	padding:20px 0 0 20px;
	font-size: 13px;
}

#contentnorightbar {
	margin:40px 30px 0 440px;
	padding:20px 0 0 20px;
}

p {
	margin:15px 0;
	line-height:1.6em;
}

h2 {
	letter-spacing: 1px;
font-weight: bold;
   font-size: 24px; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
/* set borders around header */
   line-height: 1.5em;
/* and some air under the border */

   color: #cc0c2f; 
text-align: left; 
}

h2 a {
	color:#CC0C2F;
	text-decoration:none;
}

h2 a:hover {
	color:#333333;
	text-decoration: underline;
}


#footer {
	width: 960px;
	height: 120px;
	text-align: left;
	margin: 0 auto;		
font-size: 10px;
	background: #cc0c2f url(../images/footer.gif) repeat-x  0 0;


}

#footer p {
	padding-top: 40px;
	color: #CC0C2F;
}

#footer a {
color:#CC0C2F;
		text-decoration:underline;}
a {
	color:#333333;
		text-decoration:underline;

}

a:hover {
	color:#222222;

	text-decoration:underline;
}

h3 {
	
   font-size: 16px;
text-align: left; 
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	padding-bottom: 10px;	
}

form {
	padding:10px;
	border:0px solid #f6f6f6;
}

label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	width:130px;
margin: 5px;
	padding:2px;
	border:none;
	border:1px solid #cc0c2f;
	font: 90% Verdana;
	color:#cc0c2f;
   background-color: #ffffff;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #ccc;
	height:200px;
	display:block;
	color:#777;
}

p img {
	float:left;
	margin:0 10px 0 0;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}
#second {
	clear: both;
	width:900px;


	


}

#reflect_example { width: 200px; } 

#reflect_example h3 { display: none; }

 #reflect_example ul { list-style: none; } 
 
 .reflect_archive_list ul { list-style: none; margin-left: 0px; padding-left: 0; } .reflect_archive_list ul ul{ margin-left: 0px; } .reflect_archive_list ul ul li { margin-top: -5px; margin-bottom: 0.8em; } .reflect_archive_list li a {
	display:block;
	background-color:#FFFFFF;
	color:#CC0C2F;
	text-decoration:none;
	width: 200px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #E8E8E8;
} .reflect_archive_list li a:hover { background-color:#eee; color:#333; border-right:10px solid #eee; }

img.hidden
{
	display:block;

	opacity: .0;
	filter:alpha(opacity=0)
}

#banner_rotation img{
	height: 300px;
	width: 400px;
	position: absolute;
	z-index:1;
	margin-bottom: 30px;
}
