/* ----------------------------------------------------------------------------
Site Name:			Colonial Inn Motel
Site URL:			http://colonialinnmotel.com
File Name:			main.css
File Description:	Main css file for site
Author:    			Everett Fifield III, Envision Web Designs
Author URL:			http://envisionwebdesigns.com, http://everettfifield.com
Date Created:    	June 2010
Updates / 
Revisions:    		

----------------------------------------------------------------------------- */

/* --------------------------------------------------------------
TOC:        		

	Resets; Resets for Nested elements; HTML & Body; Links; 
	Typography; Lists; Tables; General Purpose Classes; 
	Template div & classes; Navigation; Main Menu; Footer Menu;
	Page Styles; Forms; Other
	
----------------------------------------------------------------- */
/* ------ Resets ------ */
body, address, blockquote, h1, h2, h3, h4, h5, h6, p, pre, dl, ol,
ul, dd, dt, li, fieldset, form {
	margin:0;
	padding:0;}
	
/* ------ 	Resets for Nested elements: Helpful for Relative Font Size Sites 
			(Not Needed for Fixed Font Size Sites) ------ */
blockquote p, p blockquote, div div, div li, div p,div dt,div dd,
li li, li li li,ul ul, p address, p pre, pre p,
td address, td h1, td h2, td h3, td h4, td li, td dd, td dt, td p, td pre {
	font-size:100%;}


/* ------ HTML & Body ------ */

html {
	font-size:100.01%;
	height:101%;
	background:#0000A6 url(../images/body-bg4.png) repeat-x top left;
	background-attachment: fixed;
	}
	
body { 
	height:100%;
	font:16px/1.4 Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background:url(../images/body-bg3.png) 50% 125px no-repeat;
	
	color:#303030;
	text-align:center;}

/* ------ Links ------ */

a:link, a:visited {
	text-decoration:none;
	color:#333333;}
	
a:hover, a:active, a:focus {
	text-decoration:underline;}
	
a img {
	border:none;}     

/* ------ Typography ------ */

/* Removed li from the following list as it conflicted with main menu */
address, h1, h2, h3, h4, h5, h6, dd, dt, p, pre {
	padding:.6em;   
	font-size:.8em;}   
	
h1 {font-size:2.2em;}
h2 {font-size:1.8em;}
h3 {font-size:1.6em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1.0em;}
address,blockquote,div,dd,dt,li,th,td {font-size:1em; line-height:1.4;}
p {font:0.8em/1.4em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif; padding:5px;}
dt {font-weight:bold;}
pre {font-size:12px;}
q:before,q:after {content:'';}

/* ------ Lists ------ */
/*
dl, ol, ul {margin-left:20px;}
*/
/* ------ Tables ------ */

.roomtable td{
	font:0.8em/1.4em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	font-weight:normal;}

table {
	max-width:910px;
	margin:10px auto;
	padding: 5px;
	border:1px solid #666666;
	border-collapse:collapse;
	border-spacing:0;
	overflow:hidden;}
	
th, td {
	text-align:left;
	font-size:.9em;
	font-weight:bold;
	vertical-align:top;
	padding:0.2em 1em;}
	
.widerow td{
	text-align:center;
	background:#CCCCCC;
	padding:1em;}	
	
caption {
	font-size:1.8em;
	font-weight:900;
	font-family:Constantina,Georgia,'Nimbus Roman No9 L',serif;
	color:#0000A6;
	text-align:center;
	margin:30px 5px 15px;
	padding:10px;
	border:3px solid #BEA57D;}
	
thead {
	background:#4AB0F2;
	border-top:1px solid #A5A5A5;
	border-bottom:1px solid #A5A5A5;}
	
.odd {
	background-color:#E3DAC9;}

.leftcol {
	font-size:0.8em;
	font-weight:300;}	
	
.rightcol {
	font-weight:normal;}	
	
/* ------ General Purpose Classes ------ */

.alignleft {text-align:left;}
.alignright {text-align:right;}
.center {text-align:center;}
.clear {clear:both;padding:0;margin:0;line-height:0;}
.external {/* if needed with new window JS */}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {font-size:1.1em;font-weight:bold;}
.light {color:#999;}
.png {/* if needed with png fix JS */}
.small {font-size:.65em;font-weight:normal;}
.notsosmall {font-size:.75em;font-weight:normal;}
.bold {font-weight:700;}

img {
	padding:5px;}

/*--- Template div & classes  ------ */

body.home #mainnav a#home, 
body.rates #mainnav a#rates, 
body.vtour #mainnav a#vtour,
body.direct #mainnav a#direct, 
body.obxinfo #mainnav a#obxinfo,
body.photog #mainnav a#photog,
body.fish #mainnav a#fish,
body.faqs #mainnav a#faqs,
body.resvform #mainnav a#resvform {
	color:#4BB1F3;
	background:#0000A6 url(../images/menubar_bg.png) repeat-x;
	cursor:default;}

#wrapper {
	overflow:hidden;
	width:982px;
	margin:0 auto;
	padding:0 0 5px 0;
	background: url(../images/wrapper-bg.png) repeat-y top center;
	text-align:left;}

#header {
	width:958px;
	height:125px;
	overflow:hidden;
	margin:0 auto;
	background:#EBE5D7 url(../images/header-bg.jpg) repeat-x top left;
	border-right:#EDDF5E 1px solid;
	border-left:#EDDF5E 1px solid;}

#headerwrapper {
	background: url(../images/wrapper-bg.png) repeat-y top center;}	
	
#header p,span {
	color:#0000A5;}	

#header a {
	color:#333333;}	
	
#header .header_img{
	margin:15px 15px 5px 20px;
	float:left;}

#header h1 {
	text-indent: -2000px;
	}	
	
