/* CSS Document */

/* common */

html, h1, h2, ol, ul, li, dl, dt, dd, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	}

body {
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #4F4F4F;
	}
	
/* links */

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #BBBBBB;
	}
a:visited {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
	}
a:hover {
	font-weight: bold;
	border-bottom-style: solid;
	}

a.miniWin img {
	display: inline;
	padding-left: 3px;
	/*width: 15px;
	height: 13px; */
	}
	
body#blue a:link, body#blue a:visited {border-bottom-color: #104E8B;}
body#green a:link, body#green a:visited {border-bottom-color: #3D9140;}
body#orange a:link, body#orange a:visited {border-bottom-color: #FF9900;}
body#yellow a:link, body#yellow a:visited {border-bottom-color: #FFCC11;}
body#teal a:link, body#teal a:visited {border-bottom-color: #6699CC;}


.no_bottom {border-bottom: none !important;} /* remove lines from graphic links */

/* links end */

h1, h2, h3, dt {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	}

body#blue h1, body#blue h3, body#blue dt, body#blue a {color: #104E8B;}
body#green h1, body#green h3, body#green dt, body#green a {color: #3D9140;}
body#orange h1, body#orange h3, body#orange dt, body#orange a {color: #FF9900;}
body#yellow h1, body#yellow h3, body#yellow dt, body#yellow a {color: #FFCC11;}
body#teal h1, body#teal h3, body#teal dt, body#teal a {color: #6699CC;}

ul.note {
	padding: 5px;
	margin-bottom: .75em;
	line-height: 1.5em;
	}

ul.note li {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	}
	
body#blue ul.note li {background: url(../img/noteblue.gif) no-repeat 0px 10%;} /*was 0px 50% */
body#green ul.note li {background: url(../img/notegreen.gif) no-repeat 0px 10%;}
body#orange ul.note li {background: url(../img/noteorange.gif) no-repeat 0px 10%;}
body#yellow ul.note li {background: url(../img/noteyellow.gif) no-repeat 0px 10%;}
body#teal ul.note li {background: url(../img/noteteal.gif) no-repeat 0px 10%;}

ul.warning li {background: url(../img/warn1.gif) no-repeat !important;}
ul.noNote li {background: none !important;}
/* common end  */

/* jello */
body {
	padding: 20px 350px 0 350px;
	margin: 0;
	text-align: center;
	background: #FFFFFF;
	}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 50%;
	max-width: 290px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: #FFFFFF;
	margin: 0 -350px 0 -350px;
	min-width: 700px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper {
	width: 100%;
	border: 1px solid #696969;
	}

/* jello End */

/* header */

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#header h1 {
	width: 232px;
	height: 62px;
	float: left;
	margin: 0;
	color: #FFFFFF !important;
	text-align: left;
	font-size: x-small;	
	padding: 0 0 20px 30px;
	background:   url("../img/sound_results_on_hold_logo.gif") no-repeat bottom center;
	}
	
#header h2 {
	width: 400px;
	height: 70px;
	float: right;
	margin: 0;
	margin-right: 1px;
	color: #104E8B;
	font-size: 110%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 35px;
	background:   url("../img/music_on_hold_people.jpg") no-repeat bottom right;
	}
	
#header span {
	font-style:italic;
	font-size: 90%;
	}

/* header end */

/* navigation */

#nav {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	border-bottom: 3px solid #FFFFFF;
	}
	
body#blue #nav {background: #104E8B;}
body#green #nav {background: #3D9140;}
body#orange #nav {background: #FF9900;}
body#yellow #nav {background: #FFCC11;}
body#teal #nav {background: #6699CC;}
	
#nav ul {
	padding: 4px 0 4px 50px;
	} 
	
#nav li {
	display: inline;
	}
	
#nav a {
	padding: 0 12px;
	text-decoration: none;
	color: #FFFFFF !important;
	background-image: none;
	border-bottom: none;
	}
 
#nav a:visited {
	font-weight: normal;
	border-bottom: none;
	}	
	
#nav a:hover {
	font-weight: bold !important;
	border-bottom: 4px solid #FFFFFF !important;
	padding-bottom: 1px;
	}	

body#blue #t_home a,
body#green #t_services a,
body#orange #t_faq a,
body#yellow #t_references a,
body#teal #t_contact a {
	color: #FFFFFF;
	font-weight: bold; 
	border-bottom: 4px solid #FFFFFF;
	padding-bottom: 1px;
	}
	
