/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */

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, caption, tfoot, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline; }
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
		
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	
table { border-collapse: collapse; border-spacing: 0; }


/* #Basic Styles
================================================== */

body {
	background: #fff;
	font-size: 14px;
	line-height: 2.3em;
	font-family: 'lucida grande', Verdana, Helvetica, sans-serif;
	color: #fff;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}


/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }


.subheader { color: #777; }

p { margin: 0 0 25px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong, b { font-weight: bold; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */

a, a:visited { color: #333; text-decoration: none; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */

ol, ul { list-style: none; }
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

.content ul {  padding: 6px 0px 6px 0px; margin: 0px 0px 0px 0px; }
.content ul li { position: relative; background: url('../images/general/bullet-2.png') no-repeat 0px -3px;  border: none; min-height: 0px; width: auto; padding: 4px 10px 4px 15px; }



/* #Images
================================================== */

img.scale-with-grid { max-width: 100%; height: auto; }


/* #Buttons
================================================== */

a.button,
button,
.literature-container a,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: "AvantGardeGothicDemi", Arial, Verdana, Helvetica;
	border: none;
	background: #1a88ca;
	padding:12px 14px;
	text-align:center;
	color: #fff !important;
	display: inline-block;
	text-align: left;
	font-size:15px;
	text-decoration: none;
	line-height: 21px;
	margin-bottom: 9px;
	-webkit-appearance: none; }

a.button:after { font-family: IcoMoon; float: right; margin-left: 10px; font-size: 24px; content: "\e000"; }
.literature-container a:after { font-family: IcoMoon; float: right; margin-left: 10px; font-size: 24px; content: "\e001"; }


a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #857671; /* Old browsers */
	border: 0px solid #acacac;
	-webkit-appearance: none; }

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 0px solid #acacac;
	background: #0d5986; /* Old browsers */
	-webkit-appearance: none;}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	text-indent: 20px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: left; 
	-webkit-appearance: none; }
	
a.button.full-width:after { font-family: IcoMoon; float: right; margin-left: 10px; margin-right: 10px; font-size: 24px; content: "\e000"; }

a.button.print{
	margin-top:-4px;
  	float:right;
    display:block;
}
a.button.print:after{
  content: "\e001";  
}
p.literature-container{
  display:none;
}


/* #Tabs (activate in tabs.js)
================================================== */

ul.tabs { display: block; margin: 0 0 20px 0; padding: 0; border-bottom: solid 1px #ddd; }

ul.tabs li { display: block; width: auto; height: 30px; padding: 0; float: left; margin-bottom: 0; }
.ie6 ul.tabs li { width: 0; white-space: nowrap; }	
	
ul.tabs li a { display: block; text-decoration: none; width: auto; height: 29px; padding: 0px 20px; line-height: 30px; border: solid 1px #ddd; border-width: 1px 1px 0 0; margin: 0; background: #f5f5f5; font-size: 13px; }
ul.tabs li a.active { background: #fff; height: 30px; position: relative; top: -4px; padding-top: 4px; border-left-width: 1px; margin: 0 0 0 -1px; color: #111;
-moz-border-radius-topleft: 2px;
-webkit-border-top-left-radius: 2px;
border-top-left-radius: 2px;
-moz-border-radius-topright: 2px;
-webkit-border-top-right-radius: 2px;
border-top-right-radius: 2px; }
	
ul.tabs li:first-child a.active { margin-left: 0; }
ul.tabs li:first-child a { border-width: 1px 1px 0 1px; -moz-border-radius-topleft: 2px; -webkit-border-top-left-radius: 2px; border-top-left-radius: 2px; }
ul.tabs li:last-child a { -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; }

ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; background: none; padding: 0; }
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before, ul.tabs:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
ul.tabs:after { clear: both; }
ul.tabs { zoom: 1; }


/* #Forms
================================================== */

form td { padding: 0px 10px 10px 0px; vertical-align: top; }
form td:first-child { padding: 3px 35px 0px 0px; }
form input[type="submit"] { margin: 4px 0px 0px 0px; }
form { margin-bottom: 20px; }
	
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #777;
	margin: 0;
	display: block;
	margin-bottom: 5px;
	background: #fff; 
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20) inset, 0 1px 0 rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.20) inset, 0 1px 0 rgba(255, 255, 255, 1); }      
	
select { padding: 3px 0px 3px 0px; }
	
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus { border: 1px solid #aaa; color: #444;
-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
box-shadow:  0 0 3px rgba(0,0,0,.2); }
	
textarea { min-height: 60px; }
	
legend { display: block; font-weight: bold; font-size: 13px; }
	
input[type="checkbox"] { display: inline; }
	
