@import"initial.css";

html, body { background-color:#fff; }

#head ul { display:none; }

.section { clear:both; border-top:5px solid #374ea2; padding-top:20px; }

h1,
h2 { color:#374ea2; font:italic normal 153.9% "Comic Sans MS"; }
h3 { color:#374ea2; font-weight:normal; }

.left img { float:left; margin:4px 20px 20px 0; }
.left p,
.left h3 {  }


.right img { float:right; margin:4px 0 20px 20px; clear:right; }
.right p,
.right h3 {  }
.right ol {  }
.right ol ol { margin-right:0px;  }
.right ol li {  }
.right ol ol li { list-style-type:lower-alpha; }


.section .caption { float:right; color:#374ea2; text-align:right; clear:right; width:187px; }
.section .caption img {margin-bottom:10px; }



/* CONTACT US PAGE STYLES
---------------------------------*/
form { float:left; width:450px; margin:0; }
form legend 	{ color:#374ea2; font:italic normal 153.9% "Comic Sans MS"; }
form label.contain { display:block; padding:0; margin-bottom:2em; border-bottom:1px solid #000; width:400px; font-style:italic; }
form div.contain { height:6em; }
form input,
form textarea,
form select,
form p em { display:none; }
form p { padding-bottom:2px; }


