html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.pngfix {
}

.imageRule {
	height:2px;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.imageShare {
	width:19px;
	height:16px;
	padding: 0px 2px 0px 0px;
	margin: 0px 0px -3px 0px;
}

.imageSlash {
	padding: 0px 2px 0px 2px;
	margin: 0px 0px 0px 0px;
}


/* Background Image */

#background{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	overflow: auto;
	z-index: 2;
	visibility: visible;
}


#container {
	background-image:url(../images/base/white.png);
	width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
	
	
}


/* Top Area, Top half of logo, Social Links */

#mainNav {
	width: 980px;
}

#topNavContainer {
	width: 980px;
	margin: auto;
	padding: 0px;
	overflow: hidden;
}

#logo {
	background: url("../images/base/logo.png?v=2") no-repeat top left;
	width: 175px;
	height: 40px;
	margin: 30px 0 0 13px;
	position: absolute;
	z-index: 9999;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#rightTop {
	width: 219px;
	height: 20px;
	padding: 15px 0px 0px 0px;
	float:right;
	display:inline;
	overflow: hidden; 
}

#rightTop img {
	padding: 0px 0px 0px 0px;
	float:left;
	display:inline;
}

#rightTop p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	margin: 2px 0px 10px 5px;
	padding: 0px 20px 0px 0px;
	float:left;
	display:inline;
}

#rightTop a:link {
	color: #FFF;
	text-decoration: none;
}
#rightTop a:visited {
	text-decoration: none;
	color: #fff;
}
#rightTop a:hover {
	text-decoration: underline;
}
#rightTop a:active {
	text-decoration: none;
}



/* Blog Style*/

/* top */
#featureContainer {
	width: 980px;
	height: 124px;
	overflow: hidden;
}

#title {
	width: 968px;
	height: 124px;
	margin: auto;
	padding: opx;
}

/* main */

#bottomContainer {
	background-image:url(../images/base/grey_bg.gif);
	background-repeat:no-repeat;
	background-color:#eeeeee;
	width: 960px;
	height: auto;
	margin: auto;
	padding: 0px;
	overflow: hidden;
}


#leftContent {
	width: 520px;
	padding: 0px 0px 0px 0px;
	margin: 35px 0px 0px 72px;
	float:left;
	display:inline;
}


/* Read More Link Style */

#leftContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #005ca9;
	text-decoration: none;
}	

#leftContent a:visited {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight:bold;
	text-decoration: none;
	color: #004986;
}

#leftContent a:hover {
	text-decoration: underline;
}

#leftContent a:active {
	text-decoration: none;
}

#leftContent h1 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}

#leftContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005BAA;
}	


#leftContent h5 {
	margin: 10px 0px 2px 0px;
}
#leftContent p {
	margin: 3px 0px 15px 0px;
}

#leftContentx img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



#rightContent {
	width: 249px;
	padding: 0px 0px 0px 0px;
	margin: 60px 0px 0px 52px;
	float:left;
	display:inline;
}


#rightContent img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#rightContent h2 {
	line-height: 10px;
	padding: 20px 0px 0px 0px;
}





/* Text */

h1 {
	color: #004986;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:20px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005BAA;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	color: #666666;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 23px;
	color: #000;
}

p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #666666;
}

/* HORIZONTAL NAVIGATION BAR
/////////////////////////////////////*/

ul#navigation {
	width: 942px;
	list-style: none;
	height: 37px;
	padding: 0;
	margin: 0 0 0 9px;
}

ul#navigation li { display: inline; }

ul#navigation li a, #logo a {
	height: 37px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

ul#navigation  li a span, #logo a span {
	float: left;
	display: block;
text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

ul#navigation  li a span {
	float: left;
	display: block;
}

ul#navigation li#navigation-1 a, ul#navigation li#navigation-1 a:link,ul#navigation li#navigation-1 a:visited {
	width: 159px;
    background: url('../images/base/top_nav.png') no-repeat 0 0;
}

ul#navigation li#navigation-1 a:active,
ul#navigation li#navigation-1 a:hover { background-position: 0 0; }
ul#navigation li#navigation-1 a.current { background-position: 0 -74px; }

