/* Selecting a Program - Style Sheet Document */

/*--------------------------------------------------------------------------------------------------------------
Version: 	1.0 (Standard browsers - IE6+)
Author:		Mlaforest (Connetik Interactive)
Email: 		info@connetik.com
Website:	http://www.connetik.com
Legend:		:TODO: Remember to remove this rule before the site goes live
			:KLUDGE: I managed to fix this problem in IE by setting a small negative margin
			:BUG: Rule breaks in IE6
--------------------------------------------------------------------------------------------------------------*/


/* Basic
---------------------------------------------------------------*/

.programButtons {
	float: left;
	width: 201px;
	margin-right: 7px;
	margin-bottom: 7px;
}
.programButtons div {
	/* Font */
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/* Layout */
	padding: 5px 20px 10px 20px;
	text-align: right;
}
.programButtons h4 {
	/* Layout */
	font-size: 1.3em;
	color: #ffffff;
	padding: 10px 20px 0px 20px;
	margin: 0;
}