/* Emmy website Style Sheet  */


/* Layout ///////////////////////////////////////////*/
html,body {
	background-color: #4380A3;
	background-image: url(images/emmy_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #202020;
	/* Mozilla browsers require the following CSS for this doctype, */
 	/* otherwise page content height is not 100%. */
	margin: 0px;
 	padding: 0px;
 	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 750px;
}

.n {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #000080;
	text-decoration: none;
	/* Mozilla browsers require the following CSS for this doctype, */
 	/* otherwise page content height is not 100%. */
	margin: 0px;
 	padding: 0px;
 	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 750px;
}

.leftCell {
	background-image: url(images/leftCell_back.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}

.mainCell {
	background-image: url(images/mainCell_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	vertical-align: top;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	color: #8C8C8C;
	text-align: left;
	width: 160px;
	vertical-align: bottom;
	background-image: url(images/leftCell_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px 0px 10px 19px;
}
.mainContent {
	padding: 10px 20px 20px;
	width: 513px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #202020;
}
.art {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #202020;
}
.homeContent {
	width: 553px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #4C8C26;
}
.image1 {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
}



/* Links Page ///////////////////////////////////*/
a.links:link {
	color: #808080;
	text-decoration: none;
}

a.links:visited {
  color: #808080;
	text-decoration: none;
}

a.links:hover {
	text-decoration: underline;
	color: #808080;
}

a.links:active {
	color: #808080;
	text-decoration: none;
}


/* Links ///////////////////////////////////*/
a:link {
	color: #285E84;
}

a:visited {
  color: #285E84;
}

a:hover {
	text-decoration: underline;
	color: #4C8C26;
}

a:active {
	color: #508F2B;
	text-decoration: underline;
}


.sideNav {
	background-image: url(images/sideBar_middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
	width: 197px;
	padding-top: 0px;
}

#navList ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	list-style-type: none;
}

#navList li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
	text-align: right;
	font-weight: normal;
	list-style-type: none;
	background-image: url("images/sideNav_bullet.gif");
	background-repeat: no-repeat;
	background-position: 100% .4em;
	padding: 0 9 0 0;
	margin: 0 15 0 0;
	text-decoration: none;
}

#navList li a:hover {
	background-image: url(images/sideNav_bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: -2px;
}
/*
#navList li a:link, a:active {
	font-weight: bold;
	background-image: url(images/sideNav_back_ro.png);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	list-style-type: none;
}

#navList li a:hover {
	background-image: url(images/sideNav_back_ro.png);
	background-repeat: no-repeat;
	list-style-type: none;
}*/

/*#sidebar li a:visited {
background-position: 0 -40px;
}*/
.homeBullets {
	line-height: 24px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #202020;
	text-transform: capitalize;
	margin-bottom: -12px;
}
cellPad {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}
#graphCell {
	border: 1px solid #e7e7e7;
	padding: 8px;
	background-image: url(images/graphCell_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #202020;
}

#graphCell table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #202020;
}

#graphCell tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
.required {
	background-color: #FFFFCC;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #202020;
}
.testimonial {
	background-image: url(images/testimonials_grade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C8C26;
	margin-bottom: 45px;
	padding: 10px;
}
.backButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	padding: 2px;
	height: 10px;
	width: 50px;
	background-color: #e7e7e7;
	border: 1px solid #CCCCCC;
	text-transform: none;
	float: right;
	text-align: center;
}
