body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	margin:0;
	padding:0;
	background-color:#efebde;
}

/***********************************************\
Layour Divs
\***********************************************/

div {
	margin:0px;
	padding:0px;
}

#header {
	width:100%;
	height:110px;
	background-color:#ffffff;
	border-bottom:2px solid #004d6b;
}

#leftcolumn {
	float:left;
	width:150px;
}

#maincontent {
	margin-left:160px;
	width:800px;
	padding-bottom:150px;
}

#insertmenu {
	margin-top:10px;
	margin-bottom:10px;
}

#requiredMessage {
	margin-bottom:20px;
}

.inputHolder {
	margin-bottom:30px;
}

.leftDiv {
	/*border:1px solid red;*/
	width:25%;
	float:left;
}

.rightDiv {
	/*border:1px solid green;*/
	margin-left:25%;
}

.inputTitle {
	margin-bottom:15px;
	padding-top:3px;
}

.inputBox {
	margin-bottom:15px;
}

#map {
	float:right;
}

.errorMessages {
	color:red;
	font-weight:bold;
}

#footer {
	width:100%;
	height:120px;
	text-align:center;
	background-color:#ffffff;
	border-top:2px solid #004d6b;
	clear:both;
	margin-top:10px;
}

#footer img {
	vertical-align:middle;
}

/*******************************************\
Lists
\*******************************************/

#leftcolumn ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-left:8px;
	font-size:110%;
}

#leftcolumn ul li {
	margin-left:10px;
	margin-bottom:20px;
}

#insertmenu ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

#insertmenu ul li {

	display:inline;
	padding:0px;
	margin:0px;
	/*margin-right:10px;*/
}

#insertmenu ul li a {
/*	width:195px;
	height:20px;
	border:1px solid red;
	background-image:url('images/top_menu_button.gif');
	background-repeat:no-repeat;*/
}

.currentPage {
	/*text-decoration:underline;*/
}

#indexList ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#indexList ul li {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

#indexList img {
	border:1px dotted #004d6b;
	vertical-align:top;
}

.selectList ul {
	margin:0px;
	padding:0px;
}

.selectList ul li {
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-bottom:5px;
}

/********************************************\
Links
\********************************************/

#leftcolumn a {
	text-decoration:none;
}

#leftcolumn a:hover {
	text-decoration:underline;
}

#leftcolumn a:visited {
	color:blue;
}

#insertmenu a {
	color:#0000ef;
	text-decoration:none;
}

#insertmenu a:hover {
	color:#004d6b;
	text-decoration:underline;
}

#insertmenu a:visited {
	color:#0000ef;
}

#indexList a {
	color:blue;
}

#indexList a:hover {
	color:blue;
	text-decoration:none;
}

#recordList a {
	color:#000000;
	text-decoration:none;
}

#recordList a:hover {
	text-decoration:underline;
}

#recordList a:visited {
	color:#000000;
}

.selectList a {
	color:black;
	text-decoration:none;
}

.selectList a:hover {
	text-decoration:underline;
}

/********************************************\
Headings
\********************************************/

h1 {
	color:#004d6b;
}

/********************************************\
Classes
\********************************************/

.requiredField {
	color:red;
	font-weight:bold;
}

/********************************************\
Forms and inputs
\********************************************/

input {
	width:95%;
	height:16px;
	padding:2px;
	margin:0px;
	border:1px solid #2e699c;
}

.requiredInput {
	background-color:#ddd;
	border:1px solid #2e699c;
}

select {
	width:96%;
}

textarea {
	width:95%;
}

.submit {
	width:15%;
	float:right;
	background-color:#ffffff;
}

.coOrdinateInput {
	width:200px;
}

legend {
	font-weight:bold;
}

.formError {
	/*float:right;*/
}

.checkBox {
	width:20px;
}

.dateInput {
	width:80px;
}

.login {
	padding-left:10px;
	padding-right:10px;	
}
/***********************************************\
Images
\***********************************************/

img {
	border:none;
}

#medinHeaderLogo {
	float:right;
}

#fishdacHeaderLogo {
	margin-left:10px;
	margin-top:5px;
}