/* navigation end */

/* title */

#title { 
	width: 100%;
	margin: 0;
	text-align: left;
	background: #696969;
	padding: 10px 0;
	} 
	
#title h1 {
	font-size: 170%;
	padding: 0 20px;
	line-height: .90em;
	}

#title h2 {
	font-size: 120%;
	padding: 5px 20px 0 20px;
	}

#title img {
	width: 250px;
	height: 150px;
	float: right;
	margin: 0 20px 0 80px;
	border: 2px solid #FFFFFF;
	}

/* title end */

/* content */

#content_wrap {
	clear: right;
	width: 70%;
	float: left;
	}

#content {
	margin-top: 15px;
	padding: 3px 15px 3px 20px;
	text-align: left;
	font-size: 80%;
	}
	
#content dl {
	margin: 5px 0;
	}
	
#content dt {
	clear: both;
	font-weight: bold;
	font-size: 130%;
	padding-top: 15px;
	border-top: 2px solid #DDDDDD;
	}

#content dt.no_top {
	padding-top: 0;
	border: none !important;
	}
	
#content dt span {
	font-size: 70%;
	font-weight: normal;
	color: #CCCCCC;
	}
	
#content dl dd p {
	margin: 0 0 .75em 0;
	line-height: 1.5em;
	}

#content dd.img_left img {
	float: left;
	margin: .5em 8px 0 0;
	padding: 4px;
	background: #FFFFFF;
	}
	
#content dd.img_right img {
	float: right;
	margin: .5em 0 0 8px;
	padding: 4px;
	background: #FFFFFF;
	}
	
#content dd.img_clear img {
	clear: both;
	display: inline;
	}
	
#content dd.img_border img {
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	}
		
/* content end */

/* sidebar */

#sidebar_wrap {
	width: 28%;
	float: right;
	margin-right: .10%; /*rounding error fix */
	}
	
#sidebar {
	margin-top: 15px;
	padding: 3px 0;
	text-align: left;
	font-size: 80%;
	}
	
#sidebar h2 {
	margin: 5px 0;
	padding: 3px 10px;
	font-size: 120%;
	border: none;
	}

#sidebar h3 {
	margin: 10px 0;
	padding: 3px 0;
	font-size: 110%;
	padding-top: 8px;
	border-top: 1px solid #DDDDDD;
	}
	
#sidebar h3.no_h3_top {
	padding-top: 0;
	border: none !important;
	}
	
#sidebar p {
	margin: 0 .5em .75em 0;
	line-height: 1.5em;
	}
	
/*#sidebar h2.par_uline p{
	/*padding-bottom: 15px;
	border-top: 1px solid #DDDDDDD;
	} */

body#blue #sidebar h2 {background: #104E8B;}
body#green #sidebar h2 {background: #3D9140;}
body#orange #sidebar h2 {background: #FF9900;}
body#yellow #sidebar h2 {background: #FFCC11;}
body#teal #sidebar h2 {background: #6699CC;}
	
/* sidebar end */

* html #content_wrap,
* html #sidebar_wrap {height: 1%;}

/* footer */
#footer { 
	clear: both;
	width: 100%;
	color: #FFFFFF;
	font-size: 80%;
	background: #696969;
	padding: 5px 0;
	}
	
#footer ul {
	padding: 4px;
	} 
	
#footer li {
	display: inline;
	}
	
#footer a {
	padding: 0 12px;
	text-decoration: none;
	color: #FFFFFF !important;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	}

#footer a:visited {
	font-weight: bold;
	}	
	
#footer a:hover {
	font-weight: bold !important;
	text-decoration: underline;
	}	
	
#footer a.endlink {
	border-right: none;
	}
	
#footer p {
	margin-top: 10px;
	font-size: 80%;
	padding: 0 20px;
	}

/* footer end */

/* mp3 player speaker*/

#player {
	position:absolute;
	width: 113px;
	height: 28px;
	background: #FFFFFF;
	padding-top: 3px;
	padding-left: 3px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	z-index: 10;
	visibility: hidden;
	}

.speaker a {
	display: inline;
	width: 28px;
	height: 16px;
	text-decoration: none;
	padding: 0 4px;
	border-bottom: none;
	}
	
.speaker a:visited, .speaker a:hover  {
	border-bottom: none;
	}

.speaker img {
	display: inline;
	margin-left: 4px;
	width: 20px;
	height: 16px;
	} 
	
/* mp3 player speaker end */
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */