﻿body {
	background-color: #222222;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}


/*Site layout styles*/


#contentWrapper{
	width: 784px;
	margin: auto;
	background-image: url(images/LightworkerMiddleback.jpg);
	background-repeat: repeat-y;
	background-position: left; 
}
#contentWrapperHome{
	width: 784px;
	margin: auto;
	background-image: url(images/LightworkerMiddlebackHome.jpg);
	background-repeat: repeat-y;
	background-position: left; 
}
#mainNav{
	width: 759px;
	background-image: url(images/LightworkertopBorder.jpg);
	background-repeat:no-repeat;
	background-position: top;
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
	padding-left: 25px;
}
#mainNav a{
	color: #ffffff;
	text-decoration: none;
}
#mainNav a:hover{
	color: #ff5500;
	text-decoration: none;
}
#mainNav ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#mainNav li{
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	display: inline;
    border-right: 2px solid #b7b7b7;
}
#topBanner{
	width: 754px;
	margin: auto;
	background-color: #000000;
}
#contentLeft{
	width: 452px;
	margin-left: 15px;
	float: left;
	padding: 20px 20px 0px 20px;
}
#contentRight{
	width: 190px;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	padding: 20px 10px 0px 10px;
}
#contentLeftHome{
	width: 190px;
	margin-left: 16px;
	float: left;
	padding: 20px 10px 0px 10px;
	
}
#contentMidHome{
	width: 190px;
	margin-left: 43px;
	float: left;
	padding: 20px 10px 0px 10px;
    
}
#contentRightHome{
	width: 190px;
	margin-left: 39px;
	float: left;
	padding: 20px 10px 0px 10px;
	
}

#footer{
	width: 759px;
	margin: auto;
	background-image: url(images/LightworkerBottomBack.jpg);
	background-position: bottom;
	height: 60px;
	padding-left: 25px;
	clear: both;
}
#footerHome{
	width: 759px;
	margin: auto;
	background-image: url(images/LightworkerBottomBackHome.jpg);
	background-position: bottom;
	height: 60px;
	padding-left: 25px;
	clear: both;
}
.footerText {
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5c5c5c;
}
.footerText a{
	color: #5c5c5c;
	text-decoration: none;
}
.footerText a:hover{
	color: #ffffff;
	text-decoration: none;
}


/* Basic styles*/
h1{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 25px;
	color: #ff5500;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	color: #717171;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3{
   font-family: "Georgia", Times New Roman, Times, serif;
   font-size: 14px;
   color: #ff5500;
   margin-top: 0px;
   margin-bottom: 5px;
   font-style: italic; 
}
h4{
   font-family: "Georgia", Times New Roman, Times, serif;
   font-size: 14px;
   color: #ffffff;
   margin-top: 0px;
   margin-bottom: 10px;
   font-style: italic; 
}
p{
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 18px;
}
a{
	color: #ff5500;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	text-decoration: underline;
}
hr{
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    
}
ul 
{
    margin: 0px 0px 10px 20px;
    padding: 0px;
}
li 
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    line-height: 20px;
}

/*sitestyles*/
.seminarContainer{
    font-family: Georgia, Times New Roman, Times, serif;
    width: 210px;
    float: left;
    margin: 3px 5px 20px 10px;
    font-style: italic;
    line-height: 20px;
    height: 250px;
    
}
.seminarContainer a{
    color: #ffffff;
	text-decoration: none;
}
.seminarContainer a:hover{
    color: #ff5500;
	text-decoration: none;
} 
#seminarNav{
    font-family: Georgia, Times New Roman, Times, serif;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
}
#seminarNav ul{
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none; 
}   
#seminarNav li{ 
    list-style-type: none;
    margin: 0px 0px 0px 0px;
	padding: 10px 10px 15px 0px;
	border-bottom: 1px dotted #ff5500;
} 
#seminarNav a{
    color: #ffffff;
	text-decoration: none;
}
#seminarNav a:hover{
    color: #ff5500;
	text-decoration: none;
}

.imgMargin{
    margin-top: 15px;
    margin-bottom: 15px;
} 
.white{
   color: #ffffff;
}