/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Milestones  */
/* Date : 12th Dec. 2008 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
font-size: 12px;
}

.no-border {
border-style: solid;
border-width: 0px;
font-size: 12px;
}


/* page default settings */

body, td {
font-family: arial, verdana, helvetica;
color: #333;
font-size: 13px;
line-height: 1.5em;
}

body {
margin: 0px;
padding: 0px;
background-color: #00a94f;
}


.full-size-table {
width: 1000px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
}

.row2 {
height: 90%;
vertical-align : top;
}

.row3 {
height: 5%;
vertical-align : top;
}

a {
color: #ff6600;
text-decoration: underline;
}

a:hover{
color: #000;
}

b, strong {
font-family: arial;
}

/* images */

.header {
background-image: url("images/home-header.jpg");
background-repeat : no-repeat;
padding-top: 55px;
padding-right: 73px;
}

.header-co-founder {
background-image: url("images/header-co-founder.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-why-milestones {
background-image: url("images/header-why-milestones.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-where-do-we-start {
background-image: url("images/header-where-do-we-start.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-who-we-help {
background-image: url("images/header-who-we-help.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-programs {
background-image: url("images/header-programs.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-therapies {
background-image: url("images/header-therapies.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-resources {
background-image: url("images/header-resources.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-success-stories {
background-image: url("images/header-success-stories.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-contact {
background-image: url("images/header-contact.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-store {
background-image: url("images/header-store.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-in-service-trainings {
background-image: url("images/header-in-service-trainings.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.header-center {
background-image: url("images/header-center.jpg");
background-repeat : no-repeat;
padding-right: 73px;
}

.footer {
background-image: url("images/footer.jpg");
background-repeat : no-repeat;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-y;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

.but-back {
background-image: url("images/but-back.jpg");
background-repeat : no-repeat;
width: 206px;
text-align: center;
padding: 35px 1px 71px 1px;
}

.bullet {
background-image: url("images/bullet1.jpg");
background-repeat : no-repeat;
background-position: left 8px;
padding: 2px 1px 3px 11px;
}

/* links */

.top-nav a {
font-family: arial;
font-weight: bold;
color: #fff;
font-size: 11px;
text-decoration: none;
padding: 1px 8px 1px 8px;
}

.top-nav a:hover{
color: #ffd400;
}

.left-nav a {
font-family: arial;
font-weight: bold;
color: #00a950;
font-size: 11px;
text-decoration: none;
background-image: url("images/bullet.jpg");
background-repeat : no-repeat;
background-position: 10px 7px;
padding: 2px 5px 3px 25px;
display: block;
}

.left-nav a:hover{
color: #000;
}

.bot-nav a {
color: #fff;
font-size: 11px;
text-decoration: none;
padding: 1px 8px 1px 8px;
}

.bot-nav a:hover{
color: #000;
}

.step-nav a {
font-weight: bold;
color: #BEA92A;
font-size: 11px;
text-decoration: none;
padding: 2px 10px 2px 10px;
border: #F0D7A1 1px solid;
background-color: #FEF8D4;
display: block;
}

.step-nav a:hover{
color: #000;
}

/* background colours */

.yellow {
background-color: #fff8d5;
}

.gold {
background-color: #c2a92f;
}

.white {
background-color: #fff;
}

/* borders */

.border {
border : #00a950 1px solid;
padding: 20px;
}

/* text */

.black-txt {
color: #000;
}

.white-txt {
color: #fff;
}

.green-txt {
color: #00a950;
}

.blue-txt {
color: #02427e;
}

.red-txt {
color: #ff0000;
}

.small-txt {
font-size: 11px;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
line-height: normal;
}

h1 {
font-size: 18px;
}

h2 {
font-size: 16px;
}

h3 {
font-size: 13px;
}