/*-------------------------------
Main Layout StyleSheet

Version 1.0
Author: James Purves
Email: info@unstuckdesign.com
Website: http://www.unstuckdesign.com
/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  height: 100%;
  font-family:Arial, Helvetica, sans-serif;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


*{
margin:0px; 
padding:0px;
}


#wrapper{
/*text-align:center;*/
background-image:url(../images/mainwrapper_bg.jpg);
background-position:top;
background-repeat:repeat-x;
}

#mainwrapper_shadow{	
width:937px;
	margin:0 auto;
	background-image:url(../images/bg_shadow.png);
	background-position:center;
	background-repeat:repeat-y;}

#container{
width:850px; 
margin:0 auto;
text-align:left;
padding:29px 30px 0px 27px;
background-color:#FFF;
}

/*-------------------------]-
Header
--------------------------*/
#header-wrapper{
/*text-align:center;*/
background-image:url(../images/headerwrapper_bg.jpg);
background-repeat:repeat-x;
}

#header_shadow{
	width:937px;
	margin:0 auto;
	background-image:url(../images/topshadow.jpg);
	background-position:bottom center;}


#header { 
width:907px; 
margin:0 auto;
text-align:left;

}


/*--------------------------
Nav 
--------------------------*/
#nav-container{
	margin:24px 0px 0px 0px;
	background-image:url(../images/nav_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;}

#navigation{
width: 100%;
overflow: hidden;
height:59px;
}

#navigation ul{
margin: 0;
padding: 0px 30px 0px 0px;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;

}

#navigation li{
display: inline;
margin: 0;
float:right;
}

#navigation li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 20px 14px 20px 14px; /*padding inside each tab*/
color:#ffffff;
}

#navigation li a:visited{
color:#ffffff;
}

#navigation li a:hover, #navigation li.selected a{
color:#ffffff;
background-image:url(../images/nav_bga.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}

/*--------------------------
Feature Area
--------------------------*/
#feature-wrapper{
	background-image:url(../images/feature_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;}

#feature_shadow{
	width:937px;
	margin:0 auto;
	background-image:url(../images/bg_shadow.png);
	background-position:center;
	background-repeat:repeat-y;}

#feature{
	margin:0 auto;
	width:880px;
	padding:0px 0px 0px 27px;
		background-image:url(../images/feature_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;}

#feature_primary{
	float:left;
	padding:16px 0px 0px 0px;
}

#feature_secondary{
	float:left;
	width:245px;
	padding:53px 0px 69px 0px;
	margin:0px 28px 0px 0px;
	}
/*--------------------------
Primary Content
--------------------------*/
#primaryContent {
float:left;
padding:0px 0px 0px 0px;
margin:0px 0px 40px 0px;
width:576px;

}


#primaryContent ul{
margin:10px 0px 0px 0px;
list-style-position:outside;
list-style-type:none;}

#primaryContent ul li{
font-size:0.8em;
color:#959595;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 15px 0px;
padding:0px 0px 0px 18px;
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
background-position:left top;

}

#primaryContent ol li{
font-size:0.8em;
color:#959595;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 15px 0px;
padding:0px 0px 0px 18px;

}

/*--------------------------
Secondary Content
--------------------------*/
#secondaryContent{ 
	float:left;
	width:245px;
	padding:80px 0px 0px 0px;
	margin:0px 28px 0px 0px;

}

blockquote {
padding: 0px 0px 0px 0px;
background-image: url(../images/openquote1.gif);
background-position: top left;
background-repeat: no-repeat;
color:#c2c2c2;
font-family:Arial,Helvetica,sans-serif;
font-size:1.1em;
line-height:1.6em;
background-color:#FFF;
border:none;
font-style:normal;
margin:0px 0px 40px 0px;
text-indent:26px;
  }
 
blockquote span {
display: block;

   }
#supportingimage{
	float:left;
	margin:0px 0px 40px 0px;}

/*--------------------------
Misc Elements
--------------------------*/
a.arrow {
background: url(../i/arrow1.gif) no-repeat 0px 6px;
padding-left: 13px;
display: block;
margin-bottom: 30px;
}

a:hover.arrow {
background: url(../i/arrow1.gif) no-repeat 2px 6px;
}

