* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background-color: white;
}

#pageContainer {
	height: 100%;
	width: 100%;
	background-image: url(../images/bodyBackground.png); 
	background-repeat: repeat-x; 
	background-position: top;
	margin: 0px;
}

h1, h2, h3, h4 {
	margin: 0px;
}

#page {
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 980px;	
	position: relative;
}

#contactForm {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 980px;	
	position: relative;
	height: 200px;
	display: none;
	background-image: url(../images/contactFormBackground.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#contactFormLink {
	height: 20px;
	width: 100px;
	position: absolute;
	top: 15px;
	right: 0px;
	background-image: url(../images/contactFormIconClosed.gif);
	background-repeat: no-repeat;
	background-position: middle left;		
	padding-left: 15px;
}

#contactFormLink a {
	color: black;
	text-decoration: none;
	display: block;
	font-size: 12px;
}

#header {
	width: 100%;
	height: 243px;
	position: relative;
	background-color: black;
}

#headerLeftCorner {
	width: 62px;
	height: 100%;
	background-image: url(../images/logoLeft.png);
	position: absolute;
	left: 0px;
	top: 0px;
}

#logoTop {
	width: 261px;
	height: 37px;
	position: absolute;
	left: 62px;
	top: 0px;
	background-image: url(../images/logoTop.png);
}

#logoMain {
	width: 240px;
	height: 206px;
	position: absolute;
	left: 62px;
	top: 37px;
	background-image: url(../images/logoMain.png);
}

#logoRight {
	width: 21px;
	height: 148px;
	position: absolute;
	left: 302px;
	top: 37px;
	background-image: url(../images/logoTopRightCorner.png);
}

#headerTop {
	height: 37px;
	width: 602px;
	position: absolute;
	top: 0px;
	right: 77px;
	background-image: url(../images/headerTopRepeated.png);
	background-repeat: repeat-x;	
}


#headerText {
	width: 582px;
	height: 148px;
	position: absolute;
	top: 37px;
	right: 77px;
	background-image: url(../images/acrylicHeaderLinesRepeated.png);
	color: white;
}

#headerTextImage {
	position: absolute;
	left: 0px;
	top: 38px;
}

#headerRight {
	width: 77px;
	height: 243px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/acrylicTopRightCorner.png);
}

#main {
	float: left;
	position: relative;
	height: 100%;	
	width: 980px;
	background-image: url(../images/mainBackgroundRepeated.png);
	background-repeat: repeat-y;
}

#sidebar {
	float: left;
	width: 201px;
	height: 100%;
	position: relative;
	left: 62px;
}

#contentWrapper {
	width: 650px;	
	float: left;
	position: relative;
	text-align: left;
	left: 101px;
}	

#content {
	width: 560px;
	margin: 0px;
	position: relative;
	/* margin-left: 39px; */
	color: white;
	text-align: left;
	margin-top: -58px;
	position: relative;	
}

#content a {
	color: #0085E2;
	font-weight: bold;
	text-decoration: none;
}

#content p {
	width: 550px;
	position: relative;
	margin: 0px;
	
}

.contentHeader {
	width: 602px;
	height: 58px;
	background-image: url(../images/contentHeader.png);
	position: relative;
	background-position: top left;
	background-repeat: no-repeat;
}

.content {
	margin-bottom: 20px;
}

.contentHeader span {
	position: absolute;
	top: 25px;
	left: 30px;
	font-weight: bold;
}

.contentTop {
	position: relative;
	width: 602px;
	height: 16px;
	background-image: url(../images/contentTop.png);
}

.contentMid {
	position: relative;
	width: 602px;
	background-image: url(../images/contentMidRepeated.png);
	background-repeat: repeat-y;
	padding-left: 30px; 
	font-size: 14px;
}

.contentBottom {
	position: relative;
	width: 602px;
	height: 19px;
	background-image: url(../images/contentBottom.png);
}

