@import "sublevelLayout.css";
  
* { 
	margin: 0; padding: 0;
	font-family: "Times New Roman", "Georgia Times", serif;
	font-size: 1em;
	color:#000;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	margin: 0 auto;
	text-align:center;
}
html {
	background-color: #000000;
}
p, li {
	font-size: 1em;
	line-height: 1.1em;
	
}
a:link, a:visited, a:active {
	color: #330;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #FF9;
}

h1 {
	font-size: 1.8em;
	line-height:1.9em;
}

h2 {
	font-size: 1.4em;
	line-height:1.5em;
}
h3 {
	font-size: 1.2em;
	line-height:1.3em;
}
h4 {
	font-size: 1.1em;
	line-height:1.2em;
}
h5 {
	font-size: 0.8em;
	line-height:1em;
}
h6 {
	font-size: 0.6em;
	line-height:0.8em;
}
img {
	 
}
#container {
	position: relative;
	background:  #d8d6ba url(baseimgs/layoutbkgr.gif) repeat;
	width: 721px;
	margin: auto;
	text-align: left;
	border: solid 1px #FFFFFF;
}
#header {
	background: #000 url(baseimgs/header.jpg) no-repeat;
	width: 721px;
	height: 129px;
	clear: both;
	float: none;
	display: block;
}
#header h3 {
	text-indent:-999px;
}
#header h4 {
 color: #FFF;
 width: 75%;
 font-size: .9em;
 line-height: normal;
 height: 15px;
 position: absolute;
 left: 39px;
 top: 86px;
}
#header h5 {


}

#header h4 ul{  display: block;
	list-style: none;
	width: 400px;

 }
#header li {
	display: inline;
	height: 25px;
	width: 25px;
	margin: 0px 15px 0  0;
	padding:0 5px 10px 0;
	text-indent: -999px;
 }
.twitter{
	background-image: url("baseimgs/twitter.png");
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.email {
	background-image: url("baseimgs/mail.png");
	background-repeat: no-repeat;
}
#header a:link, #header a:visited, #header a:focus{
	display: inline-block;
	height: 25px;
	width: 25px;
}
#header a{
}



 #socialmedia{
 position: relative;
 left: 55px;
 top: 0;
 padding-bottom: 15px;
  width:93px; 
  height:23px;
  border:none;

}

/*_____________Navigations_______________________________________*/
#navBar {
	background-color: #8d735f;
	width: 721px;
	border-bottom:#FFF solid 2px;
	border-top:#FFF solid 2px;
	height: 44px;
	margin: 0 0 25px 0;
	float: none;


}
#navBar ul { text-align:center;
list-style:none;
  padding:15px 0  0;
}
#navBar li { display:inline;
border-radius: 15px;
color: #FFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
background-color: #5f7162;
margin:0 15px;

}
#navBar li a, #navBar li a:active, #navBar li a:focus {
background-color: #FFF;
padding:5px 15px;
border-radius: 15px;
color:#5f7162;
font-family:Arial, Helvetica, sans-serif;
}

.uber {
 padding:5px 15px;
}
#navBar li a:hover {background-color: #5f7162;
padding:5px 15px;
color:#FFF;

}

/*_____________Left Column______________________________*/
 
#leftColumn {
	width: 425px;
	float: left;
	display: block;
	padding: 20px 5px 0 30px;
	overflow: auto;
	height: 690px;
	border: solid #5f7162 ;
	border-width: 1px 1px 1px 0;
	margin: 3px 0 0 0;
	font-size: 1.1em;
}
#leftColumn h1 {
	text-indent:-9999px;
	height: 33px;
	line-height: 120%;
}
#leftColumn h4 {
	padding:0 0 10px 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.15em;
	font-weight: bold;
}

#leftColumn p{
	margin: 0 0 20px 30px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
#leftColumn ul{
	margin: 0 0 0 10%;
	list-style: none;
}
#leftColumn li{
 padding: 0 0 0 15px;
 margin: 0 0 15px 0;
 background: url(sublevelimgs/bulletline.gif) no-repeat left top;
 font-family: Arial, Helvetica, sans-serif;
 line-height: 1.2em;
}
#leftColumn ol{
	margin: 0 0 0 10%;
	list-style: none;
}
#leftColumn ol li{
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
	background:url(sublevelimgs/bulletline.gif) no-repeat left top #9C9;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.titleHome{
	background: url(homeimgs/Kelly_title.gif) no-repeat left top;
}

/*_____________Right Columns___________________________________*/

#rightColumn {
	width: 200px;
	float: right;
	margin: 0 10px 0 5px; 
}
#rightColumn p{
	font-family:"Times New Roman", Times, serif;
	line-height: normal;
	padding: 0 20px 10px 20px;
	font-size: 1em;
}
#rightColumn h1, #rightColumn h2{
	width: 200px;
	text-indent:-9999px;
	line-height: 1em;


}
#rightColumn p a:link, #rightColumn p a:visited, #rightColumn p a:focus, #rightColumn h2 a:link, #rightColumn h2 a:visited, #rightColumn h2 a:focus{
background-color: #FF9;
}
#rightColumn p a:hover { 	
	background-color:#330
}
.kellypicture{
	border-radius: 15px;
	background:url("homeimgs/Kelly_Fonner.jpg") center 75% no-repeat;
	height: 157px;
	padding: 15px 0;
}
.contactimg{
	background:url(homeimgs/contact_img.gif) center 50% no-repeat;
	height:19px;
	margin: 25px 0 5px 0;
}
#socialmedia{
	
	
}
#socialmedia ul { display: block;
list-style: none;
	
}
#socialmedia  li {
	display: inline;
	height: 25px;
		text-indent: -9999px;
	padding:0 0 10px 0;

	
}
#socialmedia a:link, #socialmedia a:visited, #socialmedia a:focus{
	display: inline-block;
	height: 25px;
	width: 25px;
}
.center{text-align:center;}

.boldBig {
	font-weight:bold;
	font-size:110%;
	line-height: normal;
}

/*________________Corners___________________________*/

.t {background: url(baseimgs/top_side.gif) 0 0 repeat-x; }
.b {background: url(baseimgs/bottom_side.gif) 0 100% repeat-x;}
.l {background: url(baseimgs/left_side.gif) 0 0 repeat-y;}
.r {background: url(baseimgs/right_side.gif) 100% 0 repeat-y;}

.bl {background: url(baseimgs/corner_bl.gif) 0 100% no-repeat;}
.br {background: url(baseimgs/corner_br.gif) 100% 100% no-repeat;}
.tl {background: url(baseimgs/corner_tl.gif) 0 0 no-repeat;}
.tr {background: url(baseimgs/corner_tr.gif) 100% 0 no-repeat; 
	padding:0px;}
.secondBkgr{
	background: url(baseimgs/bkgrSecond.gif) repeat;
}
.clear {font-size: 1px; height: 1px}

/*______________Footer_____________________________*/

#footer{
	float: none;
	clear: both;
	display: block;
	padding: 10px 0;
}
#footer p{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.6em;
	text-align:center;

}
#footer a, #footer a:visited{
	color:#006600;
	font-family:Arial, Helvetica, sans-serif;
}
