/* CSS Document */
body, html {
	padding:0;
	margin:0;
	font-family: tahoma;
	font-size: 12px;
	letter-spacing: 1px;
	background:url(images/bg.gif) repeat-x top #fefefe;
}
p { 
    margin: 0 0 13px 0; 
	line-height: 1.5em; 
} 
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
    font-size: 25px;
	color: #4b479c; 
	margin: 25px 0 28px 0;
	background:url(images/grey_arrow.gif) no-repeat 0 70%; 
	padding-left: 17px; 
} 
h4, h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
    font-size: 25px;
	color: #28343e; 
	margin: 25px 0 28px 0;
	background:url(images/grey_arrow.gif) no-repeat 0 70%; 
	padding-left: 17px; 
} 
h2 { 
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	text-align: center; 
}
.indexlist {
    margin: 0 42px 20px 0; 
	padding: 0; 
 	float: left;
	letter-spacing: 1px;
	list-style: none;
 } 
.indexlist li {
    background:url(images/green_tick.gif) no-repeat 0 50%;
	padding-left: 17px;
	line-height: 25px;
	border-bottom: 1px solid #dfe2e3
} 
a { 
    color: #000000; 
} 
a:hover { 
    text-decoration: none; 
}  
img#rapidstatscounter { 
    display: none; 
} 



/*main layout*/
#container {
	width: 780px;
	margin: auto;
	height: auto;
} 
#nav_top {
	height: 31px;
	background-image: none;
}
#nav {
	height: auto;
	width: 780px;
	background-image: url(images/menu-bar.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
} 
#header { 
    height:327px; 
} 
#main_body {
	background:url(images/main_bg.gif) repeat-x top #fefefe;
	height: auto;
} 
#main_body_left{
	float: left;
	width: auto;
	padding: 0 60px 0 39px;
	margin: 0 0 10px 0;
} 
#main_body_right {
    float: left;
	width: 283px;  
} 
#footer {
	height: auto;
	clear:both;
	color: #798587;
	background-image: none;
	background-color: #F1F2F3;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
} 
#footer a{
	color: #0033CC;
}
#footer a:hover{ 
 	 color: #798587;
	 text-decoration: none; 
}

/*Forms defaults*/
input, textarea {
	font-family: tahoma;
	font-size: 12px; 
	letter-spacing: 1px;
	color: #777e84;
}
label {
	color: #777e84;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color: #777e84;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
form { 
    margin-bottom: 20px; 
} 
#banner {
	height: auto;
	width: 780px;
}
#logo {
	width:400px;
	height:auto;
	position: absolute;
}#flash {
	width:auto;
	height:auto;
	left: 200px;
	margin-left: 400px;
}
