/* @override
	http://localhost:8888/assets/css/main_responsive.css
	http://localhost:8888/assets/css/print.css */

/* @group reset */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body {
	background: white;
	font-size: .75em;
	line-height: 1.6em;
	font-family: UniversRoman,Arial,sans-serif;
	color: black;
}

div#banner, #nav-supp, #nav-main, #nav-sub, ul.skipmenu, footer, div#content-sup, p#nav-breadcrumb, div.slideshow, div#intro, iframe, embed, div#header, div.ncstate-utility-bar, .screen-reader-text, .slidebar, .sb-slidebar {
	display: none;
}

#page {
	margin: 0;
	padding: 0 .5in;
	background: white;
}

#wrapper, #content {
	width: auto;
	￼￼￼￼margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background: white none;
}

#content-main {
	width: 100%;
}

a:link, a:visited {
	color: #a20000;
	background: transparent;
	text-decoration: underline;
}

/*#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

#content a[href^="/"]:after {
	content: " (http://www.alistapart.com" attr(href) ") ";
}*/



/* @group global typography */

h1,h2,h3,h4,h5,h6 { 
	page-break-after: avoid; 
}

h1 {
	margin-top: 0;
	line-height: 1.2em;
	color: #a90414;
	font-weight: normal;
	font-size: 1.8em;
	padding-bottom: 6pt;
	border-bottom: 1px solid #a90414;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.45em;
	line-height: 1.5em;
	color: #000;
	margin: .4em 0 0 0;
}

h3 {
	font-size: 1.05em;
	font-weight: bold;
	color: #a90414;
	text-transform: uppercase;
	margin: 1.2em 0 0 0;
}

h4 {
	font-size: .85em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1.2em 0 0 0;
}

h5 {
	font-size: .9em;
	font-weight: bold;
		margin: 1.2em 0 0 0;
}

p {
	font-size: .9em;
	line-height: 1.55em;
	margin: 1em 0 0 0;
}

ul, ol, dl {
	padding: 1em 0 0 0;
	margin: 0;
}

li {
	margin: 0 1.1em 6px 1.4em;
	font-size: .9em;
	line-height: 1.5em;
}

dt {
	border-bottom: 1px dotted #999;
	margin-top: 1.7em;
	font-weight: bold;
}

dd {
	font-style: italic;
	margin: 6px 0 12px 24px;
}

q {
	display: block;
	margin: 0 0 0 50px;
}

li {
	list-style:	disc;
}

li ul, li ol {
	margin-left: 25px;
}

li ul li, li ol li {
	font-size: 1em;
}

ol li {
	list-style-type: decimal;
}

ol.alpha li {
	list-style-type: upper-latin;
}

.nowrap {
	white-space: nowrap;
}

/* @group tables */

/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table, td {
	border: 1px solid #CCC;
	border-collapse: collapse;
	font-size: .9em;
	line-height: 1.55em;
}

table {
	border: none;
	border: 1px solid #CCC;
	margin-top: 1.5em;
	margin-bottom: 1.3em;
}

thead th,
tbody th {
	background-color: #FFF;
	color: #666;
	padding: 5px 10px;
	border-left: 1px solid #CCC;
}

tbody th {
	border-top: 1px solid #CCC;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	page-break-inside: avoid;
}

tbody tr {
	page-break-inside: avoid;
}

tbody tr td {
	padding: 5px 10px;
	color: #666;
	vertical-align: top;
	page-break-inside: avoid;
}

tfoot td,
tfoot th {
	border-left: none;
	border-top: 1px solid #CCC;
	padding: 4px;
	background: #FFF url(../images/global/foot_bck.gif) repeat;
	color: #666;
}

table p {
	margin: 10px 0;
}

#content-main caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0;
	color: #666;
}

table.graph, #content-main table.graph-detail {
	border: none;
	margin: 5px 0 5px 10px;
	padding: 0;
}

table.graph tbody tr td {
	border: none;
	margin: 0;
	padding: 0;
	height: 20px;
}

