@charset "UTF-8";
/* CSS Document */

/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	outline: none;
}
a {
	outline: none;
	outline-width: none;
	text-decoration: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
/* ol,ul {
	list-style:none;
} */
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
abbr,acronym { 
	border:0;
}

body { 
	/* background: url(img/bgcanvas.png) top left repeat; */
	background-color: #fff;
	font-family: 'Lucida Grande', 'Lucida Unicode', Lucida, Calibri, Helvetica, Arial, sans-serif;
}
.odd { background-color: #fff; }
.even { background-color: #fff; }
.line {
	padding: 20px 10%;
}
.line:hover { background-color: #9cf; }
.top {
	height: 40px;
	background-color: #2D2415;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.6);
}
.title {
	background: transparent url(img/title-back.png) left bottom repeat-x;
	color: #fff;
	padding: 20px 50px 25px 50px;
	margin-bottom: 20px;
}
.title h1 {
	font-size: 50px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 3px;
}
	.title h1 span {
		letter-spacing: -2px;
	}
.title h2 {
	font-weight: medium;
	text-transform: uppercase;
	margin-top: -6px;
	font-size: 20px;
}
ul.nav {
	height: 40px;
	position: fixed;
	top: 185px;
	padding-left: 50px;
}
	ul.nav li {
		float: left;
		margin-right: 20px;
		list-style: none;
	}
	ul.nav li a {
		display: block;
		padding: 10px 20px;
		background-color: #990033;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
		-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
		color: #fff;
		text-transform: uppercase;
	}
	ul.nav li a:hover {
		background-color: #FF0033;
	}

div#card_holder {
	width: 600px;
	margin: 0 50px 50px 50px;
	padding-top: 2px;
	border-top: 2px solid #d2d2d2;
}
	div#card_holder h2 {
		
	}
	div#card_holder h2 a {
		color: #333;
		text-transform: uppercase;
		font-size: 18px;
		font-weight: bold;
		display: block;
		padding: 15px 30px 10px 50px;
		background: #efefef;
		margin-bottom: 2px;
	}
	
	div#card_holder h2.ui-state-default a {
		background: #efefef url(img/icons/toggle-expand.png) 15px center no-repeat;
	}
	div#card_holder h2.ui-state-default a:hover {
		background-color: #7C9FB8;
	}
	div#card_holder h2.ui-state-active a {
		background: #7C9FB8 url(img/icons/toggle.png) 15px center no-repeat;
	}
	div#card_holder h2.first {
		border-top: none;
	}
div.card {
	padding: 20px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 5px solid transparent;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	width: 800px;
	
	background-color: #efefef;
}
	div.box p {
		margin-bottom: 1em;
		line-height: 150%;
	}


div.box {
	padding: 20px 50px;
}
div.box a { 
	text-transform: uppercase; 
	color: #777; 
	background-color: #efefef;
	padding: 2px 6px 0px 6px;
	font-size: 12px; 
	font-weight: medium; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border: 2px solid transparent;
	position: relative;
	top: -1px;
}
div.box a:hover { background-color: #FF0033; color: #fff; }

#accordion a {
	display: block;
	font-size: 24px;
}
#accordion div {
	padding: 20px 10%;
	background-color: #000000;
	color: #fff;
}
	