/* Start of CMSMS style sheet 'Layout: uniquelyMain' */
/*
Primary stylesheet for Uniquely Yours Business Services.
Author: Heather Feuerhelm, Uniquely Yours Business Services.
Version 2, January 14, 2010
*/

/* Clear existing margins and padding */
html {
	margin: 0;
	padding: 0;
	
}

/* Set default body style */
body {
	/* first the font style */
	text-align: left; font-size: .95em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em; letter-spacing: .4pt;
	/* then the layout */
	background-color: #c5c5ef;
	color: #fff;
}

/* Set the font style for links */
a, a:link, a:visited {
	text-decoration: underline; 
	color: #000066; /* This is the same color as content text */
	background: transparent;
}

a:hover {
	text-decoration: none;
	background: transparent;
	color: #509105; font-weight: bold;
}

img {
	border: none; /* Prevents images inside an "a" tag from showing a border */
	margin: .5em; /* Puts some air between images and surrounding text */
}

/* Create the layout */
/* Define the containers for the page elements.
They are stated here in the order they appear on the page. */
 
 /* creates top left rounded corner */
 #top {
 	background: url(uploads/Unique/topBackground.png) no-repeat top left;
 	margin: 1.5em auto 0 auto; width: 990px; padding-top: 1.5em;
 }
 
 #bottom {
 	background: url(uploads/Unique/bottomBackground.png) no-repeat bottom right;
 	margin: 0 auto 1.5em auto; width: 990px; clear: both; padding-bottom: 1em;
 }

 /* 
 The pagewrapper creates a container with a lighter background for the content.
 */
#pagewrapper {
	width: 990px;
	background-color: #ffffff;
	color: #000088; margin: 0 auto
}

/* This container holds the header, footer and the main content. */
#content {
	background-color: #ffffff;
	color: #000088;
	width: 960px;
	margin: 0 auto;
}

#header {
   height: 100px;
	margin: 0; padding-bottom: 1em;
	color: #ffffff;
	background: transparent url(uploads/Unique/header.png) no-repeat top right;
}

#header h1 a {
   text-decoration:none; /* firefox fix for link underline */
}

#header h3{
	float: left;
	padding-top: 65px;
	padding-left: 10px;
}

.logo {
	height: 100px; width: 345px;
	float: left; margin: 0; padding: 0;
}

#sidebarLeft {
	float: left;
	width: 220px;
}

#sidebarRight {
	float: right;
	width: 220px;
	
}

/* This container is for the main text of the page */
#main {
	width: 500px; margin: 0 auto;
	padding: 0;
}

.blueBoxTop {
	background: transparent url(uploads/Unique/blueBoxTop.png) no-repeat top center;
	color: #ffffff; height: 40px; padding-left: 1em; margin-bottom: .5em;
}

.blueBox {
	background: #ffffff url(uploads/Unique/blueGradient.png) repeat-x top;
	color: #000088; padding: .5em;
}

.blueBox hr {
         width: 90%;
         margin: 0 auto;
         color: #0000ff;
}

.greenBoxTop {
	text-align: center; height: 40px;
	color: #ffffff; font-weight: bold;
	background: transparent url(uploads/Unique/greenBoxTop.png) no-repeat top center;
	margin-bottom: .5em;
}

.greenBox {
	padding: .5em;
	background-image: url(uploads/Unique/greenGradient.png);
	background-repeat: repeat-x;
	color: #005500;
}

.redBoxTop {
	background: transparent url(uploads/Unique/redBoxTop.png) no-repeat top center;
	height: 40px; text-align: center;
	color: #ffffff; font-weight: bold; margin-bottom: .5em;
}

.redBox {
	background-image: url(uploads/Unique/redGradient.png);
	background-repeat: repeat-x;
	color: #660000; padding: .5em;
}

.redBox hr {
         width: 90%;
         margin: 0 auto;
         color: #ff0000;
}

/* The footer sits below the content section */
#footer {
	font-size: .7em; padding: .5em;
	border-top: 1px solid #000088;
	background-color: #ffffff; color: #000088;
	margin-bottom: 1em;
}

.left {
	width: 45%; float: left;
	text-align: left;
}

.right {
	float: right;
	width: 45%;
	text-align: right;
}

.center {
	margin: 0 auto;
	text-align: center;
}

hr {
	margin: 0;
	border-top: 1px solid #000088;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

/* position for the search box */
.search {
   float: right;
	background-color: transparent;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 65px 0 0.2em 0;
   margin: 0 1em;
}

#main2 {
	margin-left: 240px;
}

.blueTopWide {
	background: transparent url(uploads/Unique/blueTopWide.png) no-repeat top left;
	color: #ffffff; height: 40px; padding-left: 1em; margin-bottom: .5em;
}

.blueBoxWide {
	background: #ffffff url(uploads/Unique/blueGradient.png) repeat-x top;
	color: #000088; padding: .5em;
}

.blueBoxWide hr {
	width: 90%;
	margin: 0 auto;
	color: #0000ff;
}

#main3 {
	width: 100%;
}

#main3 hr {
	border: 2px ridge #0000ff;
	height: 4px;
}

#myframe {
	width: 100%; margin: 0 auto; height: 900px;
	min-height: 600px; max-height: 2048px;
}

.greenTopWide {
	background: transparent url(uploads/Unique/greenWideBar.png) no-repeat top center;
	color: #ffffff; height: 40px; padding-left: 1em; margin-bottom: .5em; 
	text-align: center;
}

.greenBoxWide {
	background: #ffffff url(uploads/Unique/greenGradient.png) repeat-x top;
	color: #008800; padding: .5em;	
}


/* Content Styling */
/* 
These first styles hide text needed by screen readers and users with mobility impairments. Credit for these styles goes to http://www.webaim.org, an invaluable resource for accessibility tips and tricks.
*/

/* This class hides text from visual display without interfering with other elements. */
.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* 
This class hides skip links from visual display until a keyboard user tabs to it.
The skip link will disappear again once the user tabs away from it.
*/
 #skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:active
{
position: absolute;
width:auto;
height:auto;
} 

/* Headings */
h1 {
	line-height: 1.5em;
	font-family: "Lucida Sans",Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font-family: "Lucida Sans",Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	line-height: 1.7em;
	margin: 0;
}

h3 {
	font-family: "Lucida Sans",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	margin: 0;
}

h4 {
	font-family: "Lucida Sans",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0 0 .25em 0;
}

h5 {
	background-color: transparent; color: #0000cc;
	font-style: italic;
	font-family: "Lucida Sans",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em; margin: 0 0 .25em 0;
}

h6 {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0 0 .25em 0;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}

.link {
	background: transparent;
	color: #ff1004 !important;
	text-align: right; font-style: italic;
text-decoration: none;
}

blockquote {
	border-left: 5px solid #c5c5ef;
	margin-left: 10px;
	padding: 0 0 0 2px;
}

/*
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
	margin: 0 auto;
}
*/

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of 'Layout: uniquelyMain' */

