/* CSS Document */
* { margin:0; padding:0; }

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dd, dt { margin: 0; padding: 0 ;}

html, body { min-height: 101%; margin-bottom: 1px; }

body {
	background: #94FF94;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #5a2313;
	font-size: 15px;
}

/*page wide effects */
#wrapper {
	width: 798px;
	border: 1px solid #999;
	background: #FFF;
	margin: 5px auto 0 auto;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*home page only */
#logo {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	width: 313px;
	position: relative;
	left: 0px;
	top: 0px;
}

#tag {
	height: 109px;
	width: 798px;
	margin: 0;
	padding: 0;
}

#tier1 {
	background: url(images/tier1_bg.gif) repeat-x 0px 0px;
	margin: 0 0 0 1px;
	padding: 0;
	height: 48px;
	width: 796px;
	z-index: 500;
}

#tier1long {
	background: url(images/tier1_bg.gif) repeat-x left top;
	margin: 0;
	float: left;
	height: 48px;/*position: relative;*/
	width: 796px;
	z-index: 500;
	bottom: 0px;
	padding: 0 0 0 5px;
}

.formie {
	background-color: #EFEFEF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top: 1px solid #666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin: 5px 0 10px 5px;
	color: #666;
}

#middle {
	padding: 20px;
	width: 758px;
	/*position: relative;*/
	top: 0;
	display: block;
	z-index: 1;
}

/* Sitewide interior page styles */

/* Interior page formatting*/
#top {
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
	position: relative;
	display: block;
	background-color: #FFF;
}

#logo2 {
	margin: 0;
	padding: 0;
	float: left;
	height: 150px;
	width: 300px;
	position: relative;
	display: block;
}

#logo2 img {
	margin: 0;
	padding: 0;
}

#logo img, #tag img {
	text-decoration: none;
	border-style: none;
}

.content {
	text-align: left;
	padding: 10px 15px 12px 15px;
	width: 770px;
}

.subtitle {
	font-weight: bold;
	font-size: 16px;
}

p {
	margin-bottom: 15px;
	line-height: 1.3em;
}

p.small {font-size: 82%;}

p.small_center { font-size: 82%; text-align: center;}

p.first:first-letter {
	font-size: 1.6em;
	line-height: 0.8em;
	padding: 0 0 0 0;
	margin: 0;
}

sub {
	vertical-align: -22%;
	margin: 0;
	padding: 0;
}

