/* Media-Link fluid */
/* Updated: 9 July 2006 */
/* Author: Dan Hitchins */

/* IE is the only one that doesn’t support the CSS2 properties min-width and max-width (which have been a standard since 1997). */

@import "business-directory.css";

/*********** Default Styles ***********/
body { padding: 1%; }
#wrapper { margin: 0; padding: 1%; width: 98%; margin-right: auto; margin-left: auto; min-width: 742px; }
html>#wrapper { width: 98%; }

/*********** Header ***********/
#header { width: 100%; }

/*********** Main Nav ***********/
#menu { width: 100%; }
#menu li a:link,  #menu li a:visited { padding: 5px 1em; }

/*********** Second Nav ***********/
#sidebar { width: 22%; }
#sidebar h4 { padding: 5px 5%; width: 90%; }
#subnav, #tools { width: 100%; }
#subnav li a { width: 90%; padding: 5px 5% }
html>#subnav li a { width: 90%; padding: 5px 5% }

/*********** Main Content ***********/
#pagebody { width: 100%; }
#maincontent { padding: 0 1% 1% 1%;
	width: 75%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 75%; }
html>#maincontent { width: 75%; }

/*********** Homepage Features ***********/
#features .description { width: auto; float: none; }

/*********** Footer ***********/
#footer { width: 100%; min-width: 762px; }

/*********** Forms ***********/
#formcontainer { width: 73%; }
div.row span.label { width: 39%; }
div.row span.formw { width: 59%; } 
textarea, select, input { border-top: solid 1% #aaa; border-left: solid 1% #aaa; border-bottom: solid 1% #eee; border-right: solid 1% #eee; padding: 2px 0.2em; }
input.xl, textarea.xl { width: 95%; }
input.button { border:outset 1% #fff; padding: 5px 1em; }

/*********** Classifieds ***********/
.classifiedscontainer, .classifiedscontainergold { width: 100%; }
.classifiedscontactdetails { padding: 1% 0 1% 1%;
	width: 47%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 47%; }
html>.classifiedscontactdetails { width: 47%; }
.classifiedsdescription { padding: 1% 1% 1% 0;
	width: 47%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 47%; }
html>.classifiedsdescription { width: 47%; }