/*
Mrs Clothesline CSS
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/brightblue_bg.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333399;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 1em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-alpha;
}

ol li {
}

a {
	color: #3399CC;
}

a:hover {
	text-decoration: none;
	color: #009900;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1.2em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 1px solid #CAD4DF;
}
.boxed2 {
	margin-bottom: 1em;
	background: #FFFFFF;
	border: 0px solid #CAD4DF;
}

.boxed .title {
	padding: 10px 0 0 10px;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
}


/* Header */

#header {
	width: 750px;
	height: 233px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	height: 233px;
	background: url(images/mrsc_banner_www.jpg);
}

#logo h1 {
	padding: 110px 0 0 0;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	color: #385B88;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	margin: 0 -4px 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(../images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(../images/img03.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(../images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 750px;
	height: 20px;
	margin: -25px auto 0 auto;
	padding: 0 0 0 45px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 0.6em 0 0;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
}

/* Content > Main */

#main {
	float: left;
	width: 520px;
}

/* Content > Main > Example */

#example {
}


img.polaroid {
   margin:-5px 0 0px -5px !important;
   padding:12px 15px 35px 14px !important;
   background: url(../images/polaroid-background.png) 0 0 no-repeat;
   }
   
/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 20px 0 1.5em 0;
	border-bottom: 1px dotted #CAD4DF;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 195px;
	margin: 0px 0px 0 5px;
}


/* Content > Sidebar > Updates*/

#updates {

}

#updates ul {
	width: 180px;
	margin: 5px;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 0px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 5px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0 60px 0;
	background: #2779A2;
	border: 1px solid #CAD4DF;
}

#footer p {
	width: 750px;
	margin: 0 auto;
	font-size: small;
	color:#B6D3E1;
}

.footerlinks a {
color:#B6D3E1;
}

.footerlinks a:hover {
	text-decoration: none;
	color: #fff;
	
.style3 {color: #385B88}
.style4 {
	font-size: x-small;
	color: #CC6600;
}
.style5 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #385B88;
	}