/* CSS layout */

/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
    background: #fff url(img/bg2.gif); /* Optional */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    text-align: center; /* IE Fix */
    margin: 0;
    color: #666;
}

acronym {
    cursor: help;
    border-bottom: 1px dashed #999;
}

img {
	border:0px;
}

a {
    text-decoration: none;
    color: #369;
    border-bottom: 1px dashed #369;
}

a:hover {
    border-bottom: 1px dashed #000099;
    color: #ccc;
}

/*------------------------------------------------------------*
**  Page
**------------------------------------------------------------*/

#page {
    margin: 0 auto;
    width: 740px;
    background: #fff url(img/dot_line.gif) repeat-y 25%;
    border: 1px solid #ddd;
    padding: 0 5px;
    text-align: left; /* Cancel IE Fix */
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
    background: #ccc;
    border-bottom: 4px solid #fff;
    border-top: 5px solid #fff;
}

/*------------------------------------------------------------*
**  Nav Bar
**------------------------------------------------------------*/

#navbar {
}

#nav {
    background: #858F9E;
    border-bottom: 4px solid #fff;
    margin: 0;
    padding: 0;
    height: 2.2em;
}

#nav li {
    list-style-type: none;
    display: inline;
    line-height: 20px;
}

#nav li a {
    text-decoration: none;
    color: #ddd;
    background-color: #858F9E;
    border-right: 4px solid #fff;
    border-bottom: 0;
    padding: 3px 8px;
    font-size: 1em;
    float: left;
    font-weight: bold;
}

#nav li a:hover {
    background-color: #00f;
    color: #ccc;
}

#nav li a.on {
    background-color: #ccc;
    color: #00f;
}

/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/

#container {
	width: 100%;
}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/

#sidebar {
  float:left;
	width: 175px;
  background: #fff url(img/para_bg.jpg) repeat-x;
  border-top: 1px solid #ddd;
  line-height: 15px;
  word-spacing: 1px;
}

#sidebar h3 {
	margin: 10px;
  font-size: 1.1em;
  color: #49515C;
  cursor: default;
}

#sidebar p {
	margin: 20px 10px 20px 10px;
  text-transform: uppercase;
  font-weight: bold;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

#content {
  float: right;
	width: 530px;
	padding: 10px;
  border-top: 1px solid #ddd;
  background: #fff url(img/para_bg.jpg) repeat-x;
  line-height: 20px;
  text-align: justify;
  word-spacing: 2px;
}

#content h3 {
    font-size: 1.1em;
    color: #49515C;
    margin: 0 10px 0 0;
    cursor: default;
}

#content h4 {
    font-size: 0.8em;
    color: #49515C;
    text-transform: uppercase;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
  clear: both;
    background: #49515C;
    border-bottom: 5px solid #fff;
    border-top: 10px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
    line-height: 16px;
}

#footer a {
    text-decoration: none;
    color: #A2AFBF;
    border-bottom: 1px dashed #A2AFBF;
}

#footer a:hover {
    border-bottom: 1px dashed #fff;
    color: #fff;
}
