@charset "UTF-8";
/* foundation, build everything from here */
html, body, div, span, 
h1, h2, h3, h4, h5, h6, 
a, p, img, dl, dt, dd, ol, ul, li, 
label, legend, caption, form, 
table, tbody, tfoot, thead, tr, th, td,
blockquote, pre, small, strike, strong, 
sub, sup, b, u, i, 
applet, object, iframe, abbr, acronym, 
address, big, cite, code, del, dfn, 
em, font, ins, kbd, q, s, samp, tt, var, 
center, fieldset  {
	margin: 0;
	padding: 0;
	border: 0;
	font: 1em Verdana, Arial, Kalimati, Garuda, Helvetica, sans-serif;
	text-decoration: none;
	outline: none;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global Layout */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #b11f24;
	padding-top: 8px;
	padding-bottom: 12px;
	text-align: right;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	color: #283b8e;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	border-bottom: 1px solid #283b8e;
}
h3 {
	font-size: 1.1em;
	color: #b11f24;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 8px;
	font-weight: bold;
	border-bottom: 1px solid #b11f24;
}
h4 {
	font-size: 1em;
	color: #063;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 6px;
}
h5 {
	font-size: .9em;
	color: #283b8e;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 6px;
}
h6 {
	font-size: .9em;
	color: #b11f24;
	font-style: italic;
	text-decoration: underline;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* Layout Page */
body {
	background: url('../img/fade.png') repeat-x;
}
.youngblood #page {
	width: 900px;
	margin: 0 auto;
}
.youngblood #shadow1 {
	float: left;
	background: url('../img/sh2.png') no-repeat bottom right;
	margin: 0 8px 8px 0px;
	padding-bottom: 8px;
}
.youngblood #shadow2 {
	background: url('../img/sh1g.png') no-repeat top left;
	padding-right: 8px;
}
.youngblood #container {
	width: 900px;
	background-color: #fff;
	border-top: 2px solid #283b8e;
	border-left: 1px solid #283b8e;
	border-right: 1px solid #283b8e;
	border-bottom: 1px solid #283b8e;
	padding-bottom: 20px;
	float: left;
}

/* Column 1 */
.youngblood #left {
	width: 300px;
	float: left;
}
.youngblood #logo {
	padding-left: 10px;
	padding-bottom: 15px;
}
.youngblood #logo img {
	margin: 25px 0 25px 2px;
}

/* Column 2 */
.youngblood #right {
	width: 600px;
	float: left;
}

/* Top Menu */
.youngblood #topmenu {
	background-color: #283b8e;
	width: 552px;
	float: right;
	color: #fff;
	padding-bottom: 5px;
	margin-right: 8px;
	overflow: hidden;
}
.youngblood #topmenu ul {
	float: right;
	padding-right: 10px;
}
.youngblood #topmenu li {
	float: left;
	padding-left: 30px;
}
.youngblood #topmenu a {
	color: #fff;
	font-weight: bold;
	font-size: .8em;
}
.youngblood #topmenu a:hover {
	color: #ff0;
	text-decoration: underline;
	font-weight: bold;
	font-size: .8em;
}
.youngblood #topmenu a:active {
	color: #b22222;
	font-weight: bold;
	font-size: .8em;
}

/* Content Box */
.shadow {
	float: right;
	background: url('../img/sh2.png') no-repeat bottom right;
	margin: 8px 0 0 8px;
}
.shadow #shadow {
	background: url('../img/sh1.png') no-repeat left top;
	padding: 0px 8px 8px 0px;
}
.shadow #content {
	border: 1px solid #283b8e;
	width: 550px;
	min-height: 700px;
}

/* Content */
.content {
	padding: 10px;
	font-size: .9em;
}
.content p {
	padding-bottom: .5em;
}
.content a {
	font-weight: bold;
	color: #283b8e;
	text-decoration: none;
}
.content a:hover {
	color: #b22222;
	text-decoration: underline;
}
.content a:active {
	color: #283b8e;
	text-decoration: underline;
}
.content ol {
	list-style-type: decimal;
	padding-left: 3em;
}
.content ul {
	padding-left: 3em;
	list-style-type: disc;
}
.content li {
}
.content blockquote {
	color: #283b8e;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	margin: .5em 2em;
}

/* Footer */
.youngblood #footer {
	width: 900px;
	margin: 0 auto;
}
.youngblood #footer p {
	font-size: .6em;
	text-align: center;
}
.youngblood #footer a {
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #283b8e;
}
.youngblood #footer a:hover {
	color: #b22222;
	text-decoration: underline;
}
.youngblood #footer a:active {
	color: #000;
}

/* Column 1 Elements */
.bluebox {
	width: 260px;
	background-color: #283b8e;
	color: #fff;
	margin: 0 10px 15px 10px;
	padding: 10px 15px 25px 15px;
	overflow: hidden;
}
.bluebox #head {
	padding-bottom: 8px;
}
.bluebox #head p {
	font-size: .9em;
	font-weight: bold;
}
.bluebox #text p {
	font-size: .9em;
	text-align: left;
}
.bluebox #text a {
	font-size: .9em;
	color: #fff;
}
.bluebox #text a:hover {
	color: #ff0;
	text-decoration: underline;
}
.bluebox #text a:active {
	color: #ff0;
	text-decoration: underline;
}

.geared {
	width: 290px;
	margin: 0 10px 15px 10px;
	padding: 25px 0 35px 0;
	overflow: hidden;
}
.geared p {
	color: #999;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: 1.4em;
}

.promo {
	width: 260px;
	margin: 0 10px 15px 10px;
	padding: 4px 15px 25px 15px;
	border-top: 1px solid #b11f24;
	overflow: hidden;
}
.promo #head {
	padding-bottom: 10px;
}
.promo #head p {
	color: #b11f24;
	font-weight: bold;
	text-align: center;
	font-size: .9em;
}
.promo #text p {
	text-align: justify;
	font-size: .8em;
}
