/*
The BowWowzerZ website was designed and coded by Matt Ferderer (http://www.mattferderer.com)
*/
/*Universal Code
----------------------------------------------*/
body {
	background-color:#292929;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin-bottom:6px;
	margin-top:0px;
	font-weight:normal;
}
h2 {
	color:#FFFFFF;
	font-size:18px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
}
h3 {
	color:#FFFFFF;
	font-size:14px;
	margin-bottom:0px;
	margin-top:0px;
	font-weight:normal;
}
p {
	margin:0px;
}
form {
	margin:2px;
}
ul {
	margin-top:4px;
	margin-left:20px;
	padding-left:0px;
	list-style-type: disc;
}
/*--------------------------------------------
Individual Classes
----------------------------------------------*/
.inside_wrap {
	width:990px;
}
.center {
	text-align:center;
}
.menu {
	width:1000px;
	margin-left:0px;	
}
.banner {
	margin-bottom:10px;
}
.div_break {
	background-color:#292929;
	height:2px;
	padding:0px;
	margin:0px;
	overflow:hidden;
}
.faq p{
	margin-bottom:8px;
}
.faq a:link {
	color: #00CCFF;
	text-decoration: underline;
}
.faq a:visited {
	text-decoration: underline;
	color: #0099FF;
}
.faq a:hover {
	text-decoration: underline;
	color: #66CCFF;
}
.faq a:active {
	text-decoration: underline;
	color: #0099FF;
}
.items {
	border: none;
	background-color:#1f1f1f;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
}
.items a:link {
	color: #00CCFF;
	text-decoration: none;
}
.items a:visited {
	text-decoration: none;
	color: #0099FF;
}
.items a:hover {
	text-decoration: none;
	color: #66CCFF;
}
.items a:active {
	text-decoration: none;
	color: #0099FF;
}
/*Left Small Content Divs
----------------------------------------------*/
.left_side {
	float:left;
	margin-left:20px;
	width:265px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display:inline;
}
.small_top {
	background-image:url(Images/textbox_small_top.gif);
	background-repeat:no-repeat;
	background-color:#1f1f1f;
	width:265px;
	height:5px;
	overflow:hidden;
}
.small_bot {
	background-image:url(Images/textbox_small_bot.gif);
	background-repeat:no-repeat;
	background-color:#1f1f1f;
	width:265px;
	height:8px;
	overflow:hidden; 
}
.left_content {
	background-color:#1f1f1f;
	margin-bottom:0px;
	text-align:left;
	padding-left:9px;
	padding-right:9px;
	padding-top:1px;
	padding-bottom:3px;
	overflow:hidden;
}
/*Right Large Content Divs
----------------------------------------------*/
.right_side {
	float:right;
	margin-left:0px;
	margin-right:20px;
	margin-top:0px;
	margin-bottom:0px;
	width:631px;
	display:inline;
}
.large_top {
	background-image:url(Images/textbox_large_top.gif);
	background-repeat:no-repeat;
	background-color:#1f1f1f;
	height:6px; width:631px;
}
.large_bot {
	background-image:url(Images/textbox_large_bot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#1f1f1f;
	width:631px;
	height:15px;
}
.right_content {
	background-color:#1f1f1f;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
}
.right_content br{
	margin-top:0px;
	margin-bottom:0px;
}
.right_content a:link {
	color: #00CCFF;
	text-decoration: underline;
}
.right_content a:visited {
	color: #00CCFF;
	text-decoration: underline;
}
.right_content_links{
	background-color:#1f1f1f;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:5px;
}
.right_content_links p{
	margin-left:15px;
	margin-bottom:8px;
}
.right_content_links a:link {
	color: #00CCFF;
	text-decoration: none;
}
.right_content table {
	border-collapse:collapse;
}
.right_content td {
	border-style:solid;
	border-color:#666666;
	border-width:thin;
}
/*Full XLarge Content Divs
----------------------------------------------*/
.full_side {
	width:930px;
}
.xlarge_top {
	background-image:url(Images/textbox_xlarge_top.gif);
	background-repeat:no-repeat;
	background-color:#1f1f1f;
	height:6px;
	width:930px;
}
.xlarge_bot {
	background-image:url(Images/textbox_xlarge_bot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#1f1f1f;
	width:930px;
	height:15px;
}