/*-------------------------------
Main Layout StyleSheet

Version 1.0
Author: James Purves
Email: info@unstuckdesign.com
Website: http://www.unstuckdesign.com
---------------------------------
Default Styles
---------------------------------*/
*{
margin:0px; 
padding:0px;
}

body {
height: 100%;
background-color:#362f2d;
background-image:url(../images/main_bg.gif);
background-position:top;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
/*text-align:center;*/


}

#wrappermain{
/*text-align:center;*/

}

#container{
width:997px; 
text-align:left;
float:left;
}

/*-------------------------]-
Header
--------------------------*/
#header-wrapper{
/*text-align:center;*/
height:122px;
}

#header { 
width:997px; 
text-align:left;
height:122px;
background-color:#148488;
background-image:url(../images/header_bg.gif);
background-position:top left;
background-repeat:no-repeat;
}

/*//---------------------------------
Logo
---------------------------------*/

#logo{
margin:25px 0px 0px 461px;
float:left;
}


/*--------------------------
Nav 
--------------------------*/



/*--------------------------
Primary Content
--------------------------*/
#primaryContent {
float:left; 
width:710px;
}

#pageimagetop{
padding:15px 0px 15px 0px;}

#pageimagetop_pagination{
padding:0px 0px 15px 0px;}

.pagination{
padding: 7px 20px 7px 0px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "right" to right align pagination interface*/
font-size:1.2em;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;

}

.pagination a, .pagination a:visited{
padding: 0 5px;
margin:0px 5px 0px 5px;
text-decoration: none; 
color: #b7b7b7;
}

.pagination a:hover, .pagination a:active{
border-bottom:2px dotted #272220;
color: #272220;

}

.pagination a.currentpage{
color: #272220 !important;
border-bottom:2px dotted #272220;
cursor: default;
}



#primaryContent ul{
list-style-position:outside;
list-style-type:none;}

#primaryContent li{
font-size:0.8em;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 15px 0px;
}

.contentbox{
float:left;
width:702px;}

.contentbox_top{
height:12px;
background-image:url(../images/content_shadowtop.png);
background-position:top left;
background-repeat:no-repeat;}

.contentbox_mid{
width:674px;
padding:0px 14px 0px 14px;
background-image:url(../images/content_shadow.png);
background-position:center;
background-repeat:repeat-y;}

.contentbox_bot{
height:10px;
background-image:url(../images/content_shadowbot.png);
background-position:left top;
background-repeat:no-repeat;}

.readmore{
text-align:right;
display:block;
padding:0px 20px 20px 0px;
color:#00646a;
font-size:1.1em;}

.readmore a:link, .readmore a:active, .readmore a:visited{
border-bottom:2px dotted #00646a;
text-decoration:none;
}

.readmore a:hover{
border-bottom:2px dotted #ffffff;
text-decoration:none;
}

.contentbox_refslider{
height:43px;
background-image:url(../images/content_shadow_green.png);
background-position:center;
background-repeat:repeat-y;}

#refslidercontainer{
background-image:url(../images/content_shadow_green.png);
background-position:center;
background-repeat:repeat-y;
display:none;
}

#refslidercontainer p{
color:#ffffff;
padding:0px 34px 25px 34px;}

#refslidercontainer h4{
padding:20px 0px 0px 34px;
color:#FFFFFF;}

.refbutton{
float:left;
padding:0px 0px 0px 34px;}

#recipecontainer_left{
width:466px;
float:left;
padding:0px 0px 25px 0px;}

#recipecontainer_right{
float:left;
border-left:2px dotted #00646a;
margin:120px 0px 25px 0px;
padding:0px 20px 0px 20px;
width:148px;}

#recipecontainer_right ul{}

#recipecontainer_right ul li{
color:#00646a;
margin:0px 0px 10px 0px;}

.contentbox_mid ul{
	margin:0px 20px 0px 20px;
	padding:0px 0px 10px 0px;}

.contentbox_mid li a:link{

	padding:0px 0px 0px 0px;}

/*--------------------------
Secondary Content
--------------------------*/
#secondaryContent{ 
float:left; 
width:177px;
background-image:url(../images/SC_bg.gif);
background-position:top left;
background-repeat:no-repeat;
padding:173px 0px 0px 108px;
height:627px;
}

#navcontainer{
width:130px;
border-top:2px dotted #000000;
padding:0px;
margin:0px;}

#secondaryContent ul{
list-style-type:none;
list-style-position:outside;
margin:0px;
padding:0px;
}


#secondaryContent ul li a:link, #secondaryContent ul li a:active, #secondaryContent ul li a:visited{
color:#000000;
font-weight:normal;
text-decoration:none;
display:block;
border-bottom:2px dotted #000000;
padding:8px 0px 8px 0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
}


#secondaryContent ul li a:hover{
color:#ffffff;
list-style:none;
border-bottom:2px dotted #ffffff;
display:block;
padding:8px 0px 8px 0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
}





/*--------------------------
Footer
--------------------------*/

#footer-wrapper{
/*text-align:center;*/
margin:0px;
}

#footer { 
width:678px;
padding:0px 0px 0px 319px;
}

#footernavlist
{
list-style-type: none;
margin: 0;
padding: 0;

}

