@charset "UTF-8";

html,body,div,form { padding:0px; margin:0px; }
p,h1,h2,h3,h4,h5,h6 { padding:0.5em 0px; margin:0px; }
img { border:none; }
a { outline:none; }

html {
	overflow:auto;
	height:100%;
}

body {
	padding:12px 0px 0px 0px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#3e3d40;
	font-size:12px;
	background-color:#ccc;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}

#background-filler {
	position:absolute;
	top:0;
	left:0;
	z-index:-100;
	height:100%;
	width:100%;
}

#container {
	width:850px;
	margin:0px auto;
	padding-bottom:50px;
}

#top {
	height:95px;
	background-color:#4B0448;
	padding:0px 12px;
}

#links {
	background-color:#4B0448;
	height:48px;
	margin-top:8px;
}

#links ul {
	margin:0px;
	padding:5px 0px 3px 5px;
	list-style:none;
}

#links ul li {
	float:left; 
	padding-right:58px;
}

#links ul li.last {
	padding-right:0px;
}

#links ul li a {
	color:#D1304C;
	text-decoration:none;
	font-size:18px;
}

#links ul li.on a, #links ul li a:hover {
	color:#000;
}	
	

#middle {
	margin:8px 5px 0px 5px;
}

#middle .left {
	width:197px;
	float:left;
}

#middle .left h1 {
	font-size:15px;
	min-height:18px;
	padding:3px 0px 2px 5px;
	background-color:#4B0448;
	color:#EDF0C1;
	background-repeat:no-repeat;
	background-position:166px 4px;
	margin:0px 0px 8px 0px;
}

#middle .left div.box {
	background-color:#fff;
	margin:0px 0px 8px 0px;
	font-size:13px;
	padding:5px 0px;
}

#middle .left hr { 
	border:none;
	border-top:1px dotted #666;
	margin:10px 5px;
	background-color: #fff;
}

#middle .left div.box h1 {
	font-size:16px;
	color:#D1304C;
	font-weight:normal;
	background:none!important;
	min-height:0px;
	margin-bottom:0px!important;
}

#middle .left div.box p {
	padding:2px 5px 0px 5px;
}

#middle .left div.box a {
	text-decoration:none;
	color:#D1304C;
}

#middle .left div.box a:hover {
	text-decoration:none;
	color:#000;
}

#middle .left h2 {
	font-size:15px;
	height:19px;
	padding:3px 0px 2px 5px;
	color:#D1304C;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:171px 4px;
}

#middle .left h2:hover, #middle .left h1:hover {
	cursor:pointer;
}

#middle .left h2 a{
	color:#D1304C;
	text-decoration: none;
}

#middle .left h2 a:hover {
	text-decoration:  underline;
}

#middle .left p.senddetails {
	background-color:#4B0448;
	color:#fff;
	font-size:14px;
	margin:6px 0px;
	padding:8px;
}

#middle .left p.ff, #middle .content p.ff {
	height:20px;
	background-color:#4B0448;
	margin-bottom:5px;
	padding:2px 0px 0px 0px;
}

#middle .left p.ff label, #middle .content p.ff label {
	color:#fff;
	padding:0px 10px 0px 8px;
}

#middle .left p.ff input {
	background-color:#fff;
	border:0px;
	padding:0px;
	color:#000;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:85px;
}

#middle .content p.ff input {
	background-color:#4B0448;
	border:1px solid #fff;
	padding:0px;
	color:#EDF0C1;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:135px;
	float:right;
	margin-right:8px;
}

#middle .content p.ff textarea {
	background-color:#4B0448;
	border:1px solid #fff;
	padding:5px;
	color:#EDF0C1;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:90%;
	margin:8px;
	height:100px;
}

#middle .left p.ff input:focus, #middle .content p.ff input:focus, #middle .content p.ff textarea:focus {
	background-color:#fff;
	color:#000;
	outline:none;
}

#middle .left p.submit, #middle p.submit {
	font-size:14px;
	height:17px;
	padding:3px 0px 2px 5px;
	color:#D1304C;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:171px 4px;
}

#middle p.submit {
	background-position:286px 4px;
}

#middle .left p.submit a, #middle p.submit a {
	color:#D1304C;
	text-decoration:none;
	font-weight:bold;
}

#middle .content {
	background-color:#fff;
	min-height:200px;
	margin-left:205px;
	padding:8px 16px;
	width:538px;
}

#middle .content h1 {
	color:#D1304C;
	font-weight:normal;
	font-size:19px;
}

#middle .content a {
	color:blue;
	text-decoration:underline;
}

#middle .content a:hover {
	color:#D1304c;
}

#clear {
	clear:both;
	font-size:0px;
}

#footer {
	height:44px;
	margin-top:15px;
}

#footer ul {
	margin:0px;
	padding:4px 0px 0px 0px;
	list-style:none;
}

#footer ul li {
	float:left;
	padding:4px 0px 4px 8px;
	background-color:#fff;
	height:42px;
	margin-right:7px;
	width:186px;
}

#footer ul li a {
	color:#EDF0C1;
	text-decoration:none;
	font-size:15px;
}

#footer ul li.on a, #footer ul li a:hover {
	color:#000;
}

.textonly { display:none; }

div.newsitem img.styled { border:none; width:65px; height:65px; margin-right:20px; }
div.newsitem h2, div.newsitem p { padding:0.1em 0px; }
div.newsitem h2 { font-weight:normal; font-size:16px; color:#CA0051; }
div.newsitem h2 a { color:#CA0051!important; text-decoration: none!important; }
div.newsitem p.date { color:#666; }
div.newsitem hr { 	
	border:none;
	border-top:1px dotted #CA0051;
	margin:10px 5px;
	background-color: #fff;
}

span.date { color:#666; font-size:14px;}

div.gallery { text-align: center; padding:15px 0px; }
div.gallery img { margin:5px; }

.blog h2,
.blog h2 a {
	color: #452049 !important;
	font-size: 18px;
	font-weight: normal !important;
	text-decoration: none !important;
}

.blog h3,
.blog h3 a {
	color: #461C46 !important;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0.3em 0;
	text-decoration: none !important;
}

.blog .archivelist {
	list-style: none;
	margin: 10px 0 !important;
	padding: 0 !important;
	white-space: normal;
}

.blog .archivelist a {
	color: #C56172 !important;
	text-decoration: none !important;
}

.blog .archivelist .selected a {
	font-weight: bold !important;
}

.blog .archivelist a:hover {
	text-decoration: underline !important;
}

.blog .blogpost {
	border-bottom: 1px solid #46224B;
	border-top: 1px solid #46224B;
	margin-bottom: 10px;
}

.blog .blogpost .blogshare {
	border-top: 1px solid #46224B;
	clear: left;
	color: #C56172 !important;
	font-size: 16px;
	padding: 5px 0;
}

.blog .blogpost .blogshare img {
	float: none !important;
	height: 15px;
	margin: 0 7px 0 10px;
	padding: 0;
	width: 15px;
}

.blog .blogpost .blogshare .twitter,
.blog .blogpost .blogshare .facebook {
	height: 15px;
	width: 15px;
}

.blog .blogpost img {
	float: right;
	margin: 10px;
}

