
* {
	margin: 0;
	padding: 0;
}

body {
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 10px;
}

a {
	text-decoration: none;
	color: #bb4d93;
}

h2 {
	font-weight: normal;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 1em;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

h1#logo {
	width: 99px;
	height: 33px;
	text-indent:-9999px;
	float: left;
	background: url(images/squareft_logo.gif) no-repeat;
	margin-bottom: 2px;
}

ul#nav {
	list-style-type: none;
	float: right;
	display:inline;
	width:510px;
}

ul#nav li {
	float: left;
	display: inline;
	margin-left: 40px;
	height: 20px;
	padding-top: 13px;
	padding-right: 13px;
	background: url(images/nav_sq_grey.gif) no-repeat right 8px;
}

ul#nav li.selected {
	background: url(images/nav_sq_purple.gif) no-repeat right 8px;
}

ul#nav li a {
	color: #a09894;
}

ul#nav li.selected a {
	color: #bb4d93;
}

ul#nav li a:hover {
	color: #bb4d93;
}

#image_area {
	height: 416px;
	overflow: hidden;
	/*margin-top: 40px;*/
}

#text_area {
	padding: 10px 55px;
	/* 8 was 127 high */
	height: 177px;
	background-color: #616161;
	border-top: 7px solid #787878;
	color: white;
}

#text_left {
	width: 340px;
	float: left;
}

#text_right {
	width: 340px;
	height: 125px;
	float: right;
	/*overflow: auto;*/
}

#footer {
	padding-top: 5px;
	color: #858585;
	text-align: right;
}

#footer {
	color: #858585;
}
#footer a {
	color: #858585;
}

ul#service_list {
	margin-top: 10px;
	background-color: #717171;
	padding: 5px;
	float: right;
}

ul#service_list li {
	float: left;
	width: 150px;
	/*border: 1px solid red;*/
	padding-left: 13px;
	list-style-position: inside;
	list-style-type: none;
	background: url(images/nav_sq_purple.gif) no-repeat 0 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul#service_list a {
	color: white;
}
ul#service_list a:hover {
	color: #999;
}

.switchpane {
	/*background-color: #717171;*/
	position: absolute;
	width: 326px;
	/*height: 100px;*/
	padding: 5px;
	top: 60px;
	overflow: auto;
	max-height: 380px;
	/* it would be good to only give this height to IE 6 and below */
	height: 380px;
	background-image: url(images/transp_grey.png);
}

.switchpane h3 {
	font-size: 1em;
	background: url(images/nav_sq_purple.gif) no-repeat 0 5px;
	padding-left: 13px;
}

.hiddenpane {
	display:none;
}

ul#contact_list {
	margin-top: 20px;
	background-color: #717171;
	padding: 5px;
}

ul#contact_list li {
	padding-left: 10px;
	list-style-position: inside;
	margin-top: 3px;
	margin-bottom: 3px;
}

#contact_list a {
	color: white;
}

#contact_list a:hover {
	color: #bb4d93;
}

#portfolio_nav {
	font-size: 1.4em;
	margin-bottom: 1em;
}

#portfolio_nav a {
	color: white;
}

#portfolio_nav a.selected {
	color: #bb4d93;
}

#portfolio_nav a:hover {
	color: #bb4d93;
}

p.small_link {
	font-size: 0.8em;
	text-align: right;
}

p.small_link a {
	color: white;
}

p.small_link a:hover {
	color: #bb4d93;
	
}

.clear {
	clear: both;
	list-style-position: inside;
}

.photos_grid_img {
	float: left;
	/* inline for IE 6 and below : */
	display: inline;
	margin-left: 7px;
	margin-bottom: 7px;
	opacity: 0.4;
	/* for IE : */
	filter: alpha(opacity = 40);
	border: none;
}

.photos_grid_img_selected {
	float: left;
	/* inline for IE 6 and below : */
	display: inline;
	margin-left: 7px;
	margin-bottom: 7px;
	opacity: 1;
	border: none;
}

#photos_grid {
	width: 330px;
	overflow: auto;
	height: 120px;
}

#photos_grid_inner {
	/* this width gets overridden by an inline style */
	width: 550px;
}
