﻿body {
	font-size: small;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	background-color: #856081;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}


/*----Page Container & Content area----*/
#container {
	margin: 0 auto;
	width: 900px;
	min-height:100%;
	text-align: left;
	background: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

#content {
	width: 900px;
	padding: 0px;
	background-image: url(../images/mast_gradient_900px-bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin: 0px;
}
/*----END Container----*/


/*----Top Header-----*/
#top_header {
	position: relative;
	overflow: hidden;
	width: 900px;
	background: url(../images/ukip_logo.gif) no-repeat 15px 24px;
	height: 164px;
}

#top_header_image {
	float: right;
	display: block;
	overflow: hidden;
	width: 602px;
	text-align: right;
}
/*----END Top Header-----*/


/*----Global links-----*/
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #802976;
	text-decoration: underline;
}
/*----END Global links-----*/


/*----Top Navigation-----*/
#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bar.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 900px;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#topNav ul li{
	float: left;
	margin-left: 0;
	border-left: 1px solid #403F40;
	list-style: none;
	display: inline;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

#topNav ul a:link, a:visited {
	display: inline;
	font-weight: bold;
	text-decoration: none;
	color: #403F40;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

#topNav ul a:hover, a:active {
	color: #802976;
	font-weight: bold;
	display: inline;
	text-decoration: underline;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

#topNav li.accessibility  {
	float: right;
	border-right-style: none;
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#topNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
/*----END Top Navigation-----*/


/*----Left Nav links & Headers-----*/
.nav_left_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #802976;
	padding-left: 0.5em;
}

#left_column ul {
	margin: 0;
	padding: 10px 18px 10px 10px;
}

#left_column ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	
}

#left_column ul a:link, #left_column ul a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #403F40;
	margin: 0;
	padding: 0;
}

#left_column ul a:hover, #left_column ul a:active {
	color: #802976;
	text-decoration: underline;
}


#left_column {
	width: 160px;
}
/*----END Left Nav links-----*/


/*----PAGE Footer-----*/
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #696969;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	line-height: 150%;
}

.footer A:link {font-family: Verdana, Arial, Helvetica, sans-serif; color: #696969; text-decoration: none;}
.footer A:visited {font-family: Verdana, Arial, Helvetica, sans-serif; color: #696969;}
.footer A:hover {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; text-decoration: underline;}
.footer A:active {font-family: Verdana, Arial, Helvetica, sans-serif; color: #696969}
/*----END PAGE Footer-----*/


/*----GLOBAL paragraph styling-----*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 110%;
	font-size: 85%;
}
/*----END GLOBAL paragraph styling-----*/

.purpleLight_heading {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.5em;
	background-color: #b78cb2;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #802976;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B78CB2;
	border-left-color: #B78CB2;
}

.purpleDark_heading {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.5em;
	background-color: #84347b;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #802976;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B78CB2;
	border-left-color: #B78CB2;
}

.yellow_heading {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.5em;
	background-color: #e9c205;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #802976;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B78CB2;
	border-left-color: #B78CB2;
}

.grey_heading {
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.5em;
	background-color: #979797;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #802976;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B78CB2;
	border-left-color: #B78CB2;
}


.ItemPic{
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#intro{
	float: left;
	margin-top: 25px;
	width: 720px;
	max-width: 720px;
	height: 100%;
	background-color: #f3f3f3;
	margin-left: 20px;
}

#introBlank{
	float: left;
	margin-top: 25px;
	width: 720px;
	max-width: 720px;
	height: 100%;
	margin-left: 20px;
}


* html #intro { /* Prevent IE from expanding beyond container */
	width: 720px;
	margin-left: 10px;
}

* html #secondaryContent { /* Prevent IE from expanding beyond container */
	width: 720px;
	margin-left: 10px;
}


.introBox_padding {
	padding-left: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dbdbdb;
	border-left-color: #dbdbdb;
	padding-top: 5px;
	background-color: #f3f3f3;
}

#secondaryContent{
	padding-left: 0px;
	padding-top: 5px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 720px;
	max-width: 720px;
	height: 100%;
	clear: left;
}

.secondaryContent{
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
	border: 1px solid #C6A0C2;
}





.listedSmallItems_2ColLeft{
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	float: left;
	width: 320px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}

.listedSmallItems_2ColRight{
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 3px;
	float: right;
	width: 320px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
}





/*----- Buttons -----*/
a.readMore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 70px;
	height: 20px;
	background-image: url(../images/button_readmore.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	margin-top: 8px;
	background-attachment: scroll;
}

a.readMore:link {
	color: #E9DAE7;
} 
a.readMore:hover {
	color: #ffffff;
} 
/*----- END Buttons -----*/


.eventPic{
	margin-right: 3em;
	margin-bottom: 0.3em;
	border: 1px solid #C6A0C2;
}

.content-box-bottom-bg {
	background-image: url(../images/articleBox_bottomBG.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 8px;
}
