/*
--------------------
*/


* {
}
/*html {height: 100%; margin-bottom: 1px;}*/
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font: 75%/1.4em Arial, sans-serif;
	background-color: #e3e3e3;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
		}

h1, h2, h3, h4, h5, h6, pre,
blockquote, ul, ol, dl, address {
    margin:  0;
    padding: 0;
}
	
p {
	font-size: small;
	color: #000000;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: italic;
	padding-bottom: 3px;
	color: #ffffff;
}
h2, h3, h4, h5, h6 {
	font-family: arial;
	font-size: small;
	font-style: italic;
	letter-spacing: -1px;
	padding-bottom: 3px;
	color: #253068;
/* 	border-bottom: 1px solid #eee;*/
	
	}

h1 {
	font-size: 140%;
	letter-spacing: 1px;
}
h2 { font-size: 140%; }
h3 {font-size: 110%; border-width: 1px; }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

/* Layout
-------------------------- */
#container {
	width: 770px;
	margin: 0 auto;
	text-align: center;
	height: auto;
	overflow:hidden;
	border: 1px solid #000000;
}

#masthead {
	width: 770px;
	height: 231px;
	position: relative;
	float: left;
}
#masthead-flash {
	position:absolute;
	right: 22px;
	top: 113px
}

#content {
	/*background-image: url(estimating-and-planning-software-img/content-bg.gif);*/
	border-top: solid #000000 1px;
	position: relative;
	width: 770px;
	float: left;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	background-color: #FFFFFF;
}

#centrecont {
	width: 556px;
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	background-image: url(estimating-and-planning-software-img/content-title.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
	background-color: #FFFFFF;
}
#centrecont a {
	text-align: left;
	color: #253068;
	text-decoration: underline;
}
#centrecont li {
	text-align: left;
	color: #000000;
	list-style-type: disc;
	margin: 10px 0px 0px 20px;
}
#centrecont ul {
	text-align: left;
	color: #000000;
	list-style-type: disc;
	margin: 0px 0px 0px 20px;
}
#fullcontent {
	width: 556px;
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	background-image: url(estimating-and-planning-software-img/content-title.gif);
	background-repeat: repeat-x;
	background-position: top center;
	text-align: left;
	background-color: #FFFFFF;
}


#rightcont {
	width: 200px;
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	background-image: url(estimating-and-planning-software-img/content-title.gif);
	background-repeat: repeat-x;
	text-align: left;
}


/* Main Navigation
--------------------------------------*/

#nav {
	background-color: #253068;
	width: 204px;
	position: relative;
	float: left;
	text-align: left;
	margin-bottom: -2500px;
	padding-bottom: 2500px;
}

#vertmenu {
	width: 204px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	list-style-type: none;
	}
		
#vertmenu li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	height: 23px;
	list-style-type: none;
  	
	}	
	
#vertmenu li a:link, #vertmenu li a:visited {
	color: #ffffff;
	display: block;
	background: url(estimating-and-planning-software-img/navblue.gif);
	padding: 5px 0px 0px 5px;
	list-style-type: none;
	}
	
#vertmenu li a:hover {
	color: #333366;
	font-weight: bold;
	background: url(estimating-and-planning-software-img/navblue.gif) 0 -28px;
	list-style-type: none;
	}
	
a, a:link, a:active {
	color: #ffffff;
	text-decoration: none;
	
	}
a:hover {
	color: #e3e3e3;
	}
	
/* Sub Navigation
--------------------------------------*/

#navitemsub {
	width: 204px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	list-style-type: none;
	padding-top: 5px;
	
	}
		
#navitemsub li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-indent: 20px;
	list-style-type: none;
  	
	}	
	
#navitemsub li a:link, #navitemsub li a:visited {
	color: #ffffff;
	display: block;
	list-style-type: none;
	background:none;
	padding: 0px 0px 0px 0px;
	}
	
#navitemsub li a:hover {
	color: #e7e7e7;
	font-weight: bold;
	list-style-type: none;
	background:none;
	}


	
/* Footer
-------------------------------------------- */
#footer {
	width: 760px;
	height: 57px;
	margin: 0 auto;
	float: left;
	padding: 10px 5px 5px 5px;
	position: relative;
	background-image: url(estimating-and-planning-software-img/footer-bg.gif);
}

#footerlinks {
	width: 760px;
	height: 52px;
	margin: 0 auto;
	float: left;
	position: relative;
	
}

#footerlinks a, #footerlinks a:link, #footerlinks a:active {
	color: #ffffff;
	text-decoration: none;
	
	margin: 5px 5px 5px 5px;
	
	}
#footerlinks a:hover {
	color: #e3e3e3;
	
	}

	
		
/* Lists
--------------------------------------------- */
ul, ol {
	margin-left: 0px;
	background-attachment: fixed;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	}
.credits {
	font: 10px Arial, Helvetica, sans-serif;
}
