/*

Casb Forms

*/

div.formField{
margin-top:10px;
margin-bottom:10px;
}

div#baseForm .cat_textbox,
div#paymentInformation .cat_textbox{
width:143px !important;
}

div#baseForm select,
div#paymentInformation select{
width:125px !important;
}

div#baseForm td,
div#baseForm th
div#paymentInformation td
div#paymentInformation th
{
padding-right:10px;
}

.fieldNotValid{
background-color:red;
}

input[type="checkbox"], input[type="radio"]
{
margin-right:5px;
}

/*-------------------*/
/* Main Content Table Fix */

#main-content table td{
padding:10px;
}


/*-------------------*/


/*---------------------------------------------*/

/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Verdana, Geneva, Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	color:#2C5B25;
}
#body-inside #column-3 h1, #body-inside #column-3 h2, #body-inside #column-3 h3, #body-inside #column-3 h4, #body-inside #column-3 h5, #body-inside #column-3 h6{
	line-height:1.2;
	margin-top:20px;
}
#main-content h1{
	border-bottom:1px solid #DBE3DA;
}
h1 {
	font-size: 24px;
	font-weight:normal;
}

h2 {
	font-size: 18px;
	font-weight:normal;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}
ul ul{
	margin-bottom:0;
}
/* General Elements
----------------------------------------------------------------------------------------------------*/
strong {
	font-weight:bold;
	}		
a:link, a:visited { 
	text-decoration:underline; 
	color:#22581C; 
	}	
a:hover, a:active { 
	text-decoration:none;
	background-color:#F5D242;
	}	
img, input, select, label {
	vertical-align:middle;
	}
address span {
	display:block;
	margin:0 0 10px 0;
	}	
blockquote{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	margin-bottom:15px;
	padding-left:30px;
	/* background:transparent url(images/quote.gif) no-repeat scroll 0 5px; */ /* removed at request of casb */
}