legend span { font-weight: normal; font-size: 12px; color: #444; }	
	
form input.error, form select.error, form textarea.error { background-color: #c55011; border: 1px solid #e01e1e !important; }
form label.error { color: #c55011; font-size: 13px; clear: both; width: 100%; margin: 5px 0 0 20%; padding: 0; }

.error { background-color: #ffffff !important; }
.error P { padding: 2px 0px 5px 0px; }
label.error { display: none; background-color: transparent !important; }
	
	
form fieldset { margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #eee; }
	
form fieldset.form-actions { margin: 0 0 0 20%; padding: 0; border: none; }

form fieldset label { float: left; width: 20%; margin: 4px 0 5px 0; }

form fieldset.radio ul li label, form fieldset.check ul li label { display: inline; float: none; width: auto; font-weight: normal; }
	
form fieldset input.form-text,
form fieldset textarea { display: block; width: 50%; }
form fieldset textarea { height: 150px; }
	
form fieldset select { min-width: 25%; margin: 0; float: left; }
	
form fieldset.radio ul, form fieldset.check ul { margin: 5px 0 0 20%; }
form fieldset.radio ul li, form fieldset.check ul li { margin: 0 0 5px 0; background: none; padding: 0; }
form fieldset.radio ul li:last-child { margin: 0; }
	
form fieldset p.form-help { margin: 5px 0 0 20%; font-size: 12px; color: #999; }



/* #Misc
================================================== */

.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }

.add-bottom { margin-bottom: 20px !important; }
.add-bottom-medium { margin-bottom: 30px !important; }
.add-bottom-large { margin-bottom: 40px !important; }

.add-top { margin-top: 20px !important; }
.add-top-medium { margin-top: 30px !important; }
.add-top-large { margin-top: 40px !important; }
.add-top-xlarge { margin-top: 50px !important; }

.text-right { text-align: right; }
.text-center { text-align: center; }

.float-right { float: right; }
.float-left { float: left; }

.absolute-bottom-right { position: absolute; bottom: 0; right: 0; }
.absolute-bottom-left { position: absolute; bottom: 0; left: 0; }
.absolute-top-right { position: absolute; top: 0; right: 0; }
.absolute-top-left { position: absolute; top: 0; left: 0; }

.rounded-corners-small { border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px; }
.rounded-corners-medium { border-radius: 12px; -webkit-border-radius: 12px; -moz-border-radius: 12px; }
.rounded-corners-large { border-radius: 18px; -webkit-border-radius: 18px; -moz-border-radius: 18px; }
	
.inner-shadow { -webkit-box-shadow: inset 0 0 7px rgba(0,0,0,0.20); -moz-box-shadow: inset 0 0 7px rgba(0,0,0,0.20); box-shadow: inset 0 0 7px rgba(0,0,0,0.20); }

.shadow { -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.30); -moz-box-shadow: 0 0 4px rgba(0,0,0,0.30); box-shadow: 0 0 4px rgba(0,0,0,0.30); }
.shadow-small { -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.30); -moz-box-shadow: 0 0 2px rgba(0,0,0,0.30); box-shadow: 0 0 2px rgba(0,0,0,0.30); }

.gradient-orange {
background-image: -webkit-gradient(linear, center top, center bottom, from(#f2ab2b), to(#e17b19));
background-image: -webkit-linear-gradient(top, #f2ab2b, #e17b19);
background-image: -moz-linear-gradient(top, #f2ab2b, #e17b19);
background-image: -o-linear-gradient(top, #f2ab2b, #e17b19);
background-image: -ms-linear-gradient(top, #f2ab2b, #e17b19);
background-image: linear-gradient(to bottom, #f2ab2b, #e17b19);
}

.gradient-grey {
background-image: -webkit-gradient(linear, center top, center bottom, from(#e8e8e8), to(#b0b0b0));
background-image: -webkit-linear-gradient(top, #e8e8e8, #b0b0b0);
background-image: -moz-linear-gradient(top, #e8e8e8, #b0b0b0);
background-image: -o-linear-gradient(top, #e8e8e8, #b0b0b0);
background-image: -ms-linear-gradient(top, #e8e8e8, #b0b0b0);
background-image: linear-gradient(to bottom, #e8e8e8, #b0b0b0);
}

.gradient-three { 
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffb90d), to(#009980), color-stop(50%, #cc0045));
background-image: -webkit-linear-gradient(top, #ffb90d, #cc0045 50%, #009980);
background-image: -moz-linear-gradient(top, #ffb90d, #cc0045 50%, #009980);
background-image: -o-linear-gradient(top, #ffb90d, #cc0045 50%, #009980);
background-image: -ms-linear-gradient(top, #ffb90d, #cc0045 50%, #009980);
background-image: linear-gradient(to bottom, #ffb90d, #cc0045 50%, #009980);
}


/* Navigation
------------------------------ */

.top-navigation a { color: #000; }
.top-navigation a:hover, .top-navigation a:focus { color: #ccc; }
.top-navigation ul { margin: 0; }
.top-navigation ul li { margin: 0; }

.nav-primary { position: relative; z-index: 80; }
.nav-primary h3 { position: absolute; left: -999em; }
.nav-primary ul { text-align: center; }
.nav-primary li { border-bottom: 0; }
.nav-primary li:last-child { border-bottom: 0; }
.nav-primary li.nav-current { display: none; }
.nav-primary li.selected a{ color:#ffffff }
.nav-primary a {  text-decoration: none; color: #333; }
.nav-primary a:hover, .nav-primary a:focus { color: #999; }
.nav-primary .selected { font-weight: bold; }
.nav-right ul  {float: right;}
.nav-right li {float: left; padding: 0px 0px 0px 0px; }
.nav-left li {float: left; padding: 0px 25px 0px 0px; }
 
.top-navigation li {float: right;}
.nav-center ul, ul.nav-center { margin: 0; text-align: center; }
.nav-center ul li, ul.nav-center li { display: inline; }
