@charset "UTF-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	/*background: #000000;*/
	background-image: url(/images/bg.gif);
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}

iframe
{
	border: 0;
	margin:0;
	padding:0;
	overflow: hidden;
	background: transparent;
	background-color: transparent;
}

#outerContainer
{
	width: 100%;
	/*text-align: center;*/
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper {
	width: 1024px;
	min-height: 172px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	position: relative;
	clear: both;
}

#innerContainer
{
	width: 1024px;
	min-height: 172px;
	height: auto;
	/*margin: 0 auto;*/
	text-align: left;
	position: relative;
	clear: both;
}

#header
{
	width: 1024px;
	height: 184px;
	background-image: url(/images/header.jpg);
	background-repeat: no-repeat;
}

#topad
{
	background: none;
	width: 728px;
	height: 90px;
	overflow: hidden;
	position: absolute;
	top: 94px;
	left: 50%;
	margin-left: -364px;
}

#outerContent
{
	position: absolute;
	left: 0;
	top: 186px;
	width: 1024px;
	height: auto;
	min-height: 200px;
	background-image: url(/images/fauxbg.gif);
	background-position: -1px 0;
}

#leftNav
{
	float: left;
	width: 199px;
	height: auto;
	min-height: 200px;
	
	background-color: #191919;
	color: #FFF;
	
	font-size: 10px;
	
	
	overflow: hidden;
	
	font-family: Verdana, Geneva, sans-serif;

}

#leftNav .textBox
{
	width: 95px;
	height: 15px;
	font-size: 13px;
	text-align: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#leftNav h2
{
	background: url(/images/h2.jpg) #ed145b repeat;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	margin: 0;
	font-weight: bold;
}

#leftNav p
{
	margin: 5px 10px 5px 12px;
	line-height: 1.1em;
}

#leftNav a, #leftNav a:visited, #leftNav a:link
{
	color: #AAA;
	font-size: 10px;
	text-decoration: none;
	line-height: 1.2em;
}

#leftNav a:hover
{
	color: #FFF;
	border-left: 3px #888 solid;
	padding-left: 3px;
}

#leftNav a.imageLink
{
	padding: 0;
	border:none;
}


#content
{
	float: left;
	width: 650px;
	height: auto;
	min-height: 200px;
	
	background-color: #FFFFFF;
	
	padding: 0;
	margin: 0;
	
	font-size: 11px;
}

#rightNav
{
	float: left;
	width: 174px;
	height: auto;
	min-height: 200px;
	
	background-color: #EDEDED;
	border-left: 1px #CECECE solid;
	
	font-size: 13px;
	
	padding: 0;
	margin: 0;
	
	overflow: hidden;
}

#content h1
{
	font-size: 26px;
	font-weight: normal;
	line-height: 17px;
	border-bottom: #141414 1px dotted;
	margin-left: 6px;
	letter-spacing: -2px;
}

#content h2
{
	margin-left: 8px;
	margin-right: 8px;
	font-size: 14px;
	color: #626262;
	border-bottom: 1px #E1E1E1 solid;
}

#content p
{
	margin-left: 12px;
}

#content blockquote
{
	padding: 5px;
	background-color: #CCCCCC;
	border: #999999 1px solid;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: justify;
	width: 350px;
	padding: 5px 28px 5px 8px;
}

#footer
{
	width: 1025px;
	height: 100px;
	background-color: #242424;
	background-image: url(/images/diag5.gif);
	background-repeat: repeat;
	display: block;
	float:left;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
}

em, i
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #235500;
}

b
{
	/*nothing currently*/
}

u
{
	/*nothing currently*/
}

a, a:link, a:visited
{
	text-decoration: none;
	color: #595657;
	font-weight: normal;
}

a:hover
{
	color: #333333;
}

.tooltip
{
	background: #FFFFFF;
	padding: 3px;
	margin: 0;
	font-size: 10px;
	border: #999999 1px solid;
	text-align: left;
	height: auto;
	width: 145px;
	overflow: hidden;
}

.tooltip a, .tooltip a:link, .tooltip a:visited
{
	color: #006600;
}

.tooltip h4
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.tooltip p
{
	margin: 0;
	padding: 0;
}

.outerTooltip
{
	border-bottom: #242424 1px solid;
	border-right: #242424 1px solid;
	margin-bottom: 20px;
	margin-top: 15px;
	height: auto;
}

h3.cat_listing
{
	background-color: #e3e3e3;
	font-size: 14px;
	color: #000000;
	margin: 0 100px 2px 18px;
	padding: 8px;
}

h3.cat_listing:hover
{
	background-color: #d8d8d8;
	cursor: pointer;
}

h3 a,h3 a:link,h3 a:visited{color: #222222;}
h3 a:hover{color: #666666;}

h1 a,h1 a:link,h1 a:visited{color: #444444;}
h1 a:hover{color: #666666;}


.cat_sub
{
	font-size: 10px;
	color: #999999;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
	z-index: 9998;
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 50%;
	margin-left: -150px;
    width: 50%;
    height: auto;
    padding: 16px;
    border: 16px solid #b32b57;
    background-color: white;
    overflow: auto;
	z-index: 9999;
}

.tbg_small
{
	background-image: url(/images/tbg_small.png);
	background-repeat: no-repeat;
	width: 119px;
	height: 43px;
	color: #535353;
	padding: 0;
	margin: 13px auto;
	text-align: center;
	cursor: pointer;
}

.tbg_small input
{
	border: none;
	background-color: #FFFFFF;
}

img
{
	border: 0;
}

hr
{	
	color: #D2D2D2;
	background-color: #D2D2D2;
	height: 1px;
	border: none;
	margin: 0;
	padding: 0;
}

.comments
{
	margin: 20px;
}

small
{
	font-size: 10px;
	font-weight: normal;
}

.bigtextbox
{
	height: auto;
	padding: 7px;
	font-size: 18px;
	color: #594141;
	width: 345px;
	border: 1px #858585 solid;
	background-color: #FFFFFF;
}

.tinytextbox
{
	height: auto;
	padding: 1px;
	font-size: 8px;
	font-family: Small Fonts;
	color: #594141;
	width: 175px;
	border: 1px #858585 solid;
	background-color: #FFFFFF;
}

.smalltextbox
{
	height: auto;
	padding: 3px;
	font-size: 12px;
	color: #594141;
	width: 175px;
	border: 1px #858585 solid;
	background-color: #FFFFFF;
}

.bigtextbox:hover
{
	border: 1px #686868 solid;
	background-color: #EDEDED;
}

.bigbutton
{
	font-size: 29px;
	height: 83px;
	width: auto;
	text-align: center;
	border: #C4C4C4 7px solid;
	background-color: #414141;
	color: #B2B2B2;
	font-weight: bold;
}

.bigbutton:hover
{
	border: #454545 7px solid;
	color: #E2E2E2;
	background-color: #212121;
}

.smallbutton
{
	font-size: 19px;
	height: 30px;
	width: auto;
	text-align: center;
	border: #C4C4C4 2px solid;
	background-color: #414141;
	color: #B2B2B2;
	font-weight: bold;
}

.smallbutton:hover
{
	border: #454545 2px solid;
	color: #E2E2E2;
	background-color: #212121;
}

.bigselect
{
	width: 167px;
	height: 28px;
	background-color: #E1E1E1;
	color: #212121;
	font-size: 17px;
	border: #999999 1px solid;
}

.transparent20 {
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter: alpha(opacity=20);
}

.transparent40 {
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
}
.transparent50 {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}
.transparent60 {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
.transparent70 {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
.transparent80 {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}


form h4
{
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #454545;
}

form h3
{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	background-color: #F2F2F2;
}

.colorPickerTextBox
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	padding: 3px;
	border: #343434 1px solid;
	color: #450000;
}

.biglink1, a.biglink1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #118811;
}

.biglink2, a.biglink2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #111188;
}


#metaInfoDialog
{
	display:none;
	position: absolute;
}

.meta
{
	font-size: 8px;
	font-family: Small Fonts;
	font-weight: normal;
}

.welcome1 a, .welcome1 a:link, .welcome1 a:visited
{
	color: #FFFFFF;
	font-weight: bold;
}

p.affLinks, a.affLink, a.affLink:link, a.affLink:visited
{
	font-size: 8px !important; 
	color: #777777 !important;
	font-family: "Small Fonts" !important;
	text-transform: uppercase;
	line-height: 8px !important;
}

a.affLink:hover
{
	color: #999999 !important;
}

img.popContent
{
	max-width: 35px;
}

img.contentImg
{
	max-width: 190px;
	max-height: 120px;
}

img.layoutImg
{
	max-width: 190px;
	max-height: 80px;
}

textarea.comment_text
{
	border: 2px solid #ed145b;
	background-color: #333;
	color: #FFF;
	font-size: 19px;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial;
	width: 380px;
	padding: 10px;
	text-align: center;
}

input.comment_button
{
	border-top: #ec6993 1px solid;
	border-left: #ec6993 1px solid;
	border-bottom: #7e0b31 1px solid;
	border-right: #7e0b31 1px solid;
	background-color: #ed145b;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial;
	width: 150px;
}

h6.comment_title
{
	color: #ed145b;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 24px;
	line-height: 90%;
	margin: 0 0 -3px 10px;;
	padding: 0;
}

form.comment_form p
{
	margin: 0;
	padding: 0;
}

#latestNews
{
	padding: 0 12px;
}

#latestNews div
{
	background-color:#000000;
	color: #FFF;
	margin: 0;
	padding: 10px;
}

#latestNews a, #latestNews a:link, #latestNews a:visited
{
	color: #FFF;
	text-decoration: underline;
}

#latestNews h3 a, #latestNews h3 a:link, #latestNews h3 a:visited
{
	text-decoration: none;
}

#updates
{
	font-size: 11px;
}

#updates h3
{
	margin: 9px 0 0 10px;
	padding: 0;
	font-size: 12px;
	color: #999;
}
#updates h3 a, #updates h3 a:link, #updates h3 a:visited
{
	font-size: 15px;
	font-weight: bold;
}

#updates p
{
	margin: 2px 0 6px 8px;
}

a.pageLink, a.pageLink:link
{
	font-size: 10px;
	display:block;
	float: left;
	background-color: #CCC;
	margin: 1px;
	padding: 0;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}

a.pageLink:hover
{
	background-color: #333;
	color: #FFF;
}

a.pageLink2, a.pageLink2:link
{
	font-size: 9px;
	display:block;
	background-color: #FFF;
	margin: 1px;
	padding: 0;
	color: #000;
	font-weight: normal;
	text-align: center;
}

a.pageLink2:hover
{
	background-color: #9F3;
	color: #FFF;
}


.roundedBox1
{
	background-image: url(/images/roundedbox1.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.roundedBox1b
{
	background-image: url(/images/roundedbox1b.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
}

.roundedBox2
{
	background-image: url(/images/roundedbox2.gif);
	background-repeat: no-repeat;
	width: 65px;
	height: 18px;
}

span.thisPage
{
	font-size: 10px;
	display:block;
	float: left;
	background-color: #9F3;
	margin: 1px;
	padding: 0;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}

span.disabledLink
{
	font-style: italic;
	color: #999;
	float: left;
	display: block;
	padding: 0;
	margin: 0 3px;
}

.pageLinks
{
	padding: 0;
	margin: 0 75px 0 75px;
	line-height: 20px;
	width: auto;
}

div.cornerW1{background-image: url(/images/cornerW1.gif); background-position: top left; background-repeat: no-repeat; width: 100%; height: 100%;}
div.cornerW2{background-image: url(/images/cornerW2.gif); background-position: top right; background-repeat: no-repeat; width: 100%; height: 100%;}
div.cornerW3{background-image: url(/images/cornerW3.gif); background-position: bottom right; background-repeat: no-repeat; width: 100%; height: 100%;}
div.cornerW4{background-image: url(/images/cornerW4.gif); background-position: bottom left; background-repeat: no-repeat; width: 100%; height: 100%;}

div.itemBox
{
	background-color: #CCC;
	width: 200px;
	
}

div.itemContainer
{
	padding: 0 0 10px 0;
	color: #FFF;
	min-height: 190px;
	height: auto;
}

/*div.itemContainer a, div.itemContainer a:link
{
	color: #FFF;
}*/

a.itemHeading, a.itemHeading:link
{
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
}

table.layoutOptions
{
	background-color: #CCC;
	color: #333;
	width: 80px;
	font-size: 10px;
}

.roundTextbox1
{
	margin: 0 auto;
	width: 111px;
	height: 20px;
	background-image: url(/images/textbox1.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
	text-align: center;
}

.roundTextbox1 input
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 0 0 0;
	margin: 1px auto;
	width: 100px;
	border: none;
	height: 16px;
	background-color: #FFF;
	text-align: center;
}

div.newsArticleWrap
{
	background-color: #F5F5F5;
	margin: 25px;
	width: 520px;
}


div.newsArticle
{
	margin: 0;
	padding: 1px 8px 5px 8px;
	font-size: 11px;
	font-weight: normal;
}

div.newsArticle h3
{
	border-bottom: 1px dashed #AAA;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #222 !important;
}

div.newsArticle h3 small
{
	float: right;
	margin-right: 5px;
	color: #AAA;
}

div.newsArticle a, div.newsArticle a:link
{
	color: #333;
	text-decoration: underline;
}

div.newsArticle a:hover
{
	font-weight: bold;
}