/* CSS Document */

/* Irisweb.net 2005 */

body { 
	background-color: #c5c1e9;
	font-family: Arial, Helvetica, sans-serif;
	color: #306;
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: center;	
}
#banner {
	background-color: #f7fbd8;
	background-image: url(images/page_top.jpg);
	height: 210px;
	background-repeat: no-repeat;	
}	
#wrapper {
	width: 720px;
	background-color: #f7fbd8;
	background-image: url(images/content_bkd_pnkbl.jpg);
	margin: 0 auto;	
	border: 2px solid #333;
	text-align: left;
}
#nav_home {
	font-size: 90%;
	margin-left: 671px;
}	
.nav_group1 {
	margin-left: 320px;
	margin-top: 25px;
	margin-bottom: 10px;
	width: auto;
}
.nav_group2 {
	margin-left: 365px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: auto;
}
.nav_group3 {
	margin-left: 415px;
	margin-top: 15px;
	width: auto;
}
.nav_item {	
	font-size: 90%;
	padding-left: 50px;	
}
.nav_item a, #nav_home a {
	color: #666699;
	font-weight: bold;
	text-decoration: none;
}			
.nav_item a:hover, .nav_item a:focus, #nav_home a:hover, #nav_home a:focus {
	background-image: url(images/link_bkd.gif);
	background-position: center;
	background-repeat: repeat-x;
}
#content {
	position: relative;
	min-height: 500px;
}
#content_marketing {
	position: relative;
	height: 1400px;
}
#content_splash {
	position: relative;
	height: 800px;
}
#content_services {
	position: relative;
	height: 1800px;
}	
#content_portfolio {
	position: relative;
	height: 1500px;
}			
p {
	font-size: 90%;
}		
h1 {
	font-size: 130%;
}
h2 { 
	font-size: 110%;
	color: #837ca6;
}	
p, h1, h2, ol, ul, li {
	margin-left: 15px;
	line-height: 120%;
}
ol, ul {
	font-size: 90%;
	padding-bottom: 15px;
}
	
#wide_left_column {
	position: relative;
	top: -4em;
	float: left;
	margin: 0 10px;
	background-color: transparent;
	width: 475px;
	height: 100%;
	/*border: solid 1px yellow;*/
}
#narrow_right_column {
	position: relative;
	top: -4em;
	float: left;
	margin: 0 5px;
	padding: 40px 0 0 0;
	background-color: transparent;
	width: 190px;	
	color: #fdf9fa;
	/*border: solid 1px green;*/
}
#footer {
	height: 30px;
	font-size: 80%;
	background-color: #807aa5;
	margin: 0;
	padding: 10px 0 5px 0;
	border-top: 1px black solid;
	color: white;
	text-align: center;
}	
.sidebar {
	padding: 10px;
	border: 1px solid #fdf9fa;
	background-color: #cccccc;
	width: 150px;	
	color: #666699;
	float: right;
	font-size: 80%;	
	margin-bottom: 20px;
}	
.sidebar a {
	text-decoration: none;
	color: #666699;
	font-weight: bold;
	
}
.sidebar a:hover, .sidebar a:focus {
	background-image: url(images/link_bkd.gif);
	background-position: center;
	background-repeat: repeat;	
}
.portfolio_right_column {
	font-size: 80%;
	color: #fdf9fa;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 15px;
}	
.portfolio_right_column a {
	color: #fcf;
}
.portfolio_right_column a:hover, .portfolio_right_column a:focus {
	background-image: url(images/link_bkd.gif);
	background-position: center;
	background-repeat: no-repeat;	
	color: #669;
}	
.text_left {
  float: left;
  width: 42%; 
  list-style: none;
  background-image: url(images/bult.gif);
  background-position: -0 2px;
  background-repeat: no-repeat;
  padding: 0 0 1em 1em; /* left padding moves the text away from the bullet */
}
.left {
	float: left; 
	margin-right: 5px;
}
#small_page {
	text-align: left;
	font-size: 90%;
	margin: 5px 10px 10px 5px;
}	

	