/* CSS Document */

body, html {
	margin:0;
	padding:0 10;
	background:#a7a09a;
	color:#000;
	display: inline;
	line-height: 16px;
}
body {
	min-width:750px;
}
#wrap {
	background:#FFFFFF;
	margin:0 auto;
	margin-top: 6px;
	width:955px;
}
#header {
	background:#FFFFFF;
}
#header h1 {
	padding:5px;
    margin:0;
}
#nav {
	background:#FFFFFF;
	padding:5px;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#main {
	background:#FFFFFF;
	float:left;
	width:709px;
	border-right: solid #e1e1e1 1px;
	padding-left: 10px;
}
#main h2, #main h3, #main p {
}
#sidebar {
	background:#FFFFFF;
	float:right;
	width:234px;
	display: inline;
	background-image: url(../images/newsletter_bg.gif);
	background-repeat: no-repeat;
	background-position: 853px 522px;
}

#sidebar ul {
	margin-bottom:0;
}
#sidebar h3, #sidebar p {
	padding:0 10px 0 0;
}
#divider{
	background-image:url(../images/divider.png);
	background-position: 836px 0px;
	width:1px;
	height:500px;

}
#penguin{
	margin-top: -30px;
	margin-left: -16px;
	z-index: 100;
}

#footer {
	background:#FFFFFF;
	clear:both;
	text-decoration: none;
}
#footer p {
	padding:5px;
	margin:0;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444; 
}
.style2 {color: #444;} /* #7A7677;*/
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10;
	color: #444;
	font-size: large;
}
.row-narrow { /* Do not edit this class - it controls the top nav layout */
	height: 7px;
	font-size: 7px;
} 

.nav2-text {
	text-indent: 20px;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#nav2 {
	background: url('../images/masthead/nav2-bar.gif') no-repeat;
}

a:link {
	text-decoration: none;
	color: purple;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}	


h1 a:link {
	border-bottom: 1px dotted;
}

h1 a:hover {
	border-bottom: 1px solid;
}

h1 a:active {
	border-bottom: 1px solid;
}

.nav2-text {
text-indent: 15px;
color:#FFFFFF;

}
#form1{
	width:207px;
	height:90px;
	background-repeat: no-repeat;
	padding-left:5px;
	padding-bottom:2px;
	background-image: url(../images/newsletter_bg.jpg);
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:5px;

	
}
.h2.style2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #444;
}

h3 {
	font-style: italic;
	font-size: 10px;
	font-family: helvetica, arial, sans;
	text-indent: 17px;
	color: gray;
	margin-top: -10px;
}

#top-left{
	width:100%;
	height:20px;
	background:url(../images/round_t_l.gif) no-repeat left top;
}
#top-right{
	float:right;
	width:20px;
	height:20px;
	background:url(../images/round_t_r.gif) no-repeat right top;
}

ul {
	list-style: none;
}

li {
	background: url('../images/star.png') no-repeat 0 10%;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 15px;
}

li a:link {
	color: purple;
}

p, h1, h2 {
	margin-left: 15px;	
	padding-right: 15px;
	
}

h1, h2{
	font-family: DejaVu Sans,Arial,Helvetica,Sans;
	padding-top: 10px;
}

h1 {
	color: #ffc703;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
}

.small {
	font-size: 8px;
	color: #bbb;
}

.class2 A:link {text-decoration: none;}
.class2 A:visited {text-decoration: none;}
.class2 A:active {text-decoration: none;}
.class2 A:hover {text-decoration: none;}	

.class3 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.class3 a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.class3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.class3 a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.class4 a:link {
	color:#428;
}
.class4 a:visited {
	color:#428;
}