/*-----------------------------------------------------------------------------

version:   1.0
author:    dana busch
email:     dana.busch@gmail.com
website:   http://www.satisolutions.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images and form fieldset */
img {
	border: 0px none;
}



fieldset {
	border: 0px;
}





/* 
-----------------------------------------------------------------------------*/




body {
/*background: url(images/bkd.jpg) top left repeat-x; */
background-color: #ffffff;
padding:0;
margin: 0;
font: 11px/16px arial, helvetica, sans-serif;
}

body a { 
font: 11px;
color: #ff6427;
}


a {
	padding: 0px;
	text-decoration: none;

}

a:hover {

	text-decoration: underline;
	padding: 0px;
}



/* = Centering and Background Styling
-----------------------------------------------------------------------------*/
	
/* Centers the content in the viewport */	
#contentCenter {
	position: relative;
	
	left: 50%;
	width: 980px;
	margin-left: -490px;
}



/* Logo */

#logo {

float: left;
margin: 30px 0px 33px 0px;
}



/* Contact */

#contact {
	float: right;
	margin: 15px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff6427;
	
}





/* Nav */

ul#nav  {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	display: inline;	

}

ul#nav li {
	display: inline;
	margin: 0px 2px 0px 0px;
	padding: 0px;

}


/* Feature Image */

#featureImage {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 980px;
	height: 331px;
}


/* Secondary Feature Image */

#secondaryImage {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 980px;
	height: 157px;
}



/* Home Page Left Column */

#homeLeftCol {
	float: left;
	width: 215px;
	margin: 0px 30px 0px 0px;
	padding: 0px;


}



/* Sidebar Graphics */

.sidebarGraphics {
	float: left;
	margin: 7px 0px 0px 0px;

}


/* Home Page Text Cols (wrap center and far right column) */

#homeTextCols {
	float: right;
	width: 735px;
	margin: 0px 0px 0px 0px;
	padding: 0px;

}


/* Home Page Center Column BIG Text */

#homeCenterText {
	float: left;	
	width: 520px;
	margin: 25px 0px 0px 0px;
}

#homeCenterText p {
	font-size: 24px;
	font-family: times new roman, georgia, garamond, times, serif;
	line-height: 34px;
	margin: 0px 0px 15px 0px;

}

#homeCenterText a {
	color: #ff6427;

}



/* Home Page Far Right Column */

#homeRightCol {
	float: right;
	width: 180px;
	margin: 0px 0px 0px 0px;

}

#homeRightCol h2 {
	font-family: Georgia, garamond, times new roman, times, serif;
	font-size: 33px;
	margin: 30px 0px 15px 0px;
	font-weight: normal;

}

#homeRightCol p {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#homeRightCol a {
	color: #ff6427;

}

#homeRightCol .quiet {
	font-weight: normal;
	color: #666666;
	text-transform: none;
}







/* Secondary Page Text Columns */


/* Left (main content) column */

#mainColumn {
	float: left;	
	width: 650px;
	margin: 25px 0px 0px 0px;
}

#mainColumn p {
	font-size: 16px;
	font-family: times new roman, georgia, garamond, times, serif;
	line-height: 21px;
	margin: 0px 0px 15px 0px;

}

#mainColumn h1.loud {
	font-size: 30px;
	font-family: georgia, times new roman, garamond, times, serif;
	line-height: 40px;
	margin: 0px 0px 15px 0px;
	font-weight: normal;

}


#mainColumn h2 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
}

#mainColumn h3 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin: 6px 0px 25px 0px;
}



#mainColumn a {
	color: #ff6427;

}

#mainColumn ul {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0px 15px 25px;
	font-family: times new roman, times, georgia, serif;
}

#mainColumn li {
	margin-bottom: 15px;
}


#mainColumn hr {
	border: 0;
	height: 4px;
	background-color: #000000;

}



/* Far Right Column */

#rightCol {
	float: right;
	width:  215px;
	margin: 0px 0px 0px 0px;

}

#rightCol h2 {
	font-family: Georgia, garamond, times new roman, times, serif;
	font-size: 33px;
	margin: 30px 0px 15px 0px;
	font-weight: normal;

}

#rightCol p {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

#rightCol a {
	color: #ff6427;

}

#rightCol .quiet {
	font-weight: normal;
	color: #666666;
	text-transform: none;
}






/* Footer */

#footer p {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}


/* Horizontal Rule */

hr {
border: 0;
height: 6px;
background-color: #eeeeee;

}