#headerleft {
	float:left;}
	
#headerright {
	float:right;
	margin:5px 0;
	padding:20px 15px 20px 15px;}
	
.phoneno {
	color:#414DC3;}
	

#header:after{
	content: ".";
	visibility: hidden;
	height: 0;
	clear: both;
	display: block;
	padding:0;
	margin:0;
	line-height:0;}



#topwrapper { 
	width:950px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:20px;}
	
#topwrapper.hometopwrapper {
	background:#EAC9C4 url(../images/menu-shadow.png) top center no-repeat;
	border-bottom:#CB3434 1px solid;}

#topwrapper.hometopwrapper p{
	padding:10px 10px 0 10px;
	position:relative;
	top:320px;
	}
	
#topwrapper.othertopwrapper {
	background: #EDEDED url(../images/menu-shadow.png) top center no-repeat;
	border-bottom:#CB3434 1px solid;
	}
	
#topwrapper dt {
	margin:0;
	padding:8px 0 0 0;}
	
#topwrapper dd {
	margin:0;
	padding:0;
	text-indent:20px;}
	
#topleft {
	float:left;
	width:60%;
	padding:0 5px 0 20px;}

#topright {
	float:right;
	width:35%;
	padding:20px 20px 0 0;}	
	
#hometopright p {
	padding:15px 10px 10px 10px;}

.hometop{
	padding:0;
	margin:15px 10px 10px 10px;
	float:left;
	border:#FFFFFF 10px solid;}

.firstletter{
	display:block;
	float:left;
	font-size:3.2em;
	color:#666666;
	margin-top:-.05em;
	margin-left:-.056em;
	margin-right:.2em;
	font-family:'Old English',Georgia,serif;
	font-weight:400;
	line-height:0.9em;}	
/*------ id's for slideshow on home page ------*/
#window{
	clear:both; 
	width:920px; 
	height:260px; 
	background:#131310; 
	overflow:hidden; 
	position:relative; 
	margin:25px auto 0 auto;
	border: #FFFFFF 4px solid;
	}

#slideshow{
	width:1840px; 
	height:1040px; 
	overflow:hidden; 
	position:relative;}
	
#slideshow li{
	width:920px; 
	height:260px; 
	float:left; 
	display:inline;}

/*-----------------------------------------------*/
	
#slideshow img{
	padding:0;
	margin:0;}
	
#main {
	float:left;width:55%;}

#sidebar {
float:right;
	width:40%;}

#bottomwrapper {
	clear:both;
	overflow:hidden;
	width:950px;	
	margin:0 auto;
	background:#EDEDED url(../images/homebottom.png) top center no-repeat;
	border-bottom:#CB3434 1px solid;
	font:0.8em/1.4em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	padding-top:32px;
	padding-bottom:5px;}
	
#bottomwrapper li a {
	text-decoration: none;
	color:#0000FF;}

#bottomwrapper a:hover, a:active, a:focus {
	text-decoration:underline;}		
	
#bottomwrapper p {
	padding:10px 25px 10px;}	
	
#bottomwrapper .first{
	padding:30px 25px 0;}	

.bottomleft {
	float:left;
	width:31%;	
	margin:10px 10px 0 0;
	padding:5px 10px 15px 0;
	overflow:hidden;}

.bottomleft ul, .bottommiddle ul {
	list-style-type:none;
	margin:0;
	padding:0;}	
	
	
.bottomleft li {
	background:url(../images/onebit_18r.png) no-repeat left;
	background-position: 0 1em;
	margin-left:1em;
	padding:.6em .6em .6em 2em;}

.bottommiddle li {
	background:url(../images/onebit_18.png) no-repeat left;
	background-position: 0 .8em;
	margin-left:1em;
	padding:.6em .6em .6em 2em;}
	
