/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    Paul Boag
email:     paul.boag@headscape.co.uk
website:   http://www.headscape.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}



/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table {
	margin: 1em 0;
}
#wrapper #main p {
	text-align: justify;
	background-color: #FFFFFF;
}
a {
	color: #3300CC;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #990000;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */

#nav li {
	color:#C1DD92;
	background-image: url(images/bullet_off.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BADA85;
}
#nav a {
	color:#000000;

	text-decoration: none;
}
#nav ul li ul li{
	font-size: 90%;
	line-height: 1;
	background-image: none;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* =Typography (Global)
-----------------------------------------------------------------------------*/

body {
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	border-bottom-width: 10px;
	border-bottom-style: solid;
}



/* =Layout (Global)
-----------------------------------------------------------------------------*/
#header {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-color: #C3D490;

}

#header #hwrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	position: relative;
	background-color: #FFFFFF;
}
#header #hwrapper #slogan {
	background-image: url(images/slogan.gif);
	background-repeat: no-repeat;
	text-align: center;
	position: absolute;
	height: 65px;
	width: 275px;
	top: 66px;
	right: 0px;
}
#header #hwrapper #slogan h1 {
	font-size: 150%;
	margin-top: 5px;
	letter-spacing: .5em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#header #hwrapper #slogan h1 span {
	display:none;
	}
#wrapper #main {
	width: 440px;
	float: none;
	margin-left: 170px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px dashed #CCCCCC;
	padding-left: 10px;
	position: relative;
	background-color: #FFFFFF;
padding-bottom:40px;
}
#main ul {
	margin-left: 10px;
}
#wrapper #nav {
	width: 125px;
	margin-left: 32px;
	border: 1px solid #BADA85;
	position: absolute;
	top: 200px;
}
#main h1 {
	font-size: 200%;
}

#cards img{
	border: 1px solid #000000;
	background-color: #CCCCCC;
	background-position: -5px -5px;
}
#main #home  li {
	list-style:url(images/check.jpg) none;
	margin-left: 50px;
	margin-bottom: 10px;
}

/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/

#navBar {
	background-color: #000000;
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	height: 55px;

}
#navBar #topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	padding-top: 5px;
}
#navBar #topNav ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 5px;
	
}

#navBar #topNav ul li {
	list-style:none;
	margin: 0 auto;
	display: inline;
	}

#navBar #topNav a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-weight: normal;
	}
#navBar #topNav a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	margin: 2px;
	padding: 2px;
	font-weight: normal;
	background-color: #FFFFFF;
	}

#footer {
	position: relative;
	font-weight: normal;
	color: #FFFFFF;
}

#footer #navBar {
	background-color: #000000;
	background-image: url(images/footerbar.gif);
	background-repeat: repeat-x;
	height: auto;
padding-top:20px;
}
#footer #navBar #footerNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

	width: 700px;
	margin-top: 20px;
padding_top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#footer #navBar #footerNav ul {
	list-style-type: none;
	margin: 0px auto;
	padding: 5px;

}

#footer #navBar #footerNav ul li {
	list-style:none;
	margin: 0 auto;
	display: inline;
	}
#sam {
	background-color: #FFFFFF;
}


#footer #navBar #footerNav a {
	color: #fff;
	text-decoration: none;
	border: 1px none #FFFFFF;
	margin: 2px;
	padding: 2px;
	}
#footer #navBar #footerNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	border: 1px none #FFFFFF;
	margin: 2px;
	padding: 2px;
	}
#wrapper #subnav {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 171px;
	text-align: right;
	}
#wrapper #subnav a{
	text-decoration: none;
}	
#wrapper #subnav a:hover{
	text-decoration: none;

}	
#wrapper #subnav .title {
	font-size: 120%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	
	}
#wrapper #subnav ul {
	list-style-type: none;
	width: 171px;
	margin-bottom: 5px;
	position: absolute;
	right: 0px;
	
}
#wrapper #subnav li {
	list-style-type: none;
	margin-bottom: 5px;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
	margin-top: 5px;
}
#wrapper #subnav ul li ul li{
	list-style-type: none;
	position: relative;
	border: 1px dashed #CCCCCC;
	padding-left: 5px;
	top: 20px;

}

#wrapper #main h1 {
	font-size: 200%;
	color: #660000;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	border-bottom-style: solid;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/




/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
	border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
}
#main h2 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

