﻿/* RESET CSS FOR ALL BROWSERS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* END RESET */
html, body {
    margin:0;
    padding:0;
    height:100%; /* 100 % height */
    min-width: 550px;
    margin:0 auto; 
}
body
{
   	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ffffff;
	text-align:center;
	height:100%;	
}
h1 {
	margin: 0;
	padding: 0;
}
h2
{
    font-size:15pt;
    color:#548E75;
}
hr
{
    border: 0;
    color:#780001;
    background-color:#780001;
    width:90%;
    height:2px;
    text-align:center;
}
ul li
{
    list-style: none;
    background: url(styles/green/images/bullet_flower.gif) no-repeat center left;
    font-size:14px;
    padding:5px 0px 5px 25px;
    margin-left:25px;
}
ol
{
    list-style-type:decimal;
    font-size:14px;
    padding:5px 0px 5px 25px;
    margin-left:25px;
}
.horizontal-line
{
    width:100%;
    border-top:solid 1px #548E75;
    height:1px;
}
fieldset
{
    border:solid 1px #780001;
    padding:0px 10px 0px 10px;
    margin:0px 10px 0px 10px;
}
legend
{
    color:#548E75;
    font-size:14px;
    font-weight:bold;
     padding:0px 10px 0px 10px;
    margin:0px 10px 0px 10px;
}
b,strong {font-weight:bold;}
i,em {font-style:italic;}
u{border-bottom:solid 1px;}

#spacer{
    display: block;
    height: 95%;
    width: 1px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff; /* same as body bg */
    float: right;
}
.hidden {
	display: none;
}
#page-container
{
   
    position:absolute;
    top:0px;
    margin:0 auto;
	padding:0px 8px;
	text-align:left;
    width: 760px;    
    left: 50%;
    margin-left: -380px; /* half the width of the div */
    /*height:100%;*/
    color: Gray;
    background-repeat: repeat-y;
    background:#fff url(images/bg.jpg) center repeat-y;
}

#main-nav {
	height: 50px;
}
#header {
	height: 150px;
	background: url(images/header.jpg);
	background-repeat: no-repeat;
	z-index:10;
}
#header_login
{
    position: absolute;
    top:0px;
    right:8px;
    width:100px;
    height:20px;
    background-image: url(images/header_login.gif);
    background-repeat: no-repeat;
    z-index: 11;
    text-align:center;
}
#header_login a:link, #header_login a:visited
{
    color:#fff;
    text-decoration:none;
}
#header_login a:hover
{
    color:#fff;
    border-bottom:solid 1px #fff;
}
#login-div
{
   position:relative;
    top:25px;
    left:100px;
    padding-bottom:25px;
}
.login-table {text-align:left;}

/* Sidebar */
#sidebar-a 
{
    margin-top:10px;
    margin-left:5px;
	float: left;
	width: 200px;
	padding:0px 0px 5px 0px;
	border:solid 1px #9DBDAD;
}
#sidebar-a .padding {
	padding: 25px;
	 clear:both;
}
#sidebar-a-message
{
    position: relative;
    float:left;
    padding-bottom:10px;
}
.sidebar-a-contactus
{   
   position:absolute;
   top:500px;
}
#sidebar-a-message-title, #sidebar-a-contactus-title
{
    position: relative;
    height:42px;
    width:200px;   
    background-image: url(images/title_green_flower.gif);
    background-repeat: no-repeat;
    float: left;
}
.sidebar-a-title
{
    position: relative;
    top:8px;
    left:50px;
    font-family: georgia,"times new roman",serif;    
    font-size: 16px;
    font-weight:bold; 
    font-style: italic;
    color: #fff;
    float: left;
}
.sidebar-a-text
{
    position:relative;
    padding:0px 3px 0px 3px;
    margin:3px;
    text-align:justify;
    color:#780001;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:11px;
    line-height:13px;
    float:left;
}
#sidebar-a-message-text
{
    position:relative;
    float:left;
    padding-bottom:10px;
}
#sidebar-a-message-image
{
   position:relative;
   float:none;
   text-align:center;
}
.sidebar-a-link
{
   position:relative;
   padding:3px 3px 3px 3px;
   float:left;
}

/*Content */

#content 
{
   position:relative;
    margin-left: 215px;
     margin-top:10px;
}
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#content p {
	margin: 0;
	padding: 0;
	padding:0px 0px 0px 15px;
}
#content .padding {
	padding: 25px;
}
#content-large
{
   position:relative;
    margin-left: 5px;
     margin-top:10px;
     padding-bottom:10px;
     margin-bottom:10px;
}
#content-large h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}
#content-large p {
	margin: 0;
	padding: 0;
	padding:0px 0px 0px 15px;
}
#content-large .padding {
	padding: 25px;
}

#footer
{
    clear: both;
    background-image: url(images/footer.jpg);
    background-repeat: no-repeat;
    height:40px;
    color: #c9c9c9;
    /*position: absolute;
	bottom: 0px;
	display: block;*/
	z-index: 999;
	padding: 0px;
	margin: 0px;
}

