/* Begin Structure Styles =============================================== */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	overflow: -moz-scrollbars-vertical;
	line-height:18px;
	background-image: url(../images/background-shim.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#wrapper {
	padding: 0;
	width: 759px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}
#header {
	margin: 0;
	padding: 0;
	width: 759px;
	text-align: left;
	float:left;
	height: 290px;
}
#logo {
	float: left;
	height: 103px;
	width: 259px;
}
#topnav1{
	float: right;
	width: 495px;
	text-align:right;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topnav1 ul{
	margin:0;
	list-style:none;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#topnav1 li{
	margin:0;
	border-right:1px solid #000000;
	display:inline;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#topnav1 li.last{
	border-right:none;
}
#topnav1 a{
	text-decoration:none;
	color:#000000;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
}
#topnav1 a:hover{
	text-decoration:underline;
}
#footer {
	clear: both;
	width: 620px;
	font-size: 11px;
	line-height: 16px;
	text-align: center;
	margin: 0px;
	background-color: white;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 20px;
	padding-left: 60px;
}
/* End Structure Styles =============================================== */
/* Start Content Styles =============================================== */
.content_container {
	float: left;
	padding: 0;
	width: 759px;
	position:relative;
}
.content_rightdash {
	background-image: url(../images/dashed-right.gif);
	clear: both;
	float: left;
	width: 759px;
}
.rightdash_left {
	float: left;
	width: 478px;
	padding-right: 15px;
	padding-left: 15px;
}
.rightdash_right {
	float: left;
	width: 225px;
	padding-right: 10px;
	padding-left: 15px;
}
.content_middash {
	background-image: url(../images/dashed-middle.gif);
	clear: both;
	float: left;
	width: 759px;
}
.middash_left {
	float: left;
	width: 360px;
	padding-right: 15px;
	padding-left: 15px;
}
.middash_right {
	float: left;
	width: 340px;
	padding-right: 10px;
	padding-left: 15px;
}
.content_leftdash {
	background-image: url(../images/dashed-left.gif);
	clear: both;
	float: left;
	width: 759px;
}
.leftdash_left {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 15px;
}
.leftdash_right {
	float: left;
	width: 520px;
	padding-right: 15px;
	padding-left: 15px;
}
.title {
	padding: 0 0 10px 0;	
	border-bottom: 1px solid #cf99af;
}
.title h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 0 30px;
	background: url(../images/title_bullet.gif) no-repeat 0;
	color: #860038;
}
/* End Content Styles =============================================== */
/* Begin Class Styles =============================================== */
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #C00000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a.white:link, a.white:visited, a.white:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:hover {
	text-decoration: underline;
}
a.grey:link, a.grey:visited, a.grey:active {
	text-decoration: none;
	color: #666666;
}
a.grey:hover {
	text-decoration: underline;
}
a.linkbullet:link, a.linkbullet:visited, a.linkbullet:active {
	padding: 10px 0 10px 20px;
	background: url(../images/bullet.gif) no-repeat 0;
	font-weight:bold;
	text-decoration: none;
}
a.linkbullet:hover {
	text-decoration: underline;
}
a.linkbulletlightpink:link, a.linkbulletlightpink:visited, a.linkbulletlightpink:active {
	padding: 10px 0 10px 20px;
	background: url(../images/bullet_pink.gif) no-repeat 0;
	font-weight:bold;
	text-decoration: underline;
}
a.linkbulletlightpink:hover {
	text-decoration: none;
}
a.linkbulletdarkpink:link, a.linkbulletdarkpink:visited, a.linkbulletdarkpink:active {
	padding: 10px 0 10px 20px;
	background: url(../images/bulletdarkpink.gif) no-repeat 0;
	font-weight:bold;
	text-decoration: underline;
}
a.linkbulletdarkpink:hover {
	text-decoration: none;
}
.moreicon {
	background-image: url(../images/icon-moreinfo.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 42px;
	display: block;
	text-align: right;
	float: right;
	clear: both;
}

/* End Class Styles =============================================== */
/* Begin Form Styles =============================================== */
form {
	margin: 0;
	padding: 0;
}
legend { 
	padding: 0 6px;
	color: #860038;
	font-weight: bold;
}
fieldset, input:focus, textarea:focus {
	border: 1px solid #860038;
}
label { 
	display: block; 
	float: left; 
	text-align: right; 
	padding: 3px 10px 0 6px; 
	margin-bottom: 0; 
	width: 115px; 
	font-weight: bold;
	color: #575757;
}
.label { 
	text-align: left; 
	padding: 0 10px 0 0	; 
	margin-bottom: 0; 
	width: 75px; 
	font-weight: bold;
	color: #575757;
}
.input {
	font: 11px, arial, sans-serif;
	background: #FFFFFF !important;
	border: 1px #818080 solid;
	color: #4e6839;
}
.select {
	font: 11px arial, sans-serif;
	border: 1px #818080 solid;
	color: #4e6839;
}
.textarea {
	font: 11px  arial, sans-serif;
	background: #FFFFFF !important;
	border: 1px #7F7F7F solid;
	color:#4e6839;
	/*color: #860038;4e6839 */
}
.submit {
	padding: 10px 0 10px 20px;
	background: url(../images/bullet.gif) no-repeat 0;
	font-weight:bold;
	text-decoration: none;
}
/* End Form Styles =============================================== */

