﻿/* global */

    body{
	background: #726F58 url('') repeat;
	font: 13px Arial, Helvetica, Sans-Serif;
	color: #333333;
	line-height: 160%;
	margin: 0;
	padding: 0 0 1em 0;
	text-align: center;
}

    /* headings */
        h1{
			font-size:200%;
			font-weight:normal;
            }		
		h2, h3, h4, h5, h6{
			font-weight: normal;
			font-family: "Century Gothic", "Myriad Web Pro";
			margin: .5em 0;
			color: #8A003C;
			line-height: 90%;
		}
		h2 a, h3 a, h4 a, h5 a, h6 a{
			color:#1e2424;
			}				
        h2{            
			font-size:25px;
			font-weight:bold;
			}
        #main h2{            
			font-size:35px;
			padding-bottom:.75em;			
			background:url(../images/bg_line.gif) no-repeat 0 100%;
            margin-bottom:.5em;
			letter-spacing:-0.03em;
			}						
        h3{          
			font-size:22px;
			font-weight:bold;			
            }
        #rowtop h3, #rowbottom h3 {
        	font-size:18px;
			}
        #rowbottom h3 {
	color: #FFFFFF;
}
        h4{          
			font-size:18px;
            }			
    /* // headings */

    /* image replacement */
        .graphic, #rss , #header h1, #header h2{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

    /* // image replacement */

    /* clearfix */

		#content:after, .fixed:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		#content, .fixed{
			display:block;
			}
		/*  \*/
		#content, .fixed{
			min-height:1%;
			}
		* html #content, * html .fixed{
			height:1%;
			}

    /* // clearfix */
	
	/* HTML Tags */
        a{
	text-decoration: none;
	color: #B7761E;
}

a.mygreen {color: #fff;text-decoration: none; font-weight: bold;}

        a:hover{
			color:#CC9900;
            }			
		table, input, textarea, select, li{
			font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#242424;
			}				
		p, blockquote, ul, ol, form{
			margin:1em 0;
			}
		blockquote{
			background:#e9f4f5;
			padding:1em 15px;
			}
		img{
			border:none;
			}			
		hr{
			display:none;
			}	
		table{
			margin:1em 0;
			width:100%;
			border-collapse:collapse;
			}
		th, td{	
			padding:3px 5px;
			border:1px solid #fff;
			}	
		th{	
			text-align:left;
			background:#dfeced;
			}
		td{	
			background:#e9f4f5;
			}					
		li{
			display:list-item;
			}	
	
	/* // HTML Tags */	
	
/* // global */

/* page setup */

	#container{
	margin: 0 auto;
	width: 950px;
	text-align: left;
	position: relative;
	background: url('../images/bg-content-home.jpg') repeat-y left top;
	}
	#header{
	background-position: 0px 37px;
	height: 375px;
	margin: 0;
	position: relative;
	background: url('../images/bg-header-home.jpg') no-repeat 0 0;
}
	#nav-container {
		width:950px;
		margin: 0 auto;
		position:relative;
		padding:0;
		}
	#flash {
	float: right;
	width: 950px;
	height: 339px;
	margin: 36px 0 0 0;
	padding: 0;
}
	#content{
	background-position: center top;
	padding: 0;
	margin: 0;
	background: url('../images/bg-grapes-home.gif') no-repeat center top;
	background-color: transparent;
}
	#main{
		float:left;
		display:inline;
		width:517px;
		margin-left:50px;
		position:relative;
		}										
	#side{
		float:left;
		display:inline;		
		width:185px;
		margin-left:72px;
		position:relative;
		}
	#rowtop {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
	#rowbottom {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
#footer{
	width: 850px;
	clear: both;
	background: transparent url('../images/bg-footer-home.jpg') no-repeat left top;
	padding: 5em 50px 2em 50px;
	margin: 0;
	color: #fff;
	font-size: .74em;
}

/* //page setup */