#footer #altnav {
	clear: both;
	width: 350px;
	float: right;
	text-align: right;
	padding-top: 13px;
	padding-right:15px;
}

#footer #copyright {
	padding-top: 13px;
	padding-left:5px;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
}
/***** TOP  AND BODY CONTENT ****/
.content-boxes
{
    display:block;
    width:99%;
    font-size:14px;
    padding:4px 0px 4px 5px;
    
}
.content-boxes h1
{
    font-size:x-large;
    padding-top:7px;
    padding-bottom:7px;
    color:#548E75;
}
.content-boxes h2
{
    font-size:large;
    padding-top:7px;
    padding-bottom:5px;
    color:#548E75;
}
.content-boxes h3
{
    font-size:medium;
    padding-top:5px;
    padding-bottom:5px;
    color:#548E75;
}
.content-boxes h4
{
    font-size:small;
    padding-top:5px;
    padding-bottom:5px;
    color:#548E75;
}
.content-boxes h5
{
    font-size:x-small;
    padding-top:5px;
    padding-bottom:5px;
    color:#548E75;
}
.content-boxes h6
{
    font-size:xx-small;
    padding-top:5px;
    padding-bottom:5px;
    color:#548E75;
}
.content-boxes b strong
{
    font-weight:bold;
}
.content-boxes em i
{
    font-style:italic;
}
.content-boxes u
{
    border-bottom:solid 1px;
}


/***** CONTENT BOX****/
#content-box
{
    position: relative;
    top:0px;
    width:538px;
	border:solid 1px #9DBDAD;
	
	}
#content-box #content-box-title
{
    position: relative;
    font-size: 12px;
    height:42px;  
    font-style: italic;
    color: #fff;
    background-image: url(images/title_long_green_cup.gif);
    background-repeat: no-repeat;
    float:none;    
}
#content-box #content-box-text
{
    position:relative;
    margin:3px;   
    text-align:justify;
    color:#780001;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:11px;
    line-height:13px;
    float:none;
}
#content-box-large
{
    position: relative;
    top:0px;
    width:99%;
	border:solid 1px #9DBDAD;
	
	}
#content-box-large #content-box-large-title
{
position: relative;
    height:42px;  
    background-image: url(images/title_longest_green_cup.gif);
    background-repeat: no-repeat;
    float:none;    
    font-weight:bold; 
    font-style: italic;
    font-family: georgia,"times new roman",serif;
    text-align:center;
    font-size:x-large;
    font-weight:bold;
    color:#fff;
}
#content-box-large #content-box-large-text
{
    position:relative;
    margin:3px;   
    text-align:justify;
    color:#780001;
    font-family:Verdana, Arial, Sans-Serif;
    font-size:11px;
    line-height:13px;
    float:none;
}

/**** MENU STYLES****/
#main-nav
{
    height:39px;
    background-image: url(images/menu.jpg);
    background-repeat: no-repeat;
    background-color:#960001;
    padding-left:10px;
}
.menu-main{
    height:39px;    
}
.menu-static
{
    height:39px;
    color:#ffffff;
}
.menu-static-item
{
    height:39px;
    color:#ffffff;
    padding-left:5px;
    padding-right:5px;
}
.menu-static-hover
{
    height:39px;
    color:#780001;
    background-color:#ffffff;
}
/** dynamic**/
.menu-dynamic-hover
{
    height:39px;
    color:#780001;
    background-color:#ffffff;
}
.menu-dynamic-item
{
    height:39px;
    color:#ffffff;
    padding-right:10px;
}

/*** SITE MAP ****/
#site-map
{   
    font-weight:bold; 
    font-style: italic;
    font-family: georgia,"times new roman",serif;
    text-align:center;
    font-size:x-large;
    font-weight:bold;
    color:#fff;   
}

/**** ADMIN MENU STYLES****/
#admin-nav
{
    position:relative;
    top:0px;
    left:5px;
    width:90%;
    height:25px;
    background-color:#fff;
    padding-left:10px;
    float:none;
}
.menu-admin{
    height:25px;    
}
.admin-menu-static
{
    height:25px;
    color:#960001;
}
.admin-menu-static-item
{
    height:25px;
    color:#960001;
    padding-left:5px;
    padding-right:5px;
}
.admin-menu-static-hover
{
    height:25px;
    color:#fff;
    background-color:#960001;
}
/** dynamic**/
.admin-menu-dynamic-hover
{
    height:25px;
    color:#fff;
    background-color:#960001;
}
.admin-menu-dynamic-item
{
    height:25px;
    color:#780001;
    padding-right:10px;
}
/****Pictures****/
#flash-pic-viewer
{
    position:relative;
    width:90%;
     margin:0 auto;
     text-align:center;
}
#testimonial-pic-viewer
{
    position:relative;
    width:100%;
     margin:0 auto;
     text-align:center;
}


/****************************/

