/* CSS Document */

*	{
	margin:0;
	padding:0;
}

body {
	padding: 0;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bckgrnd.png);
	background-repeat:repeat-x;
}


/* Text Styles, Headers etc */
	
.smalltext {

	font-family: "arial";
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.largetext {

	font-family: "arial";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.italictext {

	font-family: "arial";
	font-size: 16px;
	color: #ffffff;
	font-weight: bold; font-style:italic;
	text-decoration: none;
}

.normal {
	font-family: "calibri";
	font-size: 14px;
	color: #333333;
	padding:2px;
	font-weight: normal;
	text-decoration: none;
}

a:focus
{
-moz-outline-style: none;
outline: none;
}

A {
    font-family: "arial";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	outline:none;
	text-decoration:underline;
}

A:visited {
 	font-family: "arial";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

A:active {
 	font-family: "arial";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
}

A:hover { 
	font-family: "arial";
	font-size: 12px;
	color:#c60;
	font-weight: bold;
    text-decoration:underline;
}
	
H1 {

	font-family: "arial";
	font-size: 20px;
	color: #c60;
	font-weight: normal;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
}

H2 {

	font-family: "arial";
	font-size: 16px;
	color: #4355a9;
	font-weight: bold;
	text-decoration:none;
	padding-top:15px;
	padding-bottom:10px;

}


H3 {

	font-family: "arial";
	font-size: 14px;
	color: #4355a9;
	font-weight: bold;
	padding-bottom:0px;
	padding-top:5px;
	padding-left:0px;
	padding-right:0px;
}

.floatimgleft {
	float:left;
	clear:left;
	margin-top:2px;
	margin-left:5px;
	margin-right:15px;
	margin-bottom:5px;
}

.floatimgright {
	float: right;
	clear:right;
	margin-top:5px;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:10px;
}


/* Layers */


#base {
	position:relative;
	width: 950px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
}
	
	
#header {
	clear:both;
	width:950px;
	height:190px;
	margin-top:0px;
	margin-right:0px;
	text-align:left;
	z-index:2;
}



#main { 
	width:950px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}

#watermark { 
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/watermark.jpg);
	background-repeat:no-repeat;
	background-position:top;
	z-index:1;;
}

#main_text { 
	width:950px;
	background-image:url(images/edges.png);
	background-repeat:repeat-y;
	z-index:2;
}


#flash {
	clear:both;
	width:950px;
	height:190px;
	margin-top:0px;
	margin-right:0px;
	text-align:left;
	z-index:2;
}

#top {
	clear:both;
	width:950px;
	height:44px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	text-align:left;
	z-index:2;
}

#image {
	float:left;
	width:300px;
	height:295px;
	padding-left:19px;
	padding-top:50px;
	background-image:url(images/bus_people.png);
	background-position:center;
	background-repeat:no-repeat;
	z-index:3;
}

#navigation {
	float:right;
	width:760px;
	margin-top:11px;
	margin-right:18px;
	padding-top:0px;
	padding-bottom:0px;
	z-index:3;
}


#heading {
	float:left;
	width:600px;
	margin-top:20px;
	padding-top:15px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	z-index:3;
}

#text_1 {
	float:left;
	width:575px;
	padding-left:10px;
	padding-right:25px;
	text-align:left;
	z-index:3;
}


#text_1 ul	{
	padding-left:50px;
	padding-top:20px;
	padding-bottom:10px;
}

#text_1 li {
	padding-left:5px;
	padding-bottom:2px;
	vertical-align:text-bottom;
	list-style:square;
	list-style-position:outside;
	list-style-image:url(images/greentick.png);

}


#bottom {
	clear:both;
	width:950px;
	height:108px;
	padding-top:0px;
	padding-right:0px;
	background-image:url(images/middle.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:2;
}

#footer {
	clear:both;
	width:950px;
	height:68px;
	padding-top:30px;
	padding-right:0px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	text-align:center;
	z-index:2;
}

#footer A {
    font-family: "arial";
	font-size: 11px;
	color: #4355a9;
	font-weight: bold;
	text-decoration:none;
}

#footer A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color:#4355a9;
	text-decoration:none;
}	
	
#footer A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #c60;
    text-decoration:underline;
}

#link {
	clear:both;
	width:934px;
	padding-right:16px;
	text-align:right;
	z-index:2;
}

#link A {
    font-family: "arial";
	font-size: 11px;
	color: #4355a9;
	font-weight: bold;
	text-decoration:none;
}

#link A:active {
 	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color:#4355a9;
	text-decoration:none;
}	
	
#link A:hover {
	font-family: "arial";
	font-size: 11px;
	font-weight: bold;
	color: #00cccc;
    text-decoration:underline;
}