/* navigation elements */

	/* main nav */
		ul#nav,  
		ul#nav li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul#nav{
			height:25px;
			background:#8A003C url('../images/main-nav-2-off.png') repeat-x 0 0;
			}			
		ul#nav li, ul#nav li a{
			float:left;
			display:inline;
			height:25px;		
			line-height:25px;
			background:url("../images/bg-main-nav-2-separator.png") no-repeat right top;		
			}			
		ul#nav li a{			
			font-size:14px;
			font-family:"Myriad Web Pro", "Century Gothic";
			color:#fff;
			padding:0 14px;
			text-transform:lowercase;
			}							
		ul#nav li.selected a, ul#nav li a:hover{
			color:#fff;
			background:#8A003C url('../images/main-nav-2-on.png') no-repeat right top;
			}													
	/* //main nav */
	
	/* sub nav */
		
		#side ul,  
		#side ul li{
			margin:0;
			padding:0;
			list-style:none;
			}	
		#side ul{
			margin:.5em 0;
			}
		#side ul li{
			border-bottom:1px solid #e5e5e5;
			padding:.25em 0 .25em 15px;
			font-size:12px;
			background:url(../images/bg_bullet.gif) no-repeat 0 8px;
			}
		#side ul li a{			
			display:block;
			text-decoration:none;
			font-weight:normal;
			color:#1e2424;
			}	
		#side ul li a:hover{			
			text-decoration:underline;
			color:#1e2424;
			}																
	
	/* //sub nav */		
	
/* //navigation elements */

/* header */

	#header h1{
		position:absolute;
		float:left;
		left:60px;
		top:50px;
		height:131px;
		width:241px;
		background:url('') no-repeat 0 0;
		}
	#header h1 a{
		display:block;
		height:131px;
		}
	#header h2{
		position:absolute;
		float:left;
		left:40px;
		top:240px;
		height:90px;
		width:253px;
		background:url('../images/text-since-1881.gif') no-repeat 0 0;
		}		
		
/* // header */

