/* 

STYLE SHEET FOR SUNDQUIST ENGINEERING WEB SITE
Created by Bluespace Creative, Inc.  
www.bluespacecreative.com


/* --------- defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-family: "Lucida Sans", arial, helvetica, sans-serif;
	font-size: 12px;
	color: #5a5a5a;
		}
		
/*  --------- structure  --------- */

#wrapper {
	margin-top: 22px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 868px;
		}
		
#logo {
	margin-top: 44px;
	margin-bottom: 19px;
	margin-left: 103px;
	float: left;
	display: inline;
		}
#tagline {margin-bottom: 3px;}

#topNav {
	float: left;
	text-align: right;
	padding-top: 56px;
	padding-right: 0px;
	padding-bottom: 0;
	display: inline;
	margin-left: 123px;
}


#flashContent {
	height: 281px;

	text-align: center;
	background-repeat: repeat-y;
	background-image: url(../images08/contentBkg.gif);
	clear: both;
}
#flashContent #flashContainer {
	clear: both;
	padding-left: 90px;
	padding-right: 90px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#content ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 1em;
}


#topNav a {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -.1em;
}

#topNav a:hover {text-decoration: underline;}
		

#content {
	background-image: url(../images08/contentBkg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 10px;
	padding-right: 130px;
	padding-bottom: 0;
	padding-left: 130px;
	width: 580px;
	padding-bottom: 28px
	}
		
#leftHalf {
	float: left;
	background-color: transparent;
	width: 320px;
}

#righthalf {float: right;}


#leftHalf, #rightHalf {
	display: inline;
	background: none;
}

#footer {
	clear: both;
	background-image: url(../images08/footerBkg.gif);
	background-repeat: no-repeat;
	height: 73px;
	font-size: 11px;
	text-align: right;
	padding-top: 52px;
	padding-right: 110px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		}
#homeFooter {
	clear: both;
	background-image: url(../images08/home_footer.gif);
	background-repeat: no-repeat;
	height: 73px;
	font-size: 11px;
	text-align: right;
	padding-right: 110px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	margin-top: -3px;
	padding-top: 25px;
		}
		
#footer a {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer p {margin-bottom: .5em;}
#botpg {
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#styled td {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#styled img {
	padding: 4px;
	border: 1px solid #C0C0C0;
}



.separator {
	clear: both;
	height: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #C37C13;
	border-right-color: #C37C13;
	border-bottom-color: #C37C13;
	border-left-color: #C37C13;
		}
.bulletListTitle {margin-bottom: .25em;}
.callout {
	float: right;
	width: 35%;
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #0077A3;
	margin: 10px 0 10px 25px;
}


.small {font-size: 10px;}

#zebraStyled th, #printStyled th {
	background-color: #666666;
	text-align: left;
	color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#zebraStyled td{
	padding: 3px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	vertical-align: top;
}
#zebraStyled tr.odd {
	background-color: #FAE7CB;
}
#zebraStyled tr.even {
	background-color: #E5E5E5;
}



/* ---------- links and navigation ---------- */

a {color: #0077a3;}
		
a:hover {}
		
/* ---------- fonts ---------- */
ul {list-style-type: none;}

h1{
	color: #c37c13;
	font-size: 20px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 1em;
}
h3 {
	color: #5A5A5A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 1em;
}
h3 a {text-decoration: none;}

h3 a:hover {text-decoration: underline;}
 
p {
	margin-bottom: 1em;
	line-height: 1.4em;
}

/* ---------- images ---------- */ 

a img {border: 0;}
		
/* ---------- hacks ---------- */

body	{ /* IE 5 centring bug fix */ text-align: center;	}
		 
#wrapper {text-align: left;}  