table.graph-detail tbody tr td {
	border-bottom: 5px solid #FFF;
	border-right: 5px solid #FFF;
	border-top: 5px solid #FFF;
	margin: 0;
	padding: 0;
}

/* @end */


img {
	color: #000;
	margin: 1em 0 .5em 0; 
	max-width: 100%;
	height: auto;
	page-break-inside: avoid;
}

blockquote {
	font-size: .9em;
	font-weight: bold;
	margin: 20px 0 0 20px;
	border: 1px solid #bfbfbf;
	padding: 0 15px 10px 0px;
	background: #fff url(../images/btec_content_bg.jpg) repeat-x center -13px;
}

blockquote p {
	margin-left: 20px;
	font-size: 1em;
	font-weight: bold;
}

strong, th {
	font-weight: bold;
}

em {
	font-style: italic;
}

pre {
	font: 0.9em "Courier New", Courier, monospace;
	margin: 1em 0 0 20px;
	line-height: 1.8em;
	background: #fff url(../images/btec_content_bg.jpg) repeat-x center -13px;
	padding: 1em;
	border: 1px solid #bfbfbf;
}

abbr {
	speak: spell-out;
}

caption {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #041692;
	padding-top: 24px;
	padding-bottom: .3em;
	border-bottom: 1px solid #041692;
}

sup, sub {
	font-size: .8em;
	line-height: 0em;
	margin: 0 1px;
}

hr {
	margin: .8em 0 0 0;
	color: #bfbfbf;
	background-color: #bfbfbf;
}

/* @end */

.action h3 {
	text-transform: uppercase;
}

.action h3.large {
	font-size: 2em;
}

div#content-sup {
	display: none;
}

div#content-sup h3 {
	font-size: .85em;
	font-weight: bold;
	color: #000;
}

.left {
	display: inline;
	float: left;
}

.right {
	display: inline;
	float: right;
}

.highlight {
	background-color : #FF9;
}

img.right {
	margin: 0 15px 10px 30px;
}

img.left {
	margin-right: 1.3em;
}

img.icon {
	margin-top: 0;
	position: relative;
	top: 3px;
}

img.top {
	margin-top: 0;
}

img.new {
	margin: 0 0 0 10px;
}

#content-main .action.right {
	display: block;
	float: right;
	margin: 12pt 0 12pt 50px;
	padding: 0 12pt 12pt 12pt;
	border: thin solid #000;
}

#content-main .action.right p {
	margin-left: 12pt;
}

/*  styles for newWindow  */
.new-window {
}

.newwindow-active .assistive-text {
	display: inline-block;
	text-indent: -9999px;
	overflow:hidden;
	width: 1px;
	height: 100%;
}

/* @group forms */

#contact, #mc_signup {
	display: block;
	width: 550px;
	margin: 30px 0;
	padding: 35px;
	border: 1px solid #cbcbcb;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#contact hr, .action hr {
	width: 100%;
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-style: none none solid; 
}

/* Form style */

label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 1em;
}

input, textarea, select {
	margin: 0;
	padding: 5px;
	color: #666;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin: 5px 0;
	font: 1em sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
}

input.submit, input#mc-subscribe {
	cursor: pointer;
	border: 1px solid #222;
	background: #333;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input.submit:hover, input#mc-subscribe:hover {
	background: #444;
}

fieldset {
	padding: 10px 20px;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

legend {
	padding: 7px 10px;
	font-weight: bold;
	color: #000;
	white-space: normal;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

legend span {
    width: 480px;
    display: block;
}

span.required {
	font-size: .95em;
	color: #ff0000;
}

#mc_embed_signup label {
	margin: 0;
	padding: 0;
	font-size: .9em;
}

#mc_embed_signup input.required {
	width: 85%;
	margin: 0 0 10px 0;
}

/* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('../images/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin: 10px 0;
	color: #8a1f11;
	border: 1px solid #FBC2C4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#success_page h2 {
	background: url(../images/success.gif) left no-repeat;
	padding-left: 22px;
}

.panel {
	display: contents;
}

.panel .grid4 {
	float: none;	
}

.panel img {
	width: 240px;
}

/* @end */
