@charset "utf-8";
/* CSS Document */

body
{
 background:#F7F7F8;
 font-family:Arial, Helvetica, sans-serif;
 margin:20px 0 0 0;
}
h1, h2, h3, h4, h5, h6, p, form, ul, li
{margin:0;
padding:0;
color:#fff;
}


.spacer
{height:20px;
}
.clear
{
 clear:both;
}

.clearl
{
 clear:left;
}

.clearr
{
 clear:right;
}
 
img
{
 border:none;
}

#header-wide
{
	background:url(images/header-bg.gif) repeat-y 50% 50%;
	height:115px;
	border-top:10px solid #CCCCCC;
	padding:35px 0 0 0;
}

#header-wrapper
{
 margin:0 auto;
 width:950px;

}

#wrapper-wide
{
	 background:#F7F7F8 url(images/bg.gif) repeat-x;
}

#c
{
	background:url(images/c.png) no-repeat;
	width:1050px;
	margin:0 auto;
	min-height:616px;
}
#wrapper
{
 margin:0 auto;
 width:950px;
 padding:30px 0 0 0;
}

#left
{
	width: 100%;
}

#left h2
{
	color:#4A0035;
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
}

#left p
{
	color:#333;
	font-size:14px;
	padding:5px 0;
}
#left p a
{
		color:#4A0035;
		text-decoration:underline;
}

#left p a:hover
{
	text-decoration:none;
}

#left p.address-right
{
	float:right;
	width:500px;
			color:#4A0035;
}

#left p.post
{
	display: none;
	margin-bottom:90px;
}
#left ul {
	margin:15px 0;
}
#left ul, #left ul li
{
	color:#74878D;
	font-size:14px;
	padding:4px 0;
}
#left ul li
{
margin-left:40px
}
#right
{
	display: none;
	width:300px;
	float:right;
	background:url(images/form-bg.gif) no-repeat;
	height:503px;
}


#footer-wide
{
	 background:url(images/footer-bg.gif) repeat-x;
	 height:34px;
	 margin:10px 0 0 0;
}
#right h3
{
	padding:14px 30px;
	font-size:17px;
	margin-bottom:5px;
}
#right p
{
	color:#4D4D5A;
	font-weight:bold;
	font-size:14px;
	padding:7px 30px 2px 30px;
}

#right input
{width:210px;
margin:5px 0 5px 30px;
border:1px solid #75888E;
background:#FFFFFF url(images/field-bg.gif) repeat-x;
}

#right select
{width:211px;
margin:5px 0 5px 30px;
border:1px solid #75888E;
background:#FFFFFF url(images/field-bg.gif) repeat-x;
}

#right textarea
{width:210px;
background:#FFFFFF url(images/field-bg.gif) repeat-x;
height:70px;
margin:5px 0 5px 30px;
border:1px solid #75888E;
}
#right input.submit
{background:url(images/submi.gif) no-repeat;
border:none;
width:87px;
height:30px;
cursor:pointer;
margin:10px 0 10px 155px;
}

#right input.submit:hover
{
	background-position: 0 -30px;
}
#footer-wrapper
{
 margin:0 auto;
 width:950px;
 padding:10px 0 0 0;
}
#footer-wrapper p
{
	color:#fff;
	font-size:12px;
}

#footer-wrapper p a
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#footer-wrapper p a:hover
{
	text-decoration:underline;
}

#footer-wrapper p.credit
{
	float:right;
}
