/* CSS Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}


.clear {
	clear:both;
}
.last_section {
	margin-right:0!important;
}
.left {
	float:left;
}
* {
	outline:none;
}
.right {
	float:right;
}
div {
	border:0px dotted #FFF;
}
.content_padding {
	padding:20px;
}

body {
	font-family:sans-serif;
	color:#000;
	line-height:1.4;
}

html {
	background-color:#FFFFFF;
	overflow-y:scroll;	
}
.purple-line {
	border-top:1px solid #A54399;
}
.container {
	margin:auto;
	width:987px;
	padding-top:30px;
}

#header {
	margin-bottom:10px;
	width:950px;
	padding-top:10px;
}
#logo {
	margin-bottom:20px;
	float:right;
}
.border {
	border:1px solid #CCC;
	float:left;
	padding:20px;
	padding-bottom:24px;
	background-color: #FFF;	
}
#col_1 {
	float:left;
	margin-right:123px;
	width:590px;
}
#col_2 {
	float:left;
	width:233px;
}

#footer {
	margin-top:15px;
	font-size:12px;
	padding-bottom:5px;
	border-bottom:1px solid #666;
}
#footer a {
	color:#455560; 
	text-decoration:none;
}
#footer a:hover {
	color:#A54399; 
	text-decoration:none;
}
.contact_form {
	margin-bottom:10px;
}
.contact_form .label {
	float:left;
	width:200px;
}
.contact_form input {
	float:left;
}
.contact_form .small_box input {
	float:left;
	margin-top:2px;
	margin-right:10px;
}
.contact_form .small_box p {
	float:left;
	margin-right:5px;
}