/*
Grout Wiz CSS
Done by: Stevie Chancellor
http://www.toppling-dominoes.com
*/

/*Resets located in reset.css */

html, body {
background:#E9E8BC url('../imgs/tilebg.gif') repeat;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:13px;
}

a { color:#002288; }

a:hover { color:#C9CC38; }

h1, h2, h3, h4, h5, h6, p { margin:10px 0; }

ul { list-style-image: url('../imgs/bullet.gif'); }

h2 { color:#C9CC38; font-size:19px; font-weight:bold; }

h3{ color:#000; font-size:15px; font-weight:bold; }

emp { font-style:italic; }

hr { margin:10px auto; }

#container {
width:908px;
background:#fff;
margin:15px auto;
}

#header {
width:908px;
height:175px;
background:#fff url('../imgs/groutwizHeader.jpg') no-repeat;
}

#main { background:#fff url('../imgs/centerTile.gif') repeat-y; width:100%; padding: 10px 0 0 0; }

#sidebar {
width:145px;
min-height:600px;
height: auto !important; /* IE Hack for Min-height bug */
height:100%;
margin:0 20px 50px 0;
float:left;
}

#topNav { background:#fff url('../imgs/topSideNav.gif') no-repeat; width:142px; height:46px;}

#nav {
background: url('../imgs/sidebarMid.gif') repeat-y;
width:140px;
height:250px;
margin:-20px 10px 10px 2px;
float:left;
display:inline;
}

#nav ul {list-style-image:none;}

#nav li, #nav li a {
height:25px;
line-height:25px;
font-weight:bold;
width:100%;
text-align:center;
text-decoration:none;
padding:5px 0;
}

#nav li:hover, #nav li a:hover, #nav .selected { background:#C2E2F2; }

#nav img {margin:1px 0 0 -2px;  }

#content { width:725px; float:left;}

#content ul { margin:0 0 5px 20px; }

#content li {margin:5px 0 10px 20px; }

#content ol li {list-style:decimal;}

#content table {margin:10px;}

#content tr {margin:10px;}

#content td {margin-right:10px; width:300px;}


/*FORM STYLES */
.submitForm label {font-weight:bold; margin-right:5px; display:block;}

#submitForm ol li { list-style:none; padding-bottom:2px; width:100%; clear:left;}

#bottom {
width:908px;
height:95px;
background: #fff url('../imgs/groutwizBottom.gif') no-repeat;
}

#footer {text-align:center;}



