/* CSS Document */

body {
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ed5900;
	display: block;
	text-transform: uppercase;
	background: url(http://cdn0.capterra-static.com/newlayout/images/t_h1.png) no-repeat;
	height: 48px; 	
	padding: 14px 0 0 20px;
}

h2 {
	font-size: 14px;
	color: #3f3f3f;
	clear: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
	}

h3 {
	margin: 0;
	padding: 0;
	}	


a, a:visited {
	color: #28307a;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #3f7fa7;
	text-decoration: none;
	}
	
#smallblk {
	font-size: 11px;
	text-align: right;
	padding: 0 30px 10px 0;
	}

	#smallblk a, #smallblk a:visited {
		color: #303030;
		text-decoration: underline;
		}
				
	#smallblk a:hover, #smallblk a:active {
		text-decoration: none;
		color: #303030;
		}	

.default_copy,
#intro {
	width: 500px;
	}


#main ul {
    margin: 0;
	}

#main ul li {
/*    width: 400px; */
    padding-bottom: 5px;
    line-height: 150%;
	}

#main ol li {
    padding-bottom: 5px;
    line-height: 150%;
	}

/* yellow button */

a.button_yellow {
	display: block;
	float: left;
	text-decoration:none;
	color: #008;
	font-family: georgia;
	font-size: 14px;
	cursor: pointer;
	}

#button_yellow_left {
	float: left;
	height: 23px;
	background: url(http://cdn0.capterra-static.com/newlayout/images/b_blankyellow.png) top left no-repeat;
	padding: 4px 5px 0 18px;
	}

#button_yellow_right {
	float: left;
	width: 25px;
	height: 27px;
	background: url(http://cdn0.capterra-static.com/newlayout/images/b_blankyellow.png) top right no-repeat;
	}

