@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    background: #FFFBF4;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
    height: 100%;
}
A{
	color: #996;
	text-decoration: none;
	cursor: pointer;
}
A:hover{
	text-decoration: underline;
	cursor: pointer;
}
STRONG{
    font-weight: bold;
}
em {
	font-style: italic;
}
INPUT{
    vertical-align: middle;
}
.clear{
  clear: both;
}
#wrapper{
  width: 990px;
  margin: 0 auto;
}
#wrapper-1{
  width: 980px;
  float: left;
  border: 5px solid #FBB479;
  border-top: none;
}

/* Header
------------------------------------ */

#header-decor{
  width: 990px;
  height: 15px;
  background: #990000;
}
#header{
  width: 980px;
  height: 129px;
  background: url(images/header.png) repeat-x;
  position: relative;
}
#sub #header{
  height: 99px;
  background: url(images/header.png) repeat-x;
}
#header H1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 313px;
    height: 61px;
    position: absolute;
    top:45px;
    left: 40px;
    background: url(images/logo.png) no-repeat;
}
#header SPAN.tel{
    display: block;
    position: absolute;
    top:25px;
    right: 40px;
    color: #FFF;
    font-size: 16px;
}
#header SPAN.slogan{
    display: block;
    position: absolute;
    top:80px;
    right: 40px;
    color: #75753E;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
#home-menu{
  margin: 14px 0 16px 38px;
  float: left;
   font-family: Century Gothic, Gill Sans, Trebuchet MS;
}
#home-menu LI{
  float: left;
  margin: 0 20px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
#home-menu LI A{
  color: #F04A24;
  text-decoration: none;
}
#home-menu LI A:hover, #home-menu LI.alt A{
  color: #999966;
}

/* Home
------------------------------------ */

#main{
  clear: both;
  float: left;
  background: #FFF;
  width: 980px;
}
#home #content{
	float: left;
	width: 666px;
}
#home #sidebar{
	float: right;
	width: 244px;
	height: 377px;
	padding: 25px 35px 25px 35px;
	background: #FFF6E4;
}
#home #sidebar H3{
  color: #F04A24;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 15px 0;
}
#home #sidebar DT{
  font-weight: bold;
}
#home #sidebar DD{
  margin: 0 0 10px 0;
}
#home #sidebar A.more{
  font-weight: bold;
  font-style: italic;
  color: #000;
  text-decoration: none;
}
#home #sidebar A.more:hover{
  text-decoration: underline;
}
#home-bottom-img{
  margin: 40px 0 0 40px;
}
#home-bottom-img LI{
  float: left;
  margin: 0 40px 0 0;
}
#home-bottom-img LI.last{
  margin: 0 0 0 0;
}
#home-bottom-img LI IMG{
  width: 275px;
  height: 183px;
}

/* Sub
------------------------------------ */

#sub #header H1 A{
    top:20px;
}
#header SPAN.tel{
    display: block;
    position: absolute;
    top:25px;
    right: 40px;
    color: #FFF;
    font-size: 16px;
}
#header SPAN.slogan{
    top:60px;
}
#top-links{
  margin: 20px 0 20px 35px;
  width: 610px;
  font-family: Century Gothic, Gill Sans, Trebuchet MS;
}
#top-links LI{
  float: left;
  margin: 0 17px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
#top-links LI.last{
  margin: 0 0 0 0;
}
#top-links LI A{
  color: #F04A24;
  text-decoration: none;
}
#top-links LI A:hover, #top-links LI.alt A{
  color: #999966;
}
#sub #main{
  float: left;
  width: 980px;
  background: url(images/sub-main.png) repeat-y;
}
#sub #content{
  float: left;
  width: 612px;
}
#sub #sidebar{
  float: right;
  width: 330px;
  padding: 0 0 0 0;
  background: #FFF6E4;
}
.side-box{
  width: 250px;
  margin: 30px auto 30px auto;
}
.side-box P{
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.side-box BLOCKQUOTE{
  color: #75753E;
  line-height: 22px;
  font-size: 18px;
  text-align: center;
  font-family: Book Antiqua, Palatino Linotype, Palatino, serif;
  font-style: italic;
}
.side-box BLOCKQUOTE CITE{
  color: #75753E;
  line-height: normal;
  font-size: 10px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  display: block;
  margin: 20px 0 0 0;
}
.side-box UL {
	padding-left: 10px;
	list-style-type: disc;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#page{
	width: 570px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	left:20px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
.alignleft{
	float: left;
	position: relative;
	left:-41px;
	margin-top: 5px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: 0;
}
.alignright {
	float: right;
	position: relative;
	left:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#page H2{
	color: #999966;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#page H3{
  margin: 0 0 10px 0;
  color: #999966;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0 0;
}
#page H4 {
	color: #900;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 2 0;
	margin: 0 0 3px 0;
}
.subhead_list   {
	color: #900;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 30px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	list-style-type: none;
	text-align: left;
	list-style-image: url(../img/red-square.gif);
}
#page P{
  margin: 0 0 10px 0;
}
#page UL{
	margin: 0 0 0 30px;
	list-style-position: outside;
	list-style-type: disc;
}
#page OL{
margin: 0 0 0 30px;
list-style: decimal;
}
#page LI{
margin: 0 0 5px 0;
} 
#page blockquote {
	padding-left: 30px;
}
#msi_badge {
	padding: 15px;
}
.msi_badge_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FBB57B;
	background-color: #900;
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
}
#msi_badge_wrap {
	width: 300px;
	border: 1px solid #aaa;
	margin-top: 20px;
}
#msi_badge_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FBB57B;
	background-color: #900;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}


/* Footer
------------------------------------ */

#footer{
  margin: 15px 0 0 0;
  position: relative;
}
#footer SPAN{
  color: #898989;
  font-size: 10px;
  display: block;
  float: right;
  margin: 0 0 15px 0;
  position: relative;
  right: 35px;
}
#sub #footer{
  width: 990px;
  margin: 15px auto 0 auto;
}
#sub #footer SPAN{
  right: 0;
}
