/* Blank Template
Please located your images here: /styles/startasite.co.uk/startasite/images/
*/

/* Transparent PNG Fix for IE 6 */
 img, div { behavior: url(/styles/startasite.co.uk/startasite/images/iepngfix.htc); border:0; }
 
/* body */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	background: #ffffff url(/styles/startasite.co.uk/startasite/images/bg.jpg) repeat-y scroll 50% 0%;
	position: relative;
}

/* container - The outside of the whole page */
#container {
	margin:0px;
	width:720px;
	left:50%;
	margin-left:-360px;
	position:relative;
}

/* header - the whole the header */
#header{
	background-image:url(/styles/startasite.co.uk/startasite/images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width: 720px;
	height: 176px;
	margin: 0px;
}

/* headerTop - the top of the header div */
#headerTop{
}

/* headerMiddle - the middle of the header */
#headerMiddle{
}

/* headerMiddleLeft - the left part of the middle of the header */
#headerMiddleLeft{
}

/* headerMiddleMiddle - the middle part of the middle of the header */
#headerMiddleMiddle{

}

/* headerMiddleRight - the right hand part of the middle of the header */
#headerMiddleRight{

}

/* headerBottom - the bottom of header */
#headerBottom{
}

/* main - the main section of the website */
#main{
	background-image:url(/styles/startasite.co.uk/startasite/images/contentFrame.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	width: 700px;
	min-height: 450px;
	background-color: #818c99;
	padding: 20px 10px 20px 10px;
	
}

/* nav - the nav menu */
#nav{
	float: left;
	position:absolute;
	left:5px;
	margin: 0px 12px 10px 12px;
	width:150px;
	min-height: 100px;
}

/* navTop - the top of the nav menu */
#navTop{
	background-image:url(/styles/startasite.co.uk/startasite/images/menuFrameTop.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 6px;
	width:100%;
}

/* navMiddle - the middle section of the nav */
#navMiddle{
	background-image:url(/styles/startasite.co.uk/startasite/images/menuFrameMiddleTrans.png);
	background-repeat:repeat-y;
	background-position: center;
	min-height: 100px;
	padding: 1px;
}

/* navMiddle ul - the menu list */
#navMiddle ul{
	list-style-type: none;
	padding:0px 5px;
	margin: 0px;
}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
	padding: 5px;
	padding-left: 15px;
}

/*navMiddle ul li a - the link of an item in the menu list */
#navMiddle ul li a{
	font-size:13px;
	color:#666666;
	text-decoration:none;
	width:100%;
	font-weight: bold;
	display:block;

}

/* navMiddle ul li a.Selected - the current page */
#navMiddle ul li a.selected{
	
	color:#000000;
}

/* navMiddle ul li a:hover - hover over a menu item */
#navMiddle ul li a:hover{
}

#navMiddle ul li:hover{
	background-color: #DDDDDD;
	color:#999999;
	font-weight: bold;
}

#navBottom{
	background-image:url(/styles/startasite.co.uk/startasite/images/menuFrameBottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 6px;
	width:100%;
}

/* contentFrame - the main section where the content would go */
#contentFrame{
	margin: 0px 0px 10px 190px;
	width:500px;
	position: relative;
	min-height:400px;
}

/* contentFrameLeft - left/top of the content frame */
#contentFrameLeft{
	background-image:url(/styles/startasite.co.uk/startasite/images/contentFrameTop.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 6px;
	width:100%;
}

#contentFrameMiddle{
	background-image:url(/styles/startasite.co.uk/startasite/images/contentFrameMiddleTrans.png);
	background-repeat:repeat-y;
	background-position: center;
	padding: 10px 20px 10px 20px;
	min-height: 100px;
	width:460px;
}

/* contentFrameRight - Right/Bottom of the content frame */
#contentFrameRight{
	background-image:url(/styles/startasite.co.uk/startasite/images/contentFrameBottom.png);
	background-position:left top;
	background-repeat:no-repeat;
	height: 6px;
	min-height: 6px;
	width:100%;
}

#contentFrameMiddleTitle {
	font-weight: bold;
	font-size:1.3em;
}

/* contentText - the <p></p> around the text */
#contentText{
}

/* footer - the footer of the page */
#footer{
	background-image:url(/styles/startasite.co.uk/startasite/images/footer.png);
	background-position:left top;
	background-repeat:no-repeat;
	width: 720px;
	height: 64px;
	margin-left:-10px;
}

/* */
#footerText, #lastUpdated{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#000000;
	text-align:center;
	background-color: #818c99;
}

/* the magic fixer! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.tableHeader{
	font-weight: bold;
	font-size: 14px;
}

#singleBox{
	margin:0 0 20px 0;	
}

#singleBox img{
	border:0;
	padding:0 4px 0 0;
}

#singleBox h1{
	font-weight:bold;
	color:#F60;
	margin:0;
	padding:0;
	font-size:18px;
}

#singleBox h2{
	font-weight:bold;
	color:#F60;
	margin:0;
	padding:0;
	font-size:14px;
}

img{
	border:0px;
}