* {
	margin:0;
	padding:0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul, li{
	padding:0;
	margin:0;
}


/* tables still need 'cellspacing="0"' in the markup */


th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	background: #e1e2e3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	position:relative;
	z-index: 1;
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
	margin-bottom:20px;
} 
.twoColFixLtHdr #header {
	position:relative;
	z-index: 1;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	height: 372px;	
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #bar {
	position:relative;
	width: 850px;
	height:21px;
	background-color:#939598;
}
#box1, #box2, #box3 {
	position:relative;
	display:inline;
	float: left;
	margin-left: 10px;
	padding-bottom: 6px;
	width: 269px;
	height: 273px;
	background-color:#FFFFFF;
}
#box1 img, #box2 img, #box3 img{
	padding-left: 8px;
	padding-top: 15px;
}
.twoColFixLtHdr #mainContent {
	position:relative;
	background-image:url(images/rss_bg.gif);
	padding-bottom: 60px;
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: repeat-x;
 }
.twoColFixLtHdr #mainContent .box {
	position:relative;
	background-color:#FFFFFF;
	padding-bottom:10px;
	margin-left: 11px;
	margin-right: 11px;
	height: auto;
} 
#footer { 
	position:absolute;
	bottom:0;
	text-align:center;
	font-size:10px;	
	padding: 0 0 5px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:850px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*
  +------------------------------------------------------------------+
  | MikeCherim.com                                                   |
  | CSS: Smart Corners                                               |
  | Cascading Style Sheet                                            |
  | Copyright Aug 2006                                               |
  | Use with attribution by visible link please!                     |
  | Attribute to: <a href="http://green-beast.com/">Mike Cherim</a>  |
  +------------------------------------------------------------------+
*/ 

/* here's the box... the image is the upper-left corner */
#csc {
  position : relative;
  z-index: 4;
  background : url(images/csc_tl.gif) no-repeat;
  width : 850px;
  height : auto;

}

/* these are the other three spans. classes were used to allow multiuse on a page */
.tr, .bl, .br {
  position : absolute;
  width : 14px;
  height : 14px;  /* corner images are 40x40 */
  display : block;
}

/* change position and image: top-right */
.tr {
  background : url(images/csc_tr.gif) no-repeat;
  top : 0;
  right : 0;
}

/* change position and image: bottom-left */
.bl {
  background : url(images/csc_bl.gif) no-repeat;
  bottom : 0;
  left : 0;
}

/* change position and image: bottom-right */
.br {
  background : url(images/csc_br.gif) no-repeat;
  right : 0;
  bottom : 0;
}


/* End Styles */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
ul#main_nav, ul#main_nav ul, ul#top_menu, ul#thumbs {
	padding: 0;
}
#main_nav {
	background-image: url(images/nav.gif);
	height: 32px;
	width: 550px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#main_nav li.top {
	float: left;
	position: relative;
}
#main_nav li.top a {
	background-image: url(images/nav.gif);
	display: block;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px;
}
#main_nav li.top ul li a {
	background-image: none;
	height: auto;
	text-indent: 0px;
}
#main_nav li#li01 a {
	width: 78px;
}
#main_nav li#li02 a {
	background-position: -78px 0px;
	width: 74px;
}
#main_nav li#li03 a {
	background-position: -152px 0px;
	width: 96px;
}
#main_nav li#li04 a {
	background-position: -248px 0px;
	width: 97px;
}
#main_nav li#li05 a {
	background-position: -345px 0px;
	width: 108px;
}
#main_nav li#li06 a {
	background-position: -453px 0px;
	width: 97px;
}
#main_nav li#li01 a:hover {
	background-position: 0px -32px;
}
#main_nav li#li02 a:hover {
	background-position: -78px -32px;
}
#main_nav li#li03 a:hover {
	background-position: -152px -32px;
}
#main_nav li#li04 a:hover {
	background-position: -248px -32px;
}
#main_nav li#li05 a:hover {
	background-position: -345px -32px;
}
#main_nav li#li06 a:hover {
	background-position: -453px -32px;
}
#main_nav li.top ul li a {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
}
#main_nav li#li01 ul {
	padding:0;
	margin:0;
	position: absolute;
	top:31px;
	left:0;
	width: 198px;
	z-index: 6;
}

#main_nav li#li01 ul li a{
	background-color: #ffffff;
	display: block;
	padding: 6px;
	width: auto;
	z-index: 10;
}

#main_nav li#li01 ul li a:hover{
	background-color: #ccc;
}
#main_nav li.top ul#ul01 {
	border-top: 1px solid #106bad;
	border-left: 1px solid #106bad;
	border-right: 1px solid #106bad;
}
#main_nav li.top ul#ul01 li {
	border-bottom: 1px solid #106bad;
}
/*.twoColFixLtHdr #container #csc #header #nav #main_nav #li01:hover ul { 
	display:block;
}
.twoColFixLtHdr #container #csc #header #nav #main_nav #li01 a:hover ul {
	display:block;
}*/
#sub_nav {
	background-image: url(images/sub_nav.gif);
	height: 20px;
	margin: 0px;
	width: 228px;
}
#sub_nav li.top {
	float: left;
	position: relative;
	display:block;
}
#sub_nav li.top a {
	background-image: url(images/sub_nav.gif);
	display: block;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}
#sub_nav li#li01 a {
	width: 54px;
}
#sub_nav li#li02 a {
	background-position: -54px 0px;
	width: 60px;
}
#sub_nav li#li03 a {
	background-position: -114px 0px;
	width: 114px;
}
#sub_nav li#li01 a:hover {
	background-position: 0px -20px;
}
#sub_nav li#li02 a:hover {
	background-position: -54px -20px;
}
#sub_nav li#li03 a:hover {
	background-position: -114px -20px;
}
ul#main_nav, ul#main_nav ul, ul#sub_nav{
	padding: 0;
	display: block;
}
#nav{
position:absolute;
bottom:0;
}
#nav img{
	padding-top: 12px;
	padding-bottom: 7px;
}
#sub_nav_holder{
	position:absolute;
	top:19px;
	right:0;
}
#subscribe{
	position:absolute;
	top:42px;
	right:11px;
}
#box_top{
	position:absolute;
	right:0;
	background-image:url(images/header_bg.gif);
	width:264px;
	height:262px;
	padding-top:12px;
	padding-left:12px;
	padding-right:20px;
	top: 91px;
	overflow: auto;
}
#box_top ul {
	margin: 0px;
	padding-left: 18px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#box_top li {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 16px;
}
.box_text{
	padding-top: 5px;
	padding-left: 11px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height:20px;
	height: 208px;
	overflow:auto;	
}
.box_text_bottom{
	padding-top: 5px;
	padding-left: 11px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height:20px;
}
#main_nav ul * {
	zoom: 1.0
}
#main_nav li.top > a {
	height: 33px;
}

#main_nav li.top ul {
	top: 33px;
	z-index: 10;
}
#main_nav li.top ul li {
	margin-top: -1px;
}
#main_nav #li01 ul{
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000066;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
#main_nav{
	margin:0;
	padding:0;
}
#main_nav li {
	list-style-type:none;
	padding:0;
	margin:0;
}