ul#navigation li#navigation-2 a {
	width: 165px;
	background: url('../images/base/top_nav.png') no-repeat -175px 0px;
}

ul#navigation li#navigation-2 a:active,
ul#navigation li#navigation-2 a:hover {
	/*IE 6 fix _style*/
	_top: 1px;
	_height: 36px;
	background-position: -175px -37px;
}

ul#navigation li#navigation-2 a.current, ul#navigation li#navigation-2 a.current:hover {
	/*IE6 fix pseudo class have to be explicited set*/
	_top: 0px;
	_height: 37px;
	background-position: -175px -74px;
}

ul#navigation li#navigation-3 a {
	width: 125px;
	background: url('../images/base/top_nav.png') no-repeat -340px 0px;
}

ul#navigation li#navigation-3 a:active,
ul#navigation li#navigation-3 a:hover {
	/*IE 6 fix _style*/
	_top: 1px;
	_height: 36px;
	background-position: -340px -37px;
}

ul#navigation li#navigation-3 a.current, ul#navigation li#navigation-3 a.current:hover {
	/*IE6 fix pseudo class have to be explicited set*/
	_top: 0px;
	_height: 37px;
	background-position: -340px -74px;
}

ul#navigation li#navigation-4 a {
	width: 125px;
	background: url('../images/base/top_nav.png') no-repeat -465px 0;
}

ul#navigation li#navigation-4 a:active,
ul#navigation li#navigation-4 a:hover {
	/*IE 6 fix _style*/
	_top: 1px;
	_height: 36px;
	background-position: -465px -37px;
}

ul#navigation li#navigation-4 a.current, ul#navigation li#navigation-4 a.current:hover {
	/*IE6 fix pseudo class have to be explicited set*/
	_top: 0px;
	_height: 37px;
	background-position: -465px -74px;
}

ul#navigation li#navigation-5 a {
	width: 120px;
	background: url('../images/base/top_nav.png') no-repeat -590px 0;
}

ul#navigation li#navigation-5 a:active,
ul#navigation li#navigation-5 a:hover {
	/*IE 6 fix _style*/
	_top: 1px;
	_height: 36px;
	background-position: -590px -37px;
}

ul#navigation li#navigation-5 a.current, ul#navigation li#navigation-5 a.current:hover {
	/*IE6 fix pseudo class have to be explicited set*/
	_top: 0px;
	_height: 37px;
	background-position: -590px -74px;
}

ul#navigation li#navigation-6 a {
	width: 120px;
	background: url('../images/base/top_nav.png') no-repeat -710px 0;
}

ul#navigation li#navigation-6 a:active,
ul#navigation li#navigation-6 a:hover {
	/*IE 6 fix _style*/
	_top: 1px;
	_height: 36px;
	background-position: -710px -37px;
}

ul#navigation li#navigation-6 a.current, ul#navigation li#navigation-6 a.current:hover {
	/*IE6 fix pseudo class have to be explicited set*/
	_top: 0px;
	_height: 37px;
	background-position: -710px -74px;
}
ul#navigation li#navigation-7 a {
	width: 112px;
	background: url('../images/base/top_nav.png') no-repeat -830px 0;
}

ul#navigation li#navigation-7 a:active,
ul#navigation li#navigation-7 a:hover {
	/*IE 6 fix _style*/
	_top: 1px;
	_height: 36px;
	background-position: -830px -37px;
}

ul#navigation li#navigation-7 a.current, ul#navigation li#navigation-7 a.current:hover {
	/*IE6 fix pseudo class have to be explicited set*/
	_top: 0px;
	_height: 37px;
	background-position: -830px -74px;
}



/* Learn More Button
/////////////////////////////////////*/

ul#learnmorebutton {	
	width:110px;
	list-style:none;
	height:29px;
	padding: 7px 0px 0px 21px;
	margin: 0px 0px 0px 0px;
}

ul#learnmorebutton li {
	display:inline
}

ul#learnmorebutton li a {
	height:29px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#learnmorebutton  li a span {
	float:left;
	display:block
}

