/* SD try at CSS */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	position: relative;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
}

#photoWrap {
	width: 700px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding:0;
	vertical-align:baseline;
	clear: both;
}


/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
	width: auto;
	background-image: url(images/logo.gif);
	height: 160px;
	background-repeat: no-repeat;
	background-position: center top;
	
}



h1 {
	color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 110px;
	float: left;
}

h2 {
	color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 110px;
	font-variant: normal;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}
/* The navigation */

#navigation {
	height: 40px;
	width: 700px;
	float: left;
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	clear: both;
	display: inline;
	vertical-align: top;

}
#navigation li {
	display: block;
	list-style: none;
	float: left;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navigation li a {
	list-style: none;
	display: block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#navigation li a:hover {
	color: #FFFFFF;
	line-height: normal;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/nav-hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation li#active, #navigation a#active {
	color: #FFFFFF;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: normal;
	background-image: url(images/nav-active.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Container for the article box, and the pic box */
.articleboxouter {
	width: auto;
	clear: both;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
} 

/* Content holder for the articles */
.articleboxinner {
	width: auto;
	line-height: 20px;
	color: #003333;
	text-align: justify;
	height: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
}

/* The title style for the main article */
.articleheader
{
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC66;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
	float: right;
	height: 228px;
	width: auto;
	padding-left: 40px;
	}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
	width: auto;
	line-height: 22px;
	color: #003333;
	padding: 5px 6px 6px 6px;
	border:1px solid #efefef;
	border-top: none;
	text-align: center;
	background-color: #FFFFFF;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #006051;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #356868;
	color: #fff;
	text-align: center;
	height: auto;
	clear: both;
	width: auto;
	padding: 5px;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #003333;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #003333;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #003333;
	float: right;
	height: auto;
}

/* fourth column columns */
.c4
{
	width: 450px;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #003333;
	float: left;
	background-image: url(images/doggie.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: auto;
}

/* Fifth column columns */
.c5
{
	width: auto;
	border: 1px solid #DDD;
	border-top: none;
	line-height: 22px;
	color: #003333;
	height: auto;
	text-align: left;
}

/* This controls the titles for each column */
.noteheader
{
	width:auto;
	border-bottom: 1px solid #DDD;
	border-top: none;
	color: #003333;
	height: 24px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
}

.noteheader2
{
	width:auto;
	border-bottom: 1px solid #DDD;
	border-top: none;
	color: #003333;
	height: 10px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
}
/* And this gives the column text some breathing space */
.spacy
{
	padding: 5px;
}

.spacy2
{
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFCC;
	background-image: url(images/doggie.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 22px;
	font-style: normal;
}

.spacy3
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFCC;
	font-size: 12px;
}

.spacy4
{
	padding-top: 5px;
	padding-right: 150px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: left;
	white-space: normal;
	font-size: 14px;
	width: auto;
	list-style-type: disc;
	line-height: 22px;
}
