@charset "UTF-8";

/*
!!DO NOT DELETE THIS COMMENT!!

"Simple... v1.0" (12th December 2007) (C) Gordon Mackay.
- Website: http://gordonmac.com/
- Contact me: http://gordonmac.com/contact/
- Free stuff: http://gordonmac.com/downloads/
----------------------------------------------------
@Generic page styles
----------------------------------------------------*/

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 0;
	text-align: center;
}

p, ul, li
{
	line-height: 1.6em;
	margin: .6em 0 0 0;
}

/*
@Heading styles
----------------------------------------------------*/

h1, h2, h3, h4
{
	color: #313131;
	font-weight: normal;
	line-height: 1.8em;
	margin: .6em 0 0 0;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-weight:bold;
	font-size: 1.2em;
}

h4
{
	font-size: 1em;
	letter-spacing: .3em;
	text-transform: uppercase;
}

#heading-rss
{
	padding-left: 28px;
	font-size: 1.3em;
	background: transparent url(images/bg_heading-rss.jpg) no-repeat left center;
}

#content-2-2 h2, #content-2-3 h2
{
	text-align: center;
}

/*
@Rounded heading styles
----------------------------------------------------*/

#content-1-left .rounded-heading
{
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 10px;
	background: #555555 url(images/bg_roundedheading11T.jpg) no-repeat right top;
}

#content-1-left .rounded-heading span
{
	padding: 9px 20px 9px 10px;
	display: block;
	background: transparent url(images/bg_roundedheading11B.jpg) no-repeat right bottom;
}

#content-2-1 .rounded-heading
{
	font-size: 16px;
	line-height: normal;
	color: #FFFFFF;
	margin-right: 10px;
	background: #555555 url(images/bg_roundedheading21T.jpg) no-repeat right top;
}

#content-2-1 .rounded-heading span
{
	padding: 9px 20px 9px 10px;
	display: block;
	background: transparent url(images/bg_roundedheading21B.jpg) no-repeat right bottom;
}

#content-1-right .rounded-heading
{
	background: #EEEEEE url(images/bg_roundedheading12T.jpg) no-repeat left top;
	font-size: 16px;
	line-height: normal;
	color: #666666;
}

#content-1-right .rounded-heading span
{
	padding: 9px 10px;
	display: block;
	background: transparent url(images/bg_roundedheading12B.jpg) no-repeat left bottom;
}

/*
@Link styles
----------------------------------------------------*/

a:link, a:visited
{
	color: #272d20;
}

a:hover, a:active
{
	color: #000000;
}

a img
{
	border: none;
}

/*
@Image Navigation styles
----------------------------------------------------*/

img.float-left
{
	float: left;
	margin: 0 6px 6px 0;
}

/*
@Wrapper styles
----------------------------------------------------*/

#wrapper-1
{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-content-1
{
	margin: 0;
	padding: 0;
	font-size: .85em;
	background-color: #DDD;
	border-top: 1px solid #FFFFFF;
	clear: both;
}

#wrapper-content-2
{
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/bg_wrapper-content-2.jpg) repeat-y;
}


#content-1-right .content-padder
{
	padding: 0 10px 0 0;
}

#content-1-left .content-padder
{
	padding: 0 0 0 10px;
}

#content-2-1 .content-padder
{
	padding: 0 5px 0 10px;
}

#content-2-3 .content-padder
{
	padding: 0 10px 0 2px;
}

#content-2-2 .content-padder
{
	padding: 0 2px 0 10px;
}

/*
@Main Navigation styles
----------------------------------------------------*/

#hornav
{
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	background: #9b9b9b url(images/bg_hornav.jpg) repeat-x;
	font-size: .75em;
}

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

#hornav ul li
{
	float: left;
	line-height: normal;
	margin: 0;
}

#hornav ul li a
{
	float: left;
	display: block;
	padding: 6px 24px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: transparent url(images/bg_horNav-link.jpg) top right no-repeat;
}

#hornav ul li a:hover, #hornav ul li a:active
{
	background: #666 url(images/bg_horNav-link.jpg) top right no-repeat;
}

#hornav ul li a#current
{
	background: #9b9b9b url(images/bg_horNav-link.jpg) repeat-x !important;
	color: #333333 !important;
	font-weight: bold;
}

/*
@Verical Navigation styles
----------------------------------------------------*/

.newslist
{
	margin: .6em 0 0 0;
	padding: 0;
}

.newslist ul
{
	margin: 0;
	list-style-type: none;
	line-height: normal;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}

.newslist ul li
{
	line-height: normal;
	margin: 0;
}

