/* General CSS for MLogic Platform*/
/* default style for HTML tags*/
/* site global body property*/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, verdana, "Trebuchet MS", Trebuchet, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: small;
	color:#000099;
	margin:0px;
}
h1 {
	font-family: "Century Gothic", "Avant Garde", Tahoma, Arial, sans-serif;
	font-size: 1.5em;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	display: block;
	border-bottom: dotted #057BA9 1px;
	font-weight: normal;
	margin:0px 10px 10px 0px;
	background-color: #FFC;
}
h2 {
	font-family: "Century Gothic", "Avant Garde", Tahoma, Arial, sans-serif;
	font-size: 1.25em;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
background-color: #FFC;
}
a img{ border:none} 

/**this will be global the same but need to be with all anchor tags together*/
a {
	text-decoration: underline;
	color: #000099;
}
a img{ border:none} 
a:focus, a:hover, a:active {
	color:#1D4E6E;
	background:#FFFFCC;
	text-decoration:none;
}

/* site navigation header bg  */
#logo{
	background-color: #008ba5;
	text-align:center;
	
	background-image:url(top-logo.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
}
/* div for white bg text area */
#text_bg{
	margin: 0;
	padding: 2px 2px 2px 5px;
	border-left: solid #008ba5 3px;
	border-right: solid #008ba5 3px;
	line-height: 1.5em;
}
.rightquote{
    border-bottom: 1px solid #949494;
    border-top: 1px solid #16478a;
	background-color:#FFC
}
/* page footer div tag */
#ft{
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 4px;
	color: #FFF;
	background-color: #008ba5;
	background-image:url(footer.gif);
	background-position:right;
	background-repeat:no-repeat;
	margin: 0;
	font-size: .75em;
}
.ftlink{
	color:#FFFFFF;
	}
.credit{
	text-align:center;
	width:99%; 
}
/* format the zip code input to all numeric input*/
.phone {-wap-input-format:"*N"}
.redt{
	color:#ff0000;
}

