/* WEBEPRENEUR TRIDENT CSS CUSTOMIZATION */

.topbanner-table  { 
	background-color: #2B4D8D;
	background-image: url(http://www.greatrealestateagentwebsites.com/files/Image/topbanner-background.jpg);  
	/* For background image, upload image, insert correct image URL above and remove comments */ 
	background-position: center top; 
	padding: 0; border: solid 0 white; 
	border-spacing: 0px 
	}

.footer-background { 
	background-color: #E2193D; 
	}

.horizontal-line-under-banner { 
	background-color: #000; 
	}

.vertical-navline { 
	background-color: #cbcbcb; 
	}


<!--

/* TRIDENT CSS TEMPLATE

BACKGROUND COLORS

1. TOP ROW BG COLOR
2B4D8D

2. CENTER ROW BG COLOR
FFFFFE

3. BOTTOM ROW BG COLOR
E2193D

FONT COLORS

4. HEADLINE COLOR
14356E

5. MAIN NAVIGATION COLOR
14356E

6. HOVER NAVIGATION COLOR
E2193E

---

WEBEPRENEUR CSS CUSTOMIZATION

Every Webepreneur site is built with a specific font and color scheme that is easily editable. 
Using a Notepad or TextEdit non-formatting text editor, find and replace the following 14 variables 
to change the entire look and feel of this website.

---

BODY BACKGROUND: Set the Background color and the contrasting text color over it here:

BODY BGCOLOR: 
FFFFFE 
(Usually same as Primary Dark Color, unless Background is Light Color)

BODY BGCOLOR TEXT: 
933F8C 
(Usually white: FFFFFE - unless light color background.)

---

MAIN CENTER TABLE VALUES: Set the main center tables content area variables here:

PRIMARY DARK COLOR: 
14356E
(Main Colored Type and Hyperlink Color) 

HEADING BAR BGCOLOR: 

(Heading Background. Usually ultra-light version of Primary Dark Color.)

HEADING FONT COLOR: 
000 
(Font color for Heading. Usually black: 000)

MAIN BODY TEXT FONT COLOR: 
000 
(Font color for main body text. Usually black: 000)

MAIN HOVER COLOR
d84f02
(Font color for hover over links. Usually a secondary dark color.)

---

NAVIGATION BAR VALUES: Set the side navigation bar variables here:

NAVIGATION BGCOLOR REGULAR: 
FFFFFE 
(Complimentary Dark Color for Navigation area)

NAVIGATION BGCOLOR REGULAR TEXT: 
14356E 
(Usually white: FFFFFE )

NAVIGATION BGCOLOR ROLLOVER: 
FFFFFE 
(Rollover Color for NavLink Buttons)

NAVIGATION BGCOLOR ROLLOVER TEXT: 
E2193E 
(Usually white: FFFFFE )

---

WEBSITE FONT FAMILIES: Set the websites font usage here:

MAIN FONT FAMILY: 
Tahoma, Arial, Helvetica, Mainfont

NAVLINK BUTTON FONT FAMILY: 
Tahoma, Arial, Helvetica, Navfont

HEADING FONT FAMILY: 
Tahoma, Arial, Helvetica, Headingfont 
Suggested: Trebuchet MS, Geneva, Arial, Helvetica

FONT FAMILIES to choose from:
Arial, Helvetica, Geneva, SunSans-Regular, sans-serif
Verdana, Arial, Helvetica, sans-serif
Georgia, Times New Roman, Times, serif
Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif
Tahoma, Arial, Helvetica
Comic Sans MS, Zapf Chancery, cursive

---

When you have finished, do a search for any remaining xxx- and configure those.
DELETE THIS SECTION WHEN COMPLETED.

 */
 -->
 
<style type=text/css>

FORM { 
	margin-top: 0px; 
	margin-bottom: 0px; 
	}
	
</style>

<style type=text/css>

<!--

#index_small_blocks .person_box , #index_small_blocks .person_boxNN , #index_small_blocks, .person_boxF {
	margin: 0;
	padding: 0;
	border: 0pt solid white;
	width: 120px;
	max-width: 180px;
	height: auto;
	}

body  { 
	background-color: #FFFFFE; 
	/* background-image: url(http://www.domain.com/files/Image/background.jpg); */ 
	/* For background image, insert correct image URL above and remove comments */
	margin-top: 0; 
	margin-width: 0; 
	marginheight: 0;
	margin: 0;
	padding: 0;
 	}
	
	
/********* PAGE CONTENT Style is used for page content *********/

a { 
	color: #14356E; 
	}

hr { 
	size: 1px; 
	}

td { 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	}
	
.page-content {
	text-align:left;
	}
	
