/* CSS Document */


body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 12px;
}

#hometab,
#abouttab,
#whytab,
#ideatab,
#findtab,
#uploadtab,
#contacttab {
	border-bottom: solid #969688 1px;
}

body#home #hometab,
body#about #abouttab,
body#why #whytab,
body#find #findtab,
body#idea #ideatab,
body#upload #uploadtab,
body#contact #contacttab {
	border-left: solid #969688 1px;
	border-right: solid #969688 1px;
	border-bottom: solid #ffffff 1px;
	z-index: 10;
	background-color: #FFFFFF;
}

.devider {
	padding: 0px 15px 0px 15px;
}

.devider2 {
	padding: 0px 10px 0px 10px;
}

#main {
	background-color: #FFFFFF;
	width: 975px;
	margin: 0px auto 0px auto;
	z-index: 1;
	border-left: solid #969688 1px;
	border-right: solid #969688 1px;
	border-bottom: solid #969688 1px;
}	
			
#banner {
	z-index: 1;
	height: 288px;
}

#subbanner {
	z-index: 1;
	height: 155px;
}

#main_nav {
	font-size: 11px;
	text-align: center;
	color: #fff;
	border-top: solid #969688 1px;
	z-index: 2;
}

body#home #homenav,
body#about #aboutnav,
body#why #whynav,
body#find #findnav,
body#idea #ideanav,
body#upload #uploadnav,
body#contact #contactnav {
	color: #58595b;
	background-color: #fff;
	text-align: center;
}

#subnav {
	color: #98012e;
	font-size: 14px;
	padding-left: 20px;
}

#content_area {
	margin: 0px 21px;
	width: 933px;
	border-bottom: solid #969688 1px;
	border-left: solid #969688 1px;
	border-right: solid #969688 1px;
	color: #383637;
	position: relative;
}

#left_col	{
	width: 271px;
	padding: 20px 0 10px 20px;
	float: left;
	}
	
	.left_module {
		background: url(images/leftcol_corner.gif) no-repeat bottom right;
		padding: 9px 9px 12px 9px;
		margin: 0;
		font-size: 12px;
		}
	
#right_col	{
	width: 602px;
	padding: 20px 20px 10px 20px;
	float: left;
	}
	
#footer {
	text-align: center;
	color: #666666;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
}

#footer a {
	color: #666666;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
}


/**********************************
/   Typography
**********************************/

span.tagline	{
	color: #a94049;
	}

p	{
	line-height: 170%;
	padding: 0;
	margin: 0 0 6px 0;
	}
	
li	{
	line-height: 170%;
	}
	
	.left_module ul {
					margin: 0 0 0 16px;
					padding: 0;
					}
	

h2	{
	color: #383637;
	font-size: 14px;
	margin: 10px 0 6px 0;
	padding-bottom: 2px;
	border-bottom: 1px dashed #5f6061;
	}

h1 {
	color: #383637;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	padding: 0;
	}
	
h3 {
	color: #98122E;
	font-size: 21px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0;
	}
	
h4 {
	color: #333;
	font-size: 28px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 25px 25px 25px;
	padding: 0;
	}
	
#left_col h3 {
	color: #fff;
	background: url(images/h3_bg2.jpg) no-repeat top left;
	height: 23px;
	font-size: 14px;
	padding: 0 0 0 9px;
	line-height: 23px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	}
	
.phonenum {
	font-family: Arial, Helvetica, sans-serif;
	}


/**********************************
/   Linkage
**********************************/

a {
	color: #98012e;
	text-decoration: underline;
}
	
	a.email_lnk	{
		color: #98012e;
		background: url(images/email_icon.gif) no-repeat 0 4px;
		padding-left: 18px; 
		}

a:hover {
	color: #666666;
}

#main_nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 3px 10px;
}

#main_nav a:hover {
	background-color: #fff;
	color: #98012e;
}

body#home #main_nav #homenav a,
body#about #main_nav #aboutnav a,
body#why #main_nav #whynav a,
body#find #main_nav #findnav a,
body#idea #main_nav #ideanav a,
body#upload #main_nav #uploadnav a,
body#contact #main_nav #contactnav a {
	color: #98012e;
	background-color: #fff;
}

#subnav a {
	color: #98012e;
	text-decoration: underline;
}

#subnav a:hover {
	color: #666666;
}

/**********************************
/   Forms
**********************************/

#right_col input {
	border: 1px solid #969688;
	width: 160px;
}

#right_col textarea {
	border: 1px solid #969688;
	width: 320px;
	height: 320px;
}

#right_col submit {
	border: 1px solid #969688;
	background: #666;
	color: #fff;
}
