/* SMS CSS Document */
html, body {
	margin: 0px;
	padding: 0px;	
}

/*
[Fix if IE 4-5]
*/
body {
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
	color: #6600FF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

/*
CONTAINERS
*/

#img {
	background-image: url(images/img-logo.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
#txt-box {
	z-index: 300;
	width: 760px;
	padding: 0px 40px;
}
#txt-1 {
	background-image: url(images/txtframe-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
}
#txt-2 {
	background-image: url(images/txtframe-02.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#txt-3 {
	background-image: url(images/txtframe-03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 106px;
	clear: both;
}
#pullquote {
	z-index: 500;
	width: 400px;
	padding: 0px 40px;
	text-align: left;
}
#ease_tables {
	width: 700px;	
}
#footer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 1.6em;
	color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFFFFF;
}
/* 
LINKS
*/
a:link {
	color: #A873FF;
	text-decoration: underline;
}
a:active {
	color: #A873FF;
	text-decoration: underline;
}
a:hover {
	color: #F0F;
	text-decoration: none;
}
a:visited {
	color: #A873FF;
	text-decoration: underline;
}
a:visited:hover {
	color: #F0F;
	text-decoration: none;
}
/* 
NAV LINKS
*/
.nav a:link {
	color: #FFF;
	text-decoration: none;
}
.nav a:active {
	color: #FFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.nav a:visited:hover {
	color: #FFF;
	text-decoration: underline;
}
/* Taste of Ease */
table.download_links a:link {
	color: #F0F;
	text-decoration: underline;
}
table.download_links a:active {
	color: #F0F;
	text-decoration: underline;
}
table.download_links a:visited {
	color: #F0F;
	text-decoration: underline;
}
table.download_links a:hover {
	color: #F0F;
	text-decoration: none;
}
h3.special a:link {
	color: #F66;
}
h3.special a:active {
	color: #F66;
}
h3.special a:visited {
	color: #F66;
}

/*
TEXT STYLES
*/
h1 {
	font-size: 1.6em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #00CC00;
}
h2 {
	font-size: 1.4em;
	text-align: left;
	margin-bottom: 1em;
	margin-top: 2em;
}
#txt-2 h2 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
	color: #009CDA;
}
h3 {
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	color: #00CC00;
}
h4 {
	font-size: 1em;
	text-align: left;
}
p {
	line-height: 120%;
	padding: 5px;
}
p.script {
	font-style: italic;
	color: #BA55D3;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}
p.italics {
	font-style: italic;
}
p.centred {
	text-align: center;
}
p.plist {
	line-height: 140%;
}
hr {
	color: #0000FF;
}
.script {
	font-style: italic;
	color: #BA55D3;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
}
#pullquote p {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 1em;
	margin-top: .5em;
	color: #009CDA;
}
.iframe {
	color: #999;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	}
.table_headers {
	color: #FFF;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#form.header {
	font-size: 1.2em;
	text-align: right;
	margin-bottom: 1em;
	margin-top: 2em;
	color: #009CDA;
}
.green {
	color: #00CC00;
}
.pinkred {
	color: #FF6666;
}
.blue {
	color: #009CDA;
}
.red-pink_soft {
	color: #FF798E;
	font-style: normal;
}
.red {
	color: red;
}
.purple {
	color: #990099;
}
.white {
	color: fff;
}/*
NAVIGATION
*/
.nav {
	font-size: 93%;
	font-style: italic;
	color: #FFF;
	line-height: 160%;
}
#nav ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em 0em 0em 2em;
}
#nav li {
	padding: 0.5em 0em 0em 1em;
	font-size: 0.8em;
}
/*
DIVIDER
*/
#divider {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #6600ff;
	margin-top: 10px;
}
hr {
	margin-top: 10px;
	margin-bottom: 15px;
}
/*
MODULES
*/
#FileList h3 {
	font-size: 1.1em;
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D5BB8D;
}
#FileList h4 {
	font-size: 1.1em;
	padding: 0px;
	margin: 0;
}
td.expand a {
	color: #A873FF;
	text-decoration: none;
	float: right;
	font-size: 0.8em;
}
td.expand a:hover {
	color: #FF00FF;
}
td .fsize {
	color: #909;
	font-size: 0.8em;
}
.FileList td h4 {
font-size: 1.1em;
	padding: 0px;
	margin: 0;
}
.zone {
	text-align: left;
	vertical-align: top;
	border: 1px solid #CCC;
	line-height: 110%;
	padding-left: 10px;
}