.webpage-head  { color: #FFFFFE; font-size: 16px; font-family: Tahoma, Arial, Helvetica, Headingfont; font-weight: bold; background-color: #14356E; margin: 0; padding: 0 }
	
	/* Styles For Input Controls On WebPages Like Contact Us Page
Note: Sometime It will not be Applied On Radio Button/Check box Control */

input 
	{
    font-size: 12px; 
    font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	}
	

/********* MAIN TABLE Set Properties For Main Content Table Here *********/


.main-table { 
	border: 0px solid white; /*Set Border=1 */
	background-color: ; /* Recommended FFFFFE White or very light color */
	padding: 0px;  /* Set Main Table Padding */
	border-spacing:0px; /* Set Main Table Spacing */
	}
	
.header-table /*Header Border Color */ {
	border:0px solid ; /* Set Border=1 */
	background-color: ; /* Creates a hairline border around top banner in this color  */
	}
	

h1 {
	color: #14356E;
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	text-align:center;
	margin-top: -1px; 
	margin-bottom: 0;
	}
	

/********* REVERSE TEXT ABOVE/BELOW MAIN TABLE VALUES *********/


.h1-toptitletext  { 
	color: #14356E; 
	font-size: x-small; 
	font-family: Helvetica, Arial, sans-serif; /* No need to change this. */
	font-weight: 400; 
	margin-bottom: -10px; 
	}

.footer  { 
	color: #FFF; 
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	text-decoration: none; 
	}

	
/********* SIDE NAVIGATION AREA VALUES *********/


.menu-bgcolor { 
	background-color: ; 
	}

.nav-hr-color { 
	color: #14356E; 
	}

#leftmenu {
	width: 200px;
	border-right: 0px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, Helvetica, Navfont;
	font-size: 15px;
	background-color: ;
	color: #14356E;
	text-align: center;
	font-weight: bold;
	}

* html #leftmenu { /*IE 6 only */
	width: 200px; /*Box model bug: 160px minus all left and right paddings for #blueblock */
	vertical-align: middle;
	}

#leftmenu tr {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 200px;
	}

#leftmenu td {
	margin: 0;
	vertical-align: middle;
	text-align: center;
	}

#leftmenu td a{
	display: block;
	background-color: ;
	color: #14356E;
	text-decoration: none;
	width: 200px;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	vertical-align: middle;
	}

html>body #leftmenu td a { /*Non IE6 width*/
	width: auto;
	vertical-align: middle
	}

#leftmenu td a:hover {
	background-color: ;
	color: #E2193E;
	vertical-align: middle;
	}

.calendar-header   { 
	color: #14356E; 
	font-size: 15px; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold; text-decoration: none 
	}

.calendar-date { 
	color: #14356E; 
	font-size: x-small; 
	font-weight: normal; 
	text-decoration: none; 
	}

.calendar-title { 
	color: #14356E; 
	font-size: small; 
	font-weight: bolder; 
	}

.calendar-previous  { 
	color: #14356E; 
	font-size: 10px; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold }

.blog-archive-title { 
	color: #14356E; 
	font-size: small; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold; 
	text-decoration: none; 
	}

.blog-archive-months { 
	color: #14356E; 
	font-size: small; 
	font-weight: normal; 
	text-decoration: underline; 
	}

.search-title  { 
	color: #14356E; 
	font-size: 15px; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold 
	}


/********* BLOG VALUES *********/


/** Styles Used On Main Blog Page **/

.blog-posted-date { /* Style is used for posted date */ 
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	}

.entry-content {   /* Blog Posting Date and Body Text */
	color: #000; 
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	}
	

/** Styles Used On Blogs Listed Below Pages **/


.bloghead-txt  {   /* Style Used On Blog Comments While Posting */
	color: #14356E; 
	font-size: medium; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom: 10px; 
	}

.entryhead-txt {  /* Style used For Blog Posting Entry Heading Listed Under Pages */
	color: #14356E; 
	font-size: small; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold; }
	
.blog-content { /* Styles applied on Blog Contents Listed Below Pages */
	color: #000; 
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	}

	
/********* HEADLINE LINK TEXT VALUES *********/


.head-txt {   /* Used in Home Page Listing Headlines, Blog Headlines */
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-weight: bold;
	font-size: medium;
	color: #000;
	text-decoration: none;
	}

.head-txt:hover {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-weight: bold;
	font-size: medium;
	color: #FFFFFE;
	text-decoration: none;
	}
	
	
/********* FEATURED ITEM HOME PAGE LISTING TEXT *********/


.inner-txt {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: small;
	color: #000;
	}
	
.title-txt {   /* Used On Product and Category Layout Description */
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-weight: bold;
	font-size: small;
	color: #14356E;
	}
	
	
/********* PRODUCT PAGE VALUES *********/
	
