/*	
	Desc: Company name Typography Style Sheet
	Author: Cory Schadt
	
--------------------------------------- */

body { color:#000; font: 100%/1.125em Arial, Helvetica, sans-serif; 
}

/*  Links
--------------------------------------- */
a:link,
a:visited { text-decoration: none; color:#29516F; }


a:hover,
a:active { text-decoration: underline; color:#29516F;
  -webkit-transition:color 0.15s linear 0s, background-color 0.15s linear 0s;
  -moz-transition:color 0.15s linear 0s, background-color 0.15s linear 0s;
  -o-transition:color 0.15s linear 0s, background-color 0.15s linear 0s;
  transition:color 0.15s linear 0s, background-color 0.15s linear 0s;
 }

/*  Headings
--------------------------------------- */
h1 a:link, 
h1 a:visited, 
h2 a:link, 
h2 a:visited, 
h3 a:link, 
h3 a:visited, 
h4 a:link, 
h4 a:visited { text-decoration: none; }

h1 a:hover, 
h1 a:active, 
h2 a:hover, 
h2 a:active, 
h3 a:hover, 
h3 a:active, 
h4 a:hover, 
h4 a:active {
	 text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 { margin-bottom: 10px; 
  color: #000;
	font-weight: bold;
}

h1 {
	 font-size: 1.75em; 
	 line-height: 1.375em;
		
}

h2 { font-size: 1.25em; line-height: 1.125em;
}


h3 {
	 font-size:0.875em;
}

h4 { font-size:0.75em;
}

h5 {
	font-size:0.725em;
}

h6 {
	font-size:0.725em;
}

/*  Lists
--------------------------------------- */
ul {
	 margin:0 0 15px 15px;
	 list-style:disc outside;
}
ul ul {
  margin: 15px 0 15px 15px;
}
ol ul {
  margin: 15px 0 15px 15px;
}
ol ol {
  margin: 15px 0 15px 20px;
}
ul li {
	list-style:outside;
	margin: 0 0 5px 0;
}

ol {
	margin:0 0 15px 20px;
	list-style-type:decimal;
}

ol li {
	margin: 0 0 5px 0;
}

li,
blockquote {
	 font-size:.75em; /* .75em x 16 =12px */
}

li li {
	 font-size:1em; /* maintain font size for nested lists */
}


/*  Other
--------------------------------------- */
p,
li,
form
{ font-size:0.85em; margin:0 0 1.125em 0; 
}


b,
strong { font-weight:bold; 
}

hr { 
color: #c0c0c0;
background-color: #c0c0c0;
height: 1px;
border: none;
margin: 0 0 30px 0;
}

.mceContentBody .column-wrapper {
  width: 780px;
}
.mceContentBody .column {
  padding: 10px;
  border: 1px dotted #999;
}
.column {
  width: 350px;
  float: left;
  padding: 0 60px 0 0;
  min-height: 300px;
}
.column.b {
  padding-right: 0;
}
body.mceContentBody ul {
	list-style:outside;
	margin-left: 20px;
	padding: 0;
}