.bottommiddle {
	float:left;
	width:31%;
	font-weight:bold;
	margin:10px 10px 0 0;
	padding:5px 10px 15px 0;
	overflow:hidden;
	border-right:#CDCDCD 1px solid;
	border-left:#CDCDCD 1px solid;}
	
.bottomright {
	float:left;
	width:31%;	
	margin:10px auto;
	padding:5px 10px 15px 0;
	overflow:hidden;
	background:#EDEDED;}
	
.bottomright blockquote {
	width:250px;
	font-size:0.9em;
    font-style:normal;
	background:url(../images/blockquote-left.png) no-repeat top left;
	background-position:2px 2px;
	margin:0;
	padding:5px 10px 20px 50px;}


	
#footer {
	clear:both;
	width:920px;	
	margin:3px auto 5px;
	padding:15px 10px 0 10px;
	overflow:hidden;
	background:#EBE5D7 url(../images/footer-bg.jpg) repeat-x top left;
	border-bottom:#CB3434 1px solid;}
	
#footer img {
	padding:0 0 0 10px;}	
	
.footerleft {
	width:300px;
	float:left;
	margin:0;
	padding:5px;}	

.footermiddle {
	width:450px;
	float:left;
	margin:0;
	padding:5px;}
	
.footerright {
	width:120px;
	float:right;
	margin:0;
	padding:5px;}
	
.footeraddress {
	font:0.8em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;}

.copyright {
	padding:20px 0;}
	
.pagetitle {
	text-align:center;
	font-family:'Old English',Georgia,serif;
	text-transform:uppercase;
	color:#407622;
	text-shadow: 2px 2px 2px #999;
	margin:10px 0 0 0;}
	
.page-subtitle {
	text-align:center;
	color:#407622;
	text-shadow:2px 2px 2px #999;
	padding:0;}
	
.tshadow {
	text-shadow: 2px 2px 2px #999;}

.infotitle {
	text-align:center;
	font-family:'Old English',Georgia,serif;	
	color:#0000A6;
	text-shadow: 2px 2px 2px #999;
	margin:10px 0 0 0;}	
	
blockquote {
	width:600px;
	font-size:1em;
    font-style:normal;
	background: url(../images/blockquote-left.png) no-repeat top left;
	background-position:2px 2px;
	margin:0 auto;
	padding:5px 10px 8px 50px;}
	
.testimonials blockquote {
	border: #CCB6B4 1px solid;
	border-bottom:#B2A09E 3px solid;
	background-color:#E6CDCA;
	margin-bottom:10px;
	padding:10px 15px 10px 50px;}
	
.box {
	margin: 15px 0 0 0;
	padding: 5px 5px;
	font:0.8em/1.4em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;	
	border: #CCCCCC 1px solid;
	background:#F5F5F5 url(../images/content-bg.jpg) repeat-x left top;}
	
.boxtitle {
	background:  url(../images/box-titlebg.png) repeat-x;
	border:#CCCCCC 1px solid;
	width:270px;
	height:5px;	
	font-weight:bold;
	text-transform:uppercase;
	line-height:.4;
	margin-left:10px;
	margin-bottom:0;
	padding:0 15px 0 15px;}	
	
.content {
	margin: 15px 0 0 0;
	padding: 10px 20px;
	font:0.8em/1.4em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;}	
	

.vtcollage img {
	width:948px;
	border:#666666 1px solid;
	margin:0 auto;
	padding:0;}

.roomscat dt {
	background:#D7C100 url(../images/vtmenu-bg.png) repeat-x;
	padding:0 1.4em;
	line-height:1.8em;}

.roomscat dd{	
	font-weight:700;}
	
.roomphotos {
		text-align:center;}

.roomphotos img {	
	padding:2px;
	border:#FFFFFF 4px solid;}

.roomphotos img:hover {	
	padding:4px;
	border:#414DC3 2px solid;}	
	
.roomsmap {
	width:538px;
	margin:0 auto;}
	
.roomsmap img{
	padding:0;}
	
.roomsmap img{
	margin-top:20px;
	padding:5px;
	border:#CB3434 1px solid;}
	
.weather {
	margin:15px 0 0 10px;}

.obxlinks a{
	color:blue;
	text-decoration:underline;}
	
.obxlinks a:hover{
	text-decoration:none;}

.obxlinks dl{
	padding:30px;}

.obxlinks dl dt{
		font-weight:bold;
		color:#000000;
		padding:0 0 5px 0;}
	
.obxlinks dl dd{
		padding-bottom:25px;
		border-bottom:1px solid #cccccc;}

div.specials p{
	padding:20px;
	width:500px;	
	text-align:center;
	margin:0 auto 20px auto;
	border:#0000FF 2px dotted;
	font:1.4em /1.4em bold Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	color:#8B0000;
	}		
	
/* ------ Navigation ------ */

/* ------ Main Menu ------ */

#mainnav {
	margin:0 auto;
	width:960px;
	background:#0000A6 url(../images/menubar_bg.png) repeat-x;
	}

#mainnav ul{
	margin:0 auto;
	padding:0;
	list-style:none;
	width:960px;
	float:left;
	background:#0000A6 url(../images/menubar_bg.png) repeat-x;
	font:0.8em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	font-weight:600;
	}
	
	
#mainnav ul li {
	display:inline;
	float:left;}

#mainnav ul a {
	display:block;
	float:left;
	padding:0 1.1em;
	line-height:3.4em;
	text-decoration:none;
	color:#D7C000;
	}	

#mainnav li a:hover {
	position:relative;
	color:#EBEBEB;
	text-decoration:none;
	background: url(../images/menuover.jpg) no-repeat;
	background-position:center bottom;}



/* ------ Virtual Tour Menu ------ */

#vtmenu ul{
	margin:5px auto 0;
	padding:0;
	list-style:none;
	width:950px;
	float:left;
	background:#D7C100 url(../images/vtmenu-bg.png) repeat-x;
	font:0.9em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	font-weight:400;
	}
	
	
#vtmenu ul li {
	display:inline;
	float:left;}

#vtmenu ul a {
	display:block;
	float:left;
	padding:0 1.1em;
	line-height:3.4em;
	text-decoration:none;
	color:#0000A6;
	}	

#vtmenu li a:hover {
	position:relative;
	color:#4BB1F3;
	text-decoration:none;}

	
/* ------ Rooms Navigation Horizontal Drop Down Menu ------ */

#room-nav {
	width:950px;
	height:25px;
	margin:0 auto;
	padding:0;
	background:#414DC3 url(../images/menubar4-bg.jpg) repeat-x top left;
	border-bottom:#D7C100 1px solid;}
