/* SteveNeuschotz.com CSS */
/* ../css/snd.css */
/* Author: Steve Neuschotz */
/* Last Updated: 16-May-2008 */

/* Color Palette */
/* FBFBFB		1% Gray */
/* F6F6F6		3% Gray */
/* F1F2F2		5% Gray */
/* E6E7E8		10% Gray */
/* D1D3D4		20% Gray */
/* BCBEC0		30% Gray */
/* A7A9AC		40% Gray */
/* 939598		50% Gray */
/* 808285		60% Gray */
/* 6D6E71		70% Gray */
/* 58595B		80% Gray */
/* 414042		90% Gray */
/* 333132		95% Gray */

/* FF6F00		Orange */

/* Main Elements/Classes */
body
{
	background-color: #F1F2F2;
	color: #000000;
	font-family: Palatino Linotype, Arial, Sans-Serif;
	font-size: small;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	max-width: 1000px;
	min-width: 1000px;
	width: 1000px;
}
div
{
	margin: 0;
	padding: 0;
}
ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ol
{
	font-family: Palatino Linotype, Arial, Sans-Serif;
}
a
{ 
	color: #000000;
	text-decoration: none; 
}
p
{
	font-family: Palatino Linotype, Arial, Sans-Serif;
	margin: 10px;
	padding: 0px;
	text-align: left;
}
label
{
	color: #000000;
	font-family: Palatino Linotype, Arial, Sans-Serif;
	font-weight: 600;
	margin: 10px;
	padding: 0px;
}
img 
{
	border: 0;
}
td
{
	vertical-align: top;
}
em
{	
	font-size: larger;
}
/* Header */
#Header
{
	overflow: hidden;
	height: 40px;
	max-height: 40px;
	min-height: 40px;
	width: 1000px;
}
/* Graphic */
#Graphic
{
	background: url(../images/mastersndlogo.jpg) no-repeat top left;
	height: 150px;
	max-height: 150px;
	min-height: 150px;
	overflow: hidden;
	width: 1000px;
}
/* FooterList */
#FooterList 
{
	clear: both;
	display: block;
	float: left;
	list-style: none;
	margin: 0 0 0 370px;
}
#FooterList li
{
	color: #414042;
	float: left;
	margin: 0 0 0 0;
	text-align: left;
}
#FooterList li a
{
	color: #414042;
	display: block;
	margin: 0;
	padding: 10px;
}
/* MenuList */
#MenuList
{
	display: block;
	list-style: none;
	margin: 0;
}
#MenuList li
{
	border-top: solid 1px #E6E7E8;
	border-bottom: solid 1px #E6E7E8;
	color: #414042;
	display: block;
	font-size: 100%;
	margin: 0px;
	text-align: left;
}
#MenuList li a
{
	color: #414042;
	display: block;
	margin: 0;
	padding: 8px 5px 8px 12px;
}
#MenuList li a:hover
{
	background: url('../images/triangleleft.gif') no-repeat left 50%;
	color: #FF6F00;
	margin: 0;
}
/* Top Orange Bar */
#InnerTopBar
{
	background: url('../images/grayrounedcornertopright.gif') no-repeat right top;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	max-width: 1000px;
	min-width: 1000px;
}
#OuterTopBar
{
	background: #FF6F00 url(../images/grayrounedcornertopleft.gif) no-repeat top left;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	max-width: 1000px;
	min-width: 1000px;
}
/* Bottom Orange Bar */
#InnerBottomBar
{
	background: url('../images/grayrounedcornerbottomright.gif') no-repeat right bottom;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	max-width: 1000px;
	min-width: 1000px;
}
#OuterBottomBar
{
	background: #FF6F00 url(../images/grayrounedcornerbottomleft.gif) no-repeat bottom left;
	height: 20px;
	max-height: 20px;
	min-height: 20px;
	max-width: 1000px;
	min-width: 1000px;
}
/* Content */
#ContentWrapper
{
	background: url(../images/rightcolumn.gif) repeat-y 180px 0;
	overflow: hidden; /* Fixes background image not appearing where there is no height specified in Safari and Firefox */
	max-width: 1000px;
}
#Content
{
	background: url(../images/leftcolumn.gif) repeat-y 0px 0;
	overflow: hidden; /* Fixes background image not appearing where there is no height specified in Safari and Firefox */
	width: 1000px;
}
#LeftContent
{
	float: left;
	width: 820px;
	margin: 0;
	padding: 0px;
}
#LeftSideBar
{
	float: left;
	margin: 0;
	padding: 0px;
	width: 180px;
}
#MainContent
{
	float: right;
	margin: 0;
	min-height: 400px;
	padding: 10px 15px;
	width: 610px;
}
#RightContent
{
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#Quote
{
	padding: 10px 0 0 0;
	text-align: center;
}
#Mission
{
	color: #FF6F00;
	font-size: 130%;
	font-weight: 600;
}
#PII
{
	list-style-type: disc;
	margin: 25px;
	padding: 0 0 0 10px;
}
.RCLogo
{
	padding: 5px 0 0 0;
	text-align: center;
}
.RCSubtitle
{
	color: #FF6F00;
	font-weight: 600;
	padding: 0 5px 1px 5px;
}
.RCContent
{
	font-family: Palatino Linotype, Arial, Sans-Serif;
	font-size: 95%;
	padding: 0 5px 5px 5px;
}
.BreadCrumbs
{
	border-bottom: solid 1px #D1D3D4;
	color: #FF6F00;
	font-size: 120%;
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0px 0 2px 0px;
}
.Underline
{
	color: #FF6F00;
	font-size: 120%;
	text-decoration: underline;
}
.Project
{
	border: #808285 1px solid;
	margin: 5px 0 0 5px;
	padding: 10px;	
}
.ProjectSmall
{
	padding: 5px;	
}
/* IE6 Fix */
html, body 
{
	height: 100%;
	min-height: 100%;
}