.newslist a
{
	display: block;
	padding: 3px 6px;
	width: 139px;
	margin: 0;
	background-color: #eeeeee;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.newslist a:link, .newslist a:visited
{
	color: #666666;
	text-decoration: none;
}

.newslist a:hover
{
	background-color: #ffffff;
	color: #333333;
}

/*
@Verical Navigation styles
----------------------------------------------------*/

.vertnav
{
	margin: .6em 0 0 0;
	padding: 0;
}

.vertnav ul
{
	margin: 0;
	list-style-type: none;
	line-height: normal;
	padding: 0;
	border-top: 1px solid #FFFFFF;
}

.vertnav ul li
{
	line-height: normal;
	margin: 0;
}

.vertnav a
{
	display: block;
	padding: 3px 6px;
	width: 139px;
	margin: 0;
	background-color: #eeeeee;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

.vertnav a:link, .vertnav a:visited
{
	color: #666666;
	text-decoration: none;
}

.vertnav a:hover
{
	background-color: #ffffff;
	color: #333333;
}

/*
@Section tops and bottoms styles
----------------------------------------------------*/

#page-top
{
	margin: 0;
	padding: 0;
	height: 6px;
	background: #555555 url(images/bg_page-top.jpg) no-repeat;
}

#content-1-bottom
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 22px;
	font-size: 0;
	background: #DDDDDD url(images/bg_content-1-bottom.jpg) no-repeat;
}

#content-2-bottom
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 22px;
	font-size: 0;
	background: #DDDDDD url(images/bg_content-2-bottom.jpg) no-repeat;
}
#content-3-bottom
{
	clear: both;
	margin: 0;
	padding: 0;
	height: 22px;
	font-size: 0;
	background: #DDDDDD url(images/bg_content-3-bottom.jpg) no-repeat;
}
#page-bottom
{
	margin: 0;
	padding: 0;
	height: 6px;
	font-size: 0;
	background: #DDDDDD url(images/bg_page-bottom.jpg) no-repeat;
}

/*
@Masthead styles
----------------------------------------------------*/

#branding
{
	margin: 0;
	padding: 0;
	background-color: #555555;
}

#branding h1
{
	color: #FFFFFF;
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-weight: normal;
	padding: 25px 20px 25px 98px;
	background: transparent url(images/bg_branding.gif) no-repeat left center;
	line-height: normal;
	margin: 0;
	border-bottom: 1px solid #999999;
}

/*
@Column styles
----------------------------------------------------*/

#content-1-left
{
	float: left;
	width: 420px;
	margin: 0 15px 0 0;
	padding: 0;
}

#content-1-right
{
	float: left;
	width: 345px;
	margin: 0;
	padding: 0;
}

#content-2-1
{
	float: left;
	width: 420px;
	font-size: .8em;
}

#content-2-2
{
	float: left;
	width: 165px;
	margin: 0 15px;
	font-size: .7em;
}

#content-2-3
{
	float: left;
	width: 165px;
	font-size: .7em;
}

/*
@Footer styles
----------------------------------------------------*/

#footer
{
	margin: 0;
	padding: 0 0.5em;
	background: #DDDDDD;
}

#footer p
{
	margin: 0;
	padding: 0 10px;
	background: #DDDDDD;
	line-height: normal;
	font-size: .7em;
}

/*
@Thumnail list styles
----------------------------------------------------*/

#thumblist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#thumblist li
{
	margin: 4px 0 0 0;
}

#thumblist li img
{
	width: 100px;
	border: 3px double #FFFFFF;
	background-color: #c4c4c4;
	padding: 15px;
}

/*
@Search form styles
----------------------------------------------------*/

#searchcontainer
{
	line-height: normal;
	background: #EEEEEE url(images/bg_roundedheading12T.jpg) no-repeat left top;
	margin: .6em 0 0 0;
}

#searchcontainer div
{
	padding: 8px 10px;
	background: transparent url(images/bg_roundedheading12B.jpg) no-repeat left bottom;
}

#searchcontainer p
{
	margin: 0;
	padding: 0;
	line-height: normal;
}

#searchcontainer form
{
	margin: 0;
	padding: 0 0 0 90px;
	line-height: normal;
	background: transparent url(images/bg_searchform.jpg) no-repeat left center;
}

#searchcontainer form label {
	display: none;
}

#keywords, #btn-search
{
	vertical-align: middle;
}

#keywords
{
	border: 1px solid #FFFFFF;
	background: #DDDDDD;
	width: 120px;
	margin: 0;
	padding: 2px;
	font-size: 11px;
}

/*
@Floated note styles
----------------------------------------------------*/

p.sidenote
{
	width: 200px;
	float: left;
	background-color: #bdd5ef;
	padding: 1em;
	margin: .8em .6em 0 0;
	border: 1px solid #f4f4f4;
}

/*
@RSS list styles
----------------------------------------------------*/

#list-rss
{
	list-style-type: none;
	padding: 0;
}

