/* CSS Document */

body { 
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	border-width: 0px;  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	min-width: 770px;
}

#wrapper_splash {
	width: 1024px; 
	margin: 15px auto;
	position: relative; 
	text-align: left;
}

.bottommrnucontainer
{
	clear:both;
	bottom:0px;
	width: 1024px;
	font-size: 60%;
	text-align: center;
	background-color:#818181; 
	margin-top:0px;
	padding-top:10px;
	padding-bottom:10px;
	z-index:1;
}

#bodycenter
{
	top:160px;
	position:static;
	clear:both;
	width:1024px;
	min-height:200px;
	border-bottom:0px;
	border-top:0px;
	padding-bottom:0px;
	margin:0px auto;
	display:block;
	z-index:2;
}

.bottommenu
{
	overflow: hidden;
	margin:0px;
}

.bottommenu ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.bottommenu ul li
{
	display:inline;
	border-right:1px #FFFFFF solid;
}

.bottommenu ul li a
{
	padding:0 9px 0 9px;
	font-size: 12px; 
	color:#FFFFFF;
	/*color:#3F3F3F;*/
	text-decoration:none;
}
.bottommenu ul li a:hover
{
	color:#CCCCCC;
}

/* for grey round */
.tabdiv
{
	position:relative;
    background: url(images/roundedcornr_tl.png) no-repeat top left;
}
.tabtop
{
	position:relative;
	background: url(images/roundedcornr_tr.png) no-repeat top right;
}
.tabcontent
{
	background: url(images/roundedcornr_r.png) top right repeat-y;
}
.tabbottom
{
	background: url(images/roundedcornr_bl.png) no-repeat bottom left;
}
.tabbottom div
{
	background: url(images/roundedcornr_br.png) no-repeat bottom right;
}
.tabbottom, .tabbottom div, .tabtop, .tabtop div
{
	width: 100%;
	height:15px;
}

div ul 
{
	margin-left: 0px;
	list-style-type: none;
}

.roundedcornr_box_633312
        {
            background: url(images/roundedcornr_633312_tl.gif) no-repeat top left;
        }
        .roundedcornr_top_633312
        {
            background: url(images/roundedcornr_633312_tr.gif) no-repeat top right;
        }
        .roundedcornr_bottom_633312
        {
            background: url(images/roundedcornr_633312_bl.gif) no-repeat bottom left;
        }
        .roundedcornr_bottom_633312 div
        {
            background: url(images/roundedcornr_633312_br.gif) no-repeat bottom right;
        }
        .roundedcornr_content_633312
        {
            background: url(images/roundedcornr_633312_r.gif) top right repeat-y;
        }
        .roundedcornr_top_633312 div, .roundedcornr_top_633312, .roundedcornr_bottom_633312 div, .roundedcornr_bottom_633312
        {
            width: 100%;
            height: 16px;
            font-size: 1px;
        }
        .roundedcornr_content_633312, .roundedcornr_bottom_633312
        {
            margin-top: -19px;
        }
        .roundedcornr_content_633312
        {
            padding: 0 15px;
        }
        
        /* for static pages */
        .staticcontaner
        {
            position: relative;
            width: 100%;
            top:0px;
            left:0px;
            background-color:Transparent;
            min-height: 260px;
            font-family: Arial, Verdana, Sans-Serif;
            font-size: 90%;
            margin-bottom:0px;
            padding:0px;
            color: #666666;
        }
        .staticcontaner .left
        {
            position:absolute;
            width:90px;
            height:280px;
            float:left;
            left:-90px;
            top:-20px;
            /*
            background: transparent url(images/look_locate_image.jpg) no-repeat left top;
            */
        }
        .staticcontaner .content
        {
            position: relative;
            width:982px;
            left:0px;
            top:0px;
            min-height: 260px;
            float:left;
	        font-family:Arial, Verdana, Sans-Serif; 
	        /*
            border-left: solid 1px #DDDDDD;
            border-right: solid 1px #DDDDDD;
			*/
            padding:20px;
            margin-bottom:0px;
        }

        .serviceparagraph
        {
            position: inherit;
            margin-left: auto;
            margin-right: auto;
            width: 980px;
            padding: 20px;
            margin-bottom: 20px;
            min-height: 200px;
            background-color: transparent;
            font-family: Arial, Verdana, Sans-Serif;
            font-size: 90%;
            color: #666666;
        }
        .servicetitle
        {
            width: 725px;
            height: 30px;
            margin-bottom: 10px;
        }
        .InputTextBox
        {
            border: 1px solid #DDDDDD;
        }