/* http://meyerweb.com/eric/tools/css/reset/ */
/* Eric Meyer reset tool | 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, 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*/ {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
@font-face {
	font-family:MyriadPro-BoldCond;
	src: url('../fonts/MyriadPro-BoldCond.ttf');
}
@font-face {
	font-family:MyriadPro-Cond;
	src: url('../fonts/MyriadPro-Cond.ttf');
}
@font-face {
	font-family:MyriadPro-Semibold;
	src: url('../fonts/MyriadPro-Semibold.ttf');
}

/* Remove the outline from all a elements */
a:hover,
a:active,
a:focus {
	outline: 0;
}
/* 
 * Developed by www.acidartstudio.com
 * Non-commercial use only, please contact me at office@acidartstudio.com, before trying to use this code in a commercial application
*/
html,
body {
  height: 100%;
  /*padding-top: 60px;*/ /* Used for the navbar-fixed-top UPDATE: already done via jQuery due to the fluid height nature of the header on different resolutions*/
}
@media screen and (max-width: 768px) {
    body { padding-top: 0px; }
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}
h1, h2, h3 {
	color:#FF7F03;
	font-family:MyriadPro-Cond;
	padding:10px 0;
}
h1 {
	font-size:30px;
	font-weight:normal;
}
h2 {
	font-size:25px;
	font-weight:normal;
}
h3 {
	font-size:20px;
	font-weight:normal;
}
p {
	padding:0 0 10px 0;
}
a, a:focus {
	color:#FF7F03;
	text-decoration:none;
}
a:hover, a.active {
	color:#FF7F03;
	text-decoration:underline;
}
h1 a, h2 a, h3 a, h1 a:hover, h2 a:hover, h3 a:hover  {
	text-decoration:none;
}
ul {
	list-style-position:inside;
	list-style-image: url('../images/li.png');
}
hr {
	margin-bottom: 5px;
    margin-top: 5px;
}
textarea {
	min-height:132px;
}
table p {
	padding:0;
}
table h2 {
	padding:0;
}
article {
	width:100%;
	float:left;
	padding:0 0 10px 0;
	text-align:justify;
}
article img {
	position:relative;
	float:left;
	padding:4px;
	margin:0 10px 0 0;
}
article:nth-child(even), article:hover {
	border-bottom:#121212 1px dashed;
}
ul + h1, ol + h1, p + h1, table + h1,
ul + h2, ol + h2, p + h2, table + h2,
ul + h3, ol + h3, p + h3, table + h3,
ul + h4, ol + h4, p + h4, table + h4,
ul + h5, ol + h5, p + h5, table + h5,
ul + h6, ol + h6, p + h6, table + h6 {
	padding:10px 0 10px 0;
}
sup {
	font-size:60%;
}
/* Structure */
.wrapper {
  min-height: 100%;
  height: auto;
}
.logo {
	width:200px;
	height:65px;
	position:relative;
	float:left;
	margin:10px 0 10px -10px;
	background:url('../images/logo.png') no-repeat;
}
.center {
	background:#FFFFFF;
	padding:15px 0;
	margin:0 0 20px 0;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.landing-page {
	padding:0 0 15px 0;	
}
header {
	color:#6E6E6E;
	/*background: url('../images/header.png') repeat;*/
}
footer {
	padding:20px 0;
	color:#FFFFFF;
	border-top:#F1F1F1 1px solid;
	background: #FF7F03;
}
footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}
/* Header */
header .badge {
	vertical-align:top;
}
.header-text {
	margin:30px 0 0 0;
}
.nested_levels {
	padding:0 0 0 15px;
	list-style-image: url('../images/li.png');
}
/* Sidebar */

aside h2 {
	font-size:38px;
}
aside li {
	padding:2px 0;
}
p.continued {
	margin-top:0;
}
/* Footer */
footer ul {
	padding:0 0 10px 15px;
	list-style-image: url('../images/footer_li.png');
}
footer a:hover {
	color:#FFFFFF;
	border-bottom:1px dotted transparent;
}
footer a {
	color:#FFFFFF;
	border-bottom:1px dotted #FFFFFF;
}

footer h1, footer h2, footer h3 {
	color:#FFFFFF;
}
footer h2 {
	font-size:20px;
}
footer a img {
	margin:0 0 5px 15px;
	vertical-align:middle;
}
.modal h1, .modal h2, .modal h3 {
	color:#666666;
}
.form_response {
	display:block;
	font-size:11px;
	color:#FF0000;
}
.form_response.success {
	color:#009900;
	padding-left:16px;
}
.form_response.error {
	color:#FF0000;
	padding-left:16px;
}

/* Pagination */
.pagination span a {
	text-decoration:none;
}

/* Login form */
.login_form {
	width:440px;
	margin:auto;
	margin-top:250px;
	padding:20px 0;
	border: 1px solid #CCCCCC;
	border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-boder-radius:3px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background:url('../images/login_form.png') no-repeat scroll 330px 87px #FFFFFF;
}

/*  Miscellaneous */
.subcategories {
	margin:0 0 0 15px;
}
.inline {
	vertical-align:middle;
	display:inline;
}
.inline img {
	position:relative;
	float:left;
	margin:0 20px 0 0;
}
.inline-img {
	position:relative;
	float:left;
}
.font-myriad {
	font-family:MyriadPro-Cond;
}
.tiny-text {
	font-size:11px;
}
.small-text {
	font-size:12px;
}
.medium-text {
	font-size:15px;
}
.large-text {
	font-size:21px;
}
.extra-large-text {
	font-size:30px;
}
.strikethrough-text {
	text-decoration: line-through;
}
.gray-text {
	color:#999999;
}
/* Other */
.thumbnail-borderless {
	border:0 none;
}
.horizontal-separator {
	width:100%;
	height:10px;
	position:relative;
	float:left;
}
.vertical-separator {
	width:10px;
	height:1px;
	position:relative;
	float:left;
}
.clear {
	clear:both;
}
.no-padding {
	padding:0;
}
.no-li {
	list-style:none;
}
.no-button {
    background-image: none;
    border: 0 none;
    cursor: pointer;
	border-radius:2px;
    display: inline-block;
    font-size: 13px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding:0 3px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.red-text {
	color:#FF0000;
}
.orange-text {
	color:#FF7F03;
}
.green-text {
	color:#009900;
}
.gray-text {
	color:#999999;
}
.badge-important {
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:middle;
	background:#FF7F03;
}
.text-justify {
	text-align:justify;
}
 #map_canvas {
	width: auto;
	height: 300px;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	.modal {
		height: auto !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 0;
		width: 100%;
		height: auto !important;
		position: static;
		border: 0 none;
		overflow-y: hidden !important;
	}
		
}