/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Type
----------------------------------------------------------------------------------------------------*/

html {
	font-size: 16px;
}

body {
	color: #333;
	font: 75%/1.5em Lucida Sans, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #555;
	font: 1.9em/1em Lucida Sans, Arial, sans-serif;
}

h1 {

}

h2 {
	color: #0000ff;
}

h3 {
	color: #0000ff;
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.1em;
	font-weight: bold;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	color: #666;
	font-family: Lucida Sans, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

ul {
	list-style: disc;
	color: #555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol, ol.lowerRoman, ol.upperAlpha {
	list-style: decimal;
	color: #555;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.3em;
}

ol.lowerRoman {
	list-style: lower-roman;
}

ol.upperAlpha {
	list-style: upper-alpha;
}

strong, b, .b {
	color: #555 !important;
	font-weight: bold;
}

a {
	color: #0000ff;
	text-decoration: none;
}

/*a:link {
	color: #990000;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #990000;
	outline: none;
	text-decoration: none;
}*/

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #0000ff;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: 1px dotted;
}

.more {
	text-decoration: underline !important;
}

/* Spacing
----------------------------------------------------------------------------------------------------*/



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 3px !important;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

p {
	margin-right: 10px;
	padding: 5px 0;
    
}

#address {
    margin-bottom:0;
    margin-top:0;
    background-color:#ffd1ff;  /*B2FFC4; */
         }



blockquote {
	margin-right: 10px;
	padding: 5px 0 20px 0;
}

ul, ol {
	margin-left: 25px;
	padding-left: 0;
}

li {
	margin-bottom: 15px;
	margin-left: 15px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

html {
	background: url(../images/bluebody_bkgd1.png) repeat-x;
	padding: 0px 0px 40px 0px;
	text-align: center;
      background-color:#f7e8ff;
    display:block;
    overflow:visible; 
}

body {
	background:  none;
    margin-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	border: none;
}

#logoTxt {
	background: url(../images/morepinklogo.png) top right no-repeat;
	position: absolute;
	top: 35px;
	left: 25px;
	width: 168px;
	height: 96px; 
    border: thick;
}

#logoTxt h1, #logoTxt h2 {
	color: #fff;
	font-size: 3em;
	line-height: 1.5em;
	text-align: center;
}

#logoTxt h2 {
	color: #fff;
}

#logoTxt h1 span, #logoTxt h2 span {
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	width: 124px;
	z-index: 9;
	border: none;
}

#logoTxt h2 span {
	top: 0 !important;
	z-index: 10 !important;
}

header {
	/*height: 170px;*/
	width: 100%;
	border: none;
}

header h1 {
	color: #333;
	font-size: 1.6em;
	margin-top: 20px;
	text-align: left;
	border: none;
}

header h1 span {
	color: #0000ff;
	display: block;
	float: left;
	padding-right: 5px;
	width: 500px;
	border: none;
}

#headTxt {
	color: #000 !important;
	font-size: 4em;
	line-height: 0.3em;
	text-transform: capitalize;
	width: auto !important;
}
/*
nav ul {
	clear: left;
	list-style: none;
	width: 610px;
	height: 40px;
	margin-left: 0;
	padding-top: 50px;
	text-align: left;
	border: none;
}

nav ul li {
	display: inline;
	margin: 0 2px 0 0;
	border: none;
}

nav ul li a {
		color:yellow;             /*  #E7DBBA;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 8px 30px 8px 0px;
	text-transform: uppercase;
	border: none;
}

nav ul li a:hover {
	
	color: #fff;
	text-decoration: none;
   }
   */
#leftback  {
 
  position:absolute;
  top:200px;
  float:left;
  background-color:#000000;
  width:325px;
  height:600px;
  
 } 

#mainLeft, #mainLeft2 {
	float: left;
	padding-top: 40px;
	position: relative;
	width: 325px;
	text-align: left;
  }

#mainLeft img {
	border: 10px;
    border-bottom-color: #000000;
    border-color:black;
    border-radius:15px;
    position: absolute;
    caption-side:"caption 1";
    top: 200px;
	z-index: 5;
}

#mainLeft2 img {
    border: 10px;
    border-bottom-color: #000000;
    border-color:black;
    border-radius:15px;
    position:absolute;
    top: 550px;
    left: -375px;
	z-index: 5; }

#mainLeft h1 {
	color: #666;
  	font-size: 2em;
	line-height: 1.5em;
 	text-align: center;
 
}

#mainLeft h2 {
	color: #444;
	font-size: 0.8em;
	text-align: center;
	text-transform: uppercase;
}

#mainLeft h1 span, #mainLeft h2 span {
	display: block;
	position: absolute;
	top: 255px;
	right: 0;
	width: 330px;
	z-index: 60;
	border: none;
}

#mainLeft h2 span {
	top: 320px !important;
}

/*#mainLeft2 {
	margin: 20px 0 0 50px;
	width: 520px !important;
}*/

#mainRight, #mainRight2 {
	float: right;
	margin-top: 50px;
	width: 610px;
	text-align: left;
}

