@charset "utf-8";

/* Globals */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #c6006f;
	
}

img {
	border: 0;
}


/* Container */

#container {
	background-image: url("images/body/whitebg.gif");
	text-align: left;
	margin: 0px auto;
	margin-top: 40px;	
	padding: 0px;
	border:0;
	width: 1024px;
}


/* Top */

#topcontainer {
	margin: auto;
	height: 85px;
	padding-left: 13px;
	width: 909px;
}

#topleft {
	background-color: #ffffff;
	background-image: url("images/top/logo.gif");
	background-repeat: no-repeat;
	background-position: 25px 14px;
	float: left;
	height: 85px;	
	width: 498px;
}

#topright {
	background-color: #ffffff;
	background-image: url("images/top/text.gif");
	background-repeat: no-repeat;
	background-position: 135px 24px;
	float: left;
	height: 85px;	
	width: 403px;
}


/* Banner */

#bannercontainer {
	margin: auto;
	height: 252px;
	width: 1024px;
}

#bannercontainer .navarrow {
	color: #e2007a;
	font-size: 18px;
}


#bannercontainer ul {
	padding-left: 122px;
	padding-top: 40px;
	list-style: none;
}

#bannercontainer li {
	padding-bottom: 5px;
}

#bannercontainer li a {
	color: #ffffff;
	text-decoration: none;
}

#bannercontainer li a:hover {
	color: #e2007a;
	text-decoration: none;
}

#bannerleft {
	background-image: url("images/banner/bg-left.gif");
	float: left;
	height: 252px;
	width: 301px;
}

#bannerright {
	background-image: url("images/banner/bg-right.gif");
	float: left;
	height: 252px;
	width: 723px;
}


/* Body */

#bodycontainer {
	margin: auto;
	padding-left: 10px;
	width: 906px;
}

#bodyleft {
	background-color: #ffffff;
	float: left;
	padding-top: 35px;
	padding-left: 60px;
	padding-right: 40px;
	padding-bottom: 20px;
		width: 581px;
}
#bodyleft li{
	padding-left: 10px;
	margin-left:20px;
	
}
#bodyleft h1 {
	color: #e2007a;
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 15px;
	text-transform: none;
}

#bodyleft p {
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 18px;
}

#bodyright {
	background-color: #ffffff;
	float: left;
	padding-top: 80px;
	padding-left: 5px;
	padding-bottom: 20px;
	margin: 0px;
		width: 215px;
	height: 1%;
}

#bodyright h2 {
	color: #e2007a;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 10px;
	text-transform: capitalize;
}

#bodyright .section {
	padding-bottom: 30px;
}

#bodyright #first {
	
}

#bodyright .section .sectiontop {
	border: 2px solid #a1a1a5;
	height: 95px;
	width: 150px;
}

#bodyright .section .sectionbottom {
	background-color: #a1a1a5;
	height: 30px;
	text-align: center;
	width: 154px;
}

#bodyright .section .sectionbottom a {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#bodyright form {
	font-size: 10px;
	font-weight: bold;
	width: 150px;
}

#bodyright .input_name {
	border: 1px solid #bbbbbb;
	font-size: 10px;
	font-weight: normal;	
	width: 150px;
}

#bodyright .input_email {
	border: 1px solid #bbbbbb;
	font-size: 10px;
	font-weight: normal;
	width: 150px;
}

#bodyright .input_message {
	border: 1px solid #bbbbbb;
	font-size: 10px;
	font-weight: normal;	
	width: 150px;
}

#bodyright .input_submit {
	border: 1px solid #dddddd;
	font-size: 10px;
	height: 30px;
	width: 150px;
}


/* Bottom */

#bottomcontainer {
	background-color: #c6006f;
	clear: both;
	color: #ffffff;
	font-size: 9px;
	padding-left: 7px;
	margin: auto;
	width: 906px;
}

#bottomleft {
	float: left;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	width: 500px;
}

#bottomright {
	float: left;
	padding-top: 10px;
	padding-bottom: 30px;	
	text-align: right;
	width: 400px;
}

#bottomcontainer a {
	color: #ffffff;
	text-decoration: none;
}

#bottomcontainer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
h2 {
	color:#C6006F;
	font-weight:bold;
	font-size:16px;
	}
h3 {
	color:#C6006F;
	font-weight:bold;
	font-size:12px;
}

hr {
text-align:center;
	width:80%;
	height:1px;
	color:#EFB8D7;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;}
p.indent1 {
	margin-left:10px;
}
p.indent2 {
	margin-left:20px;
}
p.indent3 {
	margin-left:30px;
}
