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

html {
	height:100%;
}

body {
	font-family: "myriad pro", "trebuchet ms", verdana, sans-serif;
	color:#666;
	background-image:url(../images/sky_repeat.jpg);
	background-repeat:repeat-x;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
	
}

#bg {
	background-position:right;
	background-repeat:no-repeat;
	background-image: url(/images/sky_bg.jpg);
	background-position:top right;
	width:100%;
}

#content {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	height: auto;
}

#footer {
	position: relative; /* negative value of footer height */
	height: 150px;
	clear:both;
	background-color: #eee;
	border-top: solid 5px #B30073;
	font-size:11px;
	color:#666;
} 

#header_20px {
	width:920px;
	padding:20px 20px 0px 20px;
}

#menu_20px {
	width:680px;
	padding:20px 0px;
}

#myContent {
	width:680px;
	background-color:#EEE;
	text-align:center;
	vertical-align:middle;
	height:150px;
}

#left {
	width:680px;
	float:left;
	padding: 0px 0px 20px 20px;
}

#right {
	width:220px;
	float:right;
	padding:0px 20px 20px 0px;
}

#right_item {
	padding-top:20px;
}

#main_content {
	padding:20px;
	background-color:#FFF;
	min-height:580px;
}

.copyright{
	font-size:12px !important;
	padding: 10px 0px 10px 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 10px;

}

.copyright a{
	text-decoration:none;
	display:block;
	font-weight:bold;
	color:#333 !important;
}

.copyright a:hover {
	color:#C1D82F !important;
}

.floatright
{
	float: right;
	margin: 10px 0px 10px 20px;
}

div.floatright img {
	border:2px #b30073 solid;
}

.floatleft
{
	float: left;
	margin: 10px 20px 10px 0px;
}

div.floatleft img {
	border:2px #b30073 solid;
}

.floatcentre
{
	float: left;
	margin: 10px 0px;
}

div.floatcentre img {
	border:2px #b30073 solid;
}

.borderimg {
	border:2px #b30073 solid;
}

p {
	line-height:24px;
	font-size:12px;
	color:#666;
}
 

a {
	text-decoration:none;
	color:#b30073;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
}

a:hover {
	color:#0087d7;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: #eee solid;
	border-top-width: 1px;
	clear: both;
	margin:20px 50px;
}

.quotes {
	font-size:12px;
	color:#666;
	line-height:18px;
	font-style:inherit;
	padding:10px 10px 0px 10px;
}

.quotes_names {
	font-size:12px;
	color:#b30073;
	text-align:right;
	line-height:18px;
	padding:0px 10px 10px 10px;
}

h1 {
	font-size: 24px;
	color:#b30073;
}

h2 {
	font-size:16px;
	color:#b30073;
	margin-bottom:-30px;
}

h3 {
	font-size:16px;
	color:#b30073;
}

.caption {
	font-size:10px;
	color:#b30073;
	text-align:center;
	display: block;
	padding: 10px;
	font-style: italic;
	line-height: 14px;
}

.links {
	color:#666;
	line-height:50px;
	font-size:16px;
	padding-left:50px;
}

.links a {
	color:#B30073;
}

.links a:hover {
	color:#0087d7;
}

#contact-area {
	width: 544px;
	margin-right:auto;
	margin-left:auto;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 500px;
	margin: 0px;
	border: 2px solid #ccc;
	font-size:1em;
	background-color:#F5F5F5;
	color:#666;
}

#contact-area textarea {
	height: 125px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #B30073;
}

#contact-area input.submit-button {
	width: 100px;
}

label {
	padding-top: 5px;
	font-size: 1em;
	color:#666;
}

ul {
	list-style: square;
	font-size:12px;
	line-height:24px;
	color:#666;
}

