/* h1, p, body, html, li, a */
* { margin:0;
	padding:0;} 
	
	html {
		background: #73ADD7 url(images/gradient.gif) repeat-x;
	}


body{ /*background: #73ADD7 url(images/gradient.gif) repeat-x;*/
	/*background: url(images/bg.jpg) no-repeat center;*/
		padding: 0;
		margin: 0;
		background: url(images/sky.jpg) no-repeat center top;
		color: #666;
		width: 100%;
		display: table;
	
	
	}	
	
	
	
#page-wrap {	
		margin-left: auto;
		margin-right: auto;
		width: 970px;
		height: 632px;
		background-color: white;
		-webkit-box-shadow:10px 10px 10px gray;
	}
	
.ie7 #page-wrap {	
			margin-left: auto;
			margin-right: auto;
			width: 970px;
			height: 610px;
			background-color: white;
			-webkit-box-shadow:10px 10px 10px gray;
		}
	
.ie6 img, div { behavior: url(iepngfix.htc) }
	
	
#navcontainer{
	width: auto;
	background-color: #014873;
	margin-top: 10px;
	margin-left: 500px;
}

#navlist li
		{
		font-family: Helvetica, Arial, Georgia;
		font-size: 10pt;
		display: inline;
		list-style-type: none;
		padding-left: 18px;
		}
		
#navlist a:link{
	color: white;
	text-decoration: none;
}	

#navlist a:visited{
	text-decoration: none;
	color: white;
}	

#navlist a:hover{
	color: #b7e0ff;
	text-decoration: none;
}

#navlist_container{margin-left: 0px;}

#images{
	margin-left: 4px;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: thin;
		
}

/* Rounded Bubble */
.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(images/bubbles/tip-rounded.gif) no-repeat 15px 0;
	color: white;
}



#tiers{
	display: inline;
	  }
	
#tier_left{ padding: 10px;
			width: 450px;
			float: left;
			font-family: helvetica, arial, georgia;
			font-weight: thin;
			font-size: 10pt;}
			
#tier_right{ padding: 10px;
	width: 450px;
	float: right;
	font-family: helvetica, arial, georgia;
	font-weight: thin;
	font-size: 10pt;
	}

.text{ padding-left: 20px;
	   padding-bottom: 20px;}	

.text ul{
padding-left:20px;
}
	
#tier_left .text_pic{ padding: 0px 0px 0px 20px;}	

#tier_right .text_pic{ padding: 0px 0px 0px 20px;
					margin-bottom: 3px;}

#contact{
	font-family: helvetica, arial, georgia;
	font-weight: thin;
	font-size: 8pt;
	border-top-color: #666;
	border-top-style: solid;
	border-top-width: thin;
	background-color: white;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow:10px 10px 10px gray;
    text-align:right;
}

#contact a:visited{
color:#0477bf;
}

#contact a:link{
color:#0477bf;
}

#contact a:hover{
color:#b7e0ff;
}



.con_text{padding:10px;}


