/* --------------------------------------------------------------

    base.css

    Author:
    Date:

    This is the main stylesheet

    +top

--------------------------------------------------------------

  +Resets default browser CSS styles

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

/* --------------------------------------------------------------

    +Default Styles

-------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5b6c68;
	background-color:#cedfe6;
	background-image:url(/structure/site-bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	}

.floatleft { float: left; }
.floatright { float: right; }

.clear-floats { clear: both; font-size: 1px; }

a:link,
a:visited  { color:#339933; text-decoration:none;}
a:hover    { text-decoration:underline;}

strong, b { font-weight:bold; }
em, i { font-style:italic; }

/* --------------------------------------------------------------

    +Layout

    -- This is the optimum layout for 1024px
    -- Individual column width 93px
    -- 9 column layout
    -- margin 14px

-------------------------------------------------------------- */

#top 		{ width: 100%; margin: 0 auto; padding: 0; position: relative; }
#shell 	{ width: 974px; margin: 0 auto; position: relative; }
#page 	{ text-align: left; background-color:#fff; float:left; width:100%; margin-top:10px; }

#header { background-image:url(/structure/masthead.jpg); background-repeat:no-repeat; width:100%; float:left; height:165px; position:relative; cursor:pointer; }
#content { background-image:url(/structure/content-bg.gif);	background-repeat:repeat-x; background-position:top; padding:20px 12px 10px 12px; float:left; min-height:600px; }

.col { float: left; margin-right: 10px; width: 70px; }

.span-1 { width: 70px; }
.span-2 { width: 150px; }
.span-3 { width: 230px; }
.span-4 { width: 310px; }
.span-5 { width: 390px; }
.span-6 { width: 470px; }
.span-7 { width: 550px; }
.span-8 { width: 630px; }
.span-9 { width: 710px; }
.span-10 { width: 790px; }
.span-11 { width: 870px; }
.span-12 { width: 950px; }

/* This should be the standard container ---------------------- */
.module { padding: 14px; margin-bottom: 14px; }

/* --------------------------------------------------------------

    +Typography + Headings

-------------------------------------------------------------- */

p { margin-bottom: 1.5em; }
p, ul, blockquote, dd, dt, table { font-size: 1.2em; line-height: 1.8em; }

/* Lists ----------------------------------------------------- */

dt { margin-bottom: 0.35em; }
dd { margin-bottom: 1.3em; }

ul { margin: 0 0 1.5em 0; padding: 0 0 0 1.5em; }

ul.inline-list { float: left; }
ul.inline-list li { float: left; display: inline; }

.col h1,
.col h2,
.col h3,
.col h4,
.col h5,
.col h6,
.col p { padding:0 10px; }

/* Headings -------------------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	color: #5b6c68;
	font-weight: bold;
	clear: none;
	line-height: 1.5em;
	}

h1 { font-family:Helvetica, Arial, sans-serif; font-size: 3.2em; font-weight:normal; margin-bottom: 0.667em; }
h2 { font-size: 1.9em; margin-bottom: 0.8em; }
h3 { font-size: 1.7em; margin-bottom: 0.889em; }
h4 { font-size: 1.5em; margin-bottom: 1.066em; }
h5 { font-size: 1.3em; margin-bottom: 1.2307em; }
h6 { font-size: 1.1em; margin-bottom: 1.5em; }

h1 span, h2 span, h3 span { display: none; }


/* --------------------------------------------------------------

    +Tables

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Forms

-------------------------------------------------------------- */

/* --------------------------------------------------------------

    +Navigation

-------------------------------------------------------------- */

#nav { text-align:right; margin:0; padding:0; bottom:10px; right:0; position:absolute; }
#nav ul { margin:0; padding:0; list-style:none; font-size:1.4em; margin-right:10px; cursor:default; }
#nav ul li { display:inline; }
#nav ul li a { color:#fff; padding:10px 15px; font-weight:bold; }

/* --------------------------------------------------------------

    +Homepage

-------------------------------------------------------------- */

#animalid-ruralservs { height:280px; background:url(/images/homepage/animalid-ruralservs.jpg) no-repeat center; margin-bottom:1em; }
#animalid-ruralservs h2 { display:none; }
#animalid,
#ruralservs { float:left; width:50%;}
#animalid p,
#ruralservs p { margin:95px 0 0 0; line-height:1.6em; }
#animalid p { padding:0 260px 0 20px; color:#000; }
#ruralservs p { padding:0 260px 0 30px; color:#fff; }

#buttons { height:100px; margin-bottom:2em; }

/* --------------------------------------------------------------

    +Previous Projects

-------------------------------------------------------------- */

ul#prev-projects { margin:0;padding:0;list-style:none; }
ul#prev-projects li { display:inline;float:left;text-align:center; margin-bottom:1em; }
ul#prev-projects li img { border:1px solid #A2AEAA; margin:1px; padding:1px }

/* --------------------------------------------------------------

    +Footer

-------------------------------------------------------------- */

#footer { background-color:#CEDFE6; background-image:url(/structure/footer-bg.gif);	background-repeat:repeat-x; background-position:top; width:100%; float:left; clear:both; padding:2em 0; font-size:0.88em; }

/* --------------------------------------------------------------

		+Overwrite Styles

    Add these class names to clear any margins, paddings or floats
    Keep these declarations at the BOTTOM of this stylesheet

-------------------------------------------------------------- */

.clear-floats { clear: both; font-size: 1px; height: 1px; line-height: 0px; }

.bold 	 	{ font-weight: bold; margin: 0; }
.quiet 	 	{ font-weight: lighter; text-transform: none; letter-spacing: 0;}
.last 		{ margin-right: 0; }
.half 		{ width: 48.5%; margin-right: 15px; }
.left 		{ float: left; }
.italic 	{ font-style: italic; letter-spacing: 0.04em; }

.no-marg 			{ margin: 0; }
.no-pad 			{ padding: 0; }
.marg-right 	{ margin-right: 14px; }
.marg-left 		{ margin-left: 14px; }
.marg-bottom 	{ margin-bottom: 14px; }
.marg-top 		{ margin-top: 14px; }
.marg-all 		{ margin: 14px; }

.pad-bottom 	{ padding-bottom: 14px; }

form fieldset { background-color:#F0F0F0; padding:10px 15px; margin:10px; border:1px solid #E0E0E0; }
form fieldset legend { background-color:#AAA; color:#FFF; padding:5px 15px; font-weight:bold; font-size:1.4em; margin:0 0 0 -10px; }
form fieldset label { float:left; width:150px; font-size:1.2em; margin-top:5px; color:#666; }
form fieldset input,
form fieldset textarea,
form fieldset select { float:left; margin-top:5px; }
form fieldset br { clear:both; }
form fieldset em { float:left; font-size:1.2em; margin:7px 0 0 10px; color:#999; }