/* Start of CMSMS style sheet 'uniquely-default' */
/*
Primary stylesheet for Uniquely Yours Business Services.
Author: Heather Feuerhelm, Uniquely Yours Business Services.
Version 1, April 4, 2007
*/

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

/* Set default body style */
body {
	/* first the font style */
	text-align: left;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	/* then the layout */
	background-color: #0000ff;
	color: #fff;
	margin: 0px 10px 0 10px; /* This is to give some room around the pagewrapper */
}

/* Set the font size for all divs */
div {
	font-size: 12pt;
}

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

a:hover {
	text-decoration: underline;
	background: transparent;
	color: #0000ff;
}

img {
	border: none; /* Prevents images inside an "a" tag from showing a border */
	background: transparent;
	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.
 */

 /* 
 The pagewrapper creates a container with a lighter background for the content.
 */
div#pagewrapper {
	background-color: #fff;
	background-image: url(images/bg.gif);	
	color: #000;
	width: auto;
	margin: 0 auto; /* Centers the pagewrapper */
	padding: 0 2% 0 4%;
}

div#left-border {
	height: auto;
	margin-right: 17px;
	background: #fff url(images/bg-left.gif) repeat-y left;
}

div#right-border {
	height: auto;
	margin-left: 17px;
	padding-right: 17px;
	background: #fff url(images/bg-right.gif) repeat-y right;
}

/* This container holds the header, footer and the main content. */
div#content {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	border-bottom: 10px solid #FF4900;
	min-width: 50em;
	max-width: 80em;
	/* IE won't recognize min-max, so it's handled with javascript */
}

div#header {
   height: 100px;
/*	width: 100%; */
	margin: 0; padding: 0;
   background-color: #0000ff;
	color: #0000ff;
	background-image: url(images/fon02.jpg);
}

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

div .header2 {
	background: #ffffff url(images/logo-header.png) no-repeat left;
	height: 98px; width: 311px;
	float: left;
	padding-top: 2px;
}

div .header3 {
	background: #ffffff url(images/web-hosting-logo.png) no-repeat left;
	height: 98px; width: 311px;
	float: left;
	padding-top: 2px;
}

/* This container is for the main text of the page */
div#main {
	margin: 0 auto;
	padding: .5em;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}

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

/* The footer sits below the content section */
div#footer {
	font-size: .7em;
	padding: .5em;
	text-align: center;
	background: transparent;
	color: #000000;
}

div .left {
	width: 70%;
	font-size: .8em;
	display: inline;
}

div .right {
	float: right;
	width: 30%;
	font-size: .8em;
	text-align: right;
}

.rule {
	margin: 0;
	border-top: 1px dashed #000080;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/* 
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;
} 

/* The crumb trail at the top of the index page and top and bottom of interior pages */
div.breadcrumbs {
	background-image: url(images/clb_spacer_01_70.gif);
	background-color: transparent;
	color: #fff;
	padding: .5em 0 .5em .5em;
	font-size: 90%;
	font-weight: bold;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
div.breadcrumbs a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

div.breadcrumbs a:hover {
	background: none;
	text-decoration: underline;
}

/* Headings */
div#content h1 {
	font-size: 2em;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

div#content h2 {
	font-size: 1.5em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
	text-align: left;
	/* provide some air between text and border styling */
	padding-left: 0.5em; 
	padding-bottom: 1px;
	/* Style the border */
	border-bottom: 1px solid #FF4900;
	border-left: .5em solid #FF4900;
	margin: 0 0 .5em 0; /*Some air under the border */
}

div#content h3 {
	font-size: 1.3em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0 0 .5em 0;
}

div#content h4 {
	font-size: 1.2em;	line-height: 1.3em;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 0 .25em 0;
	background: transparent; color: #0000ff;
}

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

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

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

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

/* List styles */
/* This provides margins for lists in the content */
div#main ul,
div#main ol
div#main dl {
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
	margin: 0 0 .25em 1.5em;
}

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}

div#main dl dd {
	margin: 0 0 1em 1em;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eddbff;
}
/* End Lists */

/* hack for Internet Explorer */
* html div#blurbs {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* Formatting boxes on front page */

div#blurbs {
   background-color: #ffffff;
	color: #0000ff;
   padding: .5em .5em .5em 6%;
	border: dotted 2px #cccccc;
}

div#blurbs .box {
	float: left;
	width: 16em;
	height: auto;
	margin: 0, auto;
}

div#blurbs .box2 {
	float: left;
	width: 3%;
	height: auto;
	margin: 0, auto;
}

div#blurbs .boxtopleft {
	background: #fff url(images/t01.gif) no-repeat;
	color: #000;
	font-size: 1px;
	width: 41px; height: 37px;
}

div#blurbs .boxtopright {
	background: #fff url(images/t02.gif) no-repeat;
	color: #000;
	font-size: 1px;
	width: 15px; height: 37px;
	float: right;
	margin-top: -37px;
	padding-top: -.5em;
}

div#blurbs .boxtop {
	background: #fff url(images/t_fon.gif) repeat-x;
	color: #FF4900;
	font-weight: bold;
	text-align: center;
	height: 37px;
	padding-top: .5em;
	padding-right: 26px;
	margin-left: 41px;
	margin-right: 15px;
	margin-top: -37px;
}

div#blurbs .boxbody {
	background: #fff url(images/fon02.gif) repeat-y right;
	color: #000; line-height: normal;
	font-size: .9em;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: -7px;
	padding: 7px 0 .02em 0;
}

div#blurbs .boxbody a {
	font-style: italic;
	font-weight: bold;
	font-size: 90%;
	text-align: right;
	background: none;
	color: #0000ff;
}

div#blurbs .boxbody p {
	text-align: right;
	padding-right: .5em;
}

.text1 {
	font-style: italic;
	font-weight: bold;
	background: none;
	color: #ff4900;
}

.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 */

form {
	margin: 0; padding: 0;
	font-size: 100%;
}

fieldset {
	border: 1px solid #ff4900;
	padding: 1em; margin: 0;
	line-height: 1.5em;
}

.fieldset2 {
	border: 1px dotted #ff4900;
	padding: 1em; margin: 0;
	line-height: 1.5em;
}

legend, .fieldset2 legend {
	font: 1.15em "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #0000ff; background-color: #ffffff;
	padding: 0 .2em;
}

.textlabel {
	display: inline; float: left;
	width: 150px; padding: 0;
	margin: 7px 0 0 0;
	text-align: right;
}

label {
	margin: 7px 0 0 0;
	text-align: right;
}

.textinput {
	width: auto; font-size: 100%;
	margin: 5px 0 0 10px; padding: 3px;
	border: 1px solid #aed7ff;
	background-color: transparent; color: #000066;
}

reset {
	margin-left:0px;
}

textarea {
	width: 80%;
	overflow: auto;
        font-size: 100%;
}

.br {
	clear: left;
}

.error {
	background-color: transparent;
	color: #ff0000; font-weight: bold;
}

.required {
	background-color: transparent;
	color: #ff0000;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.button {
	font-size: .9em;
}
/* End of 'uniquely-default' */