sup {
	vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

.small { font-size: 95%; }

.large { font-size: 22px; }

.red { color: red }

.lightBlueText { color: #D1E8FF; }

.language { color:red; font-style: italic;}

.centered { text-align: center; }

#centered { text-align: center; }

acronym { border-bottom: 2px solid #94FF94; }

.indentedList ul {
	text-align: left;
	margin: 0 0 2px 0;   /* Left UL padding and margin must match to retain crossbrowser consistency with indents */
	padding: 2px 10px 4px 2px;   /* Left UL padding and margin must match to retain crossbrowser consistency with indents */
	list-style: none;
}

.indentedList ul li {
	margin: 1px 0 8px 18px;   /* Left li padding and margin must match to retain crossbrowser consistency with indents */
	padding: 6px 0 0 18px;   /* Left li padding and margin must match to retain crossbrowser consistency with indents */
	background: url(images/brownBullet.gif) no-repeat 0 10px;
}

.orderedList {
	text-align: left;
}

.orderedList ol {
	margin: 0 0 2px 16px;   /* Left OL padding and margin must match to retain crossbrowser consistency with indents */
	padding: 2px 10px 4px 16px;   /* Left OL padding and margin must match to retain crossbrowser consistency with indents */
}

.orderedList ol li {
	margin: 0 0 2px 8px;   /* Left ol li padding and margin must match to retain crossbrowser consistency with indents */
	padding: 1px 0 0 8px;   /* Left ol li padding and margin must match to retain crossbrowser consistency with indents */
	line-height: 140%;
}

ol {
	margin: 0 0 2px 16px;   /* Left OL padding and margin must match to retain crossbrowser consistency with indents */
	padding: 2px 10px 4px 16px;   /* Left OL padding and margin must match to retain crossbrowser consistency with indents */
}

ol li {
	margin: 0 0 2px 8px;   /* Left ol li padding and margin must match to retain crossbrowser consistency with indents */
	padding: 1px 0 0 8px;   /* Left ol li padding and margin must match to retain crossbrowser consistency with indents */
	line-height: 140%;
}

a:link {
	color: #0000e6;
}

a:visited {
	color: #909;
}

a:hover, a:active, a:focus {
	color: #006;
	background-color: #fbfca1;
}

.action a, .action a:link, .action a:visited, .action a:active, .actionend a, .actionend a:link, .actionend a:visited, .actionend a:active {
	color: #51363d;
	text-decoration: none;
}

.action a:hover, .actionend a:hover {
	color: #00509F;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	text-align: center;
	color: #5a2313;
	margin: 9px 0 6px 0;
}

h1 { font-size: 22px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { font-size: 16px; }

.underline { text-decoration: underline; }

#photo {
	clear: both;
	/*position: relative;*/
	z-index: -1;
	top: 0px;
	display: block;
	border: 0;
}

#photo img {
	z-index: -1;
	border: 0;
}

.photorow {
	padding: 5px 10px 5px 0;
	float: left;
	display: inline;
	width: 30%;
	text-align: center;
	clear: right;
}

img { border: 0; }

.imgBanner {
	height: auto;
	width: 798px;
	margin-top: -12px;
	margin-left: -14px;
	padding: 0;
	border-bottom: 1px solid #999;
}

.imgBannerBorderless {
	height: auto;
	width: 798px;
	margin-top: -12px;
	margin-left: -14px;
	padding: 10px 0 0 0;
	border-bottom: none;
}

.imgLeft {
	float: left;
	height: auto;
	width: auto;
	border: 2px solid #94ff94;
 	margin: 8px 10px 8px 0;
}

.imgAges {
	float: left;
	height: auto;
	width: auto;
	border: 4px solid #94ff94;
 	margin: 2px 10px 0 0;
}

.imgLeftBorderless {
	float: left;
	height: auto;
	width: auto;
	margin-top: -14px;
	margin-left: -14px;
}

.imgLeft2 {
	float: left;
	height: auto;
	width: auto;
	margin-left: -12px;
	background-color: #CCC;
}

.imgRight {
	float: right;
	height: auto;
	width: auto;
	border: 2px solid #94ff94;
	margin: 8px 0 8px 10px;
}

.imgBulletClose {
	margin-left: 24px;
	display: inline;
}

.imgCentered {text-align: center; }

blockquote.bkground {
	color: #000;
	text-align: left;
	margin: 10px 34px 10px 34px;
	padding: 2px 6px 4px 6px;
	border-top: 2px solid #F4F4D2;
	border-right: 2px solid #E5E594;
	border-bottom: 2px solid #E5E594;
	border-left: 2px solid #F4F4D2;
	background-color: #EFEFBD;
}

.emailBox {
	color: #000;
	text-align: center;
	margin: 10px 134px 10px 134px;
	padding: 4px 16px;
	border-top: 2px solid #F4F4D2;
	border-right: 2px solid #E5E594;
	border-bottom: 2px solid #E5E594;
	border-left: 2px solid #F4F4D2;
	background-color: #EFEFBD;
}

.family {
	background-color: #FFF3C6;
	float: left;
	height: auto;
	width: 740px;
	padding: 5px;
	margin-bottom: 10px;
}

.familypic {
	float: left;
	height: auto;
	width: auto;
	display: block;
	margin-right: 15px;
	border: medium solid #F89820;
}

.congratulations .familypic {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

.row {
	display: block;
	clear: both;
}

#bottomTable {
	width: 796px;
	margin: 0;
	padding: 0;
}

td.bottomTable {
	color: #5a2313;
	text-align: center;
	float: left;
	width: 192px;
	height: 111px;
	border-right: 1px solid #999;
}

td.bottomTableEnd {
	color: #5a2313;
	text-align: center;
	float: left;
	width: 186px;
	height: 111px;
	padding: 2px 6px 2px 16px;
}

/*  form page  */
#contactform p { line-height: 2em; }

#contactform fieldset {
	width: 560px;
	margin: 2px 0 0 55px;
	padding: 10px 10px 10px 20px;
	background: #E6FDD3;
}

#contactform legend { padding: 0 5px;}

#contactform input, #contactform textarea, #contactform select {
	border: 1px solid #5A2313;
	background: #fff;
	font-size: 95%;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif; /* this makes the text area have a nice font */
	width: 250px;
}

#contactform input[type=radio], #contactform input[type=checkbox] {
	border: 0;
	width: auto;
}


#contactform select { width: 255px; }

#contactform select option { padding: 0 0 0 5px; }

#contactform textarea { width: 545px; }
#contactform input[type=submit] {
	margin-top: 10px;
	width: 100px;
	text-align: center;
}

#contactform fieldset#address label {
	width: 125px; 
	margin: 0 5px 0 0; 
	display: inline-block; /*for Opera & IE*/
	text-align: left;
	vertical-align: top;
}

#contactform fieldset#address label span {
	width: 125px; /* must be the same as above!*/
	display: block; 
}

p.note {
	color: red;
	line-height: 1.2em;
}

div#email4 { display: none; }

p.submit { margin: 6px 0 0 300px; }
/*  end form page  */

.clear {
	display: block;
	clear: both;
}

#footer {
	height: 20px;
	width: 788px;
	font-size: 16px;
	color: #5a2313;
	padding: 5px;
	background-color: #FF94FF;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
	border: 1px solid #999;
	border-top: 0;
}

.copyright {
	font-size: 70%;
	text-align: center;
	margin-top: 15px;
}
