/* ------------------------ DO NOT ALTER THIS FILE ---------------------------- 
This is the standard eSolutions website style sheet; authors, David Janik-Jones + Marc Trudel.
Create a copy of the three style sheets and place them in your new website directory.
CSS are commonly kept in the /includes/styles/ directory for the website. 
   ------------------------ DO NOT ALTER THIS FILE ---------------------------- */

/* CSS style sheet for Marine Atlantic, by eSolutions Group, http://www.esolutionsgroup.ca */
/* CSS released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* All web site content Copyright 2006 by Marine Atlantic */
/* Date Started: April 19-20, 2006 */

/* This design is NOT a template. You may NOT reproduce it elsewhere without the owner's written permission. 
You may study the CSS and use whatever techniques you learn from it elsewhere per Creative Commons License. */

/* IMPORT THREE OTHER STANDARD SITE STYLE SHEETS IF USING IMPORT RULE
NOTE -- MAKE SURE TO USE EMPTY JS TO ELIMINATE FLASH OF UNSTYLED CONTENT
@import url(structure_home.css);
@import url(structure_inside.css);
@import url(content.css); */

/* REMOVE PADDING AND MARGIN VALUES */
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,li,dd,dt,img,
blockquote,q,table,thead,tbody,tfoot,caption,th,tr,td,a,form,
input,textarea,fieldset,pre {margin:0;padding:0;}

/* SET BASE FONT ATTRIBUTES */
html {font:12px/17px Arial,Helvetica,sans-serif;color:#666;}
p {font:12px/17px Arial,Helvetica,sans-serif;color:#666;padding-bottom: 17px;}
h1,h2,h3,h4,h5 {font-weight:bold;color:#620000;text-transform:uppercase;padding:5px 0 5px 0;}
h1 {font-size:15px;}
h2 {font-size:13px;}
h3 {font-size:12px;}
h4 {font-size:12px;}
h5 {font-size:11px;}
h6 {font-size:10px; color:#B07012;}

/* STANDARDIZE LINK STYLES ACROSS SITE, KILL BORDER ON IMG LINKS */
a {color:#B01216;text-decoration:none;}
a:link,a:visited {text-decoration:underline;}
a:hover,a:active {text-decoration:none; color:#FC191F;}
a img,:link img,:visited img,:hover img,:active img {border:none;}

/* REMOVE AUTOMATIC TOP/BOTTOM MARGINS ON NESTED LISTS */
ul ul,ul ol,ul dir,ul menu,ul dl,
ol ul,ol ol,ol dir,ol menu,ol dl,
dir ul,dir ol,dir dir,dir menu,dir dl,
menu ul,menu ol,menu dir,menu menu,menu dl,
dl ul,dl ol,dl dir,dl menu,dl dl {margin-top:0;margin-bottom:0;}

/* STANDARDIZE THE LIST-BULLET TYPE */
ul,dl {list-style-type:circle;list-style-position:inside;}
ol {list-style-type:decimal;list-style-position:inside;}
/* OTHERS AS NEEDED ul{}
li{}
dl{margin:4px 0;}
dt{margin:3px 0; font-weight:bold; color:#333; text-transform:uppercase;}
dt a{font-weight:bold; color:#333;}
dd{margin:0 0 4px 0;} */

em {font-style:italic;font-weight:normal;}
strong {font-weight:bold;}
acronym {background:transparent;cursor:help;font-style:normal;}
a acronym {border:none;cursor:pointer;}

text,input {border: 1px solid #A5ACB2; padding: 2px; font:11px/14px Arial,Helvetica,sans-serif;color:#666;}

/* this div forces the columns to wrap correctly by clearing the table div that floats left */
#clearfix {
	clear: left; height: 0; margin: 0; padding: 0; overflow: hidden;
}

/* ----- END OF TEMPLATE ----- */