/* 
    Document   : services.css
    Created on : Aug 18, 2009, 2:31:12 PM
    Author     : denislebrun
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html {
    overflow-Y: scroll;
}
*, * focus {
    outline: none;
    margin: 0;
    padding: 0;
}
#videocontainer {
    width: 480px;
    margin: 50px auto;
}
#accordion_container h2.trigger a:link {
    color: #fff;
}
#accordion_container h2.trigger a:visited {
    color: #fff;
}
#accordion_container h2.trigger a:hover {
    background-color:transparent;
    color:#e1e1e1;
}
#accordion_container h2.trigger a:active{
    color:#ccc;
}
#accordion_container h2.active a:link {
    color: #e1e1e1; /*text color when link is active*/
}
#bodycontent {
	/*overflow: hidden;*/
	margin-bottom: 50px;
}
#footer {
	margin-top: 50px;
}
#accordion_container {
    width: 650px;
    margin: 0 auto;
    text-align:left;
    overflow: hidden;
}
.container {
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}
h1 {
    color: #565656;
    font-family: "trebuchet ms", helvetica, arial, verdana, geneva, sans-serif;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    border-top: 1px solid #9b9793;
    border-bottom: 1px solid #9b9793;
}
h2.trigger a {
    /*color: #e0dad4;*/
    text-decoration: none;
    display: block;
    padding:0 0 0 50px;
}

h2.trigger {
    background: url(../images/icons/servicesSpriteImage.jpg) no-repeat left top; /* general background for the menu */
}
h2#item1 {
    background-position: 0 0; /* move of background for each button */
}
h2#item2 {
    background-position: 0 -35px;
}
h2#item3 {
    background-position: 0 -70px;
}
h2#item4 {
    background-position: 0 -105px;
}
h2#item5 {
    background-position: 0 -140px;
}
h2#item6 {
    background-position: 0 -175px;
}
h2#item7 {
    background-position: 0 -210px;
}
h2#item8 {
    background-position: 0 -245px;
}
h2.active {
    color:#0158b8;
    background: url(../images/icons/servicesSpriteImage.jpg) no-repeat 0 -245px scroll; /* general background for the menu */
}
h2.active#item1 {
    background-position: 0 -245px; /* move of background for each button */
}
h2.active#item2 {
    background-position: 0 -280px;
}
h2.active#item3 {
    background-position: 0 -315px;
}
h2.active#item4 {
    background-position: 0 -350px;
}
h2.active#item5 {
    background-position: 0 -385px;
}
h2.active#item6 {
    background-position: 0 -420px;
}
h2.active#item7 {
    background-position: 0 -455px;
}
h2.trigger {
    /*color: red;#ccc59c;*/
    /*padding: 0 0 0 30px; ******* moved to h2.trigger a*/
    margin: 0;
    height: 35px;
    line-height: 35px;
    width: 650px;
    font-size: 18px;
    font-weight: 400;
    float: left;
}
/* Container for articles*/
.toggle_container {
    /*margin: 0 0 10px;*/
    padding: 0;
    /*border-top: 1px solid #d6d6d6;*/
    overflow: hidden;
    font-size: 1.2em;
    width: 648px;
    clear: both;
}

div.roundedBox {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    /*-moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;*/
    border-radius: 6px; /*This is the CSS3 rule*/
}

.toggle_container .block {
    padding: 30px; /*--Padding of Container--*/
    /*background-color: #e4e4e4;*/
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
}
div.toggle_container h4 {
    color: #0158b8;
    line-height:1;
    font-weight:700;
    margin:0.7em 0 0.1em;
}
#stat_box {
	width:505px;
	margin:20px;
	padding:20px;
	background-color:#d9d9d8;
	border-top: 2px solid #b3ab7d;
	border-bottom: 2px solid #b3ab7d;
	}
#stat_box p {
    color: #0158b8;
    font-style:oblique;
    line-height:1.1;
}
div.toggle_container ul {
    margin:0 0 .7em 2.5em;
    padding-left:2.5em;
    color:#555;
}
.toggle_container {
    margin: 0 0 5px;
    padding: 0;
    border: 1px solid #c9c9c9;
    background-color: #e4e4e4;
    /*background-color: #fff;*/
    overflow: hidden;
    /*font-size: 1.2em;*/
    width: 648px;
    /*clear: both;*/
}
/*.toggle_container .block {
    padding: 20px;
}*/
/*.toggle_container .block p {
    padding: 5px 0;
    margin: 5px 0;
}*/
.toggle_container h3 {
    
}
div.toggle_container h3 {
    font-family: "trebuchet ms", helvetica, arial, verdana, geneva, sans-serif;
    color: #034da2;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.3;
    padding-bottom: .1em;
    margin-top: .3em;
    margin-bottom: .3em;
    border-bottom: 1px dashed #ccc;
}
div.toggle_container h4.by_line {
    color: #666;
    font-size: 1.2em;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 1em;
    letter-spacing: 1px;
}
#accordion_container h3 {
    color:#0158b8;
}
div.toggle_container p.notation {
    font-size: .80em;
    font-style: oblique;
    color: #555;
}
div.toggle_container p {
    margin: 0 0 10px;
}
div.center {
	text-align:center;
	width:585px;
	margin-bottom: 10px;
	}
#accordion_container div.center p {
	text-align: left;
	width: 514px;
	margin:0 auto;
	}
/*Captions*/
div.toggle_container p em {
	font-size: 0.9em;
	line-height:1.2;
	font-style: oblique;
	padding:0;
	color:#034da2;
	margin-bottom: 10px;
	}
p.photoleft {
    width: 264px;
    float: left;
    margin:10px 10px 10px 0;
    overflow:hidden;
    zoom:1;
}
p.photoright {
	width: 264px;
	overflow: hidden;
	float: right;
	margin:10px 0 10px 10px;
	}
p img {
    margin: 5px 0 0;
    padding: 6px;
    background-color: #f1f1f1;
    border: solid 1px #ccc;
}
p.photocenter {
	width:520px;
	}
.clear {
    clear:both;
    zoom:1;
}
.clear_r {
    clear:right;
}
.clear_l {
    clear:left;
}
dd.textFix {
    margin-left: 10px;
}
.roundTop {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
.roundBottom {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
