/* GENERAL STYLES */
body
{
    /* This removes the border around the viewport in old versions of IE */
    background-position: #FFFFFF;
    margin: -10px auto 0px auto;
    border: 0;
    width: 100%;
    background: #FFFFFF;
    min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    font-size: 90%;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
	a
{
    color: #333333;
    font-size: small;
    text-decoration: none;
}
	a:hover
{
    color: #333333;
    text-decoration: none;
    font-size: small;
}
	a.underlined
{
    color: #3A4769;
    font-size: small;
}
	a.underlined:hover
{
    color: #fff;
    background: #3A4769;
    text-decoration: none;
    font-size: small;
}
    h1.
{
    font-size: medium;
}
h1.thin
{
    padding: 0px;
    margin: 0px;
    font-size: medium;
    font-weight: normal;
}
    h2
{
    font-size: small;
}
    h3
{
    font-size: x-small;
}
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	i.link
{
    font-size: x-small;
    color: #666666;
    font-weight: normal;
}
	/* Header styles */

#wrap1
{
    background-position: #FFFFFF;
    background: #FFFFFF;
    margin: 0 auto;
    width: 1024px;
}
#main1
{
    background-position: #FFFFFF;
    background: #FFFFFF;
    float: left;
    width: 390px;
}
#sidebar1
{
    background-position: #808080;
    background: #808080;
    float: right;
    width: 654px;
    height: 15px;
}	
#wrap
{
    background-position: #FFFFFF;
    background: #FFFFFF;
    margin: 0 auto;
    width: 1024px;
}
#main {

    float:left;
    width:724px;
    }
#sidebar {

    float:right;
    width:300px;
    }


	/* column container */
#container
{
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
    background-color: #FFFFFF;
}
		
	#contentleft
{
    background-position: #FFFF00;
    width: 389px;
    padding: 0px;
    float: left;
    background: #FFFFFF;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-color: #C0C0C0;
    border-left-color: #C0C0C0;
}
	
	#contentcenter
{
    width: 388px;
    float: left;
    background: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
}
	
	#contentright
{
    width: 235px;
    float: left;
    background: #FFFFFF;
}
	#container1
{
    width: 1024px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    padding: 0px;
    text-align: left;
    background-color: #FFFFFF;
}
		
	#contentleft1
{
    width: 389px;
    float: left;
    background: #FFFFFF;
    border-right-color: #C0C0C0;
    border-left-color: #C0C0C0;
    border-right-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
}
	
	#contentcenter1
{
    width: 388px;
    float: left;
    background: #FFFFFF;
    margin-right: 5px;
    margin-left: 5px;
    height: 355px;
}
	
	#contentright1
{
    width: 235px;
    float: left;
    background: #fff;
}
	/* Footer styles */
    
#wrap_bottom {
    background:#999999;
    margin:0 auto;
    width:1024px;
    }
#main_bottom
{
    float: left;
    width: 344px;
}
#sidebar_bottom
{
    float: right;
    width: 660px;
}
/* Header Styles */ 
.header_box
{
    padding: 3px 3px 0px 10px;
    background-color: #336699;
    height: 20px;
    color: #FFFFFF;
}
.header_box_dark
{
    padding: 3px 3px 0px 10px;
    background-color: #1C3753;
    height: 20px;
    color: #FFFFFF;
}
.content_holder
{
    padding: 5px 5px 2px 5px;
}
/* 2 columns in Company Services box home page */
#wrap2
{
    margin: 0 auto;
    width: 100%;
}
#main2
{
    float: left;
    width: 48%;
    margin-left: 1%;
}
#sidebar2
{
    background-position: #808080;
    background: #F3F3F3;
    float: right;
    width: 48%;
    margin-right: 1%;
    margin-top: 4px;
    height: 180px;
}
/* Gallery Header */
#footer2
{
    padding: 3px 3px 0px 10px;
    background-color: #C0C0C0;
    height: 20px;
    color: #FFFFFF;
    clear: both;
}
/* Main CSS Menu */	
.buttonscontainer
{
    padding: 5px 5px 5px 10px;
    width: 300px;
}

.buttons a
{
    color: #000000;
    background-color: #FFFFFF;
    padding: 2px;
    padding-left: 8px;
    display: block;
    border-left: 20px solid #990000;
    font: 13px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    margin-top: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 20px;
    border-bottom-color: #E2E2E0;
    border-left-color: #990000;
}

.buttons a:hover {border-left: 20px solid #CC9999;
text-decoration: none;
color: #000000;}

/* Top CSS Menu */
#navcontainer1:after
{
    content: ".";
    display: block;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}

ul#navlist1
{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    font-size: 0.8em;
}

ul#navlist1 li
{
display: block;
float: left;
width: 30%;
margin: 0;
padding: 0;
}

ul#navlist1 li a
{
    background-position: #FFFFFF;
    display: block;
    width: 100%;
    padding: 0.5em;
    border-width: 1px;
    border-color: #FFFFFF #aaab9c #FFFFFF #ffffff;
    border-style: solid;
    color: #777777;
    text-decoration: none;
    background: #FFFFFF;
    height: 25px;
}

#navcontainer1>ul#navlist1 li a { width: auto; }

ul#navlist1 li#active1 a
{
    background-position: #EBEAE9;
    background: #EBEAE9;
    color: #666666;
}

ul#navlist1 li a:hover, ul#navlist1 li#active1 a:hover
{
    background-position: #C0C0C0;
    color: #666666;
    background: #E5E5E5;
}             
.footer
{
    clear: both;
}

/* Footer Menu */
#navcontainer
{
    background-position: #FFFFFF;
    background: #FFFFFF;
    margin: 0 auto;
    padding: 1em 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
margin: 0 auto;
width: 95%;
font-size: 0.8em;
}

ul#navlist li
{
display: block;
float: left;
width: 11%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
    background-position: #FFFFFF;
    display: block;
    width: 100%;
    padding: 0.5em;
    border-width: 1px;
    border-color: #FFFFFF #aaab9c #FFFFFF #fff;
    border-style: solid;
    color: #777;
    text-decoration: none;
    background: #FFFFFF;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
    background-position: #EBEAE9;
    background: #EBEAE9;
    color: #666666;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
    background-position: #C0C0C0;
    color: #666666;
    background: #E5E5E5;
    border-color: #FFFFFF #C0C0C0 #FFFFFF #ccc;
}

/* EDITOR PROPERTIES */
