/* main.css */
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: underline;}

body {
    font-family: luxi sans,sans-serif;
    font-size: 10pt;
    line-height: 16pt;
    background-color: #C8D5BE;
    /*background-image: url("tfk_images/background_fade.jpg");*/
    margin: 0px;
}
img{
  border-width: 0px;
}
.intro_content {
    text-align: justify;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-image: url(http://www.arietadev.com/www.trifectakennels.com/tfk_images/mainpage/strikerbg.jpg);
}

.upcomingevents {
	/*float: right;*/
	/*width: 225px;*/
	width: 100%;
	padding: 5px;
      margin-top: 60px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: left;
	/*border-left-width: 5px;*/
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #F3F7EF #F3F7EF #F3F7EF #F3F7EF;
	font-family: verdana;
	font-size: 11px;
	line-height: 14px;
	
}

.td_footer {
    background-color: #213514;
}
.nav_links {
    font-family: luxi sans, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    color: #122008;
}
.nav_links:hover {
    text-decoration: underline;
    color: #091203;
}
.structure_table {
    
}
.content_table {
    background-color: #FFFFFF;
    /*border-style: solid;*/
    /*border-width: 1px;*/
    /*border-color: #FFFFFF;*/
}
.spotlight {
    background-color: #FAFCF5;
    border-style: solid;
    border-width: 1px;
    border-color: #213514;
    padding: 5px;
}
#box {
    padding: 5px;
    width: 100%;
}
a.box {
    display: block;
    padding: 4px 8px;
    margin: 0; 
    border-top: 1px solid gray;
    text-decoration: none;
    text-align: center;
    color: #000000;
}
a.box:hover {
    background-color: #DDECD8; // #EBF1E6;
    font-weight: normal;
}

.content_box {
	background-color: #efefef; 
	border-style: solid; 
	border-width: 1px; 
	padding:5px; 
	font-family: verdana; 
	font-size: 12px; 
}

.service_title {
	background-color: #C8D5BE;
	border-style: solid; 
	border-width: 1px; 
	border-color: #1B2613;
	padding:5px;
	font-weight: bold;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.nav_box {
	    padding: 5px;
	    background-color: #ECF2E8;
	    border-style: solid;
	    border-width: 1px;
	    border-color: #222C1A;
	    margin: 10px;
	    text-align: left;
	    vertical-align: top;
	    background-image: url('http://www.arietadev.com/www.trifectakennels.com/tfk_images/services/service_box_bg.jpg');
	    background-repeat: no-repeat;
    }
.nav_header {
    padding: 5px;
    background-color: #222C1A;
    color: #FFFFFF;
}
.service_content {
    position: relative; height: 200px;
}
.learnmore {
    position: absolute;
    top: 100;
    bottom: 0;
    left: 100;
    right: 0;
    margin: auto;
}

.quick_links {
	color: #BA6B25;
	font-weight: normal;
	font-size: 12px;
	margin-left: 5px;
}
