﻿/* if you let the browser choose default padding and margins it will be different for different browsers */

body
{
	margin: 0;		/* set margins to default of zero */
	padding: 0;
	background-color: #7A7A7A;
	font-family: Verdana, Arial, sans-serif;
}

/*#wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}*/
li, ul,
 div, p, a, h1, h2, h3, h4, h5 { margin: 0; padding: 0;} /* set margins to default of zero */

#container
{
	width: 800px;
	height: 100%;
	margin: 20px auto;
	border: solid 15px #FFFFFF;
	background-color: #EDEDED;
}

#logo
{
	width: 340px;
	height: 100px;
	background-image: url('img/logo.png'); 
	background-repeat: no-repeat;
	background-color: #EDEDED;
	float: left;
}

#header
{
	width: 445px;
	height: 85px;
	float: left;
	background-color: #424242;
	background-image: url('img/header_bg.png'); 
	background-repeat: repeat-y;
	text-align: right;
	color: #ededed;
	padding: 15px 15px 0px 0px;
}

#navigation
{
	width: 800px;
	height: 44px;
	background-image: url('img/nav_bg.gif'); 
	background-repeat: repeat-x;
	background-color: #EDEDED;
	text-align: left;
	font-size: .9em;
	color: #3d3d3d;
	clear: both;
}

#navlist {
	width: auto;
	padding-top: 16px;
	padding-left: 30px;	/* this sets the position of the navigation menu */
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#navigation a
{
	color: #3d3d3d;
	font-weight: bolder;
	text-decoration: none;
}

#navigation a:hover
{
	color: #e8901b;
	font-weight: bolder;
	text-decoration: none;
}

#maincontent
{
	width: 750px;
	height: 100%;
	text-align: justify;
	/*font-size: 62.5%;*/
	font-size: .8em;
	padding: 5px 25px 15px 25px;
}

#maincontent a
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#maincontent a:hover
{
	color: #e8901b;
	text-decoration: underline;
	font-weight: bold;
}

#maincontent h1
{
	font-size: 1.4em;
	font-weight: bold;
}

#capsule
{
	width: 750px;
	height: 150px;
	padding: 10px 0px 0px 0px;
}

#module1
{
	width: 230px;
	height: 150px;
	float: left;
	padding: 10px 20px 0px 10px;
}

#modulehead1
{
	width: 230px;
	height: 45px;
	background-color: #434343;
	color: #e8901b;
	padding: 1px 0px 0px 0px;
	text-align: center;
	background-image: url('img/modhdbg.png'); 
	background-repeat: repeat-x;
}

#modulehead1 h1
{
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding: 10px 0px 0px 0px;
}

#modulebody1
{
	width: 218px;
	height: 59px;
	background-color: #EDEDED;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	border-bottom: 1px solid #8e8e8e;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	font-size: .8em;
}

#modulefoot1
{
	width: 218px;
	height: 18px;
	background-color: #EDEDED;
	padding: 5px 10px 0px 0px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: .8em;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	border-bottom: 1px solid #8e8e8e;
	background-image: url('img/modftbg.png'); 
	background-repeat: repeat-x;
}

#modulefoot1 a
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#modulefoot1 a:hover
{
	color: #e8901b;
	text-decoration: underline;
	font-weight: bold;
}

#module2
{
	width: 230px;
	height: 150px;
	float: left;
	padding: 10px 20px 0px 0px;
}

#modulehead2
{
	width: 230px;
	height: 45px;
	background-color: #434343;
	color: #e8901b;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url('img/modhdbg.png'); 
	background-repeat: repeat-x;
}

#modulehead2 h1
{
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
}

#modulebody2
{
	width: 218px;
	height: 59px;
	background-color: #EDEDED;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	border-bottom: 1px solid #8e8e8e;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	font-size: .8em;
}

#modulefoot2
{
	width: 218px;
	height: 18px;
	background-color: #EDEDED;
	padding: 5px 10px 0px 0px;
	text-align: right;
	font-size: .8em;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	border-bottom: 1px solid #8e8e8e;
	background-image: url('img/modftbg.png'); 
	background-repeat: repeat-x;
}

#modulefoot2 a
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#modulefoot2 a:hover
{
	color: #e8901b;
	text-decoration: underline;
	font-weight: bold;
}

#module3
{
	padding: 10px 0px 0px 0px;
	width: 230px;
	height: 150px;
	float: left;
}

#modulehead3
{
	width: 230px;
	height: 45px;
	background-color: #434343;
	color: #e8901b;
	padding: 1px 0px 0px 0px;
	text-align: center;
	background-image: url('img/modhdbg.png'); 
	background-repeat: repeat-x;
}

#modulehead3 h1
{
	font-size: 1.4em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	padding: 10px 0px 0px 0px;
}

#modulebody3
{
	width: 218px;
	height: 59px;
	background-color: #EDEDED;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	border-bottom: 1px solid #8e8e8e;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	font-size: .8em;
}

#modulefoot3
{
	width: 218px;
	height: 18px;
	background-color: #EDEDED;
	padding: 5px 10px 0px 0px;
	text-align: right;
	font-size: .8em;
	border-left: 1px solid #424242;
	border-right: 1px solid #424242;
	border-bottom: 1px solid #8e8e8e;
	background-image: url('img/modftbg.png'); 
	background-repeat: repeat-x;
}

#modulefoot3 a
{
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#modulefoot3 a:hover
{
	color: #e8901b;
	text-decoration: underline;
	font-weight: bold;
}

#footer
{
	width: 800px;
	height: 24px;
	background-color: #434343;
	color: #ededed;
	text-align: center;
	/*font-size: .8em;*/
	font-size: 65%;
	padding-top: 10px;
	background-image: url('img/footer_bg.png'); 
	background-repeat: repeat-x;
}

#footer a
{
	color: #ededed;
    /*font-weight: bold;*/
    text-decoration: underline;
}

#footer a:hover
{
	color: #e8901b;
	text-decoration: underline;
}

ul 
{
list-style-image:url('img/li.gif');
}

