/* links */

a:link, a:visited {
	padding-bottom: 1px;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
	
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}

a:link, a:visited img { 
	padding-bottom: 1px;
	border-bottom: none;
	border-style: none;
	}

img {
	border: none;
}
	
	

td
{
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
body {
	margin: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: small;
	padding: 0 0 0 0;
	text-align: center;
	background-color: #ffffff;
}
input {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 90%;
	background-color: #ffffff;
}


/* page structure
---------------------------------------------------------- */

#main-body {
	width: 80em;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	font-size: 95%;
	line-height: 1.6em;
	text-align: left;
	}
#content {
	width: 50em;
	float: right;
	}
#sidebar {
	width: 28em;
	float: left;
	padding: 1em;
	font-size: 90%;
	line-height: 1.5em;
	color: #eeeeee;
	background-color: #222222;
	text-align: center;
	}



/* Navigation -------------------------------------------- */

ul#navlist
{
	margin-left: 0;
	margin-bottom: 35px;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 100%;
}

#navlist a
{ 
	padding: 5px 12px;
	background-color: #f6f6f6;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
}

#navlist a:hover
{
	/*color: #fff;*/
	/*background-color: #369;*/
	/*text-decoration: none;*/
	border-style: solid;
	border-color: #326ea1;
	border-width: 1px;
}


/* 
---------------------------------------------------------- */

#footer {
	font-size: 80%;
	color: #333333;
	text-align: left; 
	margin-top: 20px; }

#subjectHighlight {
	font-size: 130%;
	line-height: 1.5em;
	color: #222222;
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

#emailList {
	float: right;
	width: 24em;
	padding: 5px 10px 5px 20px;
	margin: 0px 25px 5px 25px;
	font-size: 90%;
	line-height: 1.3em;
	text-align: left;
	border-style: solid;
	border-color: #326ea1;
	border-width: 1px;
	background-image: url(../images/gradient1.jpeg);
	background-repeat: repeat-x;
	}

#emailList h2 
{
	padding: 8px 0 0 0;
	margin: 0 0 0 0;
}
	
#result {
	padding: 5px 5px 5px 0px;
	color: #326ea1;
}

#newsbite{
	float: right;
	width: 20em;
	padding: 4px 10px 4px 10px;
	margin: 30px 25px 0px 25px;
	font-size: 90%;
	line-height: 1.3em;
	text-align: left;
	border-style: solid;
	border-color: #326ea1;
	border-width: 1px;
	background-repeat: repeat-x;
	}
	 

/* self-clearing floats
---------------------------------------------------------- */

#nav ul:after, 
#main-body:after,
#flickr:after,
#extra:after,
#footer:after,
#port:after, 
.prod-feature:after, 
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
