/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// GENERAL ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

body, html {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: url(gifs/background_top.jpg) top center no-repeat;
}






/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL LAYOUT ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#wrapper {
	width: 950px;
	margin: auto;
	
}

#topper {
	height: 170px;
}

#container {
	background: url(gifs/background_leftFiller.gif) repeat-y;
}

#navigation {
	/*width: 385px;
	height: 435px;*/
	*margin-left: -240px;
	position: absolute;
	z-index: 1;
}

#content {
	width: 710px;
	margin-left: 240px;
	min-height: 435px;
	position: relative;
	z-index: 2;
}

hr {
	display: none;
}



/*/////////////////////////////////////////////////////////////////*/
/*///////////////////// NO FLASH - STYLES /////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#noFlash ul {
	list-style-type: none;
	margin-left: 10px;
  	padding-left: 0px;
}

#noFlash ul ol {
	list-style-type: none;
	color: #FFF;
	margin-left: 10px;
  	padding-left: 0px;
}

#noFlash a:link, #noFlash a:visited { text-decoration: none; }
#noFlash a:hover, #noFlash a:active { color: #F95716; }

#noFlash .header {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
}

#noFlash .normal {
	color: #FFF;
	font-size: 11px;
}



/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// TOPNAV //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#topper .img {
	display: none;
}

#topper .filler {
	width:185px;
	background-image: url(gifs/background_topFiller.jpg);
}
#topper, #topper a:link, #topper a:visited { 
	color: #5F9AB2;
	font-size: 11px;
	text-decoration: none;
}
#topper a:hover, #topper a:active { 
	color: #F95716;
	text-decoration: none;
}



/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// FOOTER //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#footer, .breadcrumb {
	color: #C4C4C4;
	font-size: 9px;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover { 
	color: #C4C4C4;
}


/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL STYLES ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


/* links*/
a:link, a:visited { text-decoration: underline; color: #F95716; }
a:hover, a:active { text-decoration: none; }


.blue a:link, .blue a:visited { 
	font-size: 11px;
	color: #6dc8d5; 
	font-weight: bold;
}
.blue a:hover, .blue a:active { text-decoration: none; }




/* headers */
h1 { 
	font-size: 22px;
	color: #206D87;
	padding: 0px;
	margin: 0px;
	font-weight: lighter;
}

h2 { 
	font-size: 14px;
	color: #206D87;
	padding: 0px;
	margin: 0px;
}

h3 { 
	font-size: 12px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

p {
	padding-top: 1px;
	margin-top: 1px;
}

/* font-sizes */
.small { font-size: 9px; }
.medium { font-size: 11px; }




/* lists */
ul {
	list-style: none outside url(gifs/icon_list.gif) ;	
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
  	padding-left: 10px;
}

ol > li {
	margin-left: -15px;
	padding-left: -50px;
}


/* form */
.red { color: #FF0000; }

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	width: 270px;
	height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.button {
	color: #FFF;
	font-weight: bold;
	background: #F95716; 
	border: 0px solid #F95716;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}
