﻿/*These styles are specific to third tier pages that contain most of the content from the Web site.*/
h1 {
	font-family: Tahoma;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 150%;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 375px;
	color: #ab2c23;
}
p {
	font-family: Arial;
	font-size: 0.875em;
	line-height: 150%;
	padding-bottom: 3px;
	padding-left: 1px;
	margin-bottom: 5px;
	width: 375px;
	color: #000000;
	text-indent: 8px;
}

p1 {
	font-family: Arial;
	font-size: 10.5pt;
	line-height: 150%;
	padding-bottom: 1px;
	padding-left: 1px;
	margin-bottom: 5px;
	width: 386px;
	color: #000000;
}

ul {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 150%;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 10px;
}
.gradient {
	font-family: Arial;
	font-size: 14pt;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 16px;
}
img.floatLeft{
	float: left;
	margin: 0px 15px 0px 10px;
}
.floatsidebar {
	float: left;
	margin: 0px 0px 0px 0px
}
.ampicture {
	margin-left: 10px;
	margin-right: 10px;
}
.red {
	COLOR: #c00
}
.AM_links {
	WHITE-SPACE: nowrap;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	margin-left: 1px; /*This is the property that sets the left margin in IE */;
	padding-left: 0; /*This is the property that sets the left margin in FireFox */
}
.AM_links li {
	MARGIN-RIGHT: 0px;
}
.AM_links li a {
	MARGIN: 0;
	PADDING: 0;
	WIDTH: 80px;
	HEIGHT: 90px;
	DISPLAY: inline-block;
	BACKGROUND-POSITION: 0 0;
	BACKGROUND-REPEAT: no-repeat;
}
.AM_links li a.WordStudio {
	background-image: url('Writing/images/wsiconlogo.gif');
}
.AM_links li a.AMwaves {
	background-image: url('Writing/images/amwaves.gif');
}
.AM_links li a.events {
	background-image: url('Writing/images/eventslink.gif');
}
.AM_links LI A.events:hover {
	BACKGROUND-POSITION: -80px 0;
}
.AM_links LI A.AMwaves:hover {
	BACKGROUND-POSITION: -80px 0;
}
.AM_links LI A.WordStudio:hover {
	BACKGROUND-POSITION: -80px 0;
}

.StudioLinks {
	WHITE-SPACE: nowrap;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	margin-left: 1px; /*This is the property that sets the left margin in IE */;
	padding-left: 0; /*This is the property that sets the left margin in FireFox */
}
.StudioLinks li {
	MARGIN-RIGHT: 0px;
}
.StudioLinks li a {
	MARGIN: 0;
	PADDING: 0;
	WIDTH: 80px;
	HEIGHT: 90px;
	DISPLAY: inline-block;
	BACKGROUND-POSITION: 0 0;
	BACKGROUND-REPEAT: no-repeat;
}
.StudioLinks li a.WordStudio {
	background-image: url('images/wsiconlogo.gif');
}
.StudioLinks li a.AMwaves {
	background-image: url('images/amwaves.gif');
}
.StudioLinks li a.events {
	background-image: url('images/eventslink.gif');
}
.StudioLinks LI A.events:hover {
	BACKGROUND-POSITION: -80px 0;
}
.StudioLinks LI A.AMwaves:hover {
	BACKGROUND-POSITION: -80px 0;
}
.StudioLinks LI A.WordStudio:hover {
	BACKGROUND-POSITION: -80px 0;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
