@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,900);

html

  {
		overflow-y:scroll;
	}
	
body

  {
		background-image:url(/images/background.jpg);
		background-repeat:repeat-x;
		font-family:Roboto,Verdana,Geneva,sans-serif;
		font-size:12px;
		font-weight:normal;
		margin:0px 0px 0px Opx;
		padding:40px 0px 0px Opx;
	}
	
div.blockUI h1

  {
		font-size:20px;
	}

input.error,input.error:focus,select.error,select.error:focus

  { 
    background-color:#f2dede; 
    border-color: rgba(185,74,72,0.8);	
    color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,255,255,0.6);
  } 
	
h1

  {
		color:#105488;
		font-size:18px;
		font-weight:bold;
		height:30px;
		line-height:30px;
		margin:0px 0px 20px 0px;
		text-transform:uppercase;
	}	
	
h2

  {
		color:#105488;
		font-size:16px;
		font-weight:bold;
		height:30px;
		line-height:30px;
		margin:0px 0px 20px 0px;
		text-transform:uppercase;
	}	

h3

  {
		color:#105488;
		font-size:14px;
		font-weight:bold;
		height:30px;
		line-height:30px;
		margin:0px 0px 20px 0px;
		text-transform:uppercase;
	}	

label.error

  {
		color:#ff0000;
		margin:0px 0px 10px 0px;
	}

#adminRecordset

  {
		margin:0px 0px 0px 0px;
  }
	
#adminRecordset

  {
		list-style:none;
  }
	
#divFlexslider

  {
		margin:40px 0px 40px 0px;
	}
	
#divFooter

  {
		background-color:#105488;
		color:#ffffff;
		margin:40px 0px 0px 0px;
		padding:60px 0px 60px 0px;
	}
	
#divHeader

  {
		padding:40px 0px 0px 0px;
  }
	
#divMenu

  {
		font-size:16px;
		font-weight:bold;
		height:30px;
		line-height:30px;
		margin-top:47px;
		text-align:right;
	}

#divMenu a:link

  {
		color:#006699;
		margin:0px 0px 0px 10px;
		text-decoration:none;
	}

#divMenu a:visited

  {
		color:#006699;
		margin:0px 0px 0px 10px;
		text-decoration:none;
	}

#divMenu a:hover

  {
		border-bottom:3px solid #5895c6;
		color:#5895C6;
		text-decoration:none;
	}
	
#divMenu a.active

  {
		border-bottom:3px solid #5895c6;
		color:#5895C6;
		text-decoration:none;
	}
	
.scrollup

  {
		background-image:url(/images/icon-top.png);
		background-repeat:no-repeat;
		bottom:50px;
		display:none;
		height:40px;			
		opacity:0.3;
		position:fixed;
		right:100px;
		text-indent:-9999px;
	  width:40px;
  }