.product-name { 
	color: #000; 
	font-size: 18px; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold; 
	background-color: #fff }
	
.productlinkvalue-txt  { 
	font-size: 16px 
	}

.product-description-short {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size:14px;
	color: #000;
	text-align: justify;
	}
	
.product-description-long {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size:14px;
	color: #000;
	text-align: justify;
	}

.field-txt  { /* Styles for displaying product fields and values with short description of products */
	color: #14356E; 
	font-size: 14px; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold 
	}

.fieldvalue-txt  { /* Styles for displaying product fields and values with short description of products */
	color: #14356E; 
	font-size: 14px; 
	font-family: Tahoma, Arial, Helvetica, Mainfont ;
	font-weight: bold;
	}

.price-txt { /* Style is used for Display Price and Red Text Message */
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000; /* Recommended Red: CC0000 */
	}
	
	
/****** CAPTCHA STYLES ******/

.captcha-inner-text { /* for captch message click here */
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	}
	

/****** CONTACT US LABEL STYLES ******/

.posthead-txt  /* Style Used On Blog Title Listed  Below Pages */ {
	color: #14356E; 
	font-size: 16px; 
	font-family: Tahoma, Arial, Helvetica, Mainfont; 
	font-weight: bold; 
	text-decoration: none; 
	padding-bottom: 10px; 
	}
	
.post-label-text { /* for contactus page labels here */
font-family: Tahoma, Arial, Helvetica, Mainfont;
font-size: 13px;
color: #000;
text-decoration: none;
font-weight: bold;
}

.post-inner-text { /* for captcha message click here */
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 14px;
	color: #000 ;
	text-decoration: none;
	}
	
.contact-label-text { /* for contactus page labels here */
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
	
/****** FOR LINKS ******/

.link-txt {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	color: #000;
	}

.link-txt:hover /*(line 982)*/ {
	color: #6e0003;
	}
	
.notlink-txt {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

.notlink-txt:hover {
	color: #d84f02;
	}
	
	
/***** DOG BREEDER SITE STYLES *********/

.breeder-detail-table /* For breeeders details table*/ {
	background:#E2E2E2;
	}
	
.breeder-detail /* for desc-head  Heading of pedigree*/ {
	font-family: Verdana,Tahoma, Arial, Helvetica, Mainfont;
	font-size: 12px;
	font-weight: bold;
	}
	
.breeder-head /* for desc-head  Heading of pedigree*/ {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 14px;
	color: #14356E;
	font-weight: bold;
	}
	
.breeder-subtitle {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

.breeder-detail-list /* for desc-head  Heading of pedigree*/ {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 12px;
	font-weight: bold;
	}
	
.breeder-description {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}

.breeder-detail-list /* for height width of dogdetail page*/ {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 12px;
	font-weight: bold;
	}
	
.link-breeder-pedigree {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

.link-breeder-pedigree:hover {
	color: #d84f02;
	text-decoration: underline;
	}

/****** style1 DOG DETAILS PAGE ******/

.breeder-name /* DOG NAME */ {
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	}

.breeder-offspring { /* style7 OFFSPRING */
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-weight: normal;
	font-size: 16px;
	color: #006699;
	}
	
.breeder-featured-name { /* for feature breeding name on home page */
	font-family: Tahoma, Arial, Helvetica, Mainfont;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
.breeder-listing-links {
font-family: Tahoma, Arial, Helvetica, Mainfont;
font-size: 13px;
color:#290053;
text-decoration:underline;
}
	
</style>
                                          e { /* for feature breeding name on home page */
	font-family: Calibri, Tahoma, Arial, Helvetica, Mainfont;
	font-size: 13px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
.breeder-listing-links {
font-family: Calibri, Tahoma, Arial, Helvetica, Mainfont;
font-size: 13px;
color:#290053;
text-decoration:underline;
}
	
</style>
                                    : bold;
	}
	
.breeder-listing-links {
font-family: Georgia, Times New Roman, Times, serif, Mainfont;
font-size: 13px;
color:#290053;
text-decoration:underline;
}
	
</style>
                                     xt { /* for contactus page labels here */

font-family: Arial,Helvetica,sans-serif;

font-size: 13px;

color: #000000;

text-decoration: none;

font-weight: bold;

}

.post-inner-text { /* for captch message click here */

	font-family: Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;

	font-size: 14px;

	color: #000000;

	text-decoration: none;

	}

.contact-label-text { /* for contactus page labels here */

	font-family: Arial,Helvetica,sans-serif;

	font-size: 13px;

	color: #000000;

	text-decoration: none;

	font-weight: bold;

	}

/****** captcha styles ******/

.captcha-inner-text { /* for captch message click here */

	font-family: Arial,Helvetica,Geneva,SunSans-Regular,sans-serif;

	font-size: 14px;

	color: #000000;

	text-decoration: none;

	}

/*** CITY LIST ***/
.city_list{float:left;position:relative;margin-top:10px;}
.city_list li{font-size:9pt;margin:0;padding:0;}


</style>          

                                           
