﻿@charset "utf-8";

#Wrapper
{
    background-image: url(../images/IIP_Logo.jpg);
    background-repeat:no-repeat;
    width:955px;
    height:700px;
    margin-left:auto;
    margin-right:auto;
}

#HeaderLeft
{
    float:left;
    display:inline;
    width: 50%;
    text-align:left
}

#HeaderRight
{
    float:left;
    display:inline;
    width:50%;
    height:57px;
    vertical-align:text-bottom;
    text-align:right;
}

#HeaderRight h2
{
    margin-bottom:0px;
    margin-top:15px
}

#HeaderRight img
{
    vertical-align:bottom;
}

#NavBar
{
    width:955px;
    margin-top:10px;
    float:left;
    display:inline;
}

#BreadCrumb
{
    margin-left:164px;
    width:586px;
    text-align:left;
    margin-top:5px;
    margin-bottom:5px;
    float:left;
    display:inline;
}

#LeftCol
{
    max-width:198px;
    min-width:198px;
    min-height:348px;
    float:left;
    display:inline;
    text-align:left;
}

#CenterCol
{
     width:547px;
     min-height:338px;
     float:left;
     display:inline;
     text-align:left;
     background-color:Transparent;
     background-image:url("../images/CyanBackGround.png");
     background-repeat:repeat;
     padding:3px 5px 0px;
}

#RightCol
{
    width:200px;
    min-height:348px;
    float:left;
    display:inline;
    background-color:Transparent;
}


#LeftCol img
{
    padding-bottom:0.55em;
}

#Footer {
	width: 955px;
	margin-top:10px;
	text-align: left;
    font-size: 0.8em;
    color:#666666;
    float:left;
}

#Footer a
{
    color:#666666;
}

.QuickLinkSpacer
{
    width:2px;
    height:96px;
    float:left;
    display:inline;
}

.QuickLinkDiv
{
    width:185px;
    height:96px;
    background-color:#009DDB;
    padding:5px;
    float:left;
    display:inline;
}

#Title
{
    width:320px; 
    float:left;
}

#Steps
{
    width:320px;
    float:left;
    text-align:right;
    font-weight:bold
}

.TextBoxHome
{
    border-bottom-color:#002942;
    border-left-color:#002942;
    border-right-color:#002942;
    border-top-color:#002942;
    font-size:12px;
}

.TextBoxJourney
{
    border-bottom-color:#009ddb;
    border-left-color:#009ddb;
    border-right-color:#009ddb;
    border-top-color:#009ddb;
    font-size:12px;
}

.TextBoxTools
{
    border-bottom-color:#ff6418;
    border-left-color:#ff6418;
    border-right-color:#ff6418;
    border-top-color:#ff6418;
    font-size:12px;
}

.TextBoxNews
{
    border-bottom-color:#5d2067;
    border-left-color:#5d2067;
    border-right-color:#5d2067;
    border-top-color:#5d2067;
    font-size:12px;
}

.TextBoxContact
{
    border-bottom-color:#ae005f;
    border-left-color:#ae005f;
    border-right-color:#ae005f;
    border-top-color:#ae005f;
    font-size:12px;
}
