/*=================================

Built By: Cow Dog Design - http://www.CowDogDesign.com
info@cowdogdesign.com

================================= */
/* GLOBAL ELEMENTS */
	* {
		margin:0;
		padding:0;
		border: 0;
		color:#fff;
		}
	
	body {
		background: #333;
		font: 62.5%/1.6em verdana,helvetica,arial,sans-serif;
		}
	hr {
		color: #ccc;
		background-color: #ccc;
		height: 1px;
		width: 90%;
		margin: 5px auto;
		}
	input, textarea, checkbox, select, file {
		border:1px solid #ccc;
		}
	p, span, ul li, ol li {
		font-size: 1.1em;
		}
	p {
		margin:0 0 10px 0;
		}
	em {
		font-style: italic;
		}
	strong {
		color: #fff;
		}
	ul {
		margin: 0 50px 10px 50px;
		}
/* END GLOBAL */

/* STANDARD CLASSES */
	.wysiwyg {
		margin:0 0  0;
		width:591px;
		}
	.wysiwyg p, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg table {
		margin:0 0 10px 0;
		}
	.common {
		margin:0 0 10px 0;
		width:591px;
		}
	.td_pad_4 td {
		padding: 4px;
		}
	.alert {
		color:#ff0000;
		}
	
	.legal {
		font-size:1em;
		color:#c9c9c9;
		}
	.clear_float {
		clear: both;
		}
/* END STANDARD CLASSES */

/* STANDARD HEADER */
	h1, h2, h3, h4, h5, h6 {
		color:#ccc;
		margin: 0 0 5px 0;
		}
	h1 {font-size:2em; font-family: Arial, Verdana, sans-serif; font-weight: normal;}
	h2 {font-size:1.4em;}
	h3 {font-size:1.3em;}
	h4 {font-size:1.2em;}
	h5 {font-size:1.1em;}
/* END STANDARD HEADER */

/* STANDARD LINKS */
	a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a, strong a, a strong {
		text-decoration:underline;
		color:#fe8b00;
		}
	a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, li a:hover, strong a:hover, a:hover strong {
		text-decoration:none;
		}
/* END STANDARD LINKS */

/* ALIGNMENTS */
	.cal {text-align:center;}
	.left {text-align:left;}
	.ral {text-align:right;}
	.tvert {vertical-align:top;}
	.mvert {vertical-align:middle;}
	.mcal {vertical-align:middle;text-align:center;}
	.tcal {vertical-align:top;text-align:center;}
/* END ALIGNMENTS */

/* TABLE */
/* END TABLE */

/* TD */
/* END TD */

/* DIV */
	#nav, #body_wrapper, #body_bttm, #footer {
		margin: 0 auto;
		width: 996px;
		}
	#body_wrapper {
		background: #414242 url(../images/bg_content_top.jpg) no-repeat;
		}
	#nav {
		margin-top: 10px;
		padding-bottom: 4px;
		height: 35px;
		position:relative;
		}
	#header {
		margin: 0 auto;
		padding-top: 8px;
		width: 980px;
		}
	#body_bttm {
		height: 13px;
		background: transparent url(../images/bg_content_bttm.jpg) no-repeat;
		}
	#content_wrapper {
		margin: 0 auto;
		padding-top: 10px;
		width: 938px;
		}
	#content_left {
		float: left;
		width: 306px;
		height: 455px;
		background: transparent url(../images/bg_subnav.png) no-repeat
		}
	#content_right {
		float: right;
		width: 591px;
		min-height: 455px;
		height: auto !important;
		height: 455px;
		}
	#hm_mission, #success_story {
		margin-top: 15px;
		width: 591px;
		}
	#success_story .tails_image {
		float: left;
		margin-right: 15px;
		border-top: 5px solid #fe8b00;
		border-right: 5px solid #fe8b00;
		border-bottom: 2px solid #fe8b00;
		border-left: 5px solid #fe8b00;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #fe8b00;
		}
	#footer {
		text-align: center;
		padding-top: 5px;
		}
/* END DIV */

/* UL */
	#content_left ul {
		margin: 0 30px;
		}
/* END UL */

/* LI */
	#content_left ul li {
		list-style: none;
		background: transparent url(../images/li_dots.gif) 20px 30px no-repeat;
		}
/* END LI */



/* TEXT */
	#footer p {
		font-size: 1em;
		}
/* TEXT END */

/* LINK */
	#content_left ul li a {
		display: block;
		padding: 6px 0 9px 20px;
		color: #fff;
		background: transparent url(../images/li_subnav.gif) 0 9px no-repeat;
		font-size: 12px;
		text-decoration: none;
		}
	
	#content_left ul li a:hover {
		color: #333;
		background-position: 0 -13px;
		}
	#footer p a{
		color: #fff;
		}
/* END LINK */

/* HEADING */
/* END HEADING */

/* STRONG */
/* END STRONG */

/* FIELDSET */
	fieldset#memberlogin {
		margin: 20px auto;
		padding: 10px;
		width: 380px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border: 1px solid #ccc;
		}
	fieldset#contact_form {
		padding: 10px;
		width: 470px;
		border: 1px solid #ccc;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}

/* END FIELDSET */

/* LEGEND */
	fieldset#memberlogin legend {
		padding: 0 5px;
		font-size: 1.4em;
		font-weight: bold;
		}

/* END LEGEND */

/* LABEL */
	fieldset#memberlogin label {
		display: block;
		float: left;
		clear: left;
		margin-right: 5px;
		width: 135px;
		text-align: right;
		font-weight: bold;
		}
	fieldset#contact_form label {
		display: block;
		float: left;
		clear: left;
		padding-right: 5px;
		width: 200px;
		text-align: right;
		line-height: 250%;
		}

/* END LABEL */

/* INPUT */
	input, textarea {
		padding: 3px;
		background: #454545;
		}
	fieldset#memberlogin input {
		margin: 0 0 5px 0;
		display: block;
		float: left;
		}
	fieldset#memberlogin input#submit, fieldset#contact_form input#submit, .btn_submit {
		padding: 5px;
		color: #fff;
		font-weight: bold;
		border: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background: #fe8b00;
		cursor: pointer;
		}
	fieldset#memberlogin input#submit {
		margin-left: 170px;
		font-size: 1.4em;
		}
	fieldset#contact_form input, fieldset#contact_form textarea {
		display: block;
		float: left;
		margin-bottom: 6px;
		padding: 7px;
		width: 195px;
		}

	fieldset#contact_form input#submit {
		margin-left: 200px;
		width: auto;
		}
	fieldset#memberlogin input:hover#submit, fieldset#contact_form input:hover#submit, input:hover.btn_submit {
		background: #ff9a12;
		}

/* END INPUT */

/* TEXTAREA */
/* END TEXTAREA */

/* SELECT */
/* END SELECT */

/* IMG */
	img.hdr_sub {
		margin: 15px 0 0 30px;
		}
	img.btn_help {
		margin: 15px 0 0 75px;
		}
	.news_thumb {
		float: left;
		margin: 0 10px 10px 0;
		}
	.news_lores {
		float: right;
		margin: 0 0 10px 10px;
		}
	#success_story .tails_image img {
		margin: 0;
		padding: 0;
		}
/* END IMG */

/* HR */
/* END HR */

/* SUP */
/* END SUP */