body {
		background-image: url('/Content/images/bg.png');
		background-repeat: repeat-x;
		background-color: #333433;
		font-family: Calibri, Arial;
		font-size: 0.85em;
		margin: 0px 0px 10px 0px;
		padding: 0px;
}

p { margin: 0em 0em 1em 0em; }
a { text-decoration: none; color: #cc0000; }
    a:hover { text-decoration: underline; }
h1 { font-size: 1.6em; color: #cc0000; margin-top: 0px; margin-bottom: 0.85em; padding: 0px; line-height: 20px; }
h2 { font-size: 16px; color: #cc0000; margin-top: 0px; margin-bottom: 1em; padding: 0px; line-height: 16px; }
input, select { font-family: Calibri, Ariel; font-size: 0.85em; margin-bottom: 5px; }

input.submit {
    background-color: #cc0000;
    color: #fff;
    border: 1px solid #666;
    font-weight: bold;
    height: 28px;
    padding:  6px 10px;
    
    background-image: linear-gradient(0, #db5656 0%, #cc0000 50%, #b50000 50%);
    background-image: -webkit-linear-gradient(top, #db5656 0%, #cc0000 50%, #b50000 50%);
    background-image: -ms-linear-gradient(top, #db5656 0%, #cc0000 50%, #b50000 50%);
    background-image: -o-linear-gradient(top, #db5656 0%, #cc0000 50%, #b50000 50%);
    background-image: -moz-linear-gradient(top, #db5656 0%, #cc0000 50%, #b50000 50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#db5656', endColorstr='#cc0000')";
	
    -moz-border-radius: 10px; /* Firefox */
    -webkit-border-radius: 10px; /* Safari, Chrome */
    border-radius: 10px; /* CSS3 */

}
    input.submit:hover {
        -webkit-box-shadow: 0px 0px 5px #000;
    }
    input.submit:active {
        
        padding-top: 7px;
        padding-left: 7px;
    }


#wrapper {
	width: 900px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	
	-moz-box-shadow: 0px 0px 50px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 50px #000;
}

#header { width: 900px; margin: 0 auto 0 auto; background-color: #fff; height: 100px; }

#feat { width: 900px; margin: 0 auto 10px auto; background-color: #fff; height: 100px; height: 300px; /*border-bottom: 1px solid #666;*/ }

#nav { width: 900px; height: 40px; background-image: url(/Content/images/nav_bg.png); background-repeat: repeat-x; margin: 0px auto 0px auto; }
	#nav #inner { width: 900px; margin: 0px auto 0px auto; }
		#nav #inner  ul { list-style: none; margin: 0px; padding: 0px; line-height: 40px; height: 40px;}
			#nav #inner  ul li { margin: 0px; padding: 0px;; list-style: none; display: inline; }
				#nav #inner  ul li a { font-size: 16px; color: #fff; font-weight: bold; margin: 0px 15px 0px 15px; text-decoration: none; }
					#nav #inner  ul li a:hover { text-decoration: underline; }


#content { width: 880px; margin: 0 auto 0 auto; padding: 10px; background-color: #fff; }
	#content #content_left { width: 600px; float: left; }
		#content #content_right { width: 250px; float: right; }

#footer { width: 900px; margin: 0 auto 0 auto; color: #aaa; font-size: 0.8em; }
	#footer #footer_left { float: left; width: 420px; padding: 10px; text-align: left; }
	#footer #footer_right { float: right; width: 420px; padding: 10px; text-align: right; }
	#footer a { font-weight: bold; }
		#footer a:hover { text-decoration: underline; }

.clear { clear: both; }

.box_right {
	width: 248px;
	border: 1px solid #666;
	margin-bottom: 15px;
	
	background-image: -linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	background-image: -webkit-linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	background-image: -ms-linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	background-image: -o-linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	background-image: -moz-linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#e6e6e6')";
	
	-moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    border-radius: 15px; /* CSS3 */
}
.box_right .inner {
	padding: 5px;
}


.editor-label { float: left; width: 200px; }
.editor-field { float: left; width: 300px; }
.field-validation-error { color: #ff0000; font-size: 11px; display: block; }

.testimony {
    background-image: -linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	background-image: -webkit-linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	background-image: -ms-linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	background-image: -o-linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	background-image: -moz-linear-gradient( top, rgb(200,200,200), rgb(230,230,230) );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c8c8c8', endColorstr='#e6e6e6')";
	-moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    border-radius: 15px; /* CSS3 */
    
	padding: 10px; border: 1px solid #aaa; margin-bottom: 15px;
}
