body{
	font-family:"Calibri",Verdana, sans-serif;
	width:100%;
	margin:0px;
	padding:0px;
	background:url('../images/bg.jpg') no-repeat;
	font-size:12pt;
}

h1{
	color:#B85866;
	margin-top:0px;
	text-align:left;
	font-style:italic;
}
h2{
	color:#B85866;
	margin-bottom:10px;
}

a{
	text-decoration:none;
	color:#B85866;
}
p{
	line-height:20pt;
	text-align:justify;
}
.align-center{
	display:table-cell; 
	vertical-align:middle;
}
.header{
	background:url('../images/headerbg.jpg') repeat;
	width:960px;
	height:117px;
	margin:0px auto;
}

.header .header-text{
	padding:25px 0px 0px 30px;
	width:200px;
	font-family:"MS Gothic";
	font-size:54px;
}
.header .header-text-white{
	
	color:white;
	font-style:italic;
	font-weight:bold;
}
.header .header-text-red{
	color:#FF8E96;
	font-style:italic;
	font-weight:bold;
}
.line {
    background: url("../images/header-separator.png") repeat-x scroll 0 0 transparent;
    padding-bottom: 6px;
    padding-top: 12px;
}
.nav-bar{
	background: url("../images/body-2.jpg") repeat scroll 50% 0 #9E4E5F;
    position: relative;
	width:960px;
	height:64px;
	margin:0px auto;
}
.nav-bar:after {
    background: url("../images/angle.png") repeat-x scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 300;
}
.nav-up{
	padding:0px 15px;
	width:600px;
	float:left;
}

.nav-bar-down{
	background-color:#FF8E96;
    position: relative;
	padding:3px 0px 6px 0px;
	width:960px;
	height:30px;
	margin:0px auto;
}

.search-bar{
	padding:0px 15px;
	width:295px;
	float:right;
}
.input-box{
	background-color:white;
	border-radius: 4px;
	text-indent:5px;
	border:none;
	height:25px;
	line-height:25px;
}

.btn{
	background: url("../images/search-button.png") repeat-x scroll 0 0 #BF5868;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'Myriad Pro',arial;
    font-size: 15px;
    line-height: normal;
    padding: 2px 0;
    text-align: center;
    text-transform: lowercase;
    vertical-align: top;
    width: 68px;
}

.container{
	margin:0px auto;
	min-height:800px;
	width:960px;
	background-color:white;
	
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.container .welcome-div{
	padding:0px 20px;
	font-size:14pt;
	height:350px;
}

.container .welcome-div h1{
	color:black;
	
	
}

.container .content{
	padding:10px 20px;
	text-align:left;
}
.container .red-box{
	background-color:#F4EFEB;
	height:330px;
	width:239px;
	border-right:dashed 1px #CCC;
	border-bottom:dashed 1px #CCC;
	
	
}

.container .red-box-header{
	background:url('../images/headerbg.jpg') repeat;
	padding:14px 0px;
	width:100%;
	color:white;
	font-size:18pt;
	font-style:italic;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
.container .red-box-content{
	margin-top:20px;
	padding:0px 10px;
	text-align:center;
}
.container .content ul , .red-box ul{
	list-style-type: none;
	padding:0px;
	text-align:left;
}
.container .red-box ul li:before {  
    content: " - ";  
	text-align:left;
	line-height:25pt;
  } 
.container .content ul li:before {  
    content: " - ";  
	text-align:left;
	line-height:25pt;
  } 

.clr{
	clear:both;
}
.footer{
	background:url(../images/headerbg.jpg) repeat;
	width:100%;
	height:205px;

}

.footer ul{
	list-style-type: none;
	padding:0px;
	display:inline-block;
	
}
.footer ul li{
	float:left;
	padding:0px 10px;
	color:white;
	
}

.footer ul li a{
	font-size:14pt;
	color:white;
}