/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	background: #E7E7E2 url('img/body.jpg') no-repeat center top;
	padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 22px; 
	color: #333333;
}

p {padding-bottom: 13px;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {}
h3 {font: bold 1em Tahoma,sans-serif;}

form,input {margin: 0; padding: 0; display: inline;}



blockquote {
	font-size: 14px;
	display: block;
	padding-left: 5px;
	float: right;
	width: 400px;
	padding-top: 20px;
}

.quote {
	font-size: 14px;
	display: block;
	width: 580px;
	padding-top: 20px;
}

h1,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
	

	
	
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}

/* header & title */
.header {
	background: #222 url('images/header.jpg') no-repeat;
	height: 181px;
	width: 780px;
	margin-bottom: 5px;
	text-align: center;
}


.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title a {
	border-bottom: 1px dashed #657382;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}

.header .title {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}



/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
.content {
	float: right;
	width: 598px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}


/* navigation */
.navigation {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}





.navigation h2 {
	background: url('images/tab.jpg') no-repeat;
	margin: 0;
	padding: 15px 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-align: center;
	height: 28px;
	width: 155px;
}



.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}


.navigation li {
padding-left: 8px;}


.navigation li a {
	font-family : Arial; font-size : 12px;
	font-weight: normal; 
	text-decoration : none;  
	background-color: #EBEBEB; 
	color: #333333;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	border-bottom: 2px solid #DDDDDD;	
}


.navigation li a:hover {
background: #BFBFBF; 
color: #ffffff;
text-decoration : none;  
font-weight: normal; 	
		
}


/* footer */
.footer {
	background: url('images/footer.jpg');
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
}

.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;}
	
.sub-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FC7A34;
}

.sub-heading-big {font-size: 18px; color: #FC7A34;
}

p.indent {padding-left: 20px;}




.listimage li {
background-image: url(images/tick.jpg);
background-repeat: no-repeat;
list-style: none;
padding-left: 28px;
}

.listimage2 li {
background-image: url(images/arrowbullet.jpg);
background-repeat: no-repeat;
list-style: none;
padding-left: 28px;
}

.number li {list-style-type: decimal}

img.button {
	display: block;
	text-align: center;
	margin: 0 auto;
}

center {
	display: block;
	text-align: center;
	margin: 0 auto;
}