/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font: .9em Arial, Helvetica, sans-serif;
  color: #000;
}

p {line-height: 125%;}

pre,
code {
  font-family: Arial, Helvetica, sans-serif
}

hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 150%;
  font-weight: normal;
}

h2 {
    font-size: 140%;
	 font-weight: normal;
}

h3 {
  font-size: 128%;
}

h4 {
  font-size: 120%;
}

h5 {
   font-size: 100%;
}

h6 {
   font-size: 90%;
}

/* Classes
----------------------------------------------------------------------------------------------------*/
.nav-wrapper{
font-size: 110%;	
}
.breadcrumb{
font-size: 90%;	
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

input.large, div.large, textarea.normal-width, textarea.normal, div.normal-width, div.normal {
max-width:98%;
width:37em;
}

input.len-10, textarea.len-10 {
width:8em;
}

input.len-20, textarea.len-20 {
width:11em;
}

input.len-30, textarea.len-30 {
width:20em;
}

input.len-255, textarea.len-255, input.len-140, textarea.len-140, input.len-80, textarea.len-80 {
width:98%
}

