body {
	background-color:#B5C9D7;
	background-image:url(../images/bg.gif);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:14px;
	margin:0px;
	padding:0px;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height:100%;
	margin-bottom:1px;
}

hr {
width:60%
}

a {
	color:#069;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}

/**********************/
/* Start Page Container */
#container {
	background-image:url(../images/body-bg.gif);
	margin:auto;
	padding:0;
	width:980px;
}

/**********************/
/* Start Top Nav */

#navtop {
	background-image:url(../images/nav-top.jpg);
	width:980px;
	height:155px;
	position:relative;
	color:#202E46;
	text-align:right;
}

#navtop p {
	margin:0;
	padding:10px 15px;
	font-size:11px;
}

#navtop a {
	color:#000;
	text-decoration:none;
}


#navtop a:hover {
	color:#FF6600;
	text-decoration:underline;
}

/*****************************/
/*** Start Top Graphic Nav ***/
.home {
	position:absolute;
	left:18px;
	bottom:40px;
}

.products {
	position:absolute;
	left:102px;
	bottom:58px;
}

.book {
	position:absolute;
	left:210px;
	bottom:72px;
}

.articles {
	position:absolute;
	left:683px;
	bottom:73px;
}

.research {
	position:absolute;
	left:781px;
	bottom:61px;
}

.about {
	position:absolute;
	left:888px;
	bottom:45px;
}

/***************************/
/* Start Side Bar Elements */
#sb {
	width:226px;
	margin:0;
	padding:0;
	height:auto;
	float:left;
}

#sb p {
	padding:10px 25px 10px 8px;
	margin:0;
	text-align:center;
	font-size:11px;
}

#sb ul {
	font-size:11px;
    list-style-type:circle;
}

#sb ul li {
	line-height:13px;
	margin:3px 28px 10px 0px;
	border-bottom:1px dotted #FFF;
	padding:0 0 6px 0;
}


#lg3 {
	width:180px;
	margin:0;
	padding:0;
}

/**********************/
/* Start Page Content */
#content {
	width:720px;
	float:right;
	padding:15px 0 0 0;
	line-height:16px;
}

#content h1 {
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#5E849F;
	padding:5px 50px 5px 0;
	margin:0;
}

#content h2 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#5E849F;
	padding:5px 50px 5px 0;
	margin:0;
}

#content h3 {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#666;
	padding:3px 50px 3px 0;
	margin:0;
}

#content h4 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#000;
	padding:5px 50px 5px 0;
	margin:0;
}
#content h5 {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#5E849F;
	padding:0 0px 3px 0;
	margin:0;
}
#content p {
	padding:3px 50px 3px 0;
}

#content ul {
	font-size:12px;
    list-style-type:circle;
}

#content ul li {
	line-height:15px;
	margin:3px 50px 10px 6px;
}

#content ol {
	font-size:12px;
}

#content ol li {
	line-height:15px;
	margin:3px 50px 10px 6px;
}

/****************************/
/*** Start Page Product Styles ***/

.prod_container {
	width:718px;
}

.prod_txt {
	float:left;
	width:400px;
}

.prod_img {
	float:right;
	width:280px;
	margin:0 0 0 20px;
}


.page_products {
	border-top:1px dashed #CCC;
	float:left;
	margin-bottom:10px;
	padding-bottom:6px;
	padding-top:6px;
	width:300px;
}

/********************/
/*** Start Footer ***/

#footer {
	background-image:url(../images/ftr.jpg);
	width:980px;
	height:55px;
}

#footer p {
	padding:10px;
	font-size:10px;
	margin:0;
	line-height:14pt;
}

#note {
	background-color:#B5C9D7;
	width:980px;
	text-align:center;
}

#note p {
	font-size:10px;
	color:#069;
	padding:10px;
	margin:0;
}

/******************/
/* Search Results */

a.searchResultLink {
	color:#3666d4 !important;
	background-color:white !important;
	border:1px solid #ccdbe4 !important;
	padding:3px 6px !important;
	margin:2px !important;
	text-align:center !important;
	text-decoration:none !important;
}

a.searchResultLink:hover{
	background-color:#3666d4 !important;
	color:#ffffff !important;
}

a.selected {
	border:1px solid white !important;
	background-color:white !important;
	color:black !important;
	font-weight:bold !important;
	text-decoration:none !important;
}

/********************/
/** FieldSet Styles **/
fieldset {
	border: 1px solid #CCC;
	padding: 10px;
	width: 500px;
	margin:auto;
}

fieldset p {
	margin: 0 0 3px 0;
}

legend {
	border: 1px solid #C90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 10px 0;
	padding: 2px 6px;
	background: #339966;
}

legend a {
	color: #FFF;
	text-decoration: none;
}

label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size: 11px;
	font-weight: bold;
}

.submit {
	font-size: 10px;
}

/************/
/*** Misc ***/

.hr-div {
	display:block;
	margin:6px 50px 6px 0;
	border-top: 1px dotted #66CCFF;
}

.img-box-200 {
	width:150px;
	font-size:9px;
	float:right;
	margin: 10px 55px 10px 20px;
	background-color: #D0E0ED;
	padding:5px;
}

.img-box-200-left {
	width:150px;
	font-size:9px;
	float:left;
	margin: 10px 20px 10px 0;
	background-color: #D0E0ED;
	padding:5px;
}

.hdr-top-left-text {
	color:#FFFFFF;
	width:400px;
	float:left;
}


/********** Hard Code Elements ***************/

#leaves {
	background-image:url(../images/newsletter/leaves_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.snowflake {
	background-image:url(../images/newsletter/snowflakes_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.butterfly {
	background-image:url(../images/newsletter/butterfly_bg.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

.fancy-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	font-style:italic;
	color:#5E849F;
}
#social_networking
{
	margin:0px;
	padding:12px 0 0 0;
	width:159px;
	background:url(../images/social_networking.jpg) no-repeat ;
	text-align:center;
	
}
