	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Select Page Colors

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table#control {
     
     
}

.primary-color{
    background-color: #46522E;   
}

.primary-color-text{
    color: #46522E;   
}

.primary-light-color{
    background-color: #798562;   
}

.primary-light-text{
    color: #798562;   
}

.secondary-color 
{
    background-color: #E8E0A2;
}

.secondary-color-text 
{
    color: #E8E0A2;
}

.bk-color
{
    background-color:#F0EAC5;
}

.bk-color-text
{
    color:#F0EAC5;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Services Box

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.services-box {
	border:2px solid #46522E; 
	padding:3px; 
	}
	
#services-table {
    background-color: #46522E;   
    color:#F0EAC5;
    width:100%;
    text-align:center; 
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
    }
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Coupons

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.coupon {
	font-family: Arial;
	line-height:175%;
	text-align: center;
	border-left-color: black;
	border-bottom-color: black;
	border-top-style: dashed;
	border-top-color: black;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: black;
	border-bottom-style: dashed;
	vertical-align: text-top;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	DIV TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
div.menu-bar 
    {
    margin:0px 0px 0px 0px;
    width:170px;
    height:2px; 
    border-bottom:solid 2px #F0EAC5; 
	}

.ribbon 
    {
    margin:0px 0px 0px 0px;
    width:100%;
    height:3px; 
    border-bottom:solid 3px #46522E; 
	}
	
		
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	background-color:#F0EAC5;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.3em;
	margin-top: 0px;
	padding-top: 0px;
}


p{
	margin:10px 0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.2em;
	color: #444444
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	
	}
	
blockquote {
	padding:0 0 0 12px;
	
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size:.85em;
	margin:0;
	padding:0 0 0 6px;
	}

	
legend {
	color:#333333;
	
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	color:#444444
}

h1 {
	margin-bottom:0;
}
	
p.menu-color {
	color:#F0EAC5;
	font-family: Arial, Verdana, Tahoma;
	font-style: italic;
	font-weight:bold;
	font-size: 11pt;
	text-align:left;
	margin: 7px 10px 7px 15px;
}




h1.red, h2.red, h3.red, h4.red {
	color: #500000;
	font-family: Arial;
}

h1, h2 {
	margin-top:0px;
}

h1 {
	font-size:1.7em;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.4em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#000000;
}	

a.alt_color {
	color:#E7DEA3;
}

a.menu-color {
	color:#c8baaa;
	font-family: Arial, Verdana, Tahoma;
}


a.linkexchange {
	color:blue;
	text-decoration:none;
	text-decoration:underline;
}

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #46522E;
	padding:2px;
	background:#E8E0A2 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	border:1px solid #46522E;
	padding:2px;
	background:#E8E0A2 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
	}

.photo-float-right {
	float:right;
	margin-left:10px;
	border:1px solid #46522E;
	padding:2px;
	background:#E8E0A2 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
	}
	
.photo-float 
{
    
	margin-left:1px;
	margin-right:1px;
	border:1px solid #46522E;
	padding:2px;
	background:#E8E0A2 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
	}
	

.image-border-none {
	border:none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../images/list-bullet-01-link.gif);
}

ul.list-of-links li.current {
	background-color:#E5E5E5;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:#608fc8 url(../../images/bg-nav.png) bottom left no-repeat;
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	padding:.8em 0 1em 20px;
	position:relative;
	color:#666666;
	font-size:.8em;
}

#footer div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	position:absolute;
	color:#666666;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}


#footer a:link,
#footer a:visited {
	color:#666666;
	text-decoration:none;
}

#footer a:hover {
	color:#666666;
	text-decoration:none;
}

#footer a:active {
	color:#666666;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:.8em;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BASIC TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#Basic-Text {
	margin:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	line-height:1.5em;
	color:#666666;
	margin-top: 0px;
    }


	
#Basic-Text h1 {
	font-size:1.7em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.1em;
	margin:5px 0px;
	text-align:left
    }

#Basic-Text h2 {
	font-size:1.5em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	text-align:left
    }	
	
