/* 
CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/



/*SUBMIT BUTTON*/
	
	.btn-submit, 
	.contact-form .btn-submit,
	.contact-form-footer .btn-submit, 
	.comment-form .btn-submit{
		background:url(images/buttons_bg_gray.png) no-repeat scroll right 0px transparent;
		width:163px;
		height:32px;
		line-height:32px;
		display:inline-block;
		padding:0 35px 0 12px;
		color:#12a0a9;
		font-family:'CartoGothicStdBold', Arial, Helvetica, sans-serif;
		font-size:11px;
		text-shadow:0 0 0 #000000;
		text-transform:uppercase;
		border:none;}

	.comment-form .btn-submit,
	.contact-form .btn-submit {
		background:url(images/buttons_bg_gray.png) no-repeat scroll right 0px transparent;}

	.comment-form .btn-submit:hover,
	.contact-form .btn-submit:hover{
		background:url(images/buttons_bg_gray.png) no-repeat scroll right 0px transparent;}

	.comment-form .btn-submit,
	.comment-form .btn-submit:hover {
		background:url(images/buttons_bg_gray.png) no-repeat scroll right 0px transparent;
		width:67px;
		color:#3F4B6F;
		display:block;
		text-shadow:0 1px 1px #fff;
		text-transform:uppercase
		padding:0 10px 0 12px;
		text-align:center}

/*END SUbMIT BUTTON*/



/*IMPORTANT NOTES*/

	.tonote {
		text-align:justify	
		
	}
	
	.important{
		font-weight:bold;
		text-decoration:underline;

	}


/*END IMPORTANT NOTES*/