/*	Begin Global Selector Reset 
	Do not modify these selectors unless you know exactly what you are doing!
*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/*	End Global Selector Reset	*/

body {
	background:#fff url(../img/bg-col1.gif) repeat-y;	/* Page background color and Column 1 background image pattern */
	border:0;
	color:#000;											/* Default Font Color */
	font:70% arial,helvetica,sans-serif;				/* Default Font Size & Family */
	margin:0;
	padding:0;
}
a {
	color:#2348d7;										/* This is the default color for all anchors */
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}

/*	Begin Masthead Styles		*/
#masthead {
	clear:both;
	height:31px;
	overflow:hidden;
}
#masthead a {
	background:url(../img/bg-masthead-li.gif) right  no-repeat;
	color:#262626;
	display:block;
	font-weight:bold;
	padding:0 18px;
	text-decoration:none;
}
#masthead a:hover {
	text-decoration:underline;
}
#masthead .first a {
	padding-left:5px;
}
#masthead .last a {
	background:none;
	margin-right:10px;
}
#masthead li {
	background:url(../img/bg-masthead-ul.gif) repeat-x;
	float:left;
	line-height:31px;
}
#masthead ul {
	display:inline;
}
#mh-col1 {
	background:url(../img/bg-col1.gif) repeat-y;
	float:left;
	height:31px;
	width:251px;
}
#mh-col2 {
	float:left;
	padding-left:9px;
}
#masthead .lCorner {
	background:url(../img/bg-masthead-corner.gif) no-repeat;
	float:left;
	height:31px;
	width:10px;
}
#masthead .rCorner {
	background:url(../img/bg-masthead-corner.gif) -10px 0 no-repeat;
	float:left;
	height:31px;
	width:10px;
}
/*	End Masthead Styles			*/

/*	General Column Styles		*/
#col1, #col2, #col13 {
	padding:1px 0 0 0;
}
#col1 h1, #col2 h1, #col3 h1 {
	color:#262626;
	font-weight:bold;
	font-size:180%;
	margin:0 10px 10px 10px;
}
/*	End General Column Styles	*/

/*	Begin Column 1 Styles		*/
#col1-bg {
	background:url(../img/bg-col1.gif) repeat-y;	/* Background image pattern for Column 1 */
}
#col1 {
	background:url(../img/bg-col1.gif) repeat-y;	/* Background image pattern for Column 1 */
	float:left;
	padding:16px 0;
	width:251px;									/* Width of Column 1 */
}
#col1 a {
	text-decoration:none;
}
#col1 a:hover {
	text-decoration:underline;
}
#col1 p {
	clear:both;
	padding:0 10px;
}
#col1 span {
	color:#888;
}
#col1 .anchors {
	margin:0 10px;
}
#col1 .anchors a {
	color:#588b0f;
	display:block;
	float:left;
	font-size:100%;
	padding:0 4px 0 0;
	text-decoration:underline;
}
#col1 .anchors a:hover {
	text-decoration:none;
}
#col1 .clear {
	clear:both;
	height:5px;
}
#col1 .feed p a {
	font-weight:bold;
}
#col1 .feed p span a {
	font-weight:normal;
}
.news a {
	font-size:120%;
}
#col1 ol {
	margin:-3px 0 0 -3px;
	padding:0;
}
#col1 li {
	float:left;
}
#col1 li a {
	display:block;
	margin:3px 3px;
}
#col1 li a img {
	border:1px solid #2348d7;
}
#col1 .l {
	text-align:center;
}
#col1 .l a {
	font-size:110%;
}
#col1 .images a img {
	height:72px;
	overflow:hidden;
}
/*	End Column 1 Styles			*/

/*	Begin Column 2 Styles		*/
#col2 {
	font-size:110%;
	margin:0 262px 0 251px;							/* The left and right margin sizes must be equal the respective widths of Column 1 and 2 respectively */
	padding:0 9px;
}
#simple #col2 {										/* */
	margin:0 0 0 251px;
}
#col2 h1 {
	margin:0 10px 5px 0;
}
#col2 h1 span {
	color:#2348d7;
}
#col2 hr {
	display:none;
}
	/* Begin Search Form */
