/* 

STYLE SHEET FOR ssit
Created by Justin Lewis
www.justinlewis.co.uk 

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. hacks

Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:small;
	font-family:  		Verdana, Arial, sans-serif;
	background-color: #E9E9E9;
        }


li {
	list-style-type: square;
	margin-left: 25px;
	margin-bottom: 8px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 85%;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
	margin-top: 1px;
		}
		
#masthead {
	background-image: url(assets/masthead_bg_3.jpg);
	width: 770px;
	height: 49px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
		}

#masthead1 {
	background-image: url(assets/masthead1_bg.jpg);
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	width: 770px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	background-repeat: repeat-x;
	margin-bottom: 0px;
          }
		
#strapline {
	color: #003366;
	font-size: 100%;
	font-weight: bold;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	margin-top: 8px;
	margin-right: 5px;
            }
	
#logo {
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bolder;
	color: #003366;
	margin-top: 5px;
	margin-left: 5px;
		}
		
#navContainer {
	float: left;
	width: 135px;
		}

#mainbody {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
         }

#content {
	float: right;
	width: 615px;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
		}

#footer {
	margin-top: 15px;
	margin-right: 2px;
	margin-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	color: #003366;
	padding: 10px;
	background-image: url(assets/footer_bg.jpg);
	margin-bottom: 2px;
		}

.separator {
		clear: both;
		height: 0;
		}

#LogoContainer {
	width: 130px;
	padding-top: 10px;
        } 

#LogoContainer img {
	display: block;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
        } 

.indexfeature {
	width: 600px;
	margin-top: 5px;
	margin-right: 2px;
	float: left;
	margin-bottom: 10px;
	margin-left: 2px;
         }   
		 
.indexfeature h1  {
	color: #FFFFFF;
	font-size: 105%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-left: 210px;
	border: 1px solid #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(assets/feature_bg.jpg);
	margin-bottom: 0px;
         }
		 
		 
.indexfeature h2  {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #003046;
	color: #FFFFFF;
	font-size: 100%;
         }
		 





.indexfeaturecontent {
	background-color: #F0F0F0;
	padding: 5px;
	margin-top: 2px;
	font-size: 95%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 100%;
         }   

.rightfeature {
	background-color: #E9E9E9;
	padding: 2px;
	float: right;
	width: 200px;
	border: 1px dotted #7B99E1;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 35px;
	margin-left: 10px;
	        }

.rightfeature li {
	list-style-type: square;
	margin-left: 18px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-size: 85%;
              }

.rightfeature h2 {
	margin-left: 10px;
	margin-top: 0px;
	color: #003366;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
              }

.imgsbottom {
	margin-top: 10px;
	text-align: center;
         }


.rightfeatureaction {
	padding: 2px;
	float: right;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 35px;
	margin-left: 10px;
	        }



/* ---------- 3. links and navigation ---------- */

a {
	color: #006699;
		}

				
a:hover {
	color: #000033;
		}
		
a:visited {
	color: #006699;
		}
		
#navigation {
	width: 135px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	   }

#navigation ul {
        list-style:none;
		margin: 0;
		padding: 0;
		}

#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
	margin: 0px;
	list-style-type: none;
	font-size: 95%;
		 }

#navigation li a:link, #navigation li a:visited {
	display:block;
	background-color: #006699;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 0.5em;
	font-weight: bold;
		}	
#navigation li a:hover {
	background-color: #F0F0F0;
	color: #006699;
	border-left-color: #006699;
	border-right-color: #006699;
         }

	

/* ---------- 4. fonts ---------- */

h1, h2, h3, h4, p, ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
		}

h1 {
	font-size: 125%;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
		}

h2 {
	font-size: 110%;
	padding-top: 25px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

h3 {
		}
		
h4 {
		}

p {
	font-size: 95%;
	margin-top: 5px;
	line-height: 20px;
	margin-bottom: 10px;
		}


		
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FF0000;
	padding-top: 20px;
	font-size: 85%;
	padding-left: 1px;
	text-align: center;
         }

.contact a:link, a:visited {
	text-decoration: none;
	color: #330066;	   
           }
		   
.contact a:hover{
     text-decoration:underline;  
           }

.indexfeaturecontent a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	         }

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
.leftimg {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
           }

.rightimg {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
         }


		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}  
/* ------- 7. Forms -----------*/

#formContent {
	float: left;
	width: 400px;
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 5px;
		}

#sidebar {
	float: right;
	width: 150px;
	background: #eeeeee;
	padding: 7px;
	margin-left: 5px;
		}

.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}


.hidden {
		display: none;
		}

.tel, .fn {
		margin-bottom: 0;
		}

.org {
		font-weight: bold;
		}


.row {
		clear: both;
		padding-top: 5px;
		}

form {
		margin-bottom: 1em;
		}
		
fieldset {
		margin-bottom: 10px;
		padding: 5px;
		border: 1px dotted #666666;
		}		

legend {
		padding: 0 10px;
		background: #ffffff;
		text-transform: uppercase;
		color: #000066;
		font-size: 95%;
		}

.formLabel {
	font-size: 100%;
	line-height: 1.6em;
	text-align: right;
	margin-right: 10px;
	width: 85px;
	float: left;
		}

.formControl {
		float: left;
		width: 280px;
		}
		
input, textarea {
		border: 1px solid #666666;
		padding: 2px;
		font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		}	
		
input {
		font-size: 95%;
		width: 280px;
		}			

textarea {
		width: 400px;
		}
		
.submitButton {
	background: #eeeeee;
	font: bold 1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	width: auto;
	float: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
		}		
