/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework text style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Kari			08/29/2010
						
  	=================================================== 
  	===================================================  */
.typeface-js {
	font-family: QlassikMedium, Arial, sans-serif;
	}


.typeface-jsBold {
	background: #006790;
	font-family: QlassikBold, Arial, sans-serif;
	}
	
/*  DEFINES HTML TAGS  */
	
h1 {
	color: #ece6d8;
	margin: 0px;
	padding: 0px;
	font-family: QlassikMedium, Arial, sans-serif;
	font-size: 20px;
	}		
	
h2 {
	background: url(../images/bkWhiteLine.gif) repeat-x bottom;
	color: #fff;
	display: block;
	font-family: QlassikBold, Arial, sans-serif;
	font-size: 26px;
	height: 38px;
	margin: 0px 0px 20px;
	padding: 0px;
	width: 370px;
	}
	
h3 {
	color: #006790;
	font-size: 1.25em;
	margin: 20px 0px 0px;
	}

	h3 + p {
		margin: 0;
		padding: 0;
		} 

h4 {
	color: #900;
	font-size: 1.15em;
	margin-bottom: 0px;
	}

	h4 + p {
		margin: 0;
		padding: 0;
		} 

h5 {
	color: #666;
	font-size: 1em;
	margin-bottom: 0px;
	}

	h5 + p {
		margin: 0;
		padding: 0;
		} 

p, ul {
	font-size: 0.85em;
	line-height: 1.6em;
	}
		
ul ul {
	font-size: 0.85em;
	line-height: 1.6em;
	}
	
table {
	font-size: 100%;
	}
	
a {
	color: #006790;
	outline: none;
	}
	
	a:hover {
		color: #900000;
		}

/*  DEFINES MISCELLANEOUS ITEMS  */

.mainImg {
	margin-left: 20px;
	margin-top: 27px;
	}

.imgAlignLeft {
	float: left;
	margin-right: 15px;
	}
	
.imgAlignRight {
	float: right;
	}	

.contact {
	margin-bottom: 20px;
	overflow: auto;
	}

	.contact p {
		margin: 0;
		}

	.contact img {
		clear: both;
		float: left;
		margin-bottom: 10px;
		margin-right: 10px;
		}

.phone {
	border: 1px solid #006790;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 10px;
	width: 100px;
	}

.phone p {
	margin: 0px;
	float: left;
	}

table.moreInfo{
	background: #006790;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	}

table.moreInfo td{
	background-color: #EAE7D7;
	border: 1px #fff solid;
	color: #000;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	}

table.moreInfo td.heading{
	background-color: #92b49f;
	border-bottom: 2px #fff solid;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	text-align: left;
	} 

table img {
	margin: 0;
	padding: 0px;
	}
