/*
	CBS Web Designs
	http://www.cbswebdesigns.com
	
	Colors:
		Blueberry: 	#412986
		Grey:		#a7a9ac
		Text:		#444444
*/
body  {
	background-image: url(images/bggradient.jpg);
	background-repeat: repeat-x;
	background-color: #412986;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #000000;
}

a:link, a:visited {
	color:#412986;
	text-decoration:none;
	outline:none;
	/*font-weight:bold;*/		/* bold looks a little bit heavy */
}

a:hover, a:active {
	color:#a7a9ac;
}

a img {
	border-style:none;
}

#wrapper {
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	-webkit-box-shadow: 10px 10px 25px #412986;
	-moz-box-shadow: 10px 10px 25px #412986;
	box-shadow: 10px 10px 25px #412986;
	border: thin solid #eeeeee;
} 
#header {
	background: #ffffff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header-name {
	position: relative;
	float: left;
}
#header-name img {
	padding-right: 120px;
	padding-left: 120px;
	padding-top: 15px;
}

.header-phone {
    color: #412986;
    font-size: 0.7em;
    position: absolute;
    right: 269px;
    top: 99px;
}

#header-wave img {
	padding-left: 60px;
	margin-top: -15px;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 320px;
	padding: 0px;
}
#sidebar1 img {
	margin: -10px;
	padding: 0px;
}
#nav #intention {
	background-image: url(images/intention-ro.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:164px;
	height:27px;
}

#nav #connection {
	background-image: url(images/connection-ro.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:205px;
	height:27px;
}

#nav #results {
	background-image: url(images/results-ro.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:130px;
	height:27px;
}

#nav #intention:hover, #nav #connection:hover, #nav #results:hover {
	background-position:0 -27px;
}

#intention, #connection, #results {		/* push link text off screen */
	text-indent:-5000px;
}

#nav, #nav ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style:none;
}

#nav a {
	display:block;
	text-decoration:none;
	width:10em;
}

#nav li {
	padding-left: 50px;
	padding-top: 125px;
	margin: 0px;
	width:10em;		/* keep opera happy */
}

#nav li ul {	/* second-level lists */
	position:absolute;
	width: 10em;
	left: -999em;
}

#nav li ul li {	/* second-level listitems */
	padding-left:0;
	padding-top:0;
	font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#mainContent {
	margin-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	margin-left: 0;
} 
#frontPage {
	background-image: url(images/shirliefp.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	min-height: 620px;
}
/* for Internet Explorer, which messes up min-height */
/*\*/
* html #frontPage {
height: 620px;
}
/**/

#frontPage p {
	font-size:11px;
}
#frontPage .p1 {
	padding-left: 270px;
	padding-top: 60px;
}
#frontPage .p2 {
	padding-left: 310px
}
#frontPage .p3 {
	padding-left: 350px
}
#frontPage .p4 {
	padding-left: 390px;
}
#mainContent h1 {
	color: #412986;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	margin-bottom: 8px;
}

#mainContent h2 {
	color: #412986;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	margin-bottom: 3px;
}
#mainContent p {
	color: #444444;
	font-size:12px;
	margin-top: 0px;
}
#mainContent li {
	color: #444444;
	font-size:11px;
	padding-bottom:5;
}
#stdContent {
	padding-top: 30px;
	padding-right: 90px;
	padding-left: 120px;
}

#stdContent .framed img {
	border: thin solid #a7a9ac;
	padding: 3px;
	background-color: #FFFFFF;
}

#footer {
	margin-left:0px;
	margin-right:20px;
	font-size:0.7em;
	background:#ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
#footer img {
	padding-left:0px;
}
#cbswd {
	font-size: 8px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a7a9ac;
	margin-top: 0px;
}

#cbswd a {
	color: #999999;
}

.footer_text {
	padding-right: 10px;
	padding-left: 2px;
	color: #000066;
	font-size: 0.8em;
}
#stdContent .sigColor p {
	color: #412986;
	margin-bottom: 2em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

blockquote {
	padding: 0;
	position: relative;
	text-indent: 1.5em;
	margin: 1em 0 3em 0;
}
blockquote p {
	margin-bottom: 0.5em;
}


.bqstart {
	font-size: 300%;
	color: #412986;
}
.bqend {
	font-size: 120%;
	color: #412986;
}

/* apply IE specific rules first */
.bqstart {
	font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
	text-indent: 0;
	margin: -0.3em 0 -2em 0;
	float: left;
	position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
}

blockquote > .bqstart {
	/* add extra non-ie rules */
	position: absolute;
	top: -0.2em;
	left: 0;
	/* remove IE specific rules */
	float: none;
	/*margin: 0;*/
}

.bqend {
	font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
/*	position: absolute;
	margin-top: -1.1em;
	right: 0;
	right: -0.5em;
*/	text-indent: 0;
}

blockquote > .bqend {
	/*margin-top: -0.2em;*/
}
.attrib {
	float: right;
}

.shadow-wrap1, .shadow-wrap2, .shadow-wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
}
.shadow-wrap1 {
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
}
.shadow-wrap2 {
	background:url(images/corner_bl.gif) left bottom no-repeat;
}
.shadow-wrap3 {
	padding:0 6px 6px 0;
	background:url(images/corner_tr.gif) right top no-repeat;
}

.shadow-wrap3 img {
	display:block;
}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

