@charset "UTF-8";
/* CSS Document */

/*
    whichenglish.com
    by Jesse Karjalainen
*/

/* ===== global styles ===== */

body {
    font-family: Georgia, serif;
    background: #E6E3BB;
    margin: 2 0 10 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6, li {
    margin: 1ex 1em;
}

div#outerDiv {
    width: 770px;
    margin: 0 auto;
    background: #fff;
}

/* ===== header ===== */

div#header {
    height: 130px;
    padding: 0 0 20px 0;
    position: relative;
	background-color:#999
    background: url(../images/JOEbanner.gif) no-repeat left top;
}

/* ===== download link ===== */

#outerDiv div#contactButton {
    position: absolute;
    left: 613px;
    top: 0;
}

#contactButton a:link, #contactButton a:visited {
    font-family: "Trebuchet MS", sans-serif;
    height: 42px;
    width: 149px;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-indent: 2px;
    background: url(../images/downloadtab2.jpg) no-repeat left bottom;
    border: none;
}

#contactButton a:hover, #contactButton a:active {
    background-position: left top;
}

/* ===== nav menu ===== */

#header #mainMenu {
    position: absolute;
    left: 320px;
    bottom: 0;
    padding: 0 0 22px 2px;
}

#mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    float: left;
    margin: 0;
    padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
    font-family: "Trebuchet MS", sans-serif;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 0 10px 0 10px;
    line-height: 25px;
    background: url(../images/nav_rollover2.gif) no-repeat left bottom;
    border: none;
}

#mainMenu li a:hover, #mainMenu li a:active {
    color: #f8b449;
    background-position: left top;
}

#mainMenu li a.current {
    margin-top: -5px;
    height: 30px;
    background: url(../images/nav_current.jpg) no-repeat;
    color: #aaa;
    line-height: 25px;
}

#mainMenu li a.current:hover {
    cursor: default;
}

/* ===== subNav ===== */

#subnav {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#C60;
	height: 25px;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#subnav2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#999999;
	height: 25px;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#subnav3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#CCC;
	height: 25px;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#subnav4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#666;
	height: 25px;
	padding-top: 7px;
	padding-left: 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

#subNav a:hover, #subNav a:active {
    color: #fff;
}

#subNav2 a:hover, #subNav a:active {
    color: #fff;
}

/* ===== midBanner ===== */

#midBanner {
	float: left;
    margin-top: 10px;
	padding-left: 40px;
}


/* ===== main content ===== */

#content div#mainContent {
    float: left;
    width: 500px;
    margin: 0;
    padding: 20px 15px 20px 15px;
}

#mainContent p {
	font-family: Verdana, Arial, sans-serif;    
	font-size: .8em;
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #333;
    margin: 1ex 0;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
    font-family: "Trebuchet MS", sans-serif;
}

#mainContent h1 {
    font-size: 1em;
    color: #C60;
    margin: 20px 0 0 0;
}

#mainContent h2 {
	font-family: "Trebuchet MS", sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
	text-indent: 10px;
	background-color:#C60;
    margin: 0 0 .4ex 0;
}

#mainContent h3 {
    font-size: 1.2em;
    text-indent: 5px;
    background-color: #D3741C;
    color: #fff;
    margin: .4ex 0;
}

#mainContent h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    margin: 1ex 0 -.2ex 0;
}

/* ===== sideBar1 ===== */

#content div#sideBar1 {
    float: right;
    width: 150px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
}

#sideBar1 p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#sideBar1 h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #1b9d95;
    margin: 1ex 0 .5ex 0;
}

/* ===== sideBar2 ===== */

#content div#sideBar2 {
    float: right;
    width: 150px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
}

#sideBar2 p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#sideBar2 h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #1b9d95;
    margin: 1ex 0 .5ex 0;
}

/* ===== sideBar3 ===== */

#content div#sideBar3 {
    float: right;
    width: 150px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
}

#sideBar3 p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#sideBar3 h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #1b9d95;
    margin: 1ex 0 .5ex 0;
}

/* ===== sideBar4 ===== */

#content div#sideBar4 {
    float: right;
    width: 150px;
    padding: 0 10px;
    margin: 0;
    border-left: solid #aaa 1px;
}

#sideBar4 p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .8em;
    line-height: 1.2em;
    color: #666;
    margin: 0 0 3ex 0;
}

#sideBar4 h3 {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 1em;
    color: #1b9d95;
    margin: 1ex 0 .5ex 0;
}

/* ===== sideBar5 ===== */

#content div#sideBar5 {
    float: right;
    width: 200px;
    padding: 20px 0 20px 0px;
    margin: 0;
}


/* ===== footer ===== */

div#footer {
    clear: both;
    background: transparent;
    margin: 0 auto;
    padding: 5px;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    color: #8E4423;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer a {
    color: #666;
    text-decoration: none;
}



/* ===== miscellaneous styles ===== */

.clear { clear: both }