.search {
	float:none;
	margin:10px 0 10px 0;
}
.search table {
	height:65px;
	width:99%;
}
#simple .search table {									/* If <body> ID is "simple" the height of the search form will be reduced */
	height:65px;
}
.search td {
	vertical-align:top;
}
#simple .search td {
	vertical-align:middle;
}
.search .body {
	background:#e5f6d1 url(../img/bg-search.gif) repeat-x;
}
#simple .search .body {
	background:#e5f6d1 url(../images/common/site_search/specific/bg_br.gif) repeat-x;
}
.search .left,
.search .right {
	background:#e5f6d1 url(../img/bg-search-corners2.gif) no-repeat;
	height:47px;
	width:10px;
}
.search .right {
	background-position:-10px 0;
}
#simple .search .left,
#simple .search .right {
	background:#e5f6d1 url(../img/bg-search-corners-simple.gif) no-repeat;
	height:51px;
	width:10px;
}
#simple .search .right {
	background-position:-1px 0;
}
.search li {
	float:left;
	margin-bottom:10px;
}
.search p {
	clear:both;
}
#simple .search ul {									/* If <body> ID is "simple" the additional search links will be hidden */
	display:none;
}
.search a, 
.search a.inactive{
	background:#f6fcef url(../img/bg-search-anchor.gif) repeat-x;
	border:1px solid #e3e3e3;
	border-left:0;
	color:#2348d7;
	display:block;
	font-size:80%;
	font-weight:bold;
	height:14px;
	line-height:14px;
	text-align:center;
	text-decoration:none;
	width:110px;
}
.search a:hover,
.search a.active {
	background:none;
	border:0;
	border-top:1px solid #e3e3e3;
	color:#313131;
	padding:0 1px 1px 0;
}
.search a.active:hover {
	color:#2348d7;
}
.search .first a, .search .first a:hover {
	border-right:1px solid #e3e3e3;
}
.search .text {
	background:#fff;
	border:1px solid #bebebe;
	color:#3a3a3a;
	height:19px;
	line-height:14px;
	padding:0 5px;
	width:300px;
}
#simple .search .text {
	width:40%;
}
.search .submit {
	background:#fff;
	border:1px solid #bebebe;
	color:#5c5c5c;
	font-size:90%;
	font-weight:bold;
	height:21px;
	text-align:center;
	text-transform:uppercase;
	width:79px;
}
	/* End Search Form */
	/* Begin Utility Styles */
.utility {
	float:none;
	height:32px;
	line-height:32px;
	margin-bottom:10px;
	width:99%;
}
.utility span {
	border-left:1px solid #c8c8c8;
	color:#ababab;
	font-size:130%;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin:0;
	padding:4px 7px;
	text-decoration:none;
}
.utility a {
	border-left:1px solid #c8c8c8;
	color:#2942a5;
	font-size:130%;
	font-weight:bold;
	height:32px;
	line-height:32px;
	margin:0;
	padding:4px 7px;
	text-decoration:none;
}
.utility a:hover {
	text-decoration:underline;
}
.utility td {
	background:url(../img/bg-utility.gif) repeat-x;
}
td.uAnchors {
	text-align:right;
}
td.pagination.uAnchors {
	text-align:center;
}
td.pagination.uAnchors a:hover {
	background:url(../img/bg-anchor-pagination.gif) repeat-x;
	color:#fff;
	text-decoration:none;
}
.utility .uLeft,
.utility .uRight {
	background:url(../img/bg-utility-corners.gif) no-repeat;
	width:10px;
}
.utility .uRight {
	background-position:-10px 0;
}
.utility .first,
.pagination .first {
	border:0;
}
	/* End Utility Styles */
	/* Begin Recommended Links */
.recommended {
	background:#fff;
	margin-bottom:12px;
	width:99%;
}
#simple .recommended {
	display:none;
}
.recommended p {
	margin-bottom:12px;
}
.recommended thead .body {
	line-height:31px;
}
.recommended thead .body {
	background:url(../img/bg-recommended-links-heading.gif) repeat-x;
	color:#ff5858;
	font-size:110%;
}
.recommended thead a{
	color:#ff5858;
	font-size:110%;
}
.recommended thead .left,
.recommended thead .right {
	background:url(../img/bg-recommended-links-corners.gif) no-repeat;
	width:10px;
}
.recommended thead .right {
	background-position:-10px 0;
}
.recommended tbody td {
	background:#f7fcff;
}
.recommended tbody .left {
	border-left:1px solid #dcdcdc;
	background:#f7fcff;
	width:10px;
}
.recommended tbody .right {
	border-right:1px solid #dcdcdc;
	background:#f7fcff;
	width:9px;
}
.recommended tfoot .body {
	background:url(../img/bg-recommended-links-footer.gif) repeat-x;
	height:11px;
}
.recommended tfoot .left,
.recommended tfoot .right {
	background:url(../img/bg-recommended-links-corners.gif) 0 -31px no-repeat;
	height:11px;
	width:10px;
}
.recommended tfoot .right {
	background-position:-10px -31px;
}
.recommended span,
.results span {
	font-weight:bold;
}
	/* End Recommended Links */
	/* Begin Search Results */
