@charset "UTF-8";
/* CSS Document */
/* CSS Reset */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	background-color:rgba(255,255,255,1.00);
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
strong { 
	font-weight: bold;
}
em { 
	font-style: italic;
}
h1 {
	font-style: normal;
}
.h1Header {
	font-size: 2.2em;
	font-family: raleway;
	color: rgba(202,91,91,1.00);
	margin: .5em 0 .2em 0;
	font-weight: 300;
}
.h1HeaderSM {
	font-size: .7em;
}
h2 {
	font-style: normal;
}
.h2Header {
	font-size: 1.4em;
	font-family: raleway;
	color: rgba(71,71,71,1.00);
	margin: .5em 0 0 0;
	font-weight: 400;
	text-transform: capitalize;
}
.h2HeaderL {
	font-size: 1.4em;
	font-family: raleway;
	color: rgba(71,71,71,1.00);
	margin: .5em 0 0 0;
	font-weight: 400;
}
h3 {
	font-weight: normal;
}
header {
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px rgba(215,216,98,1.00);
}
.headerHD {
	width: 1000px;
	margin: 0 auto;
}
.container {
	width: 1100px;
	margin: 0 auto;
}
section {
	float: left;
	width: 1000px;
	padding: 0;
	line-height: 1.5;
	font-family: raleway;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
}
p {
	margin-bottom: .9em;
}
article {
	float: left;
}
.articleHor {
	float: left;
	width: 860px;
	margin: 10px 0 0 20px;
	text-align: center;
}
/*.arrowL {
	float: left;
	width: 50px;
	margin: 3em 0 0 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 5em;
	color: rgba(222,222,222,1.00);
	text-align: right;
	font-weight: 100;
	font-style: normal;
}*/
.arrowL {
	float: left;
	margin: 50px 0 0 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 4em;
	ccolor: rgba(0,153,204,1.00);
	text-align: center;
	font-weight: 100;
	font-style: normal;
}
.arrowL a:link {
	float: left;
	padding: .1em 0 .3em 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(248,248,248,1.00);
	text-decoration: none;
	color: rgba(0,153,204,1.00);
}
.arrowL a:visited {
	float: left;
	padding: .1em 0 .3em 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(248,248,248,1.00);
	text-decoration: none;
	color: rgba(0,153,204,1.00);
}
.arrowL a:hover {
	float: left;
	padding: .1em 0 .3em 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(0,153,204,1.00);
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.arrowL a:active {
	float: left;
	padding: .1em 0 .3em 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(0,153,204,1.00);
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
/*.arrowR {
	float: right;
	width: 50px;
	margin: 3em 0 0 0;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 5em;
	color: rgba(222,222,222,1.00);
	text-align: right;
	font-weight: 100;
	font-style: normal;
}*/
.arrowR {
	float: right;
	margin: 50px 0 0 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 4em;
	ccolor: rgba(0,153,204,1.00);
	text-align: center;
	font-weight: 100;
	font-style: normal;
}
.arrowR a:link {
	float: right;
	padding: .1em 0 .3em 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(248,248,248,1.00);
	text-decoration: none;
	color: rgba(0,153,204,1.00);
}
.arrowR a:visited {
	float: right;
	padding: .1em 0 .3em 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(248,248,248,1.00);
	text-decoration: none;
	color: rgba(0,153,204,1.00);
}
.arrowR a:hover {
	float: right;
	padding: .1em 0 .3em 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(0,153,204,1.00);
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.arrowR a:active {
	float: right;
	padding: .1em 0 .3em 0;
	width: 50px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: rgba(0,153,204,1.00);
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
aside {
	float: left;

}
aside p {
	margin: 0 0 1em 1em;
}
.asideT2 {
	float: left;
	width: 830px;
	margin: .5em 0 0 100px;
}
section a:link {
	color: rgba(0,153,204,1.00);
	text-decoration: none;
}
section a:visited {
	color: rgba(0,153,204,1.00);
	text-decoration: none;
}
section a:hover {
	color: rgba(202,91,91,1.00);
	text-decoration: none;
}
section a:active {
	color: rgba(202,91,91,1.00);
	text-decoration: none;
}
.h1HeaderSM a:link {
	color: rgba(0,153,204,1.00);
	text-decoration: none;
}
.h1HeaderSM a:visited {
	color: rgba(0,153,204,1.00);
	text-decoration: none;
}
.h1HeaderSM a:hover {
	color: rgba(202,91,91,1.00);
	text-decoration: none;
}
.h1HeaderSM a:active {
	color: rgba(202,91,91,1.00);
	text-decoration: none;
}
.price {
	font-size: 1.6em;
}
cite {
	font-style: normal;
}
sup {
	vertical-align: super;
    font-size: .7em;
	text-transform: lowercase;
}