/* content */

	#main a{
		text-decoration:underline;
		font-weight:bold;
		}	
	#main h2 a, #main h3 a, #main h4 a{
		text-decoration:none;
		}			
	.img{
		border:5px solid #fcfcfc;
		}	
	.right{
		float:right;
		margin-left:10px;
		}
	.left{
		float:left;
		margin-right:10px;
		}		
	.note{	
		background:#dfeced;
		border:5px solid #c9dfe1;
		padding:1em 15px;	
		font-weight:bold;
		}
	.readmore {
		text-align:right;
		padding:0;
		}
	.lightred {
	color: #8A003C
}
	.imgFloatRightBorder {
		float:right;
		margin:0 0 0 20px;
		padding:2px;
		border:3px #D5CEA6 solid;
		background:#fff;
		}
	.imgFloatLeftBorder {
		float:left;
		margin:0 20px 0 0;
		padding:2px;
		border:3px #D5CEA6 solid;
		background:#fff;
		}
	.headingtextsmall {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	font-family: "Century Gothic";
}
.headingtextlarge {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.3em;
	font-family: "Century Gothic";
}
	/* rowtop rowbottom */
	#rowtop p{
		margin:0;
		padding:0;
	}
	#rowbottom {
	background-position: left bottom;
	color: #000;
	width: 950px;
}
.rowtop_col1{
	background-position: right bottom;
	float: left;
	display: inline;
	margin: 0;
	width: 572px;
	padding: 30px;
	background-color: transparent;
	background-image: url('../images/bg-hor-dashed-divider.gif');
	background-repeat: no-repeat;
}
.rowtop_col2{
	float: left;
	display: inline;
	margin: 0;
	width: 256px;
	padding: 30px;
	background: 0 0;
	background-color: transparent;
}
.rowbottom_col1{
	float: left;
	display: inline;
	margin: 0;
	width: 255px;
	padding: 30px;
}
.rowbottom_col2{
	float: left;
	display: inline;
	margin: 0;
	width: 255px;
	padding: 30px;
}
.rowbottom_col3{
	float: left;
	display: inline;
	margin: 0;
	width: 256px;
	padding: 30px;
}
	
	/* blog */
	
		.post{
			position:relative;
			}
		
		ul.blog,  
		ul.blog li{
			margin:0;
			padding:0;
			list-style:none;
			}
		ul.blog{
			}	
		ul.blog li{
			clear:both;
			margin-bottom:2em;
			position:relative;
			}
		.date{
			position:absolute;
			left:-75px;
			top:0;
			width:54px;
			height:54px;
			background:url(../images/bg_date.gif) no-repeat 0 0;
			margin:0;
			text-align:center;
			overflow:hidden;
			color:#C55409;
			}	
		.date span{
			display:block;
			font-size:20px;
			margin:10px 3px 3px 3px;
			line-height:20px;
			}			
		.date em{
			display:block;
			font-size:13px;
			font-style:normal;
			line-height:13px;
			}																		
	
	/* // blog */		
						
	/* form */
																				
		form{
			margin:1em 0;
			border:none;
			background:transparent;
			border:0px solid #c9dfe1;
			padding:0em 0px;	
			}		
		label{
			float:left;
			clear:both;
			width:105px;
			margin-right:20px;
			margin-top:5px;
			text-align:right;
			}	
		input, textarea{
			width:350px;
			border:1px solid #ccc;
			padding:5px;
			vertical-align:middle;
			margin:0;
			}		
		textarea{
			height:180px;
			overflow:auto;
			}						
		form p{
			clear:both;		
			margin:0;
			padding:.25em 0;
			}					
		button{
			border:none;
			width:123px;
			height:43px;
			line-height:43px;
			text-align:center;			
			padding:0;
			margin:0;
			background:url(../images/bg_button.gif) no-repeat 0 0;	
			color:#fff;
			font-weight:bold;
			font-size:14px;
			cursor:pointer;	
			vertical-align:middle;		
			}												
		.submit{
			height:52px;
			margin-left:125px;					
			}
			
		form#search{
			padding: 0px;
			margin:1em 0 0 0;
			}
		#search label{display:none;}				
		#search input{width:122px;}	
		#search button{
			width:22px;
			height:22px;
			border:1px #999 solid;
			line-height:normal;
			text-align:center;			
			padding:0;
			margin:0;
			color:#fff;
			font-weight:bold;
			font-size:12px;
			cursor:pointer;	
			margin-left: 2px;
			background:#CCCCCC;
			}
			
	/* // form */	
	
	/* comments */	
			
		ol.comments,  
		ol.comments li{
			margin:0;
			padding:0;
			list-style:none;
			}		
		ol.comments{
			}			
		ol.comments li{	
			border-top:1px solid #e1e1e1;
			margin:.5em 0;			
			}	
		ol.comments li .data{			
			float:left;
			display:inline;
			width:130px;
			}
		ol.comments li .data em{
			font-style:normal;
			color:#999;
			display:block;
			}										
		ol.comments li .text{	
			float:left;
			display:inline;
			width:400px;
			margin-left:15px;
			}			
	/* // comments */	
	
/* // content */

/* footer */

	
	#footer p{
		margin:0;
		color:#000;
		}
	#footer a{
		color:#000;
		text-decoration:underline;
		}
	#footer a:hover{
		color:#000;
		text-decoration:underline;
		}		
	#footer ul{
		float:right;
		padding:0;
		margin:0;
		}
	#footer li{
		display:inline;
		margin:0 0 0 10px;
		padding:0;
		list-style:none;
		}
	.designby {
		float:right;
		padding:0;
		margin:0;
		}
				
/* // footer */

/* // iconlist */
.iconlist {
	margin:0;
	padding:0;
	list-style:none;
	}
li.bullet {
	padding: 0 0 0 20px;
	margin:.4em 3px;
	background:transparent url('../bullets/arrow-black.gif') no-repeat 0 50%;
}
/* // iconlist */
