/* CSS Document */

.myBoxtitle {
	color: #0065ae;
	margin: 0 auto 0px;
	width: 300px;
	padding: 6px 30px 6px 5px;
	text-align: left;
	border-top: 1px solid #80B5DC;
	border-bottom: 0px solid #80B5DC;
	border-left: 1px solid #80B5DC;
	border-right: 1px solid #80B5DC;
	
    /* Do rounding (native in Firefox and Safari) */
  -moz-border-radius-topleft:1ex;
    -moz-border-radius-topright:1ex;
  -moz-border-radius-bottomright:0ex;
  -webkit-border-top-left-radius:1ex;
  -webkit-border-top-right-radius:1ex;
  -webkit-border-bottom-right-radius:0ex;
	background-color: #80B5DC;
	background-image: url(img/home/box-title-bar.gif);
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;	*/
}
.myBoxtitle a{
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.myBoxcontent {
	margin: 0 auto 20px;
	width: 325px;
	height:180px;
	padding: 6px 5px;
	text-align: left;
	border-top: 0px solid #80B5DC;
	border-bottom: 1px solid #80B5DC;
	border-left: 1px solid #80B5DC;
	border-right: 1px solid #80B5DC;
	background-color: #EBEBEB;
    /* Do rounding (native in Firefox and Safari) */
  -moz-border-radius-topleft:0ex;
  -moz-border-radius-bottomright:1ex;
    -moz-border-radius-bottomleft:1ex;
  -webkit-border-top-left-radius:0ex;
  -webkit-border-bottom-right-radius:1ex;
   -webkit-border-bottom-left-radius:1ex;
	background-image: url(img/home/box-bacground.gif);
	background-repeat: repeat-y;
	overflow: hidden;  
	
}
.myBoxcontent ul{
}
.myBoxcontent li {
		list-style: disc inside;
}
.myBoxcontact {
	margin: 0px auto 20px;
	width: 700px;
	text-align: center;
	border-top: 1px solid #F6CDCD;
	border-bottom: 1px solid #F6CDCD;
	border-left: 1px solid #F6CDCD;
	border-right: 1px solid #F6CDCD;
	background-color: #E0EEFF;
    /* Do rounding (native in Firefox and Safari) */
  -moz-border-radius-topleft:2ex;
  -moz-border-radius-bottomright:2ex;
  -moz-border-radius-topright:2ex;
  -moz-border-radius-bottomleft:2ex;
  -webkit-border-top-left-radius:2ex;
  -webkit-border-bottom-right-radius:2ex;
  -webkit-border-top-right-radius:2ex;
  -webkit-border-bottom-left-radius:2ex;	
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#box1 img{
	border: 2px solid #c50024;
}
#box2 img{
	border: 2px solid #c50024;
}
#box3 img{
	border: 2px solid #c50024;
}
#box4 img{
	border: 2px solid #c50024;
}