#footernavlist li 
{
float: left;
padding:15px 10px 15px 0px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:0.8em;
}

#footernavlist li a
{
border-left: 1px solid #ffffff;
padding:0px 0px 0px 10px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
}

#footernavlist li a:link, #footernavlist li a:active, #footernavlist li a:visited{
text-decoration:none;
color:#ffffff;
}

#footernavlist li a:hover{
text-decoration:none;
color:#00646a;
}


#footer p{
color:#ffffff;
font-size:0.6em;
padding:4px 0px 0px 0px;
margin:0px 0px 10px 0px;
display:block;
}


.flag{
float:left;
padding:0px 10px 0px 0px;}

#footerunstuck
{
list-style-type: none;
margin: 0;
padding: 0;
display:inline;

}

#footerunstuck li 
{
padding:15px 10px 15px 0px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:0.8em;
margin:0px 15px 0px 0px;
}

#footerunstuck li a
{
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;

}

#footerunstuck li a:link, #footerunstuck li a:active, #footerunstuck li a:visited{
text-decoration:none;
color:#ffffff;
}

#footerunstuck li a:hover{
text-decoration:none;
color:#00646a;
}

/*//---------------------------------
Horizontal line
---------------------------------*/

.horizontalline{
width:370px;
height:9px;
background-image:url(../images/horizontalline.jpg);
margin:3px 0px 8px 0px;
}

/*--------------------------
Typography
--------------------------*/
h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.0em;
font-weight:normal;
text-decoration:none;
padding-bottom:0px;
color:#362f2d;
font-style:italic;
padding:20px;
}


h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:2.0em;
font-weight:normal;
text-decoration:none;
padding-bottom:0px;
color:#362f2d;
font-style:italic;
padding:20px;
}


h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.5em;
font-weight:normal;
text-decoration:none;
padding-bottom:0px;
color:#362f2d;
font-style:italic;
padding:10px 20px 0px 20px;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:normal;
text-decoration:none;
color:#00646a;
font-style:italic;
margin:0px 0px 20px 0px;
}


p {
font-size: 0.8em;
line-height: 1.6em;
text-align:justify;
color:#362f2d;
font-family:Arial, Helvetica, sans-serif;
padding:0px 20px 25px 20px;
}



a {
text-decoration: underline;
font-weight:normal;
color:#00646a;
}

a:hover {
text-decoration: none;
}

.introtext{
font-size:0.9em;
}

.clear {
clear:both
}


hr {
color:#999999;background-color:#999999;height:1px;border:none;
}

ul, ol {
margin:10px 0px;
padding:0pt 0px;
}
ul {
list-style-image:none;
list-style-position:outside;
list-style-type:square;
}
ol {
list-style-image:none;
list-style-position:outside;
list-style-type:decimal;
}

dt {
color:#054ea0;
font-weight:bold;
}
dd {
padding-left:25px;
}
dl {
padding:10px 15px;
}


img.float-right {
margin:5px 0px 10px 10px;
}
img.float-left {
margin:5px 10px 10px 0px;
}

.float-left {
float:left;
}


code {
background:#F8F8F8 none repeat scroll 0%;
border:1px solid #F0F0F0;
display:block;
font-family:'Gill Sans','Courier New',Monospace;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:500;
line-height:1.5em;
margin:3px 0pt;
overflow:auto;
padding:15px;
text-align:left;
}
acronym {
border-bottom:1px dotted #895F30;
cursor:help;
}
blockquote {
background:#F8F8F8 url(../images/quote.gif) no-repeat scroll 12px;
border:1px solid #F0F0F0;
color:#555555;
font-family:Georgia,'Times New Roman',Times,Serif;
font-size:17px;
font-style:italic;
font-weight:normal;
line-height:1.5em;
margin:10px;
padding:10px 10px 10px 32px;
}
table {
border-collapse:collapse;
margin:10px;
}
tr {
background:#FFFFFF none repeat scroll 0%;
}
tr.altrow {
background:#F9F9F9 none repeat scroll 0%;
}
th, td {
border-style:solid;
border-width:1px;
text-align:left;
}
th {
background:#CCCCCC none repeat scroll 0%;
border-color:#B7B7B7;
color:#054ea0;
padding:0.8em 1em;
}
td {
border-color:#EFEFEF;
padding:0.7em 1em;
}


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  padding:0px 0px 0px 20px;

}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  background-color:#f7f7f7;
  border-width: 0px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  color:#004080;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 170px; 
	padding: 0; 
	margin: 10px 0 0; /* set top margin same as form input - textarea etc. elements */
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#362f2d;


}



form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 10px; 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
							  	background-image:url(../images/forminput_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #c2c2c2;
	width:253px;
	padding:5px;	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

#submitbutton{
border:none;
background-color:#00646a;
margin:0px 0px 25px 170px;
width:200px;
color:#ffffff;
cursor:pointer;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#tooltip{
	position:absolute;
	border:1px solid #ffffff;
	background:#004080;
	padding:5px 5px;
	color:#ffffff;
	display:none;
	text-align:center;
	}
	
	.red{color:#df0100;}
	
	  .pdfLink {
	display: block;
	height: 15px;
	background: url(../images/icons/pdf.gif) no-repeat left center;
	padding-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#004080;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;

}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
