/* body and html */
html, body{
	margin: 0px;
	padding: 0px;
	font-family: Arial,sans-serif;
    font-size: 13px;  /* standard size for normal fonts */
	color: #2c2960;    /*standard color for all text */
	background: #215094;
	text-align: center;
    height: 100%;
    width: 100%;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img {border:0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img {border:0}

a { color: #000; }

#theContainer {
    width: 100%;
    height: auto;
}

#theContent {
    width: 787px;
    height: auto;
    margin: 0 auto;
/*         filter:alpha(opacity=75); 
    -moz-opacity: 0.75; 
    opacity: 0.75; */
    background: #fff;
/*    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;  */
}

#theContentSlide {
    padding: 25px;
    text-align: left;
}

#theContentSlide h1.toggler {
    clear: left;
    font-size: 16px;
    padding: 0;
    border-bottom:dotted thin #215094;
    margin: 10px 0 6px;
}

img.service_image {
    float: left;
    display: inline;
    margin: 0 10px 25px 0;
}

h1 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    border-bottom:dotted thin #215094;
    margin-bottom:6px;
    clear: both;
}

h2 {
    clear: both;
    font-size: 14px;
    margin-top: 10px;
    padding: 0;
    margin-bottom:6px;
}

p.portfolio {
	text-align: left;
    margin: 5px 10px;
    clear: both;
}

p.portfolio img { 
    clear: left;
    float: left; 
    display: inline; 
    margin: 0 15px 15px 0;
}


#theContentSlide p {
    margin: 2px 25px;
    margin-bottom:20px;
}

#theContentSlide div.holder {
    width: 748px;
    height: 303px;
    float: left;
    display: inline;
    padding: 10px 20px;
}

#theContentSlide div.gd,
#theContentSlide div.wim,
#theContentSlide div.pf,
#theContentSlide div.dm,
#theContentSlide div.cp,
#theContentSlide div.hc 
{
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 0
    margin: 5px 0;
	clear:both;
   margin-bottom:10px;
}

 #theLeft {
    float: left;
    display: inline;
    width: 420px;
}


#theRight { 
    float: left;
    margin: 0 0 0 20px;
    width: 250px;
}


#theNavigation {
    width: 787px;
    margin: 0 auto;
    text-align: left;
    height: 20px;
    font-size: 20px;
    color: #5f4488;
    background: #ffffff;
}

#theNavigation a {
    height: 20px;
    line-height: 20px;
    vertical-align: center;
    font-size: 20px;
    color: #5f4488;
    display: inline-block;
    text-decoration: none;
    /* border-right: 2px soli/ #cecece; */
    padding: 0 10px 0 10px;
    margin: 0;
}

#theNavigation a:hover,
#theNavigation a.Active {
text-decoration:underline;
color: #00b4ef;
    font-size: 20px;

}

#theRightContent {
     filter:alpha(opacity=75); 
    -moz-opacity: 0.75; 
    opacity: 0.75;
    background: #ffffff;
    width: 242px;
    height: 360px;
    text-align: right;
}

#theRightContent p { 
    line-height: 20px;
    font-size: 15px;
    color: #030211;
    margin: 0 3px;
    font-family: Impact,Charcoal,sans-serif;
}

    

#theBar {
    clear: both;
    width: 100%;
    height: 100px;
    background: #030211;
}

#theColor { 
    width: 789px;
    height: 100px;
    background: url('../images/main_bar2.jpg') 0 0 repeat-x;
    margin: 0 auto;
}

#theBottomContent {
    margin: 0 auto;
    width: 789px;
    text-align: left;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background: url('../images/purple.jpg') 0 0 repeat-x;
}

#theBottomContent p {
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

#theColumn { 
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 248px;
    width: 148px;
    height: 748px;
    background: #fec123;
    overflow: hidden;
}

#theSliding {
    height: 100%;
    width: 148px;
    margin: 0;
    padding: 0;
}



 
 .floatLeft { float: left; display: inline; }
 img.floatLeft { float: left; display: inline; margin: 10px 10px 10px 0; }
 
 img.side {
 /*
    display: none;
    margin: 0;
    padding: 0;
    filter:alpha(opacity=0); 
    -moz-opacity: 0; 
    opacity: 0;
*/
}

/* End Containers */

sup {   font-size: 85%;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
/*fixes floating div problems*/
.clearfix:after, #theContainer:after, #theBody:after, #theContentSlide:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

