/* ////////////////////// */

/*    CSS Developed By    */
/*     Cow Dog Design     */
/*  www.cowdogdesign.com  */
/*    info@cowdogdesign   */

/* ////////////////////// */

/* GLOBAL ELEMENTS */
	* {
		margin:0;
		padding:0;
		border: 0;
		color:#131313;
		}
	
	body {
		background: #446996;
		font: 62.5%/1.6em verdana,helvetica,arial,sans-serif;
		}
	hr {
		color: #71a6df;
		background-color: #71a6df;
		height: 1px;
		width: 97%;
		margin: 5px auto;
		}
	input, textarea, checkbox, select, file {
		border:1px solid #b4b4b4;
		padding: 3px;
		}
	p, span, ul li, ol li {
		font-size: 1.1em;
		}
	p {
		margin:0;
		padding: 0 0 10px 0;
		}
	em {
		font-style: italic;
		}
/* END GLOBAL */

/* STANDARD CLASSES */
	.common {
		margin:0 0 5px 0;
		width: auto;
		}
	.td_pad_4 td, .td_pad_4 th {
		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:#007fc6;
		margin: 0;
		padding: 0 0 5px 0;
		font-weight: bold;
		}
	h1 {font-size:1.8em;}
	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, strong a, a strong {
		text-decoration: underline;
		color:#007fc6;
		}
	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 */
	.tableCenter {
		margin: 0 auto;
		}
	#mobileWrapper table {
		width: 100%;
		}
/* END TABLE */

/* TD */
/* END TD */

/* DIV */
	#mobileWrapper {
		margin: 0;
		padding: 0;
		width: 100%;
		background: #fff;
		}
	#mobileHeader {
		margin: 0;
		padding: 20px 0 0 0;
		width: 100%;
		height: 105px;
		text-align: center;
		background: #fff url(../images/bg_head.png) 0 0 repeat-x;
		}
	#titleWrapper {
		margin: 0;
		padding: 0;
		width: 100%;
		}
	#mobileTitle {
		float: left;
		}
	#mobileContent {
		margin: 0 auto;
		padding: 5px 10px 10px 10px;
		min-height: 100px;
		height: auto !important;
		height: 100px;
		background: #fff;
		}
	#menubtn {
		float: right;
		margin: 0;
		padding: 0;
		width: 60px;
		}
	#footer {	
		margin: 0 auto;
		padding: 10px 0;
		}
	#quickLook {
		margin: 0 auto;
		padding: 0;
		width: 124px;
		}
	#quickLook div {
		float: left;
		margin: 0 5px 5px 0;
		padding: 7px 5px 2px 5px;
		width: 47px;
		min-height: 48px;
		height: auto !important;
		height: 48px;
		background: transparent url(../images/bgQuick.jpg) 0 0 no-repeat;
		}
/* END DIV */

/* UL */
	#mobileMenu ul {
		margin: 0;
		padding: 0;
		}
/* END UL */

/* LI */
	#mobileMenu ul li {
		padding: 0;
		list-style: none;
		background: #ee751c url(../images/bgBtn.jpg) 0 0 repeat-x;
		}
	#mobileMenu ul li:hover {
		background-color: #fd8a2f;
		background-position: 0 -40px;
		}
/* END LI */



/* TEXT */
	#footer p {	
		margin: 0;
		padding: 0;
		text-align: center;
		}
	#quickLook div p {
		margin: 0;
		padding: 0;
		line-height: 105%;
		text-align: center;
		color: #fff;
		}
	#quickLook div p {
		}
	#quickLook div p span {
		line-height: 200%;
		color: #fff;
		}
/* TEXT END */

/* LINK */
	#mobileMenu ul li a {
		display: block;
		padding: 10px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		}
/* END LINK */

/* HEADING */
	#mobileTitle h1 {
		margin: 0;
		padding: 0;
		}
/* END HEADING */

/* STRONG */
	#quickLook div p strong {
		color: #fff;
		}
/* END STRONG */

/* FIELDSET */
/* END FIELDSET */

/* LEGEND */
/* END LEGEND */

/* LABEL */
/* END LABEL */

/* INPUT */
/* END INPUT */

/* TEXTAREA */
/* END TEXTAREA */

/* SELECT */
/* END SELECT */

/* IMG */
/* END IMG */

/* HR */
/* END HR */

/* SUP */
/* END SUP */