/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #414141;
}


h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 150%;
	text-align: left;
}

.intro {

font-size: 18px;
font-weight: bold;
margin-bottom: 25px;
}


ul, ol {
	margin-left: 3em;
}


a {
	color: #555FC8;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}



/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}


/* Z-Div Main image */

#zdiv {
z-index:1;
position: absolute;
margin: 0px 0px 0px 256px;
height: 262px;
width: 670px;

}

/* Header */

#header {
	height: 140px;
	background: url(images/img03.jpg) no-repeat;
}

/* Logo */

#logo {
	z-index:2;
	position: absolute;
	margin: 60px 0px 0px 60px;

	
}

/* Contact Bar */

#contact {
position: absolute;
margin: 0px 0px 0px 0px;

}

#contact p {

text-align: right;
font-size: 10px;

}


/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	position: relative;
	z-index:10;
	float: left;
	width: 630px;
	padding: 130px 0px 0px 22px;
}

table#diagram {

    background-color:#FFFFFF;
	vertical-align: top;
	width: 630px;
	margin: 0px 0px 50px 0px;
}

table#diagram td {
vertical-align: top;
border-bottom: 1px dotted #CCCCCC;
}

table#diagram p {

margin: 4px;

}


table#links {

border: none;
line-height: 16px;
margin: 0px 0px 50px 0px;
background-color: #F2F2F2;
}



table#links a{

font-weight: bold;

}
table#links td {
vertical-align: top;
border-top: 1px dotted #CCCCCC;
padding-top: 5px;
padding-left: 5px;
width: 300px;

}

.toprow {
    
	font-size: 15px;
	color: #414141;
}



#dlayer img {

}

/* Sidebar */

#sidebar {
	float: left;
	width: 186px;
	height: 200px;
	padding: 16px 0px 0px 54px;
}

#sidebar a {

	display:block;
}

#sidebar p {

color: #999999;
font-size: 12px;
line-height: 24px;

}

#sidebar ul {

}


/* Nav */

#nav {
	width: 190px;
	margin-bottom: 1em;
	background-color: #F2F2F2;
	color: #333;
	}
	
#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#nav li {
		border-bottom: 1px solid #BEBEBE;
		margin: 0;
		}
		
#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 5px solid #F2F2F2;
	border-right: 5px solid #F2F2F2;
	text-decoration: none;
	color: #CC3300;
	background-color: #F8F8F8;
	width: 100%;
		}

html>body #nav li a {
		width: auto;
		}

#nav li a:hover {

	border-left: 5px solid #F8F8F8;
	border-right: 5px solid #F8F8F8;
	background-color: #EEEEEE;
	color: #9B2E00;
		}

#image {

text-align: center;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 25px;

}

#image p {

text-align: center;
font-size: 11px;
margin: 2px;

}


#formwrapper {

width: 600 px;
height: 600 px; 

}

/* Footer */

#footer {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0px 0px 0px 42px;
	padding-top: 15px;
	text-align: left;
	color: #333333;
	font-size: 11px;

}


#footer a {
	color: #555FC8;
}

