/*
 * 	CYC Seattle Laser style sheet
 */

html {
	min-width: 700px;
	background-color: #20344D; 
}


body {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: small;
}

div.background {
	background-image: url(images/shadow.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

div.top {
	height: 125px;
	width: 900px;
	margin-left: 40px;
	background-image: url("images/banner.jpg");
	background-position: top right;
	background-repeat: no-repeat;
}

div.bottomBackground {
	background-image: url(images/bottomShadow.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

div.home {
	position: absolute;
	top: inherit;
	left: inherit;
	height: 50px;
	width: 200px;
}

div.home a {
	height: 200px;
	width: 200px;
	padding: 50px 90px 50px 90px;
	text-decoration: none;
}

/* 
 *	Search 
 */
div.search {
	width: auto;
	position: absolute;
	display: inline;
	bottom: 38px;
	right: 0;
	padding: 0 25px 0 0;
	white-space: nowrap;
	white-space: nowrap; 	/* Opera */
	text-align: right; 		/* Mac */
	z-index: 11;
}

div.search label { 
	color: #fff; 
	font-size: 85%; 
}

div.search form input { 
	font-size: 85%; 
}

div.search form #submit {
	font-size: 85%;
	background: #6A7389;
	color: #fff;
	padding: 1px 4px;
	border-right: 1px solid #283043;
	border-bottom: 1px solid #283043;
	border-top: 1px solid #9097A2;
	border-left: 1px solid #9097A2;
}

div.search form #q {
	width: 170px;
	font-size: 85%;
	border:	1px solid #9097A2;
	background: #D9DBE1;
	background: #F0F0F0;
	padding: 2px;
}

div.search form #q:hover, div.search form #q:focus {
	background: #fff;
}


/* Menu */

div.menu {
	position: relative;
	margin: 0;
	padding: 0;
	top: 98px;
	left: 0;
	height: 0px;
	z-index: 9;
}

div.menu ul {
	position: absolute;
	display: inline;
	padding: 0 25px 0 0;
	margin: 0;
	width: auto;
	bottom: 0;
	right: 0;
	list-style: none;
	height: 25px;
	white-space: nowrap;
	z-index: 10;
}

div.menu li {
	float: right;
	padding: 0 6px 0 0;
	margin: 0 1px 0 0;
	xborder-bottom: 1px solid #515358;
}

div.menu ul a, div.menu ul a:visited {
	float: left;
	display: block;
	padding: 4px 4px 4px 10px;
	background: transparent url("images/header_tab.gif") 0% -600px no-repeat;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div.menu ul li a:hover { xbackground-position: 0% -400px; color: #000000; }

/* 
 *	Content 
 */
div.content {
	width: 875px;
	margin: -30px 0 0 40px;
	padding: 0 10px 20px 15px;
	color: #000000;
	background-color: #FFFFFF;
	min-height: 600px;
	text-decoration: none;
}

/* Home Page (no side menu) */

div.contentLeftNoMenu { 
	float: left;
	width: 58%;
	margin: 0 20px 0 22px;
	padding: 0 10px 0 15px;
	background-color: #FFFFFF; 
	min-height: 550px;
}

div.contentRightNoMenu { 
	float: right;
	padding: 0 10px 0 15px;
	margin: 15px 20px 0 0;
	width: 28%;
	min-height: 500px;
	background-color: #F0F0FF; 
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 9px #888;
}

div.navBottom {
	clear: both;
	text-align: center;
	font-size: 85%;
	text-decoration: none; 
	padding: 30px 0 0 0;
}

div.navBottom a:link, div.navBottom a:visited {
	text-decoration: none; 
}

div.navBottom a:hover {
	text-decoration: underline; 
	color: #000000; 
	white-space: nowrap;
}

/*
 *	Side navigation
 */

div.contentSideMenu {
	width: 22%;
	float: left;
	font-size: 90%;
	margin-left: 2%;
	line-height: 130%; 
	text-align: left;
	min-height: 550px;
}

div.contentRight { 
	float: left;
	margin-left: 2%;
	width: 69%;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF; 
}

div.contentSideMenu ul {
	list-style: none;
	text-decoration: none; 
	color: #EEEEEE; 
	font-weight: bold;
	text-decoration: none; 
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

div.contentSideMenu h1 {
	font-size: 120%;
	font-weight: bold;
}

div.contentSideMenu li {
	display: inline;
	font-weight: normal;
}

li.navOff a {
	display: block;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	background: #F2F2F2;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	border-right: 1px solid #ddd;
}

li.navOff a:hover {
	background: #F0F8F8;
	font-weight: bold;
}

li.navOn a {
	display: block;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	background: #D2E2FF;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

li.navOn a:hover {
	background: #E2E2FF;
	font-weight: bold;
}

.indent {
	text-indent: 15px;
}


/*
 *	Terms 
 */
p.terms {
	height: 50px;
	margin: 0;
	padding: 30px 0 0 0;
	font-size: 85%;
	color: #AAAAAA; 
	line-height: 70%; 
}

p.terms a:link, p.terms a:visited { 
	color: #AAAAAA; 
	text-decoration: none;
}

p.terms a:hover { 
	color: #FFFFFF; 
}


/*
 *	Standard elements
 */
h1 { 
	font-size: x-large;
	color: #222222; 
	font-weight: bold;
	margin: 14px 0 16px 0;
} 

h2 { 
	font-size: large;
	font-weight: bold;
	color: #222222; 
	color: #284898;
	margin: 28px 0 18px 0;
	border-bottom: 1px solid #20344D;
}

h3 { 
	font-size: medium;
	color: #222222; 
	color: #284898;
	font-weight: bold;
	margin: 8px 0 4px 0;
}

h4 { 
	color: #222222; 
	color: #284898;
	font-size: small;
	font-style: italic; 
}

p { 
	line-height: 130%; 
	margin-top: 5px;
}

ul { 
	font-size: 100%;
}

ol {  
	font-size: 100%;
}

pre { 
	font-size: 110%;
	line-height: 140%; 
	font-family: Courier New, Courier, monospace; 
	padding: 10px 15px 10px 15px;
	margin: 16px 0 10px 0;
	background-color: #20344D;
	color: #FFFFFF;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 9px #888;
}

pre a {
	color: #FFFFFF;
}

pre a:link, pre a:visited, pre a:hover {
	color: #FFFFFF;
}

pre.paper { 
	font-size: 100%;
	line-height: 100%; 
	font-family: Courier New, Courier, monospace; 
	padding: 0 15px 0 0;
	margin: 10px 0 10px 0;
	background-color: #FFFFFF;
	color: #102070; 
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-shadow: 0px 0px 0px #FFF;
}

UNUSEDpre { 
	font-size: 90%;
	color: #000000; 
	background-color: #F2F2F2; 
	padding: 6px 6px 6px 6px;
}

.smallText { 
	font-size: 90%; 
	color: #313131; 
}

.section {
	padding: 0 0 2px 0;
	border-bottom: 1px solid #A0A0A0
}

p.faqLink {
	color: #31699C; 
	text-decoration: none; 
	margin: 4px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 110%; 
}

p.faqLink a:link, p.faqLink a:visited {
	color: #31699C; 
	text-decoration: none; 
}

p.faqLink a:hover {
	color: #993366; 
	text-decoration: underline; 
}

p.faqQuestion {
	font-size: 100%; 
	color: #CC4477; 
	color: #CC1122; 
	margin: 10px 0px 0px 0px;
	font-style: bold;
}

p.faqAnswer {
	font-size: 100%; 
	margin: 4px 0px 20px 0px;
}

/*
 *	General link highlighting
 */

td a {
	text-decoration: none;
}

a:link { 
	color: #31699C; 
}

a:visited { 
	color: #31699C; 
}

a:hover { 
	color: #CC4477; 
}


div.terms p a:link, p.terms a:visited { 
	color: #CECECE; 
	text-decoration: none;
}

div.terms p a:hover { 
	color: #FFFFFF; 
	text-decoration: underline; 
}

.shadow {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 9px #888;
}


hr {
	height: 1px;
	background-color: #F0F0F0;
	color: #F0F0F0;
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
}

img.shadow {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: 5px 5px 9px #888;
}


img.wrapLeft {
	float: left;
	margin: 0px 18px 12px 0px;
}

img.wrapRight {
	float: right;
	margin: 0px 0px 3px 10px;
	xborder-style: solid;
}

table {
	margin: 10px 0 20px 0;
	font-size: 100%;
	border: 1px solid #AAAAAA;
	border-collapse: collapse;
	padding: 14;
	-webkit-box-shadow: 5px 5px 9px #888;
}

thead {
	background-color: #80A0D0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
}

td {
	border: 1px solid #AAAAAA;
	padding: 4px;
}


