/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0; }

body {
	position: relative;
	margin: 0 auto;
	text-align: center !important;
	padding-bottom: 2em;
	height: auto;
}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style from lists */
ol, ul
{ list-style: none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Removes list-style from lists */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

div#divStyleSelections {
	border-bottom: 1px solid blue;
	background-color: #ffffff;
	text-align: left;
	height: auto;
	padding-left: 1em;
}

.styleOptionSubDiv {
	border-top: 1px solid #dddddd;
}

label#divStyleSelections#lblStyleOptions {
	margin-left: 1em;
	font-weight: bold;
}

div#styleOptions{
	position: relative;
	top: 0;
	left: 130px;
}

div#styleOptionsLayouts, div#styleOptionsColors {
	display: block;
}

span#styleOptionsTypography {
	display: inline !important;
}

.checkbox {
	margin-left: 1em;
}

.styleOptions, .styleOptionsRightMargin {
	color: purple;
}

.styleOptions {
	margin-left: 1em;
}

.styleOptionsRightMargin {
	margin-right: 1em;
}

div#divWebsiteArea {
position: relative;
background-color: #ffffff;
width: 60em;
width: 80%;
width: 750px;
	text-align: center;
	margin-top: 1%;
}

div#branding {
position: relative;
text-align: left;
width: 97.5%;
	height: 12%;
height: 80px;
height: 140px;
padding: 10px;
	border-bottom: 1px solid gold;
background-color: orange;	
	z-index: 100;
}

div#content {
	text-align: left;
}

div#nav_main {
	text-align: left;
}

p#nav_main_spacer1, p#nav_main_spacer2, p#nav_main_spacer3 {
	display: none;
}

div#site_info {
	font-size: 80%;
	height: 2%;
}

div#site_info label {
	margin: 0 2em;
}

div#content_main i {
	text-decoration: underline;
}

div#content_main img {
	width: 10em;  
}

.contentSideAddHeight {
	display: none;
}

div#content_sub ol li img, div#nav_sub ol li img {
	width: 5em;
}

a:hover {
	color: red;
}

.noWrap {
	visibility: hidden;
}
