/* 	CSS created by Byte Technology
			
		Copyright 2009 Byte Technology  
		
		http://www.byte-technology.com
		
		Byte Technology
		20 Ragsdale Drive, Suite 220
		Monterey, CA  93940
		
		Phone:	831.656.9178
		Fax:	831.855.0291


*/


/* Redefine HTML tags 
--------------------------------------------------------------------------- */

/* Body
------------------------- */

body {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	background:#FFF;
	color: #666;
}

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

.leftnav {
	margin: 18px 0 0 28px;
	_margin: 0 0 0 28px; /*for IE6 */
	*margin: 0 0 0 28px; /*for IE7 */
	float:left;
}

.maincontent {
	margin: 15px 0 30px 204px;
	_margin: 0 0 30px 194px; /*for IE6 */
	*margin: 0 0 30px 194px; /*for IE7 */
	width: 758px;
}

.mainhome {
	margin: 15px 0 30px 20px;
	_margin: 0 0 30px 9px; /*for IE6 */
	*margin: 0 0 30px 9px; /*for IE7 */
	width: 942px;
}

/* Links
------------------------- */

a:link,
a:visited {
	color: #660066;
	text-decoration: none;
}

a:hover {
	color: #D533CC;
	text-decoration: underline;
}

/* Tables
------------------------- */

td {
	vertical-align: top;
}

td p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

th {
	text-align: left;
}


/* Lists
------------------------- */

ul,
ol {
	margin: 15px 0 18px -20px;
	*margin: 15px 0 18px 20px; /* for IE7 */
}

ul li,
ol li {
	line-height: 1.5;
	margin: 0 0 10px 0;
}

/* Horizontal Rule
------------------------- */

.HorizontalRule {
	height: 1px;
	width: 100%;
	background: #cc0000;

}

/* Image
------------------------- */

img {
	border: none;
	padding: 0;
	margin: 0;
}

/* Image Floats
------------------------- */

.PushLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.PushRight {
	float: right;
	margin: 0 0 10px 10px;
}

.Center {
	text-align:center;
	margin: 0 0 15px 0;

}


/* Container
--------------------------------------------------------------------------- */

.Container {
	margin: 15px auto;
	padding: 0;
	background: #DFDFDF;
	border: 1px solid #999999;
	
}

/* Headers
--------------------------------------------------------------------------- */

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #660066;
	margin: 0 0 18px 0;
}



h2 {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0 0 8px 0;
	text-decoration: none;
}



h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-decoration: none;
}


h4 {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}



h5 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin: 0 0 8px 0;
	text-decoration: none;
}



h6 {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	margin: 0 0 8px 0;
	text-decoration: none;
}


/* Hide Content
--------------------------------------------------------------------------- */

.HideMe { /* Paste the "display: none;" in classes that are to be hidden. Used in conjunction with the print style sheet. */
	display: none;
}

/* Classes
--------------------------------------------------------------------------- */

.header {
	background-color: #FFFFFF;
	color:#FFF;
	vertical-align: middle;
	
}

.header a:link,
.header a:visited {
	color:#676767;
	text-decoration: none;
}

.header a:hover {
	color:#0C454F;
	text-decoration: none;
}

.logo {
	width: 165px;
	height: 120px;
	float:left;
}

.fulllogo {
	width: 115px;
	height: 97px;
	float: left;
	padding-left: 5px;
}

.navigation {
	width: 800px;
	float: left;
	padding: 0 0 0 0;
	white-space:nowrap;
}

.navigation ul {
	margin: 0 0 0 0;
	_margin: 0 0 0 30px; /*for IE6 */
	*margin: 0 0 0 30px; /*for IE7 */
}

.navigation li {
	list-style: none;
	display: inline;
	margin: 0 45px 0 0;
}

.navigation a:link,
.navigation a:visited {
	color:#FFF;
	text-decoration: none;
}

.navigation a:hover {
	color:#FFF;
	text-decoration: underline;
}

.header {
	background-image:url(../images/topback.gif);
	height: 120px;
}

.footer {
	background-image:url(../images/footerTile.gif);
	height: 22px;
}

.footertext {
	text-align:center;
	padding: 10px 0 10px 0;
	font-size: 8pt;
}



.sig {
	width: 279x;
	height: 78px;
	margin: 0 0 20px 0;
}

.gift {
	background:#660066;
}

.gift a:link {
	color:#FFF;
	text-decoration: none;
}
.gift a:visited {
	color:#FFF;
	text-decoration: none;
}

.gift a:hover {
	color:#FFF;
	text-decoration: underline;
}