@charset "utf-8";
html,
body {
	margin: 0px;
	padding: 0px;
}

body,
td,
th { font: 12px Tahoma, Geneva, sans-serif; }
th { font-weight: bold; }

th h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
}


body { background: url(../images/states/top-tx.jpg) no-repeat center top; }
#header { height: 240px; overflow: hidden; }
#logo { float: left; width: 180px; height: 200px; }
#logo a { display: block; height: 200px; width: 180px; }


#title { height: 160px; margin: 0px 200px; padding-top: 40px; }


#header h1 {
	color: #FFF;
	font-weight: normal;
	font-size: 36px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper { width: 1000px; margin-right: auto; margin-left: auto; background: url(../images/states/bkg.gif) no-repeat center 240px; 
}


#topnav {
	width: 600px;
	margin: 0px auto;
	height: 40px;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topnav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}

#topnav a {
	background: url(../images/states/btn_panel_white.gif) no-repeat;
	display: block;
	height: 40px;
	width: 120px;
	text-decoration: none;
	color: #000;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
}

#topnav a.home:hover {
	background: url(../images/states/btn_panel_purple.gif) no-repeat;
}
#topnav a.prod:hover {
	background: url(../images/states/btn_panel_green.gif) no-repeat;
}
#topnav a.buy:hover {
	background: url(../images/states/btn_panel_red.gif) no-repeat;
}
#topnav a.blog:hover {
	background: url(../images/states/btn_panel_orange.gif) no-repeat;
}
#topnav a.help:hover {
	background: url(../images/states/btn_panel_blue.gif) no-repeat;
}

#container { clear: both; width: 999px; margin-right: auto; margin-left: auto; border-right: 1px solid #666; margin-top: 10px; background: #FFF url(../images/states/bkg-repeat.gif) repeat-y; 
}
#rightcolumn {
	float: left;
	width: 315px;
	padding: 10px;
}



#content {
	float: left;
	border-left: 1px solid #666;
	padding-right: 10px;
	padding-left: 10px;
	width: 640px;
}
#content h1 {
	padding: 0px 0px 0px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	color: #26b3f3;
}
#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	border-top: 2px solid #CCC;
	padding-top: 10px;
	margin: 30px 0px 0px;
	clear: left;
}



#footer {
	text-align: center;
	font-size: 10px;
	color: #666;
	clear: both;
	background: #FFF url(../images/states/bkg.gif) no-repeat center -380px;
	padding-top: 20px;
}

.datatable { background: #FFF; }
.datatable th {
	padding: 4px;
	border-bottom: 1px solid #333;
}


.datatable td {
	padding: 2px;
	border-bottom: 1px solid #999;
}

#dictionary {
	float: right;
	margin: 5px;
	width: 200px;
	border: 1px solid #999;
	background: #eee;
}

#dictionary-content {
	background: url(../images/states/dictionary-icon.png) no-repeat left top;
	margin-top: -10px;
	margin-left: -10px;
	padding-top: 30px;
	padding-left: 15px;
}

#dictionary-content p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#dictionary-content h4 {
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	color: #8A3234;
}

.imagepanel {
	background: url(../images/states/imgpanel.gif) no-repeat left top;
	width: 348px;
	margin: 10px 10px 20px 20px;
	float: left;
	height: 350px;
	overflow: hidden;
}

.imagepanel h4 {
	font-size: 13px;
	margin: 0px;
	line-height: 24px;
	padding: 0px 0px 0px 20px;
}

.imagepanel img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000;
}

.imagepanel p {
	font-size: 11px;
	margin: 25px 20px 0px;
}

.imagepanel a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display:block;
}

blockquote {
	margin: 0px 10px;
	padding: 10px 5px;
	font: italic 16px/20px Georgia, "Times New Roman", Times, serif;
	color: #03C;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #CCC;
}

blockquote h5 {
	font: normal 12px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 5px 0px 0px;
}

.frame
{
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
	margin: 0px 0px 0px 10px;
}

