/* Start of CMSMS style sheet 'bluebonnets' */
/*****************
Bluebonnets Stylesheet
Designed by: Heather Feuerhelm
Uniquely Yours Business Services
******************/


* {
margin:0;
padding:0;
}

body {
/* Set initial font styles */
	text-align: left;
   font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
   font-size: 62.5%;
   line-height: 1.5em;
/* Basic layout */
	background-image: url(images/BBIPedge.jpg); background-repeat: repeat-y;
	background-color: #ffffff;
   color: #18236c;
   margin: 1em;    /* gives some air for the pagewrapper */
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 10pt;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
	padding: .5em; 
	text-decoration: none;
}

/* default link styles */
/* set all links to have underline and bluish color */
a,
a:link, 
a:active,
a:visited {
   text-decoration: underline;
   background-color: transparent; 
   color: #e03e33; font-weight: bold;
}

/* remove underline on hover and bold text */
a:hover {
   text-decoration: none;
   font-weight: bold;
}

a.external {
	padding: 0 12px 0 0;
	background-image: url(images/cms/external.gif);
	background-position: 100% 0pt;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 10px 10px 10px 160px;  /* offsets content beyond the left border */
   max-width: 80em; /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
}

/*** header ***/
div#header {
   height: 180px;
	margin: 0 auto;
	text-align: center;           
}

div#header a, a:hover, a:visited {
	text-decoration: none;
}

div#header h1 {
	display: none;
}

div#content {
   margin: 4em 0 0 auto;   /* some air above and under menu and content */
}

div#main {
	float: left;
	width: 66%; padding-right: 2%;
	border-right: 1px dotted #e03e33;
	text-align: left;
}

div#sidebar {
   float: right;        /* set sidebar on the right side.  */
	display: inline;
   width: 30%; 			/* sidebar width */
	padding-left: 5px;

}

div#footer {
   clear: both;       /* keep footer below content and menu */
	padding-top: 1.5em;
        margin: 0 auto; text-align: center;
}

div#footer p {
   font-size: 8pt;
   text-align: center;  /* centered text */
   margin: 0 auto;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 24pt; line-height: 1.5em;
}

h2{
	font-family: "Monotype Corsiva", "Calligraph421 BT", "Apple Chancery", "URW Chancery L", cursive;
	font-size: 26pt; line-height: 1.5em;
	padding-bottom: .5em;
}

h3 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt; line-height: 1.5em;
	padding-left: 15px; padding-bottom: .3em;
	background: transparent url(images/BBIPbtn2.jpg) no-repeat left;
}

h4 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt; line-height: 1.5em;
}

h5 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt; line-height: 1.5em;
}

h6 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt; line-height: 1.5em;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 10pt;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.5em;
   padding: 0; text-align: left;
}

blockquote {
   border-left: 10px solid #e03e33;
   margin-left: 15px; padding-left: 10px;
   line-height: 1.5em; font-style: italic;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

hr {
	background-image: url(images/BBIPrule2.jpg);
	margin: 0 auto; text-align: center;
	background-repeat: no-repeat;
	width: 385px; height: 14px;
	border: 0;
}
/* End of 'bluebonnets' */

