@charset "utf-8";
/* CSS Document */

/*font sizes */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
}

p {
	font-size: .8em;
}

h1 { 
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	font-weight: 100;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: .8em;
	font-weight: 100;
	}

h5 {
	margin-bottom: 0px;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 5px;
}

li {
	font-size: .8em;
}

/*tag defaults */
img {
	border: none;
	text-align: left;
}


/* colors */

body {
	background-color: #37699b;
}

#header {
	background-color: #FFF;
}

#header_bottom {
	background-color: #999966;
	height: 16px;
}
/* div styles */

#header_bottom {
	height: 16px;
	background-image: url(images/head_ministries.gif); 
	background-repeat: no-repeat;
}



#header h3 {
	background: url(images/head_title_mag.jpg) no-repeat;
	text-indent: -100em;
	height: 69px;
	margin: 0px;
}


#description {
	text-align: left;
}

#pricing_top {
	width: 260px;
	height: 15px;
	background: url(magpages/pricing_top.jpg) no-repeat;
}
	
#pricing {
	text-align: left;
	padding: 10px;
	font-size: .8em;
	
}

#pricing img {
	
}

#pricing table {
	width: 240px;
	margin-left: 7px;
	text-align: left;
}

#pricing_mid {
	background: url(magpages/pricing_mid.jpg) repeat-y;
	
	width: 260px;
    height: auto;
}

#pricing_btm {
	width: 260px;
	height: 16px;
	background: url(magpages/pricing_btm.jpg) no-repeat;
}

tr {
	text-align: center;
}

#pricing_mid h3 {
	margin-bottom: 7px;
	margin-top: 0px;
	margin-left: 7px;
}

#pricing h5 {
	margin-left: 7px;
	
	}

#button {
	background: url(magpages/buy.jpg) no-repeat;
	width: 181px;
	height: 85px;

}

#button:hover {
	cursor:pointer;
}

#cart table {
	width: 500px;
	margin-left: 5px;
	font-size: .9em;
	height: auto;
	border-bottom: 1px dotted black;
}

fieldset {
	border: none;
}

#orderForm label {
	font-size: .8em;
}

.billed {
	font-size: .7em;
}

input {
border: 1px #7F9DB9 solid;
}

.red {
color: #FF0000;
}

#orderForm label labelOverride{
	font-size: 1em;
}

.longField {
	width: 250px;
}

.mediumField {
	width: 100px;
}

.shortField {
	width: 50px;
}
