
body {
    background-color: #D7DCEE;
    font-size: 14px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #040737;
    padding: 0;
    margin: 0 0 30px 0;
}

p, td, th, li {
    font-size: 14px;
}

a:link, a:visited {
    color: #757FD0;
		text-decoration: underline;
}

a:hover, a:active {
    color: #343B9E;
		text-decoration: underline;		
}

h1 {
    color: #4E558B;
    font-size: 24px;
}

h2 {
    color: #4E558B;
    font-size: 22px;
}

h3 {
    color: #4E558B;
    font-size: 18px;
}

p {
    line-height: 1.5em;
}

big {
    color: #4E558B;
    font-size: 16px;
		font-weight: bold;
}

small {
    color: #666;
    font-size: 10px;
}

li {
    margin-bottom: 1em;
}

ul.hearts li {
  list-style-image: url('../images/heart_bullet.gif');
  margin: 0 0 10px 20px;  
}

#teaser {
 background-color: #D7DCEE;
 margin-top: 2.5em;
 margin-left: 5px;
 margin-right: 5px; 
 padding: 3px;
}


#hometext {
  text-align: center;
  font-size: 16px;
}


.lcap {
  font-size: 20px;
  font-weight: italic;
}


#services {
  margin-top: 1.5em;
}


/* Layout CSS */
/* Layout Container */
#container {
    width: 760px;
    padding:0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
} 

/* Header Area */
#header {
    text-align: left;
    margin: 0px;
	height: 185px;
	background: #FFF url('../images/logo.gif') no-repeat top left;
}

#address {
    padding: 15px 0px 0px 510px;
	font-size: 14px;
	color: #4E558B;
}

/* Outer/Inner Content Area */
#outer { 
    border-left: solid 180px #9BA3DD;  /* color of the left column  */ 
    background-color: #ffffff; /* color of the content column */
} 

#inner {  /* The ie/pc pecularity */ 
    margin: 0px;
		width: 100%;
}

/* Left Navigation */
#left {
    width: 180px; 
    float: left; 
    position: relative; 
    margin-left: -180px; 
    margin-right: 1px;
}

/* Content Area */
#content { 
    background: #fff url('../images/content_bg.jpg') bottom left no-repeat;
    position: relative; 
    margin: 0px;
		padding: 5px 15px 35px 15px;
}

/* Footer Area */
#footer {
    clear: left;
    padding: 8px;
    margin: 0px;
    text-align: center;
		background-color: #4E558B;
		font-size: 11px;
		color: #FFF;
		line-height: 1.8em;
} 

#footer a:link, #footer a:visited {
    color: #FFFFAA;
		text-decoration: none;
}

#footer a:hover, #footer a:active {
    color: #FFFF00;
		text-decoration: underline;		
}

/* Left Menu Styles */
#navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar #navlist li {
    margin-bottom: 0;
}

#navlist a, #navlist a:visited {
    display: block;
    padding: 5px 2px 5px 24px;
    border-bottom: 1px solid #FFF;
    background-color: #757FD0;

    /* background-image:  url(assets/l1_down.jpg);
       background-repeat: no-repeat;
       background-position: 0% 50%; */
			 
    color: #FFF;
    text-decoration: none;
}

#navlist a:hover {
    background-color: #4E558B;
    
		/* background-image:  url(assets/l1_over.jpg); */
		
    color: #FFF;
}

#navlist .selected_link {
    background-color: #00456D;
    
		/* background-image:  url(assets/l1_over.jpg);
       background-repeat: no-repeat;
       background-position: 0% 50%; */
			 
    color: #FFA !important;
    font-weight: bold;
    cursor: default;
}
  	