@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1C2953;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(images/body-gradient.jpg);
	background-color: #1C2953;
	line-height: .9em;
}

.twoColFixLtHdr #container {
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	background-color: #1C2953;
	text-decoration: none;
} 
.twoColFixLtHdr #header {
	background-repeat: repeat-x;
	background-image: url(images/Luminare_design_Logo.jpg);
	background-attachment: scroll;
	background-position: left top;
	margin: 0px;
	padding: 0px;
} 


.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 20;
	background-color: #838AA4;
	clear: none;
	padding-left: 15px;
	
} 
#placeholder {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

#header h1 {
	font-size: 1.9em;
	padding-top: 45px;
	padding-right: 0px;
	padding-left: 90px;
	color: #FDFDFD;
	margin: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}
h1 {
	font-size: 1.5em;
	margin: 0px;
	line-height: normal;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 1em;
	line-height: normal;
}


.twoColFixLtHdr #sidebar1 {
	width: 190px;
	float: left;
	margin: 0px;
	background-color: #1c2953;
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#indexDiv {
	float: left;
	width: 570px;
}
#indexDiv h2 {
	line-height: 25px;
	font-size: 1.1em;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #1C2953;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: .8em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #838AA4;
}
#footer p a {
	color: #838AA4;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #838AA4;
}
#nav_bar {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

#nav_bar ul {
	margin: 0px;
	padding: 0px;
}


#nav_bar ul li {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	text-align: center;
	
}
#nav_bar li {
	display: inline;
	padding: 0px;
	color: #838AA4;
	width: 125px;
}

#nav_bar a:focus {
	color: #FFF;
	background-color: #03C;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#nav_bar a:hover {
	
	color: #FFF;
	background-color: #03c;
}


#nav_bar a {
	font-weight: bold;
	text-decoration: none;
	color: #CCC;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h2 {
	font-size: 1.2em;
	color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

#sidebar1 #nav {
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	margin: 0px;
	padding: 0px;
		
}
#sidebar1 #nav li {
	font-size: 100%;
	text-decoration: none;
	list-style-type: none;
	position: relative;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #838AA4;
	border-bottom-color: #838AA4;
}
#sidebar1 #nav ul {
	font-size: 100%;
	list-style-type: none;
	position: absolute;
	cursor: default;
	
}

#sidebar1 #nav a {
	color: #FFF;
	text-decoration: none;
	display:block;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 13px;
	padding-top: 13px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	font-size: 0.9em;
	
}

#sidebar1 #nav a:focus {
	color: #FFFFFF;
	background-color: #838AA4;
}


#sidebar1 #nav a:hover {
	color: #141D3A;
	background-color: #838AA4;
	margin: 0px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
}
#mainContent div {
	display: inline;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 0.9em;
	color: #1C2953;
	font-weight: bolder;
	line-height: normal;
}
a:link {
	color: #1C2953;
}
a:visited {
	color: #306;
} 
a:hover {
	color: #FFF;
}
a:active {
	color: #00F;
}