#list-rss li
{
	padding: 0 0 0 14px;
	background: transparent url(images/icn_download.jpg) no-repeat left center;
	line-height: normal;
	margin: 4px 0 0 0;
}

#list-rss li a
{
	padding: 3px 10px;
	display: block;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	background-color: #d1e2ec;
	text-transform: uppercase;
}

#list-rss li a.selected
{
	padding: 3px 10px;
	display: block;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	background-color: #d1e2ec;
	text-transform: uppercase;
}

#list-rss li a:hover, #list-rss li a:active
{
	background-color: #EEEEEE;
	color: #000000;
}

#list-subrss
{
	list-style-type: none;
	padding: 0;
}

#list-subrss li
{
	padding: 0 0 0 0px;
	
	line-height: normal;
	margin: 4px 0 0 0;
}

#list-subrss li a
{
	padding: 3px 5px;
	display: block;
	border-bottom: 1px solid #cccccc;
	text-decoration: none;
	font-size:0.85em;

}

#list-subrss li a.selected
{
	padding: 3px 10px;
	display: block;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	background-color: #d1e2ec;
	
}

#list-subrss li a:hover, #list-rss li a:active
{
	background-color: #EEEEEE;
	color: #000000;
}

.Welcome form
{
margin-left:0px;
font-size:1em;

width:400px;

overflow:auto;
padding-right:10px;
}
.Welcome form fieldset
{
clear: both;
border:0;
padding:0px;
padding-left:0px;
padding-bottom:0px;
padding-right:0;

margin-left:0px;
}

.Welcome form fieldset legend
{
font-size:1.1em;
font-weight:bold;
padding:1px 5px 3px 5px;
}

.Welcome form fieldset p
{
margin:0;
padding:0;
}
.Welcome form fieldset label,input,textarea,select {
	display: block;
	width: 56%;
	float: left;
	margin-bottom: 5px;
	border:0;
	font-size:0.9em;
	border:1px solid #000000;
}
.Welcome form fieldset label
{
font-size:0.8em;
}
.Welcome form fieldset textarea
{

font-family:Arial, Helvetica, sans-serif;
}
.date
{
display:inline;
width:auto;
float:none;
margin-bottom:10px;
font-size:small;
}
checkbox,radio
{
width:5%;
clear:both;
}
.checkbox
{
width:1.5em;
text-align:left;
}
.check
{
vertical-align:middle;
text-align:right;
border:0;
padding:4px;
padding-bottom:0;
padding-top:0;
 display: inline;
  height: 14px;
  width: 14px;
 margin-left:10%;
clear:both;
}
.checklist
{

width:auto;
border:0;
display:inline
padding:0;
margin:0;
 margin-left:0;
vertical-align:top;
clear:both;
}
.Welcome form fieldset label.checklabel
{
width:55%;
margin-left:10px;
text-align:left;
margin-top:-2px;

}
.checklabelpreferences
{
width:40%;
padding-left:23px;
margin-left:5px;
text-align:left;
margin-top:-2px;

}
.submit
{
float:right;
margin-left:10px;
width:20%;
}
.submitform
{
padding-top:20px;
}

.Welcome form fieldset label {

	text-align: right;

	width: 100px;

	padding-right: 20px;

	border:0;

	

}

br {
	clear: left;
}

form fieldset .help
{
width:30%;
border:1px solid #666666;
float:right;
background-color:white;

}
form fieldset .help h4
{
padding:0 5px;
font-size:0.8em;
border-bottom:1px solid #666666;
text-align:left;
color:#000000;
background-color:#ffffff;
}

form fieldset .help p

{
padding:0;
line-height:1.4em;
margin-top:0.5em;
font-size:0.8em;margin-bottom:0.5em;
margin-left:10px;margin-right:10px;
}
form fieldset .helperror
{
width:30%;
border:1px solid #ff0000;
float:right;
background-color:white;
}
form fieldset .helperror h4
{
padding:5px;
font-size:0.9em;
border-bottom:1px solid #ff0000;
text-align:left;
background-color:#ff0000;
color:#000000;
}

form fieldset .helperror p

{
padding:0;
line-height:1.4em;
margin-top:0.5em;
font-size:0.8em;margin-bottom:0.5em;
margin-left:10px;margin-right:10px;
}
.fieldset
{
clear:both;
margin-top:1em;
}

.hidden
{
visibility:hidden;
height:0;
width:0;
}
#stoppress
{
margin:3em auto;
width:75%;
padding:0em;
border:2px solid #990000;
background-color:white;
color:black;
}
#stoppress h2
{
margin:0 0 1em 0;
padding:0;
background-color:#990000;color:white;
font-size:1.1em;
font-weight:bold;
text-align:center;
}
#stoppress p
{
font-size:0.9em;
margin:1em;
}
#rssselect
{
width:100%;
font-size:16px;
background-color:#dddddd;
border:0;
color:#666666;



}