/* Ivy Marketing Communications - style sheet */

/* GENERAL TEXT FORMATTING */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: underline;
	color: #38642A;
}
a:visited {
	color: #498236;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #043605;
	font-family: Tahoma, Futura, Arial;
	letter-spacing: .2em;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #436C33;
	font-family: Tahoma, Futura, Arial;
	letter-spacing: .15em;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	vertical-align: top;
	display: block;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #330000;
	font-style:italic;
}

p, li, td {
	color: #325226;
	line-height: 18px;
}

/* STRUCTURE AND LAYOUT */

#wrapper {
	display: block;
	width: 978px;
	position: relative;
	background-position: center;
	height: 100%;
	background-color: #DDECD0;
	top: 4px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 14px solid #436C33;
}


#header {
	padding: 0px;
	width: 978px;
	position: relative;
	text-align: center;
}

#content_wrapper {
	width:978px;
	padding:0px;
	position: relative;
	text-align: center;
	background-color: #DDECD0;
	background-position: center;
	display: block;
	overflow: hidden;
}

#content_left {
	width: 131px;
	position: relative;
	margin: 0px 0px -2500px;
	padding: 0px 0px 2500px;
	background-color: #5F924A;
	background-image: url(images/nav_tile.jpg);
	float:left;
	background-repeat: repeat-y;
	height: 100%;
}

#content_center {
	width: 810px;
	top: 0px;
	left: 20px;
	position: relative;
	float: left;
	clear: none;
	text-align: left;
	background-attachment: scroll;
	background-position: right bottom;
	background-image: url(images/ivy_watermark.jpg);
	background-repeat: no-repeat;
	background-color: #DDECD0;
}

#content_right {
	width: 131px;
	position: relative;
	background-color: #DDECD0;
	float:right;
	height: 100%;
	background-attachment: fixed;
	background-position: right bottom;
	background-image: url(images/ivy_watermark.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


#content_text {
	margin: 0px;
	top: 10px;
	left: 20px;
	width: 610px;
	display: block;
	position: relative;
	height: 100%;
}


#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	text-align: left;
}



/* SECTION-SPECIFIC STYLES */


/* Sidebar Navigation */


#sidebar-header {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 1px;
	padding-bottom: 6px;
	color: #993333;
}


/* Footer  */

#footer a:link {
	color: #963435;
	text-decoration: none;
	display: inline;
	margin-right: 14px;
	margin-left: 14px;
	font-weight: bold;
}
#footer a:visited {
	color: #875D38;
	text-decoration: none;
	display: inline;
	margin-right: 14px;
	margin-left: 14px;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}


.footertagline {
	font-size: 13px;
	font-weight: bold;
}

.footertagline2 {
	font-size: 12px;
	font-weight: bold;
	color: #325226;
}

/* Gallery Navigation */

#portfolio-nav {
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 2px;
}

#portfolionav_wrapper {
	display: block;
	border: 2px solid #DAE5E5;
	width: 150px;
	left: 0px;
	position: relative;
	padding: 0px;
}

.portfolio_subheader {
	font-weight: bold;
	color: #38642A;
	padding: 2px;
	font-size: 12px;
}

.portfolio_clicktext {
	padding: 2px;
	font-size: 10px;
}

/* Contact Form */

.table-labels {
	font-weight: bold;
}

