	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Select Page Colors

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
table#control {
     
    background: url(../../images/tile_dk_green.jpg) repeat-x; 
}

.primary-color{
    background-color: #46522E;   
}


.secondary-color 
{
    background-color: #E8E0A2;
}

.bk-color
{
    background-color:#F0EAC5;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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: #666666
	}

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;
	
	}





/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN - SMALL COLUMN LEFT OR RIGHT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	width:740px;
	height: inherit;
	border: 1px solid #818181;
	background:url(../../images/bg-two-column.png) repeat-y; 
	position:relative;
	}
	
#small-column-left {
	float: left;
	width: 12%;
	padding:0px 1% 0px 1%;
	}
	
#big-column-right {
	float: right;
	width: 82%;
	padding:0px 1% 0px 1%;
	}

#small-column-right {
	float: right;
	width: 12%;
	padding:0px 1% 0px 1%;
	}
	
#big-column-left {
	float: left;
	width: 82%;
	padding:0px 1% 0px 1%;
	}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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;
	}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
	color:#666666
}

h1 {
	margin-bottom:0;
}

p.green-menu {
	color:#E7DEA3;
	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: #BF1D1A;
	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;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	
	margin-left:auto;
	margin-right:auto;
	width:175px;
	padding: 0em 1em 1em 1em;
	position:relative;
	font-weight:bold;
	font-size:small;
	background-image: url(images/tile_light_green.jpg); 
    background-repeat: repeat;
    color: #E7DEA3;
}

#nav-main div {
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#nav-main ul {
	margin:0;
	padding:0 0 0 0;
	}
	
#nav-main a:link,
#nav-main a:visited 
{
	color:#FFFFFF;
	text-decoration:none;
}

#nav-main a:hover 
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}

#nav-main a:link,
#nav-main a:StaticSelectedStyle 
{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	background:#608fc8;
	position:relative;
	}
	
.poster-photo-image {
	border-right:3px solid #FFF;
	display:block;
	}

#feature-area-home {
	position:absolute;
	top:0;
	right:0;
	width:21%;
	text-align:center;
	padding:2%;
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:bold;
	line-height:160%;
	}

#feature-area-home a:link,
#feature-area-home a:visited {
	color:#dcf2f7;
	text-decoration:underline;
	}
	
#feature-area-home a:hover {
	text-decoration:none;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #000000;
	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 #000000;
	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 #000000;
	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 #000000;
	padding:2px;
	background:#000000 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:#a9c0db;
	font-size:.8em;
}

#footer div {
	background:#4b6cb5 url(../../images/bg-nav-side.png) bottom right no-repeat;
	width:25%;
	_width:25.5%;
	position:absolute;
	top:0;
	right:0;
	padding:.8em 0 1em 0;
}

#footer a:link,
#footer a:visited {
	color:#000000;
	text-decoration:none;
}

#footer a:hover {
	color:#000000;
	text-decoration:none;
}

#footer a:active {
	color:#000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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
    }	
	

