/*		For Snails and Spice				*/
/*		www.snailsandspice.com  -> .css		*/



*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #efefef;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}

#outershadow
{
	width: 962px;
	margin: 0px auto 0px auto;
	background: #000;
	border: solid #c0c0c0;
	border-width: 0px 2px 2px 1px;
	text-align: center;
}

#outercontainer
{
	width: 960px;
	margin: 0px auto 0px auto;
	background: #fff url(images_layout/sas_content_bkgnd.jpg) top repeat-y;
	text-align: left;
}


#topofpage
{
	z-index: 1;
	height: 150px;
	width: 960px;
	padding: 0px;
	background: #fff url(images_layout/sas_branding_feature.jpg) left no-repeat;
}


#menuparent
{
	position: relative;
	display: block;
	z-index: 9;
	text-align: center;
	left: 0px;
	width: 1px;
	height: 0px;
}

#menucontainer
{
	position: absolute;
	top: 100px;
	height: 25px;
	margin: 0px auto;
	padding: 0px 0px 0px 170px;
	width: 660px;
	text-align: center;
	line-height: 180%;
}


#contentouter
{
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

#contentinner
{
	width: auto;
	min-height: 500px;				/* This works in compliant browsers  */
	padding: 30px 10px 20px 75px;
	text-align: left;
}



#footerbox
{	
	width: 940px;
	text-align: center;
	margin: 0px auto;
	color: #808080;
}

#footerhighlight
{	
	width: auto;
	height: 25px;
	background: #e000a0;
	color: #fff;
	font-weight: bold;
	line-height: 200%;
	text-align: center;
	margin: 0px;
}

div.painting
{
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	border: solid #e0e0e0 1px;
	text-align: center;
	font-size: 10px;
}

img.thumb
{
	width: 160px;
	height: 120px;
	margin: 5px auto;
	display: block;
}

#imageparent
{
	position: relative;
	display: block;
	float: left;
	text-align: left;
	left: 0px;
	width: 1px;
	height: 0px;
}

#imagefloat
{
	z-index: 99;
	display: none;
	position: absolute;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 656px;
	border: solid #606060 1px;
	background: #e0e0e0;
	margin-bottom: 25px;
	text-align: center;
}



h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,sans-serif;
	color: #0060d8;
	text-align: left;
	margin-left: 5px;
	padding-top: 20px;
}

h1
{
	font-size: 20px;
	margin-bottom: 5px;
	padding-top: 20px;
}

h1.subtitle
{
	font-size: 16px;
	font-style: italic;
	margin-bottom: 15px;
	padding-top: 0px;

}


h2, h3, h4, h5, h6 { margin-bottom: 2px; }
h2 { font-size: 16px; }
h3 { font-size: 15px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

h2.feature 
{
	padding-top: 0px;
	padding-left: 15px;
	margin-top: 20px;
	background: url(images_layout/h2_marker.gif) left  no-repeat;
}


p, ul, ol, textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	margin: 0px 10px 10px 5px;
	line-height: 150%;
}

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: 10px; }
.strong { font-weight: bold; }

span.namespacer
{
	display: inline;
	color: #efa0a0;
	margin-left: 30px;
	margin-right: 30px;
}

span.linkspacer
{
	display: inline;
	color: #e000a0;
	margin-left: 12px;
	margin-right: 12px;
}


p.small
{
	font-size: 11px;
	line-height: 150%;
}

td p
{
	margin: 2px 2px 0px 2px;
}

p.copyright
{
	width: 970px;
	margin: 5px auto 20px auto;
	font-size: 11px;
	text-align: center;
	color: #404040;
}

p.feature
{
	font-size: 14px;
	color: #808080;
	line-height: 200%;
}

.pdflink
{
	background: url(images_layout/pdf_icon.gif) left no-repeat;
	padding-left: 20px; 
	text-decoration: none;
}


li
{
	text-align: left;
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 150%;
}
ul.li
{	list-style-type: disc; }



a:link { color: #2020ff; }
a:visited { color: #6060b2; }
a:hover { color: #ff6060; }
a:active { color: #ff0000; }

a.inverse:link { color: #fff; text-decoration: none;}
a.inverse:hover { color: #400000; text-decoration: underline;}

a.primnavi, .pseudonavi
{
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

.pseudonavi
{
	color: #a06060;
	background: url(images_layout/sas_btn_highlight.jpg) bottom no-repeat;

}

a.primnavi:link, a.primnavi:visited
{
	color: #d80000;
	background: url(images_layout/sas_btn_lowlight.jpg) bottom no-repeat;

}

a.primnavi:hover
{
	color: #d8a000;
/*	background: url(images_layout/sas_btn_bkgnd_focus.gif) no-repeat;	*/
}

a.primnavi:active
{
	color: #ffa000;
/*	background: url(images_layout/sas_btn_bkgnd_focus.gif) no-repeat;	*/
}




table { empty-cells: show; }

th
{
	background: #a0e0ff url(images_layout/th_background.jpg) top left repeat;
	text-align: center;
}
td
{
	line-height: 150%;
}

img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
}

input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_layout/input_bkgnd.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

textarea
{
	padding: 2px 5px;
}
/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}
input.submit
{
	background: #0080c0;
	border-left: solid #a0e0ff 2px;
	border-top: solid #a0e0ff 2px;
	border-right: solid #2040a0 2px;
	border-bottom: solid #2040a0 2px;
	font-weight:bold;
	color: #fff;
	padding-left: 15px;
}

option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: solid #fff 1px;
}
