﻿* {
    font-family: Arial, Helvetica, "Lucida Grande", sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

div {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

a, a:link, a:visited {
    text-decoration: none;
    color: #ff3300;
}
a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 2.00em;
    color: #666;    
}
h2 {
    font-size: 1.50em;
    color: #666;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}



body {
    background-color: #40b1b5;
    margin-top: 0px;
}


#container{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
}

#middle {
	border-top: 1px dotted #ccc;
}

#bottom {
/*    background-color: #ff6200; */
	background-color: #e37c23;
    height: 10px;
    min-height: 10px;
}


#content {
    padding-top: 10px;
    line-height: 1.75em;
    font-size: 1.0em;
    color: #333;
    min-height: 300px;
}

#footer {
    text-align: center;
    font-size: 0.9em;
    border-top: 1px solid #ccc;
    margin-top: 5px;
    padding: 5px;
    color: #888;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}


#service {
    border-top: 1px solid #ccc;
    border-bottom: 1px dotted #ccc;
    font-size: 1.0em;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: right;
    padding-right: 5px;
    line-height: 1.5em;

	width: 794px;
}

#skip {
	float: left;
	text-align: left;
}

#flags {
	padding-top: 2px;
}



#logo h1, #logo a {
    display: none;
}


#box4{
	border: 2px solid #efefef;
	margin-bottom: 15px;
}

#banner {
  margin-left: 30px;
}

.fake_box {
	width: 110px;
	margin-right: 50px;
	float: right;
	padding: 5px;
}
.fake_box img {
	margin: 5px;
}
.fake_box p {
	font-weight: bold;
	font-style: italic;
}

.box {
  	background: url(../templates/mii/images/orange_box.png) no-repeat;
	/* background-color: #ff791f; */
	color: #bbb;
	
	font-size: 1.10em;
	text-align: center;

  	width: 155px;
  	height: 156px;
	
	float: left;

	margin-top: 50px;
	margin-left:  10px;
	margin-right: 10px;
	
	padding: 5px;
	
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


.box a, .box a:visited {
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.box a:hover {
	text-decoration: none;
}

.box em {
	font-size: 1.0em;
}


#content .lines {
	padding: 5px;
	font-size: 140%;
	color: #09777c;
}

#content .lines strong {
	font-size: 100%;
	color: #09777c;
}



form input, form textarea {
    border: 1px solid #ccc;
    padding: 2px;
}