.contentBottomLinks {
	position: relative;
	margin-top: 20px;
	font-size: 12px;
	
}

.contentBottomLinks a {
	font-size: 12px;
	color: white;
}	
	
#footer {
	width: 982px;
	background-image: url(../images/reflection.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 193px;
	float: left;
	position: relative;	
}

#footerAcrylicBottomLeftCorner {
	background-image: url(../images/acrylicBottomLeft.png);
	width: 39px;
	height: 53px;
	position: absolute;
	left: 263px;
	top: 0px;
}

#footerAcrylicBottom {
	background-image: url(../images/acrylicBottom.png);
	width: 602px;
	height: 53px;
	position: absolute;
	right: 78px;
	top: 0px;
}

#bottomRightAcrylic {
	background-image: url(../images/acrylicBottomRight.png);
	position: absolute;
	right: 2px;
	top: 0px;	
	width: 78px;
	height: 53px;	
}

#footerSidebarBottom {
	width: 212px;
	height: 53px;
	background-image: url(../images/bottomWhiteRepeated.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 76px;
	top: 0px;
}

#footerLeftCorner {
	width: 14px;
	height: 53px;
	position: absolute;	
	left: 62px;
	top: 0px;
	background-image: url(../images/whiteBottomLeftCorner.png);	
}
/* nav stuff */ 
#nav {
	
}

#menu {
	text-align: left;
}

#nav a:active, #nav a:active li { background: none; } 
ul, li, a  {
	text-align: left;
}

#menu a {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}
/*new tree menu stuff  */ 

#menu {
	margin-top: 30px;
}

li {
	background-image: url(../treeMenuFiles/nornix-folder-closed-icon.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

/* other sidebar stuff*/

.sidebarDivider {
	height: 1px;
	width: 200px;
	left: 10px;	
	position: relative;
	background-image: url(../images/sidebarDivider.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#blogList {
	width: 180px;
	position: relative;
	left: 20px;
	text-align: left;	
	font-size: 14px;
	margin-top: 3px;
}

#blogList a {
	color: #1C4977;
	font-size: 12px;
	display: block;
	text-decoration: none;
}

#blogLinksHeader {
	color: black;
	font-weight: bold;
	margin-top: 10px;
}
/* contact form stuff */

#contactForm p, #contactForm input, #contactForm form, #contactForm textarea {
	margin: 0px;
	text-align: left;
	font-size: 12px;	
	border: 1px solid #CCCCCC;
}

#contactForm form {
	position: relative;
	left: 10px;
	border: none;
	width: 900px;
}
#contactForm label {
	width: 730px;
	margin-left: 100px;
	text-align: right;
	margin-bottom: 5px;
	float: left;
}

#contactForm input {
	text-align: left;
	width: 450px;
	height: 15px;	
}

#contactForm textarea {
	width: 728px;
	height: 40px;
	overflow:hidden;
}

#contactForm p {
	width: 700px;
	margin-left: 110px;
	border: none;
}

#contactForm #msgLabel {
	text-align: left;
	margin-top: -15px;
}

#contactForm #resetButton, #contactForm #submitButton {
	width: 100px;	
	margin-top: 5px;	
	height: auto;
	text-align: center;
	display: block;
	position: absolute;
	top: 165px;	
	background-color: white;	
}

#contactForm #resetButton {
	left: 110px;	
}

#contactForm #submitButton {
	left: 220px;
}

#contactForm #formCaption {
	font-size: 12px;
 	width: 500px;
	position: absolute;
	bottom: 15px;
	right: 140px;
	* right: 100px;

}

#contactForm #mailinglistCheckbox, #contactForm #mailinglistLabel  {
	float: left;
	border: none;
	position: relative;
	margin-left: 102px;
}

#contactForm #mailinglistCheckbox {
	width: auto;
	
}

#contactForm #mailinglistLabel {
 	position: relative;
	margin-left: 105px;
}

textarea {
     resize: none;
}