/* 
	LEVEL ONE
*/
ul.dropdown { 
	position: relative; 
	list-style:none; 
	width:800px; margin:0 auto; 
	height:25px;}
	
ul.dropdown li { 
	float: left;  
	background: #414DC3 url(../images/menubar4-bg.jpg) repeat-x top left; 
	font: 12px Helvetica, Sans-Serif;
	zoom:1;}
	
ul.dropdown a:hover { 
	color: #303030; }
	
ul.dropdown a:active { 
	color: #ffa500; }
	
ul.dropdown li a { 
	display: block; 
	line-height:25px;
	padding: 0 20px; 
	border-right: 1px solid #333;
	color: #DBDBDB;}
	
ul.dropdown li:last-child a { 
	border-right: none;} /* Doesn't work in IE */
	
ul.dropdown li.hover,
ul.dropdown li:hover { 
	background: #1FA3F8; 
	color: #303030; 
	position: relative;}
	
ul.dropdown li.hover a { 
	color: black; 
	text-decoration:none;}
/* 
	LEVEL TWO
*/
ul.dropdown ul { 
	width: 150px; 
	visibility: hidden;
	position: absolute; 
	top: 100%; left: 0; 
	list-style:none;}
	
ul.dropdown ul li { 
	font-weight: normal; 
	background: #FAF194; 
	color: #303030; 
	border-bottom: 1px solid #ccc; 
	float: none;}
									  
/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a{ 
	border-right: none; 
	width: 100%; 
	display: inline-block; 
	color: #303030} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul { left: 100%; 
	top: 0; 
	list-style:none;}
	
ul.dropdown li:hover > ul { 
	visibility: visible;}

.location {
	font-weight:700;
	}
	
/* ------ Rooms Navigation Vertical Menu ------ */	
	
#v-navigation {
	width:200px; 
	float:left;}
	
#v-navigation ul {
	margin:0px; 
	padding:0px; 
	background:#414DC3 url(../images/menubar4-bg.jpg) repeat-x top left;}
	
#v-navigation ul a:hover {
	color:#303030;}		
	
#v-navigation ul li {
	height:25px;
	font: 12px Helvetica, Sans-Serif;
	line-height:25px;
	list-style:none;
	padding-left:10px;
	color: #EDEDED;
	border-top:#D7C100 1px solid;}
	
#v-navigation ul li a {
	color:#EDEDED;
	display:block;
	text-decoration:none;}	
	
#v-navigation ul li:hover {
	background-color:#1FA3F8;
	color:#303030;
	position:relative;}

#v-navigation ul ul {
	display:none;
	position:absolute;
	left:180px;
	top:5px;
	
	border-width:1px;
	background: #FAF194;
	}
	
#v-navigation ul li:hover ul {
	display:block;
	background: #FAF194; 
	color: #000; }
	
#v-navigation ul ul li {
	border:none;
	border-top: #1FA3F8 1px solid; 
	width:130px; 
	float:left; 
	display:inline;}

#v-navigation ul ul li a {
	color:#303030;}	
	
#v-navigation ul ul li a:hover {
	text-decoration:none;}	
	
#v-navigation ul ul li:hover { 
	border:none;
	display:block;}
	
/* ------ Outer Banks Info Menu ------ */

#infomenu ul{
	margin:5px auto 0;
	padding:0;
	list-style:none;
	width:250px;
	font:0.8em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	font-weight:700;
	}
	
	
#infomenu ul li {
	background:#D7C100 url(../images/vtmenu-bg.png) repeat-x;}

#infomenu ul a {
	display:block;
	
	padding:0 1.1em;
	line-height:3.4em;
	text-decoration:none;
	color:#0000A6;
	}	

#infomenu li a:hover {
	position:relative;
	color:#4BB1F3;
	text-decoration:none;}
	
/* ------ DIVs and Classes for Directions page ------ */
	
#map {
	width:800px;
	height:500px;
	margin:0 auto;
	border:1px solid;}
	
#getDirections {
	margin-bottom:20px;}	
	
