/* Client: Griffin Web Design | Client's website: mymarriagecoach.com */
/* Coded by Devon Ackerman of AEI Web Design | aeiwebdesign.com | 01/05/08 */

/* universal */
body {
	background-color: #214099;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
}

/* a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!! */
/* a:active MUST come after a:hover in the CSS definition in order to be effective!! */
a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #0033CC;
	text-decoration: underline;
}

a:active {
	color: #0033CC;
	text-decoration: underline;
}

hr {
	border: 0;
	color: #0033CC;
	background-color: #0033CC;
	height: 1px;
}

/* menu background */
.menu_bg {
	background-image: url(../img/rpt_lft.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

/* menu buttons */
.menu_button {
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 5px 0 5px 15px;
}
.menu_button a {
	text-decoration: none;
}

/* makes all images not require border=0  */
img {
	border: none;
}

/* body txt */
.txt_hdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	/* text-align: left; */
	color: #000000;
	line-height: 18px;
	padding: 10px 10px 10px 12px;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/* text-align: left; */
	color: #000000;
	line-height: 18px;
	padding: 10px 10px 10px 12px;
}

.rpt_rgt {
	background-image: url(../img/rpt_rgt.jpg);
	background-repeat: repeat-y;
	background-position: top right;
}

/* footer */
.txt_ftr {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 14px;
}

/* MISC */

.comment {
	font-size: 11px;
	color: rgb(102,102,102);
	line-height: normal;
}

fieldset {
	border: 1px solid rgb(33,64,154);
	padding: 5px;	
}

legend {
	color: rgb(0,0,0);
	font-weight: bold;
}

.msg-err, .msg-resp {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	background-color: rgb(245,245,245);
	text-decoration: none;
	border: 1px solid rgb(102,102,102);
	padding: 5px;
	text-align: center;
	margin: 10px;
}
.msg-err {
	color: rgb(255,0,0);	
}
.msg-resp {
	color: rgb(0,0,255);	
}
.msg-err a, .msg-resp a {
	color: inherit !important;
}

/* home page */

#home-call-out {
	width: 207px;
	float: right;
	padding: 0 5px 10px 10px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

#home-quotes {
	width: 100%;
}
#home-quotes div {	
	width: 100%;
	font-weight: bold;
	text-align: center;	
}

/* questionnaire section */

.question-form, legend {
	font-size: 11px;
}
.question-form th {
	text-align: center !important;
}
.question-form th, .question-form td {
	vertical-align: top;
}

/* FIN */