/******************************
CSS for NJMarijuana.com
uses logo-menu-content-bottom layout
******************************/

body {
background-color:#ffc; color:#000;
font-family:sans-serif; font-weight:bold; font-size:medium;
/* allows proper alignment of various divs */
text-align:center
}


#container {
/* overrides body text centering */
text-align:left;
/* sets overall width */
width:950px;
/* allows body centering */
margin:0 auto
}


#logo { height:115px; width:950px; }

td.logoleft { font-size:1.5em; color:#396; text-align:center; width:750px; }
.heading { font-size:1.5em; }
td.logoright { font-size:.8em; color:#000; text-align:right; width: 200px; }


#wrapper {
/* holds menu+content, keeps them above bottom */
float:left;width:100%;
}


#menu{
/* puts to left of content */
float:left;
width:190px;
/* aligns at left of wrapper; must = width of container */
margin-top:50px;margin-left:-950px;
}

/* button menu */
a.button {
font-size: 1.1em;
text-decoration: none;
line-height: 1.4em;
color: #396;
}
a.button:link, a.button:visited, a.button:active {
background-color: #ffc;
}
a.button:hover {
background-color: #396;
}

/* here menu */
a.here:link, a.here:visited, a.here:hover, a.here:active { 
text-decoration:none; border:none; color:#808080; background-color:#ffc;
}


#content {
/* leaves space at left for menu */
margin: 0 0 0 200px;
}

h1 { text-align:center; color:#396; font-size:xx-large; }
h2 { text-align:left; font-size:large; }

.left { float:left; margin-right:1em; border:2px; }
.right { float:right; margin-left:1em; border:2px; }

/* links in content and bottom */
a:link, a:visited { color:#396; background-color: #ffc; text-decoration: none; }
a:hover { color:#fff; background-color:#396; }


#bottom{ clear:left; width:100% }

/* bottom menu */
a.bottom {
text-decoration: none;
/* border: 2px #396 outset; */
font-size:.9em;
}
a.bottom:link, a.bottom:visited, a.bottom:active {
color: #396;
background-color:#ffc;
}
a.bottom:hover {
color: #fff;
background-color: #396;
border: 1px inset;
}


/* AM Addition 12-17-2009, to conform to xhtml standards
   Used on the resources page in the big table */

.bigTable {border-color: black }

