@import "/css/contribute.css";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}



body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #647E87;
	line-height: 1.6em;
}

blockquote {
	line-height: 1.4em;
}

#homeblurbs td {
	vertical-align: top;
	padding: 0px 8px 0px 8px;
	width: 50%;
}


#header {
	background-image: url(/images/header_bg.jpg);
}


#menu {
	background-image: url(/images/menu_bg.gif);
	background-color: #fff;
	width: 235px;
	height: 594px;
	padding-top: 55px;
	padding-left: 3px;
	background-repeat: no-repeat;
	
	
}


#main {
	width: 550px;
	padding-left: 30px;
}


a:link {
	color: #647e87;
	text-decoration: none;
	border-bottom: 1px dotted #CC3333;
}

a:visited {
	color: #647e87;
	text-decoration: none;
	border-bottom: 1px dotted #CC3333;
}

a:hover {
	color: #CC3333;
	border-bottom: none;
	text-decoration: none;
}

a:active {
	color: #CC3333;
	text-decoration: none;
}

#menu a, a.plain {
	border: none;
}





ul {
	padding-left: 22px;
	padding-right: 15px;
	/* margin-left: 15px; */
}

li {
	margin-bottom: 5px;
	list-style-image:  url("/images/li_bullet.gif");
	list-style-type: circle;
}
div.separator {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 6px;
	margin-right: 6px;
}
div#footer  {
	font-size: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	clear:both;
	
}

#footer td {
	font-size: 10px;
	vertical-align: top;
}


#portfoliosectionmenu {
	font-size: 10pt;
}


.notice {
	color: #C73332;
	background-color: #FEF7E8;
	border: 3px double #999999;
	text-align: center;
	width: 470px;
	margin: auto;
	padding: 5px;
}

table.tabular td {
	border-bottom: 1px solid #ddd;
	padding: 4px 20px 4px 0px;
	margin: 0;
	vertical-align: top;
}

table.tabular th {
	border-bottom: 3px solid #ccc;
	padding: 4px 20px 4px 0px;
	margin: 0;
	vertical-align: bottom;
	text-align: left;
}

.testimonial {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.portfolioimage {
	-webkit-box-shadow: 5px 7px 15px rgba(0,0,0,0.4);
	-moz-box-shadow: 5px 7px 15px rgba(0,0,0,0.4);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: 5px 7px 15px #999;
	padding: 12px;
	background-color: white;
	border: 0px none !important;
}

.jaunty {
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	margin: 10px 0 20px 0;
}

.callout {
	border: 3px double #999;
	padding: 20px;
	background-color: #f5f5f5;
}

.nowrap {
	white-space:nowrap;
}