.results {
	background:#fff;
	margin:0 10px 20px 10px;
}
.results li {
	font-size:110%;
	margin-bottom:10px;
}
.results li p {
	display:block;
	margin-right:50px;
}
.results .vote {
	float:right;
	height:auto;
	width:40px;
}
.results .vote ul {
	background:url(../img/vote.gif) no-repeat;
	height:34px;
	width:40px;
}
.results .vote li {
	float:left;
}
.results .vote li a {
	display:block;
	height:17px;
	overflow:hidden;
	text-indent:-1000px;
	width:20px;
}
.cached,
.uri {
	color:#588b0f;
}
.cat {
	color:#000;
}
.title {
	color:#2348d7;
	font-size:110%;
	text-decoration:none;
}
a.title:hover {
	text-decoration:underline;
}
	/* End Search Results */

	/* Begin Media Search Results */
.mediaresults {
	background:#fff;
	margin:0 10px 20px 10px;
}
.mediaresults table {
	width:55%;
	margin-right:50px;
}
.mediaresults td {
	font-size:110%;
	padding-bottom:10px;
}
.mediaresults img {
	border:1px solid #2348d7;
}
.mediaresults .title {
	color:#2348d7;
	font-size:110%;
	text-decoration:none;
}

.mediaresults a.title:hover {
	text-decoration:underline;
}
.mediaresults .uri {
	color:#588b0f;
	font-size:75%;
}
.mediaresults .thumb-data {
	padding-left:10px;
	vertical-align:top;
}
	/* End MediaSearch Results */
/*	End Column 2 Styles			*/

/*	Begin Column 3 Styles		*/
#col3-bg {
	background:url(../img/spacer.gif) repeat-y right;
}
#col3 {
	float:right;
	overflow:hidden;
	padding:0 11px 0 25px;
	width:226px;
}
#simple #col3 {
	display:none;
	overflow:hidden;
	width:0;
}
#col3 h1 {
	margin-left:0;
}
#simple hr {
	display:block;
	clear:none;
}
#col3 ol {
	margin:-3px 0 0 -3px;
	padding:0;
}
#col3 li {
	float:left;
}
#col3 li a {
	display:block;
	margin:3px 3px;
}
#col3 li a img {
	border:1px solid #2348d7;
}
#col3 .l {
	text-align:center;
}
#col3 .l a {
	font-size:110%;
}
.featured p a {
	display:block;
	margin-bottom:12px;
}
.f-item {
	margin:2px 0;
	width:225px;
}
.f-item a {
	background:#fcfff1;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	color:#000;
	display:block;
	margin:0;
	padding:3px 8px;
	text-decoration:none;
}
.f-item span {
	color:#ff5858;
	font-size:120%;
}
.f-itemTop {
	background:url(../img/bg-featured.gif) no-repeat;
	height:5px;
	overflow:hidden;
}
.f-itemBottom {
	background:url(../img/bg-featured.gif) 0 -5px no-repeat;
	height:5px;
	overflow:hidden;
}
.images,
.videos {
	font-size:110%;
	font-weight:bold;
}
/*	End Column 3 Styles		*/

/*	Begin Footer Styles		*/
#footer,
#f-col1,
#f-col2 {
	background:#fff url(../img/spacer-white.gif);
}
#footer {
	background:#fff url(../img/spacer-white.gif);
	border-top:1px solid #ddd;
	clear:both;
	color:#ccc;
	padding:15px 17px;
}
#footer a {
	border-right:1px solid #2942a5;
	color:#2942a5;
	padding:0 4px;
}
#footer ul li {
	display:block;
	float:left;
}
#f-col1 {
	float:left;
	width:772px;
}
#f-col1 p {
	clear:both;
	padding-top:16px;
}
#f-col1 p a {
	border:0;
}
#f-col2 {
	float:right;
}
#f-col2 p {
	clear:both;
	padding:16px 0;
}
#f-col2 ul {
	margin-left:30px;
}
#subfooter {
	background:#fff url(../img/spacer-white.gif);
	clear:both;
	text-align:center;
	color:#ccc;
	padding:15px 17px;
}
/*	End Footer Styles			*/

/*	Begin Miscellanous Styles	*/
hr {
	clear:both;
	height:1px;
	border:0;
	border-top:1px solid #ddd;
	margin:8px 0;
}
.clear {
	clear:both;
	height:1px;
}
#masthead .last a,
#footer .last a {
	border:0;
	padding-right:0;
}
/*	End Miscellanous Styles		*/
