@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 14px arial, sans-serif;
	background:#3a5862 url(../imgs/layout/background4.jpg);
	color: #555555;
	line-height: 1.5em;
}
body#home {
	background:#3a5862 url(../imgs/layout/background4.jpg);
}
img {
	border: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.height100 {
	height:100px;
}
.height200 {
	height:200px;
}
.height320 {
	height:320px;
}
.height400 {
	height:400px;
}
.width500 {
	width:500px;
}
.left-margin-510 {
	margin-left:515px;
}
.left-margin-290 {
	margin-left:290px;
}
.left-margin-260 {
	margin-left:260px;
}
.left-margin-230 {
	margin-left:230px;
}
.left-margin-130 {
	margin-left:130px;
}
.left-margin-80 {
	margin-left:70px;
}
hr {
	width:90%;
	height: 1px; 
	text-align:center;
	background-color:#cccccc;
	border: 0 none;
}
.border-right {
	border-right:1px solid #cccccc;
}

ul {
	list-style-image:url(../imgs/layout/arrow-red.png);
}
ul.tips
{
	padding-left:30px;
	list-style-image:url(../imgs/layout/check.png);
}
ul.tips li
{
	padding:6px;

}
/** layout **/
#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	border:1px solid #FFFFFF;
	position:relative;
}

/** header **/
#header {
	color:white;
	background:url(../imgs/layout/sky2.jpg) center top no-repeat;
	padding:2px 4px 0 4px;
}
#header .second-col {
	width:47%;
	font-size:17px;
	padding:12px 0 0 20px;
}
#header .base{
	margin-left:510px;
	font-size:12px;
	padding:4px;
	text-align:right;
}
#logo {
	width:90px;
	margin:4px;
}

/** content **/
.content1-home {
	background:#7FA79F url(../imgs/layout/green-gradient-100px.png);
	color:white;
}

#withP {
	background:url(../imgs/layout/p.png) top left no-repeat;
	padding-top:12px;
}
#a-new-smile{
	margin:20px 0 20px 140px;
}
#slideshow {
	position:absolute; 
	top:48px;
	right:15px;
	width:260px;
	height:190px;
	overflow:hidden;
}

.content1 {
	background: url(../imgs/layout/green-gradient-200px.png);
	border-top:1px #cccccc solid;
}
#welcome {
	margin:8px 0 -5px 90px;
}
.content2 {
	background:#EBEBEB;
	padding:10px;
}
.img-frame {
	border:1px solid #cccccc;
	padding:2px;
	margin-right:4px;
}
#scroll-img {
	width:260px;
	height:480px;
	overflow:hidden;
	position:relative;
	background-color:white;
	text-align:center;
}
#scroll-me {
	position:absolute;
	top:0;
	left:0;
}

/** footer **/
#footer {
  text-align: center;
  padding:8px;
  font-size:12px;
  background-color:#587C96;
  color:white;
}
#footer a {
 	 color:white;
}
#footer a:hover {
	text-decoration:underline;
	color:#003366;
}
#copyright {
  background: #EBEBEB;
  font-size: 11px;
  padding: 4px;
  text-align:center;
}
