@charset "utf-8";
/* ~~ The footer ~~ */
.footer {
	border: medium groove #FFF;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
	background-repeat: no-repeat;
	background-color: #000;
}
.HomePagefooter {
	border: medium groove #FFF;
	color: #FFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-repeat: no-repeat;
	background-color: #000;
}

.backTEXT {
	font-size: 14px;
	color: #333;
}

a.back:link, a.back:visited 
{
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
} 

a.back:hover,a.back:active 
{
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
}
a.greyMyLogo:link, a.grey:visited 
{
	color: #666;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
} 
a.greyMyLogo:hover,a.grey:active 
{
	color: #930;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
.MyLogo {
	font-size: 10px;
	color: #666;
}




.frontText {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFF;
}

h2 {
	color: #000;
}
.paragraph_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
}

.left {
	float: right;
	margin-top: 290px;
	margin-right: 52px;
}

.bold {
	font-weight: bolder;
}
.nobold {
	font-weight: normal;
}

.boldAboutTExt {
	font-weight: bold;
	color: #000;
}

.italics {
	font-style: italic;
}


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	color: #000;
}


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 1150px;
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.floatRight {
	float: right;
}
.christmasCamp {
	float: right;
	padding-right: 10px;
}

.cowboyuTEXT {
	font-size: 20px;
	color: #000;
	margin-right: 175px;
	margin-left: 200px;
}

.floatLeft {
	float: left;
}
a.email:link, a.email:visited 
{
	color: #FFF;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
} 

a.email:hover,a.email:active 
{
	color: #666;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
}
.sessionTEXT {
	color: #FFF;
	padding-left: 50px;
	font-size: 22px;
	float: left;
	margin-top: 100px;
}

form {
	width: 325px;
}
.tableLeftP {
	text-align: left;
}
.tableLeft {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.tableRightTop {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}
.justify {
	text-align: justify;
}
center {
	text-align: center;
}
.LearnMore {
	float: right;
	padding-right: 135px;
	margin-top: 300px;
}
.FlipKey {
	margin-left: 105px;
	margin-top: 20px;
}

/* BizziBiz Additions */
.logo_index {
	display: block;
	width: 140px;
	height: 190px;
	text-indent: -9999px;
	margin: 55px 0px 0px 25px;
	float: left;
}

.logo {
	display: block;
	width: 140px;
	height: 160px;
	text-indent: -9999px;
	margin: 10px 0px 0px 35px;
}

.title {
	font-size: 40px;
	text-shadow: 2px 2px #4a1900;
}

.subtitle {
	font-size: 21px;
	line-height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.pop {
	text-shadow: 1px 1px #4a1900;
}

.services {
	width: 750px;
	float: right;
	margin-top: 35px;
}

.services ul {
	font-size: 18px;
	line-height: 24px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

.services p {
	font-size: 18px;
}

.services_r {
	float: right;
	width: 300px;
	margin-right: 40px;
}

.services_l {
	float: left;
	width: 370px;
}

.services_ir {
	float: right;
}

.services_il {
	float: left;
}

.clear {
	clear: both;
}


