/* Generic stylesheet document by Flame Digital Ltd */
/* Based on Owen Briggs template (http://www.thenoodleincident.com) */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #2F6376;
	background-color: #FFF;
	text-align: center;
	}

		
/* --------------------------------------------------------------------- */
/*layout*/
	
#logo {
	margin:	17px 28px 4px 17px;
	}
	
#secondaryNav {
	text-align:right;
	}
	
#copyContainer {
	margin: 0em;
	padding: 0em;
	}

#footer {
	clear:both;
}

/* --------------------------------------------------------------------- */
/*typography*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	text-transform:uppercase;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul {
	/*list-style: none;*/
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
li {
	font-size: 1.0em;
	line-height: 1.8em;
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #46AC50;
}
p a:hover {
	background-color: #46AC50;
	color: #FFF;
	text-decoration: none;
}

/* --------------------------------------------------------------------- */
/* classes */

.border {
	border: solid 1px #86A4A3;
}

.navigation {
	border-top: 1px solid #FFF;
}
	
.introText {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	line-height:1.3em;
}
	
.links {
	background: url(../images/link_icon.gif) 0% no-repeat;
	padding-left: 20px;
	}
    
/* Forms ----------------------------------------------- */
    
form {
    padding: 0px;
    margin: 0px;
    }
    
input.textBox {
    width: 220px;
    background: #E4EEF2;
    font:1em Verdana, Arial;
    line-height: 15px;
    color: #333333;
    border: 1px dotted #C6DDE5;
    padding: 2px;
}

input.textBox1 {
    width: 100px;
    background: #E4EEF2;
    font:1em Verdana, Arial;
    line-height: 15px;
    color: #333333;
    border: 1px dotted #C6DDE5;
    padding: 2px;
}
	
.submitButton {
    background: #46AC50;
    font:1em Verdana, Arial, Helvetica, sans-serif;
    line-height: 15px;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
    border: 1px dotted #36853D;
    padding: 2px;
}

select {
    color: #333333;
    }
    
textarea {
	width:220px;
    background: #E3ECF1;
    font:1em Verdana, Arial;
    line-height: 15px;
    color: #333333;
    border: 1px dotted #C6DDE5;
    padding: 2px;
    }
    
option {
    padding-left: 6px;
    }