ul#learnmorebutton li#learnmorebutton-1 a {
	width:110px;
	background:url(../images/base/learnmore_button.jpg) no-repeat 0px 0
}

ul#learnmorebutton li#learnmorebutton-1 a:active,
ul#learnmorebutton li#learnmorebutton-1 a:hover {
	background-position:0px -29px
}
ul#learnmorebutton li#learnmorebutton-1 a.current {
	background-position:0px 0px -29px
}


/* Footer
/////////////////////////////////////*/

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
	padding: 13px 0px 0px 0px;

}

#footer ul {
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
 	text-align: center;
}

#footer ul li {
	display: inline;
    padding: 0px 3px;
	margin: 0px;
 	list-style: none;
}

#footer p {
	display: inline;
    padding: 10px 20px 0px 0px;
	margin: 10px 20px 0px 290px;
	color:#FFF

}



#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}

#footer-logo {
	margin: 0 auto;
	padding: 30px 0;
	width: 200px;
}

#footer-logo img, #footer-logo a {
	display: block;
	height: 100%;
	width: 100%;
}

/* Spanish Button
/////////////////////////////////////*/

ul#spanish {	
	width:103px;
	list-style:none;
	height:29px;
	position:relative;
	left: 810px;
	top:-110px;
}

ul#spanish li {
	display:inline
}

ul#spanish li a {
	height:29px;
	float:left;
	text-indent:-9999px;
	text-decoration:none
}

ul#spanish  li a span {
	float:left;
	display:block
}

ul#spanish li#spanish-1 a {
	width:103px;
	background:url(../images/base/spanish.png) no-repeat 0px 0
}

ul#spanish li#spanish-1 a:active,
ul#spanish li#spanish-1 a:hover {
	background-position:0px -29px
}
ul#spanish li#spanish-1 a.current {
	background-position:0px 0px -29px
}

#sidebar {
	width: 248px;
	height: auto;
	background-image:url(../images/base/side_bg.jpg);	
}

#sidebar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #666666;
	list-style: none;
	padding: 0px 0px 5px 12px;
}

#sidebar h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005BAA;
	padding: 0px -15px 0px 0px;
	margin: 0px 0px 0px 11px;
}

#sidebartop {
	background-image:url(../images/base/side_top.jpg);
	width:248px;
	height:16px;
	overflow:hidden;
}
#sidebarbottom{
	background-image:url(../images/base/side_bottom.jpg);
	width:248px;
	height:23px;
	overflow:hidden;
}

#sidebar img {
	padding: 3px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	
}

#sidebar p {
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	color: #666666;
}

#sidebar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color: #666666;
	text-decoration: none;
	padding: 0px 20px 0px 0px;
}	


#sidebar a:visited {
	font-family: Arial, Helvetica, sans-serif;	
	font-weight:bold;
	font-size:13px;
	text-decoration: none;
	color: #666666;
	padding: 0px 20px 0px 0px;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #004986;
	
}

#sidebar a:active {
	text-decoration: none;
	color: #004986;
}

#bottomSpacer h2{
	padding: 0px 0px 8px 0px;
	margin: 20px 0px 40px 0px;
	text-align:right;
}


/*/////////////*/

#sideSecond {
	width: 248px;
	padding: 0px 0px 0px 0px;
	height: auto;
}


#sideSecond ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	color: #666666;
	list-style: none;
	padding: 0px 0px 0px 0px;
}

#sideSecond h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #005BAA;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 12px 0px;
}


#sideSecond a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	color: #666666;
	text-decoration: none;
}	

#sideSecond a:visited {
	font-family: Arial, Helvetica, sans-serif;	
	font-size:12px;
	line-height:25px;
	text-decoration: none;
	color: #666666;
	padding: 10px 0px 0px 0px;
}

#sideSecond a:hover {
	text-decoration: underline;
	color: #004986;
}

#sideSecond a:active {
	text-decoration: none;
	color: #004986;
}






#categories {
	padding: 15px 0px 15px 22px;
}
#blogroll {
	padding: 0px 0px 0px 22px;
}

	