/******************  Flip Flop 2 Adopt Sitewide StyleGuide *******************/

/******** general body and link styles **********************/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	background: #FFB9C0 url(../images/flop_bground.png) repeat left top;
	margin: 0px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #000;
	letter-spacing: 0.1em;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #ff3366;
	letter-spacing: -0.05em;
	margin-bottom: 8px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 8px;
}
h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #C9F;
	letter-spacing: .1em;
	font-weight: bold;
	margin-bottom: 4px;
}
a:link, a:visited, a:active {
	color:#993399;
	text-decoration:none;
}
a:hover {
	color:#993399;
	text-decoration:underline;
}

/************* wrapper div styles *************************/
#wrapper {
	background: #FFF url(../images/zebra_bground.gif) repeat-y left top;
	width: 85%;
	margin: 0px auto;
	padding: 20px;
	overflow: hidden;
	position: relative;
}
#wrapper #logo {
	background: #FFF;
	margin: 0px;
	height: 210px;
	padding: 8px 5px;
	border-bottom: none;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	text-align: center;
}
.logoImages {
	margin: 0px auto;
}
#logo .logoImages #flowersImg {
	margin-left: 20px;
}

#logoBtmBorder  {
	background: transparent;
	position: absolute;
	left: 2px;
	top: 210px;
	z-index: 5000;
}
#wrapper #mainContent {
	background: #000000;
	padding: 30px 10px 10px 10px;
	clear: both;
	margin-top: -10px;
	overflow: hidden;
}
#mainContent #topNav {
	margin-bottom: 40px;
}

#mainContent #topNav ul {
	list-style: url(none) none;
	font-size: 1.2em;
	color: #FF4558;
	float: right;
	letter-spacing: -0.05em;
}
#mainContent #topNav ul li {
	display: inline;
	margin: 0px 20px 10px 0px;
}
/************ side Navigation **********/
#sideNav a:link, #sideNav a:active, #sideNav a:visited {
	color: white;
	text-decoration: none;
}
#sideNav a:hover {
	color:#9C0;
	text-decoration: none;
}
#mainContent #sideNav {
	width: 25%;
	float: left;
	overflow: hidden;
	border-right: url(../images/open_circle_border.gif) repeat-y;
}
#sideNav ul {
	list-style: url(none) none;
	margin: 8px 0px;
	padding-left: 15px;
}
#sideNav ul li {
	font-size: 0.9em;
	text-transform: uppercase;
	color: #FFF;
}
/*********** Rounded Corner Boxes Classes ******/
/***   PINK ***/
.boxPink {
	background: url(../images/tilePink.gif) repeat-y;
	width: 206px;
}
.boxPink h3{
	background: url(../images/top.gif) no-repeat left top;
	padding: 12px 20px 0px 10px;
}
.boxPink .boxRoundBtm{
	background: url(../images/bottom.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
/*** GREEN ***/
.boxGreen {
	background: url(../images/tile2Green.gif) repeat-y;
	width: 206px;
}
.boxGreen h3{
	background: url(../images/topGreen.gif) no-repeat left top;
	padding: 12px 20px 0px 10px;
}
.boxGreen .boxRoundBtm{
	background: url(../images/bottomGreen.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
/*** PURPLE ***/
.boxPurple {
	background: url(../images/tile2Purple.gif) repeat-y;
	width: 206px;
}
.boxPurple h3{
	background: url(../images/topPurple.gif) no-repeat left top;
	padding: 12px 20px 0px 10px;
}
.boxPurple .boxRoundBtm{
	background: url(../images/bottomPurple.gif) no-repeat left bottom;
	padding-bottom: 20px;
}
/*** BLUE ***/
.boxBlue {
	background: url(../images/tile2Blue.gif) repeat-y;
	width: 206px;
}
.boxBlue h3{
	background: url(../images/topBlue.gif) no-repeat left top;
	padding: 12px 20px 0px 10px;
}
.boxBlue .boxRoundBtm{
	background: url(../images/bottomBlue.gif) no-repeat left bottom;
	padding-bottom: 20px;
}

/************* contentView div styles ************/

#mainContent #contentView {
	background: #FFF;
	width: 70%;
	padding: 20px;
	float: right;
	margin-bottom: 50px;
}
#contentView #login {
	float:right;
	width: 40%;
	background-color:#cccc33;
	padding: 5px;
	text-align: center;
	border: 2px #000 solid;
	margin: 0px 10px 10px 10px;
}
#contentView #homeWelcome img {
	float: right;
	margin: 0px 0px 0px 14px;
}
#contentView #homeWelcome p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
}
#contentView .aboutUs {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:.9em;
	font-color:#333;
}

.aboutUs p {
}
.aboutUs img {
	float:right;
	padding:10px;
}



/********  footer div styles *********/
#footer {
	background-color:#000;
	text-align: center;
	margin-top: 20px;
	font-size: 0.7em;
	color: #FFF;
	width: inherit;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #939;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color:white;
	text-decoration: none;
}
#footer ul {
	padding: 10px;
	font-size:1.1em;
}
#footer ul li {
	display: inline;
	list-style: url(none) none;
	margin-right: 10px;
	letter-spacing: 0.05em;
	font-size: 1.2em;
	font-weight: bold;
}
