/* 
    Document   : layout
    Created on : 6-Nov-2009, 9:57:19 PM
    Author     : swilcox
    Description:
        Define the layout parameters for the page
		see colors.css for color specifications
*/

/* 
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#page
{
   
    /* Use a 12px base font size with a 16px line height */
    /* font-size: 0.75em; /* 16px x .75 = 12px */
    /* line-height: 1.333em; /* 12px x 1.333 = 16px */

    /* Use a 14px base font size with a 18px line height */
    font-size: 0.875em; /* 16px x .875 = 14px */
    line-height: 1.286em; /* 14px x 1.286 = 18px */
  
    margin:0;
    padding:0px;
}

.nav {margin:0 5px;color:red;}

a.head-link {
	font-size:0.60em;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	padding:0 3px;
}
td.top-link{
	font-size:0.6em;
}
td.top-info {
	font-size:0.85em;font-weight:normal;color:blue;text-align:center;
}




/* see colors.css for background images and colors */
#header {
    padding:0;margin:0;
    vertical-align:top;
    overflow:hidden;
	/* for IE */
	text-align:left;
}

div.nav, div.nav-this {
	display:inline;
	padding:3px 8px;
	margin:0 10px 0 0;
	background:#0040A0;
	color:white;
	cursor:pointer;
	font-family:tahoma, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:0.85em;
	-moz-border-radius:.7em;
	-webkit-border-radius:.7em;
}
div.nav-this {
	background:orange;
	cursor:default;
}
div.nav:hover {
	background:#A0C0FF;color:black;
}

a.top-nav {color:blue;font-size:0.8em;}

table#top-nav{
	height:110px;
	margin:0;
	padding:0 0 0 35px;
	width:820px;
}
/* the main site navigation container (see Modules/tabs.inc) */
table#site-navigation {
    margin:15px 0 5px 0px;
    width:auto;
    float:right;
}

/* primary heading */
h1 {
	text-align:center;
}

/* main heading at top of content */
h1.content-heading {
	margin-top:0; padding-top:0;
}

/* the main navigation tabs */
div.nav-tab,
div.nav-tab-buy{
    padding:4px 8px 4px 8px;
}

td.nav-tab {
    padding:0 5px 0 0px;
}

/* side navigation element */
div.side-nav {
    margin-top:10px;
    text-align:left;
    font-size:9pt;
    padding-bottom:20px;
    /* border:1px solid silver;*/
	vertical-align:text-top;
}

div#copyright {
	margin-top:40px; text-align:left;
}

/* the left side bar navigation heading */
p.side-nav {
    text-align:left;
    /* font-family:Georgia,'Times New Roman',Times,serif; */
	font-family:arial, helvetica, sans-serif;
    font-size:.8em;
    font-weight:bold;
}


p.in {
	text-indent:1.3em;
	text-align:justify;
	line-height:115%;
}

/* the sidebar navigation links containers */
p.nav-item {
    margin:0;padding:0;
    padding-left:10px;
	padding-bottom:10px;
	text-indent:0;
}

/* the sidebar navigation links */
a.nav-item,
a.nav-item:link,
a.nav-item:hover,
a.nav-item:active,
a.nav-item:visited,
a.nav-item:focus{
    font-size:.8em;
	overflow:hidden;
}


/* right side navigation */
div.r-sidebar-ebook {
    margin-top:0px;
	padding:20px 0;
}

div.r-sidebar-ebook-hover {
    margin-top:0px;
	background:yellow;
	cursor:pointer;
	padding:20px 0;
}

/* the container element for layouts */
.container {
    margin:0;
    padding:0;
}


/** the main content layout container 
* See colors.css for backgrounds and colors
*/
#main {
    margin:0 5px 5px 5px; /* use negative top margin to overlap the header */
    /* border:1px solid blue; */
}





td#sb-left {
    width:150px;
	vertical-align:text-top;
	vertical-align:top;
	/* border:1px solid red; */
}
div#sb-left {
    vertical-align:text-top;
    text-align:left;
    padding:0px 10px 20px 0px;
    overflow:hidden;
    /* border:1px solid green; */
}

td#center {
    width:auto;
    overflow:auto;
    padding:10px 10px;
}
div#center {
	padding:5px;
}

td#sb-right{
    width:145px;
	vertical-align:text-top;
}
div#sb-right {
    vertical-align:top;
    text-align:center;
    padding:20px 10px;
}


#footers {
    position:relative;
    text-align:center;
    overflow:auto;
}


/* main image class */
.images {
    margin:5px;
    float:left;
}
