@charset "UTF-8";
/* CSS Document */
/* Last Updated 02/18/2011 by Elaine at CLM Design */
/* Color Pallette
	
	Dark Blue: #005dab
	Light Blue: #4d7abc
	Black: #000000
	White: #ffffff

*/

body { background-color:#cccccc; background-image:url(../images/bg.jpg); background-repeat:repeat-x; margin:0; padding:0; font-family:"Lucida Grande", Tahoma, Verdana, Helvetica, sans-serif; font-size:11px; color:#333333; line-height:15px;/*	cursor:url(../images/cursor.cur), crosshair; */
}
object { display:block; }
#container { background:#fff; }
a, a:link, a:visited { font-weight:bold; text-decoration:none; color:#4d7abc; }
a:hover, a:active { font-weight:bold; text-decoration:none; color:#005dab; }
div#container { width:1000px; margin-right:auto; margin-left:auto; }
div#content { width:914px; background-color:#ffffff; padding:20px; border-top:0px; border-right:3px solid #000000; border-bottom:3px solid #000000; border-left:3px solid #000000; margin:0px 20px 20px 20px; }
div#seobox { width:950px; margin-top:150px; margin-bottom:25px; margin-left:auto; margin-right:auto; background-color:#ffffff; color:#666666; padding:25px; border:solid #666666 1px; }
div#alt { width:950px; margin-top:30px; margin-bottom:25px; margin-left:auto; margin-right:auto; background-color:#ffffff; color:#666666; padding:25px; min-height:800px; }
img { padding:0; margin:0; border:0; }
img.subhead { position:relative; left:20px; margin-bottom:20px; }
input, textarea { border:#005dab 1px solid; color:#005dab; }
#fb_wrapper { position:relative; left:24px; }
#facebook { position:absolute; top:608px; background:#fff; width:460px; height:170px; overflow:hidden; display:none; }

/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */

.error,
.alert, 
.notice,
.success, 
.info 			{ padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice     { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success    { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a			{ color: #205791; }