/*#mainRight h2 {
	margin-bottom: 40px;
	border: none;
}

#mainRight2 {
	width: 300px !important;
}*/

.columns {
	margin: 20px 0;
	padding-right: 10px;
	border: none;
}

.colLeft {
	float: left;
	width: 290px;
	border: none;
}

.colRight {
	float: right;
	width: 290px;
	border: none;
}

#signature {
	margin-bottom: 5px;
	text-align: right;
}

footer {
	clear: both;
	background: url(../images/bluefoot_bkgd.png) repeat-x;
	padding-top: 10px;
	border: none;
}

footer p {
	float: left;
	font-size: 0.8em;
	border: none;
}

footer ul {
	float: right;
	list-style: none;
	width: 330px;
	margin-left: 0;
	padding-top: 3px;
	text-align: right;
	border: none;
}

footer ul li {
	display: inline;
	margin: 0 5px;
	border: none;
}

footer ul li a {
	font-size: 0.9em;
}

footer ul li a:hover {
	color: #000;
}

marquee {
 background-color:transparent;
 border:1px;
 border-color:black;
 font-size: 2em;
 font-weight:bold;
 color:black;
 
 }
 ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;padding:0;background-color:#dedede;border-width:1px;border-style:solid;border-color:#5f5f5f;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
ul#css3menu1 ul{
	display:none;position:absolute;left:0;top:100%;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;background-color:#ffff7f;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px;border-color:#d4d4d4;padding:0 10px 10px;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1{
	font-size:0;width:100%;z-index:999;position:relative;display:inline-block;zoom:1;padding:0 0%;margin:0 0%;
	*display:inline;*padding-right:1.3%;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0;width:20%;}
body:first-of-type ul#css3menu1{
	display:inline-table;border-spacing:0px 0;}
body:first-of-type ul#css3menu1>li{
	display:table-cell;float:none;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:center;text-decoration:none;font:bold 14px Trebuchet MS;color:#000000;text-shadow:#FFF 0 0 1px;cursor:pointer;padding:10px;background-color:#ffaaff;
  background-image: linear-gradient(bottom, rgb(98,137,172) 22%, rgb(255,170,255) 61%);
background-image: -o-linear-gradient(bottom, rgb(98,137,172) 22%, rgb(255,170,255) 61%);
background-image: -moz-linear-gradient(bottom, rgb(98,137,172) 22%, rgb(255,170,255) 61%);
background-image: -webkit-linear-gradient(bottom, rgb(98,137,172) 22%, rgb(255,170,255) 61%);
background-image: -ms-linear-gradient(bottom, rgb(98,137,172) 22%, rgb(255,170,255) 61%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.22, rgb(98,137,172)),
	color-stop(0.61, rgb(255,170,255))

);
     
    background-repeat:repeat;background-position:0 0;border-width:0 0 0 5px;border-style:solid;border-color:#C0C0C0;}
ul#css3menu1 ul li{
	float:none;margin:10px 0 0;}
ul#css3menu1 ul a{
	text-align:left;padding:4px;background-color:#ffff7f;background-image:none;border-width:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:14px Tahoma;color:#000;text-decoration:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#00ffff;border-color:#C0C0C0;border-style:solid;color:#000000;text-shadow:#FFF 0 0 1px;background-image:url("images/mainbk1.png");background-position:0 100px;text-decoration:none;}
ul#css3menu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	background-color:#00ffff;background-image:none;color:#868686;text-decoration:none;}
ul#css3menu1 li.topfirst>a{
	border-radius:5px 0 0 5px;-moz-border-radius:5px 0 0 5px;-webkit-border-radius:5px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:0;}
ul#css3menu1 li.toplast>a{
	border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;-webkit-border-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;}

ul#css3menu1>li:nth-child(1){width:16%}ul#css3menu1>li:nth-child(2){width:22%}ul#css3menu1>li:nth-child(3){width:18%}ul#css3menu1>li:nth-child(5){width:24%}

@-moz-document url-prefix(){body:first-of-type ul#css3menu1{display:inline-block} body:first-of-type ul#css3menu1>li{display:block;float:left !important;}}
@media only screen and (max-width:386px),only screen and (max-device-width:386px){
ul#css3menu1>li:nth-child(1){width:28%}ul#css3menu1>li:nth-child(2){width:39%}ul#css3menu1>li:nth-child(3){width:33%}ul#css3menu1>li:nth-child(4){width:45%}ul#css3menu1>li:nth-child(5){width:55%}body:first-of-type ul#css3menu1{display:inline-block} body:first-of-type ul#css3menu1>li{display:block;float:left !important;}}
@media only screen and (max-width:212px),only screen and (max-device-width:212px){
ul#css3menu1>li:nth-child(1){width:42%}ul#css3menu1>li:nth-child(2){width:58%}ul#css3menu1>li:nth-child(3){width:47%}ul#css3menu1>li:nth-child(4){width:53%}ul#css3menu1>li:nth-child(5){width:100%}}