#getDirections p {
	font-size:1em;
	margin-left:2em;}
		
/* ------ DIVs and Classes for Fishing Info page ------ */


#fishinfo {
	width:90%;
	margin-left:30px;
	font:0.8em/1.4em Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	font-weight:normal;}
	
/*	
.icon {
	float:left;
	width:45%;}

.description {
	float:right;
	width:45%;}
*/
/* ------ DIVs and Classes for Photo Gallery page ------ */

#photog {
	padding: 5px 50px;
	}
	
.photoalbum {
	background: #414DC3;
	margin-bottom:10px;
	}
	
.photoalbum img {
	border:#414DC3 2px solid;
	padding:2px;}	
	
.photoalbum img:hover {
	border:#252CB7 2px solid;}
	
/* ------ DIVs and Classes for FAQ page ------ */

.faq {
	clear:both;}
	
.faq ul{	
	padding:0 100px;
	margin-left:20px;
	list-style:none;}
	
.faq ul li{	
	padding:0 20px;
	font-weight:normal;}
	
.faq dl{
	padding:30px;}

.faq dl dt{
		font-weight:bold;
		color:#000000;
		padding:0 0 5px 0;}
	
.faq dl dd{
		padding-bottom:25px;
		border-bottom:1px solid #cccccc;}

/* ------ DIVs and Classes for Site Map page ------ */

.tree {
	margin-left:300px;}

.tree a {
	color:blue;}
	
ul.tree, ul.tree ul { 
	list-style-type: none;
	background: url(../images/vline.png) repeat-y; 
	margin: 0; 
	padding: 0;} 
	
ul.tree ul { 
	margin-left: 10px;} 
	
ul.tree li { 
	margin: 0; 
	padding: 0 12px;
	line-height: 20px; 
	background: url(../images/node.png) no-repeat; 
	color: #660000; 
	font-weight: 400;}
	
ul.tree li.last { 
	background: #EDEDED url(../images/lastnode.png) no-repeat;}
	
ul.tree li.first { 
	background: #EDEDED url(../images/firstnode.png) no-repeat;}
		
/* ------ Footer Menu ------ */

#footer ul {
	margin:0; 
	padding:0;
	list-style:none;	
	float:left;}
	
#footer li {
	float:left;}
	
div#footer a {
	color:#333333;
	font:0.8em /1.4 Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;}

	
#footer a:hover {
	text-decoration: underline;}

/* ------ Forms ------ */

form {
	margin:0 auto;
	width:800px;}

fieldset{
	margin:1em 0;
	padding:1em;
	border: 1px solid #781351;
	background:#FFE4E1;
	width:800px;}

legend{
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px;
	font-weight:bold;}

label{
	width: 15em;
	float:left;
	text-align: right;
	margin-right: 0.5em;
	font:0.8em /1.9 Verdana,Geneva,'Bitstream Vera Sans','DejaVu Sans',sans-serif;
	color:#0000A6;
	clear:both;}
.accommodations label {
	width:23em;}
	
#getDirections label {
	font-size:.9em;
	font-weight:normal;
	color:#303030;
	width:7.8em;}
	
#getDirections input[type="submit"] {
	margin-left:110px;}
	
input:focus, textarea:focus {
	background:#E6CDCA;}	

input[type="radio"], input[type="checkbox"] {
	position:relative;
	top:1.5px;}

input[type="text"] {
	width:25em;
	padding:.2em;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;}
/*
input:hover[type="submit"], input:hover[type="reset"] {
	
	border-bottom:2px solid;}
*/
input[type="number"],input[type="date"] {
	padding:.2em;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;}
	
textarea {
	overflow:auto;
	padding:.2em;
	border-top:2px solid #999;
	border-left:2px solid #999;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;}

.submit input{
	margin-left: 320px;}

.normal label{
	float:none;}

.required {
	font-size:0.7em;
	color:#760000;}

.state label, .zip label {
	width:auto;
	clear:both;}
	
.city input{
	width:20em;}	
	
.state input{
	width:2em;}
	
.zip input{
	width:6em;}
	


/* ------ Other ------ */

