@charset "UTF-8";
#mainContainer {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#subNavContainer {
	height: 70px;
	width: 740px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: both;
}
.subNavLeftBracket {
	height: 70px;
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c29b50;
	border-bottom-color: #c29b50;
	border-left-color: #c29b50;
	border-left-width: 1px;
}
.homesubNavLeftBracket {
	height: 70px;
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D89F4E;
	border-bottom-color: #D89F4E;
	border-left-color: #D89F4E;
	border-left-width: 1px;
}
.profilesubNavLeftBracket {
	height: 70px;
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #51004B;
	border-bottom-color: #51004B;
	border-left-color: #51004B;
	border-left-width: 1px;
}
.portfoliosubNavLeftBracket {
	height: 70px;
	width: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #829C66;
	border-bottom-color: #829C66;
	border-left-color: #829C66;
	border-left-width: 1px;
}
.subNavRightBracket {
	height: 70px;
	width: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #c29b50;
	border-right-color: #c29b50;
	border-bottom-color: #c29b50;
}
.profilesubNavRightBracket {
	height: 70px;
	width: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #51004B;
	border-right-color: #51004B;
	border-bottom-color: #51004B;
}
.portfoliosubNavRightBracket {
	height: 70px;
	width: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #829C66;
	border-right-color: #829C66;
	border-bottom-color: #829C66;
}
.photoContainer {
	float: right;
	height: 280px;
	width: 280px;
	border: 1px solid #c29b50;
	margin-top: -297px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.homephotoContainer {
	float: right;
	height: 280px;
	width: 280px;
	border: 1px solid #D89F4E;
	margin-top: -297px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.profilephotoContainer {
	float: right;
	height: 280px;
	width: 280px;
	border: 1px solid #51004B;
	margin-top: -297px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.portfoliophotoContainer {
	float: right;
	height: 280px;
	width: 280px;
	border: 1px solid #829C66;
	margin-top: -297px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#bodyContainer {
	height: 400px;
	width: 770px;
	border: 1px solid #c29b50;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#contactContainer {
	height: 70px;
	width: 800px;
}
.flashNavContainer {
	height: 55px;
	width: 800px;
	background-image: url(../images/topback.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.orflashNavContainer {
	height: 55px;
	width: 800px;
	background-image: url(../images/topback-or.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bluflashNavContainer {
	height: 55px;
	width: 800px;
	background-image: url(../images/topback-blue.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.purpflashNavContainer {
	height: 55px;
	width: 800px;
	background-image: url(../images/topback-purp.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.grnflashNavContainer {
	height: 55px;
	width: 800px;
	background-image: url(../images/topback-green.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.contentContainer {
	margin: 15px;
	float: left;
	height: 280px;
	width: 445px;
	border: 1px solid #c29b50;
}
.homecontentContainer {
	margin: 15px;
	float: left;
	height: 280px;
	width: 445px;
	border: 1px solid #D89F4E;
}
.profilecontentContainer {
	margin: 15px;
	float: left;
	height: 280px;
	width: 445px;
	border: 1px solid #51004B;
}
.PortfolioHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #829C66;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}
.PortfolioBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #829C66;
	margin-right: 10px;
	padding-right: 10px;
}
.portfoliocontentContainer {
	float: left;
	height: 280px;
	width: 445px;
	border: 1px solid #829C66;
	margin: 15px;
}
#bodyContainerOrange {
	height: 400px;
	width: 770px;
	border: 1px solid #D89F4E;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
}
#bodyContainerPurple {
	height: 400px;
	width: 770px;
	border: 1px solid #51004B;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../images/bodyPurple.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#bodyContainerBlue {
	height: 400px;
	width: 770px;
	border: 1px solid #1F89A5;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../images/bodyBlue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#bodyContainerGreen {
	height: 400px;
	width: 770px;
	border: 1px solid #829C66;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-image: url(../images/bodyGreen.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.standardMargin {
	margin: 15px;
}

.standardMarginScroll {
	overflow: auto;
	height: 250px;
	width: 425px;
	visibility: visible;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.homeHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D89F4E;
	text-decoration: none;
}
.ProfileHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #51004B;
	text-decoration: none;
}
.homeBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D89F4E;
	text-decoration: none;
	margin-right: 10px;
	padding-right: 10px;
}
.ProfileBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #51004B;
	text-decoration: none;
	margin-right: 10px;
	padding-right: 10px;
}
.ProfileSubHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #51004B;
	line-height: 20px;
}
.adminMainNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
}
#overs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C29B50;
	background-image: url(../images/overArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0px;
	clear: right;
}
#profileovers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #51004B;
	background-image: url(../images/overArrow-purp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0px;
	clear: right;
}
#peopleovers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #51004B;
	background-image: url(../images/overArrow-purp.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0px;
	clear: right;
}
#homeovers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CE8E3E;
	background-image: url(../images/overArrow-or.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0px;
	clear: right;
}
#portfolioovers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #829C66;
	background-image: url(../images/overArrow-grn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0px;
	clear: right;
}
#homeleftovers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #829C66;
	background-image: url(../images/overArrow-or.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0px;
	clear: right;
}
#portfolioleftovers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #829C66;
	background-image: url(../images/overArrow-grn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 0px;
	clear: right;
}
.adminMainNav a:link {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
.adminMainNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000099;
	text-decoration: none;
}

.adminMainNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
}
.adminHeadersWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.adminHeaderWhite a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.adminHeaderWhite a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.adminHeaderWhite a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
}
.adminHeaderWhite a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.adminHeadersBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
#bodyContainerAdmin {
	height: 100%;
	width: 740px;
	border: 1px solid #c29b50;
	margin: 15px;
	padding: 15px;
}
#mainContainerAdmin {
	height: 100%;
	width: 800px;
	margin-right: 15%;
	margin-left: 15%;
}
.flashNavContainerAdmin {
	height: 150px;
	width: 800px;
}
#catNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	visibility: hidden;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.Headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
	padding-left: 20px;
	padding-top: 3px;
	text-transform: capitalize;
}
.homeHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #D89F4E;
	padding-left: 20px;
	padding-top: 8px;
	text-transform: uppercase;
	display: block;
}
.ProfileHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #51004B;
	padding-left: 20px;
	padding-top: 8px;
	text-transform: uppercase;
	display: block;
}
.PortfolioHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #829C66;
	padding-left: 20px;
	padding-top: 8px;
	text-transform: uppercase;
	display: block;
}
.SeemyvoiceHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #1F89A5;
	padding-left: 20px;
	padding-top: 8px;
	text-transform: uppercase;
	display: block;
}
.homeThumbBorder {
	border: 1px solid #D89F4E;
}
.ProfileThumbBorder {
	border: 1px solid #51004B;
}
.PortfolioThumbBorder {
	border: 1px solid #829C66;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE8E3E;
	border: 1px solid #CE8E3E;
	width: 250px;
}
