/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inline;
	vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
@media only screen and (min-width: 240px)
{	
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:98%; margin:1% auto;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}
}	

/* MOBILE PORTRAIT */
@media only screen and (min-width: 320px)
{
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:98%; margin:1% auto;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}

}

/* MOBILE PORTRAIT */
@media only screen and (min-width: 340px)
{
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:98%; margin:1% auto;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}
}



/* MOBILE PORTRAIT */
@media only screen and (min-width: 450px)
{
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:98%; margin:1% auto;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}
}


/* MOBILE LANDSCAPE */
@media only screen and (min-width: 480px)
{
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:98%; margin:1% auto;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}
}

@media only screen and (min-width: 600px)
{
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:14.66%; margin:1%; float:left;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}
}

/* TABLET/NETBOOK */
@media only screen and (min-width: 768px)
{
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:14.66%; margin:1%; float:left;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}
}

/* LANDSCAPE TABLET/NETBOOK/LAPTOP */
@media only screen and (min-width: 1024px)
{
	
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:14.66%; margin:1%; float:left;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}
}

@media only screen and (min-width: 1280px)
{
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:14.66%; margin:1%; float:left;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}
}



/* WIDESCREEN */
/* Increased body size for legibility */
@media only screen and (min-width: 1400px)
{
body									{ background:#fff;}
div.searcharea						{ width:100%; margin:0 auto; background:#CCCCCC; padding:10px;}
div.column6							{ width:14.66%; margin:1%; float:left;}
div.column6 input, select, option	{ width:100%; border:1px solid #333333; padding:5px;}

}

/* PRINT */
@media print
{

}

