/* Structure */
*{
	margin:0px auto;
	padding:0px;
}

body {
	text-align:center;
	padding-top: 54px;
	visibility: visible;
}

#container {
	position: relative;
	width: 720px;
	height: 587px;
	margin: 0 auto;
}

#navBar {
	position: relative;
	width: 720px;
	height: 58px;
}

#logo {
	float: left;
	position: relative;
	top: 6px;
	left: 5px;
}

#navText {
	position: relative;
	bottom: -40px; /* make this -41px for Safari if can */
	right: 8px;
	text-align: right;
}

#container {
	text-align: left;
}

#contentFrame {
	overflow: auto;
	position: relative;
	width: 720px;
	height: 510px;

	text-align: left;
}

#subNav {
	padding-top:10px;
	padding-right: 10px;
	float: right;
	text-align: right;
	right: 25px;
}

#content {
	text-align: left;
	position: absolute;
	top: 30px;
	left: 50px;
	width: 550px;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;

	width: 720px;
	height: 17px;
}

#copyright {
	position: relative;
	top: 3px;
	left: 6px;
	width: 150px;
	display: inline;
}

#slogan {
	display: inline;
	position: absolute;
	top: 2px;
	right: 6px;
}

H4 {
	padding-bottom:0;
	margin-bottom:4px;
}

.portfolioHeader {
	padding-top: 8px;
}

.portfolioText {
	padding-top: 5px;
}

/* formatting the design for all pages */
body, td {
	font-size: medium;
	font-family:LucidaGrande,GillSans,Helvetica,Arial;
}

body {
	background-color: rgb(250,247,237);
	background-position: right top;
	background-repeat: no-repeat;
}

#container {
	background-color: white;
	border: 1px solid rgb(215,202,192);
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
}

#contentFrame {
	background-image: url('/img/bg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: white;
}

.contentHolder {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

#navBar {
	background-color: rgb(252,252,250);
	border-bottom: 1px solid rgb(215,202,192);	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
}

#footer {
	border-top: 1px solid rgb(215,202,192);
	background-color: rgb(253,252,248);
}

#navText a#currentPage, #navText a, #navText, #subNav a, #subNav {
	font-size: 13px;
	font-family: "Trebuchet MS",LucidaGrande,GillSans,serif;
	text-decoration: none;
	color: black;
}

#navText a, #navText, #subNav a, #subNav {
	color: rgb(120,74,41);
}

#currentPage {
	cursor: default;
}

#subNav a {
	font-size: 12px;
}

#navText a:hover, #subNav a:hover {
	text-decoration: underline;	
}

#content {
	text-align: left;
	font-size: 13px;
}

#copyright {
	font-size: 10px;
	font-family: "Trebuchet MS",LucidaGrande,GillSans,serif;
	font-style: italic;
	color: gray;	
}

#slogan {
	text-align: right;
	font-size: 12px;
	font-family: "Trebuchet MS",LucidaGrande,GillSans,serif;
	font-style: italic;
	font-weight: bold;
	color: rgb(120,74,41);
}

/* Formatting of every page */

a {
	color: rgb(0,103,164);
	outline: none;
}

h1,h2,h3,h4,h5 {
	padding-top: .25em;
	color:rgb(119,74,41);
}

h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}

p {
	padding-top: 5px;
	padding-left: 1px;
	padding-bottom: 8px;
	line-height: 140%;
}

ul {
	padding-left: 10px;
	padding-bottom: 7px;
}

li {
	list-style: none;
	margin: 0px;
	margin-left: 5px;
	padding-left: 16px;
	background: url('/img/bullet.gif') no-repeat 0px 1px;
	padding-bottom: .3em;
	
    width: 400px;
}

label {
	float: left;
	clear: left;
	text-align: left;
	width: 75px;
	padding-right: 5px;
}

/* Software formatting */

.program-image {
	float: right;
	margin-left: 15px;
}

.programText {
	display: inline;
}

/* Error message for forms */
.errorMessage {
	color: red;
	font-weight: bold;
	display: inline;
}

#stem {
	position: absolute;
	top: -54px;
	right: -70px;

	width: 135px;
	height: 95px;

	background-image: url('/img/stem.gif');
}

#acorn-rside {
	min-height: 0px;
	min-width: 0px;
	position: absolute;
	bottom: 0px;
	right: -136px;
	
	width: 135px;
	height: 375px;
	background-image: url('/img/acorn-rside.gif');
}

.spacer {
	display: inline;
	font-size:	11px;
	padding-left: 4px;
	padding-right: 4px;
}

/* this absolute positioning will be inside the content scroller, allowing it to kick out to the left automatically if a scrollbar appears */
#phone-number {
	z-index: 10;
	width: 28px;
	height: 235px;

	visibility: visible;
	position: absolute;
	right: 8px;	
	bottom: 8px;
}

.clear {
	clear: both;
}

.hosting {
	text-align: left;
	padding-left: 20px;
	padding-bottom: 15px;
}

	.hosting label {
		float:left;
		clear: left;
		text-align: left;
		width: 150px;
		padding-right: 5px;
	
	}

	.hosting div {
		height: 15px;
		padding-bottom: 2px;
		clear: both;
	}