.clear {
clear:both
}

body#index div.hidden {
display: none;}




/*--------------------------
Footer
--------------------------*/

#footer-wrapper{
/*text-align:center;*/
margin:0px;
}

#footer_shadow{
	width:937px;
	margin:0 auto;
	background-image:url(../images/bg_shadow.png);
	background-position:center;
	background-repeat:repeat-y;}

#footer { 
width:907px;
margin:0 auto;
text-align:center;
background-image:url(../images/nav_bg.jpg);
background-position:bottom;
background-repeat:repeat-x;
}
#footerprimary{
width:608px;
float:right;
margin:0px 0px 0px 0px;}

#footer p{
	margin:0px;
	padding:15px 0px 0px 0px;
	color:#FFF;
	line-height:normal;}
	
#footer p a:link, #footer p a:active, #footer p a:visited{
	color:#FFF;
	text-decoration:none;}
	
#footer p a:hover{
	color:#ffffff;
	text-decoration:underline;}

#footernavlist
{
list-style-type: none;
margin: 0;
padding: 0;
}

#footernavlist li 
{
float: left;
padding:5px 10px 10px 0px;
font-family:Arial, Helvetica, sans-serif;
color:#ffffff;
font-size:0.7em;
}

#footernavlist li a
{
border-left: 1px solid #ffffff;
float: left;
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:underline;
color:#ffffff;
}

/*--------------------------
Base Shadow
--------------------------*/

#baseshadow-wrapper{}

#baseshadow{
	margin:0 auto;
	width:937px;
	height:43px;
	background-image:url(../images/baseshadow.jpg);
	background-position:top center;
	background-repeat:no-repeat;}
/*--------------------------
Typography
--------------------------*/
h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:2.0em;
font-weight:normal;
text-decoration:none;
padding:10px 0px 25px 0px;
color:#003b7d;
}


h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
font-weight:normal;
text-decoration:none;
text-align:justify;
padding:10px 0px 10px 0px;
color:#959595;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
font-weight:normal;
text-decoration:none;
text-align:justify;
padding:10px 0px 10px 0px;
color:#0066ad;

}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.0em;
font-weight:normal;
text-decoration:none;
text-align:justify;
padding:10px 0px 10px 0px;
color:#0066ad;

}



p {
font-size: 0.8em;
line-height: 1.6em;
text-align:justify;
margin-bottom:1.6em;
color:#959595;
font-family:Arial, Helvetica, sans-serif;
}



a {
text-decoration: underline;
font-weight:normal;
color:#003b7d;
}

a:hover {
text-decoration: none;
color:#0066ad;
}


.blue {
color:#054EA0;
}

.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;
}

   
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;font-size:0.8em;
}
th {
background:#0066AD none repeat scroll 0%;
color:#ffffff;
padding:0.5em 1em;
}
td {
	border:none;
padding:0.5em 1em;
color:#959595;
}


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  min-width: 570px;
  max-width: 570px;
  width: 570px; 
}

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:#e8e8e8;
  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: 70px; 
	padding: 0; 
	margin: 8px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	font-size:1.0em; 
}



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 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
							  padding:4px;
							  border:1px solid #c2c2c2;
							  width:270px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

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 */
}


.contactsubmit{
	color:#FFF;
	background-color:#003b7d;
	width:120px;
	margin:0px 0px 0px 80px;
	cursor:pointer;}

/*//---------------------------------
Unstuck
---------------------------------*/

#unstuck-container{
/*text-align:center;*/
height:56px;
}

#unstuck{
width:910px;
margin:0 auto;
text-align:right;
padding:0px 0px 10px 0px;
color:#B1B1B1;
font-size:0.8em;
font-family:Arial, Helvetica,Verdana;
}
#unstuck img {
margin-bottom:-4px;
}



#unstuck a:link{
color:#B1B1B1;
text-decoration:none;
}

#unstuck a:active{
color:#B1B1B1;
text-decoration:none;
}

#unstuck a:visited{
color:#B1B1B1;
text-decoration:none;
}

#unstuck a:hover{
color:#B1B1B1;
text-decoration:underline;
}

.greytop{
	border-top:1px solid #cccccc;}