/* =============================================== */
/* IrishFerries.com Stylesheet */
/* Global Base Elements */
/* Created by Digino 2008 */
/* =============================================== */

/* =============================================== */
/* SECTION : Global Reset */
/* Current Version modified from Yahoo UI Library */
/* http://developer.yahoo.com/yui/reset/ */
/* 29/08/2007 */
/* =============================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td { 
	font-size:100%;
	line-height : 100%;
	margin:0;
	padding:0;
}
fieldset,input,textarea {
	font-size:100%;
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
div {
	/*position : relative;*/
}
object { outline:none; }


/* =============================================== */
/* SECTION : BASE ELEMENTS */
/* =============================================== */

p {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 150%;
	font-style : normal;
	color : #5F5F5F;
	margin : 0 0 10px 0;
}

strong {
	font-weight : bold;
	line-height : 150%;
}

em {
	color : #4A3E36;
	font-style : italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	color : #009E58;
	font-weight : normal;
}
h2 {
	margin : 0 0 10px 0;
	font-size : 135%;
	line-height : 120%;
}
h3 {
	font-weight : bold;
	margin : 0 0 10px 0;
}
h4 {
	font-weight : bold;
	margin : 0 0 20px 0;
	padding : 20px 0 5px 0;
	border-bottom : 1px solid #009E58;
}

div.sidebar h3 {
	color : #014F97;
	font-weight : bold;
	margin : 0 0 10px 0;
}

img {
	display : block;
	border : 0;
}

hr {
	color : #E7E8ED;
	background : #E7E8ED;
	height : 1px;
	margin : 0px 0 0px 0;
	padding : 0 0 0 0;
	border : 0;
	clear : both;
	font-size : 0;
	border-top : 1px solid #E7E8ED;
}


/* =============================================== */
/* SECTION : ANCHORS */
/* =============================================== */

a:link, a:visited {
	color : #009E58;
	text-decoration : none;
	font-weight : bold;
	line-height : 150%;
}

a:hover, a:active {
	color : #014f97;
	text-decoration : underline;
}


/* =============================================== */
/* SECTION : LISTS */
/* =============================================== */

ul {
	margin : 0 0 0.75em 0;
	padding : 0;
	list-style : none outside;
}

li {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 150%;
	font-style : normal;
	color : #5F5F5F;
	padding : 0 0 0 18px;
	margin : 0 0 5px 0;
	background : transparent no-repeat scroll 0 5px;
}

ul.num {
	list-style : decimal outside none;
	padding : 0 0 0 25px;
}

ul.num li {
	background : none;
}


/* =============================================== */
/* SECTION : TABLES */
/* =============================================== */

table { }

th, td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 70%;
	line-height : 150%;
	font-style : normal;
	color : #5F5F5F;
	vertical-align : top;
}

tr.even {
	background : #f2f8f4;
}

tr.odd {
	background : #e5f1e9;
}

caption {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 90%;
	font-weight : bold;
}


/* =============================================== */
/* SECTION : DEFINITION LISTS */
/* =============================================== */

dt, dd {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 75%;
	line-height : 150%;
	font-style : normal;
	color : #5F5F5F;
}

/* =============================================== */
/* SECTION : FORMS */
/* =============================================== */

input, textarea {
	font-size : 100%;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

select,
option {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 100%;
	/*color : #5F5F5F;*/
}

input.btn {
	font-size : 80%;
	padding : 2px 5px;
}

input:focus, textarea:focus { }

label {
	/*width : 14em;
	float : left;
	clear : left;*/
}

input.checkbox,
input.radio {
	width : 30px;
}

button {
	font-size : 70%;
	/*width: auto;
	overflow: visible;*/
}


fieldset {
	border : 1px solid #009E58;
	background : #F2F8F4;
	margin : 0 0 20px 0;
	margin-top : 30px; /* Fix IE 6&7 Fieldset Issues */
	padding : 20px;
	
}
legend {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-weight : bold;
	font-size : 90%;
	margin : 0 0 0 0;
	*margin : -35px 0 20px -10px; /* Fix IE 7 Fieldset Issues */
	_margin : -15px 0 20px -10px; /* Fix IE 6 Fieldset Issues */
	border : 1px solid #009E58;
	background : #009E58;
	padding : 5px 8px;
}
fieldset label {
	width : 16em;
	float : left;
	display : block;
}
div.form-buttons {
	margin : 0 0 0 12.5em;
}
fieldset input,
fieldset select {
	/*width : 200px;*/
}
fieldset p {
	clear : both;
}

