@import url(/styles/live/travel/articles.css);
@import url(/styles/live/travel/navigation.css);
@import url(/styles/live/travel/formmanager.css);
@import url(/styles/live/travel/blog.css);
@import url(/styles/live/thickbox.css);

/* Structure */
html {
    background-image : url(/images/travel/bg_html.jpg);
    background-color : #ffffff;
}

body {
    margin : 0;
    padding : 0;
    font-family : Helvetica, Arial, sans-serif;
    font-size : 12px;
    color : #303030;
    text-align : left;
    line-height: 150%;
    background-image: url(/images/travel/container_tb_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

.label {
    display: block;
}

input.field {
    background-color: #CDCDCD;
    border: 1px solid #A0AEC0;
    padding:2px;
}


ul	{
	list-style-position:outside;
}


/* Images */
img {
    border: 0;
}

.headimage {
	margin-left: 136px;
}

.clear {
    clear: both;
}


/* Links */
a {
    text-decoration: none;
    color: #FF9600;

}

a:hover {
    text-decoration: none;
    color: #CC7701;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    color: #255FAD;
    padding: 0px 0px 10px 0px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    color: #0164AF;
    padding: 0px 0px 10px 0px;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: #0164AF;
    padding: 0px 0px 10px 0px;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 960px;
}
    

    
    
    #serviceNavView {
        height: 68px;
        position: relative;
        width: 960px;
        margin: 0 auto;
    }
    
        #serviceNavWrapper {
            position: absolute;
            right: 10px;
            width: 400px;
            top: 24px;
            text-align: right;
            color: white;
        }
        
        
    #container {
        width: 960px;
        margin: 0 auto;
        background-color: white;
        -webkit-box-shadow:5px -5px 10px #000;
        -webkit-box-shadow:0px 5px 10px #000;
        -moz-box-shadow:5px -5px 10px #404040;
        -moz-box-shadow:0px 5px 10px #404040;
    }
        
    
        #header {
            height: 106px;
            width: 960px;
            background-color: #FFFFFF;
            position: relative;
        }
        
            #logoView {
                position: absolute;
                left: 0px;
                top: 0px;
            }
        
            #topnavView {
                background-color: #255FAD;
                width: 517px;
                position: absolute;
                top: 47px;
                right: 0px;
                text-align: left;
                color: white;
                padding: 5px 5px 5px 10px;
            }
    
            
            
        
        #content {
            background-color: #FFFFFF;
            width: 535px;
            padding: 10px 28px 30px 78px;
            min-height: 480px;
            height: auto !important;  /* for modern Browsers */
            height: 480px;  /*for IE */
            float: left;
        }
        
            #titelView {
                background-image: url(/images/travel/titleViewBg.png);
                background-repeat: no-repeat;
                width: 386px;
                height: 51px;
                float: left;
                margin-left: -97px;
                color: white;
                font-size: 20px;
                padding-bottom: 30px;
            }
            
                #titelText {
                    padding: 13px 0px 0px 96px;   
                }
        
        #sidenav {
            background-color: white;
            width: 297px;
            min-height: 480px;
            height: auto !important;  /* for modern Browsers */
            height: 480px;  /*for IE */
            float: left;
            color: #707070;
            padding: 0px 18px 30px 0px;
        }
        
        #sidenav h2 {
            font-size: 12px;
            color: #255FAD;
            border-bottom: 1px solid #255FAD;
            padding: 0px 0px 6px 0px;
        }
        
            .commentViewItem {
                float: left;
                background-image: url(/images/travel/list.jpg);
                background-position: left 12px;
                background-repeat: no-repeat;
                padding: 8px 0px 0px 12px;
                display: block;
            }    
            
            .commentViewItem a {
                color: #255FAD;
            }
        
        #footer {
            background-color: #255FAD;
            width: 960px;
            height: 240px;
            clear: both;
            position: relative;
        }
        
            #footerTextAbout {
                position: absolute;
                left: 78px;
                top: 10px;
            }
                    
            #locationImageView {
                position: absolute;
                left: 628px;
                bottom: 0px;
            }
        
            #currentLocationText {
                position: absolute;
                right:20px;
                top: 10px;
            }
            
            #blogrollView {
                position: absolute;
                left: 363px;
                top: 10px;
            }

