@charset "UTF-8";

/* CSS Document */
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

body{
	height:101%;
	color:#7f7f7f;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
	background-repeat:repeat;
	background-image:url(../images/index/slash_bg.png);
	text-align:center;
	list-style-type: none;
}
#navLinks a.current {
	color: #036;
	list-style-type: none;
	text-decoration: none;
	cursor: default;
}

a:link, a:visited {
	color: #338dc9;
	list-style-type: none;
	text-decoration: none;
}
a:hover, a:active {
	color: #F90;
	list-style-type: none;
	text-decoration: none;
}

#content {
	height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #7f7f7f;
	margin-top: 30px;
	margin-bottom: 10px;
	left: 100%;
	right: 100%;
	text-align: left;
}

/* rounded corners */
.round{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	CCborderRadius:5px;
	}
	
.roundTop {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}

.roundBottom {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.home_nav_round{
	-webkit-border-radius:10px;
	-moz-border-radius:5px;
	CCborderRadius:10px;
}
.nav_right_round {
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.navShadow {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
/* rounded end */


#indexTop {
	background-image: url(../images/index/GardenBG.png);
	height: 640px;
	width: 960px;
}
#pagesTop {
	background-image: url(../images/index/GardenBG.png);
	height: 150px;
	width: 960px;
}
#navBar {
	height: 118px;
	width: 938px;
	background-color: #FFF;
	position: absolute;
	bottom: 2px;
	right: 2px;
}
#navBarShadow {
	height: 113px;
	width: 933px;
	position: relative;
	left: 19px;
	top: 19px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#navBar #navLogo {
	padding-top: 4px;
	width: 300px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #338DC9;
	float: left;
	height: 116px;
}
#navBar #navLinks {
	font-size: .9em;
	line-height: 1.4em;
	float: left;
	width: 128px;
	padding-left: 30px;
	list-style-image: url(../images/index/x_bullet.gif);
	list-style-type: circle;
	height: 116px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #338DC9;
	padding-top: 4px;
}
#navBar #navInfo {
	line-height: 1.6em;
	float: left;
	height: 116px;
	width: 465px;
	font-size: .9em;
	padding-top: 4px;
}
#bottomNews {
	background-color: #669;
	height: 500px;
	width: 240px;
	left: 650px;
	float: left;
}
#navInfo #info1 {
	padding-left: 10px;
	float: left;
	width: 143px;
	height: 115px;
}
#navInfo #info2 {
	padding-left: 10px;
	float: left;
	width: 146px;
	height: 115px;
}
#navInfo #info3 {
	padding-left: 10px;
	float: left;
	width: 146px;
	height: 115px;
}
.date{
	vertical-align: top;
	position: relative;
	left: 25px;
	bottom: 22px;
}
.date3 {
	float: left;
	padding-left: 5px;
}
date-pick{
	float: left;
}
#slideShow {
	height: 450px;
	width: 800px;
	position: relative;
	left: 90px;
	top: 40px;
	background-image: url(../images/index/photo_bg.png);
	padding-top: 10px;
	padding-left: 10px;
	list-style-type: none;
	text-decoration: none;
	color: #7f7f7f;
	list-style-image: url(../images/index/empty.png);
}
#slideShow #indexSlide ul {
	list-style-image: none;
	list-style-type: none;
}
#indexBottom {
	width: 960px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	height: 565px;
}
#bottomShadow {
	background-image: url(../images/index/bottomShadow.png);
	background-repeat: repeat-x;
	height: 15px;
	width: 960px;
	padding-bottom: 20px;
}
#content #indexTop #slideShow ul  {
	list-style-type: none;
}

#indexLeft {
	float: left;
	height: 500px;
	width: 640px;
	padding-left: 10px;
}
#indexBlue {
	height:390px;
	width:60px;
	background-color:#FFF;
	float:left;
	margin-right: 20px;
	padding-top: 10px;
}
#indexLeft #quickQuote{
	height: 40px;
	width: 540px;
	padding-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #338DC9;
	border-bottom-color: #338DC9;
	float: left;
	text-align: center;
	margin-right: 20px;
}
#indexLeft #extraText {
	float: left;
	height: 150px;
	width: 540px;
	margin-top: 10px;
	font-size: 1em;
	line-height: 1.4em;
}
#indexLeft #quickQuote .wedText{
	font-size: 1.3em;
	padding-right: 15px;
	padding-left: 15px;
}
#indexRight {
	float: left;
	height: 490px;
	width: 240px;
	padding-top: 5px;
	line-height: 1.4em;
}
#newsTop {
	background-color:#338DC9;
	height:20px;
	width:240px;
	text-align:center;
	font-size:1.2em;
	color:#fff;
	padding-top: 10px;
	font-variant:small-caps;
	float:left;
}
#newsArrow {
		background-image: url(../images/index/blueArrow.png);
	float: left;
	height: 30px;
	width: 240px;
}
#newsTop h1 {
	font-size: 1.3em;
	font-style: normal;
	font-variant: small-caps;
	color: #FFF;
}
#newsBottom h2 {
	font-size: 1.2em;
	font-style: italic;
	font-variant: small-caps;
}
#newsBottom {
	float: left;
	height: 425px;
	width: 206px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #339DC9;
	border-bottom-color: #339DC9;
	border-left-color: #339DC9;
	font-size: .9em;
}
#footer {
	color: #666;
	height: 20px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	font-size: 0.8em;
}
#footer a.herrera {
	color: #7f7f7f;
	list-style-type: none;
	text-decoration: none;
}
#footer a:hover.herrera {
	color: #f90;
	list-style-type: none;
	text-decoration: none;
}
#tip {
	text-align: left;
	padding-top: 90px;
	padding-right: 20px;
	padding-left: 20px;
}

#tip h2 {
	padding-bottom: 7px;
}
