body {
	background: #fff;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	padding: 0;
	font-family: 'Droid Sans', arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Base Elements */

img {
  border: 0;
	-ms-interpolation-mode: bicubic;
}

p {
  margin: 0;
  padding: 0 0 15px 0;
}

a {
	color: #232323;
	text-decoration: none;
}

a:hover {
  color: #900;
  text-decoration: none;
}

a.contact-us {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
	
	background:-webkit-gradient(linear, left top, left bottom, from(#aa47c5), to(#787ed5));
	background:-moz-linear-gradient(top, #aa47c5, #787ed5);
	background:-o-linear-gradient(top, #aa47c5, #787ed5);
	-pie-background:linear-gradient(#aa47c5, #787ed5);
	
	behavior: url("/css/PIE.htc");
	
	padding: 12px;
	color: #FFF;
	margin-left: 0px !important;
	font-size: 16px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-shadow: 0px 1px 1px #000;
	border:none;

	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #111;
	box-shadow: 0px 0px 3px #111;
	
}
	a.contact-us:hover {
		color: #FFF;
		background-image: -moz-linear-gradient(top, #aa47c5, #787ed5);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#aa47c5), to(#787ed5));
		-pie-background:linear-gradient(#aa47c5, #787ed5);
		behavior: url("/css/PIE.htc");
	}
	a.contact-us:active {
		position: relative;
		top: 1px;
	}


em {
  font-family: 'Droid Sans', arial, sans-serif;
  font-style: italic;
  font-weight: normal;
}

strong {
	font-family: 'Droid Sans', arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family: 'Droid Sans', arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}

h1 {
  padding: 0 0 20px 0;
	color: #232323;
  font-size: 28px;
}

h2 {
	font-size: 24px;
	padding: 20px 0;
}

h3 {
	font-family: 'Droid Sans', arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin: 5px 0 5px 0;
  font-size: 18px;
  
}

h4 {
  margin: 0 0 5px 0;
  font-size: 15px;
}

h1 span, h2 span, h3 span, h4 span {
  color: #666;
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 10px;
	text-transform: none;
	font-family: 'Droid Sans', arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

h1 span a, h2 span a, h3 span a, h4 span a, h1 span a:visited, h2 span a:visited, h3 span a:visited, h4 span a:visited {
  color: #666;
}

h1 span a:hover, h2 span a:hover, h3 span a:hover, h4 span a:hover {
  color: #900;
}

h4 span {
	padding: 0;
	font-size: 11px;
}

ul {
  list-style-type: none;
  padding: 0;
}

.center {
	text-align:center;
}

/* End Base Elements */

/* section dividers */

.divider-top {
  margin-bottom: 25px;
  border-top: solid #aaa 1px;
}

.divider-bottom {
  margin-top: 15px;
  padding: 0 0 10px 0;
  border-top: solid #aaa 1px;
}

#header {
	padding: 20px 0 12px 0;
}

#logo {
	
}

#content {
	background: #eee url(../images/bg_main.jpg);
	
	padding: 20px 0 40px 0;
	border-top: solid #aaa 1px;
	border-bottom: solid #aaa 1px;
}
	
#footer {
	padding: 20px 0 40px 0;
}

#copyright {
	font-size: 12px;
	padding: 10px 0 20px 0;
	text-align: center;
}

#copyright p {
	padding: 0;
}
