/* Catamount Corportation CSS Document */
*	{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	}

body {
	border-top: 5px solid #332a87;
	margin: 0;
	font-size: 13px;
	color: #333;
	font-family: Tahoma, Arial, sans-serif;
	}
	
#header {
	height: 125px;
	width: 800px;
	margin-top: 50px;
	margin-left: 50px;
	}

#logo {
	float: left;
	}

#container {
	width: 908px;
	margin: 0 auto;
	}

#navMain {
	list-style-type: none;
	float: right;
	margin-top: 60px;
	}

#navMain li ul {
	display: none;
	}
	
#navMain li {
	display: inline;
	margin-left: 12px;
	}
	
#navMain li a {
	color: #666;
	font-size: 16px;
	
	}
	
#navMain li a:hover {
	text-decoration:underline;
	}
	
#pageouter {
	background-image:url(img/pagebg.jpg);
	height: 500px;
	}
	
#homeinner {
	width: 800px;
	height: 400px;
	margin-left: 50px;
	background: #FAF6F2;
	}

#pageinner {
	width: 800px;
	height: 400px;
	margin-left: 50px;
	background: #FAF6F2;
	ppadding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	}
	
#pageheading {
	display: block;
	height: 35px;
	color: #ea6f34;
	font-size: 26px;
	text-indent: 50px;
	padding-top: 15px;
	font-weight: 600;
	}
	
a.pdfLink img {
	margin-top: -9px;
	behavior: url(iepngfix.htc);
	}
	
#footer {
	font-size:10px;
	margin-top: 2px;
	}
	
#copyright {
	float: left;
	}

#MZ {
	float: right;
	}
	
#hometable {
	float: left;
	height: 400px;
	}
	
#hometable td {
	width: 200px;
	height: 200px;
	}
	
#hometable a {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(img/homesprite.jpg);
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
	}
	
#panel1 a, #panel3 a {
  color: #ea6f34;
	}
	
#panel1 a:hover {
	background-position: -1px -400px;
	color: #fff;
	}
	
#panel2 {
	background-image: url(img/homesprite.jpg);
	background-position: -201px 0;
	}
	
#panel3 a:hover {
	background-position: 0 -400px;
	color: #fff;
	}
	
#panel4 {
	background-image: url(img/homesprite.jpg);
	background-position: 0 -200px;
	}
	
#panel5 a {
	background-position: -200px -200px;
	color: #332a87;
	}
	
#panel5 a:hover {
	background-position: -200px -600px;
	color: #fff;
	}
	
#panel6 {
	background-image: url(img/homesprite.jpg);
	background-position: -400px -199px;
	}
	
.column {
	width: 390px;
	float: left;
	margin: 5px;
	overflow: auto;
	display: inline;
	}
	
.column.plans {
	overflow: auto;
	height: 380px;
	}
	
#homeCopy {
	width: 190px;
	float: left;
	margin: 5px;
	font-size: 16px;
	}
	
h2 {
	font-size: 16px;
	line-height: 1.5em;
	color: #332a87;
	}
	
h3 {
  font-size: 14px;
	color: #332a87;
	}
	
h4 {
	font-size: 13px;
	color: #332a87;
	}
	
ul li {
	list-style-image: url(img/check.jpg);
	margin-left: 25px;
	margin-bottom: 10px;
	}
	
ol li {
	margin-left: 25px;
	margin-bottom: 5px;
	}
	
ul.studyItem li {
	list-style-type: circle;
	list-style-image: none;
	margin-bottom: 5px;
	}
	
a.caseLink {
	color: #332a87;
	font-weight: bold;
	font-size:14px;
	}
	
a:hover {
	color: #ea6f34;
	}
	
a:active {
	color: #ea6f34;
	}
	
p 	{
	margin-bottom: 5px;
	}
	
em {
	font-weight: bold;
	}
	
#address {
  font-size: 14px;
	}

#address h2 {
  font-weight: bold;
	color: #332a87;
	}				 
	
input, textarea {
	background-color: #c8c8c8;
	margin-left: 5px;
	}
	
.button {
	border: 1px solid #666;
	width: 60px;
	padding: 5px;
	}
	
.button:hover {
	background-color: #ccc;
	}