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

#wrapper{
/*text-align:center;*/
background-image:url(../images/mainbg_shadow.jpg);
background-position:center;
background-repeat:repeat-y;

}



#container{
width:926px; 
margin:0 auto;
text-align:left;
padding:0px 30px 0px 30px;

}

/*-------------------------]-
Header
--------------------------*/
#topshadow-wrapper{
height:27px;}

#topshadow{
width:1014px; 
margin:0 auto;
background-color:#FFFFFF;
height:27px;
background-image:url(../images/topshadow.jpg);
background-position:bottom;
background-repeat:no-repeat;}


#header-wrapper{
/*text-align:center;*/
background-image:url(../images/mainbg_shadow.jpg);
background-position:center;
background-repeat:repeat-y;
}

#header { 
width:924px; 
margin:0 auto;
text-align:left;
padding:0px 30px 0px 30px;


}

#header-inner{
float:left;
margin:27px 0px 11px 25px;
padding:0;
}

#topimage{
height:157px;
width:680px;
background-repeat:none;
}

#topimage h3{
padding-top:95px;
padding-left:38px;
font-family:Helvetica,Verdana, Arial,  sans-serif;
color:#8f8f8f;
font-size:1.2em;
}



/*//---------------------------------
Logo
---------------------------------*/

#logo{
margin:0px 0px 0px 0px;
float:left;
padding:0px 0px 0px 0px;
}


/*--------------------------
Nav 
--------------------------*/

#nav {

	list-style:none;
padding-left: 0;
margin-left: 0;
background-color: #b6b5b5;
color: White;
float: left;
width: 680px;
font-family:Arial, Helvetica, sans-serif;
margin:7px 0 0 0;
}	


	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
		float:left; 
		display:block; 
		width:130px; 
		background:#b6b5b5; 
		position:relative;
		z-index:500; 
		margin:0 1px;
		font-weight:normal;
	}
		
	/* this is the parent menu */
	#nav li a {
		display:block; 
		padding:8px 0px 0 0px; 
  
		height:23px; 
		text-decoration:none; 
		color:#fff; 
		text-align:center;
		font-weight:normal;

		
	}

	#nav li a:hover {
		color: #c40037;
background-image:url(/media/images/navarrow.gif);
background-position:bottom center;
background-repeat:no-repeat;
	}
	

	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:130px; 
			float:left; 
			border-top:1px solid #fff;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:30px;
			padding: 8px 5px; 
			color:#ffffff;
			font-size:0.9em;
		}
		
		#nav ul a:hover {
			text-decoration:none;	
		}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}



/*--------------------------
Primary Content
--------------------------*/
#primaryContent {
float:left; 
padding: 25px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:680px;
}


#primaryContent ul{
margin:20px 0px 20px 0px;
list-style-position:inside;

list-style-type:disc;}

#primaryContent li{
font-size:0.75em;
color:#88b4a3;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 15px 0px;

}

#primaryContent img{
float:right;
margin:0 0 0 20px;

}

/*--------------------------
Secondary Content
--------------------------*/
#secondaryContent{ 
float:left; 
padding: 30px 0px 35px 0px;
margin:0px 32px 0px 0px;
width:214px;
/*background:url(../images/rhs-bg.gif);
background-repeat:repeat-y;*/
}

#secondaryContent ul{
margin:20px 0px 20px 0px;
list-style-position:inside;

list-style-type:disc;}

#secondaryContent li{
font-size:0.75em;
color:#88b4a3;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 15px 0px;

}

/*--------------------------
Alliances and links
--------------------------*/
#primaryContent_links {
float:left; 
padding: 25px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:680px;
}

#secondaryContent_links{ 
float:left; 
padding: 209px 0px 35px 0px;
margin:0px 32px 0px 0px;
width:214px;
/*background:url(../images/rhs-bg.gif);
background-repeat:repeat-y;*/
}

#secondaryContent_links img{
	border:1px solid #dadada;
	margin:0px 0px 14px 0px;
	float:left;}

/*--------------------------
Wide Top Content
--------------------------*/

#widecontenttop{
	padding:50px 0px 0px 0px;}
	
	#widecontent_containerbox{
padding:20px 20px 10px 20px;
line-height:1.6em;
border:1px solid #e4e4e4;
background-image:url(../images/infobox_bg.jpg);
background-position:top;
background-repeat:repeat-x;
margin:20px 0px 20px 0px;}
	
	#widecontenttop h2{color:#898989;
	padding:0px 0px 15px 0px;
	margin:0px 0px 0px 0px;}
	
	#primaryContent_wide {
float:left; 
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:444px;
position:relative;

}

.toplogo{
	position:absolute;
	top:-10px;
	left:245px;}
	
	.toplogo2{
	position:absolute;
	top:-10px;
	left:310px;}
	
	#secondaryContent_wide{ 
float:left; 
padding: 0px 0px 0px 0px;
margin:0px 32px 0px 0px;
width:444px;
position:relative;


}

#secondaryContent_wide ul{
margin:20px 0px 20px 15px;
list-style-position:outside;

list-style-type:disc;}

#secondaryContent_wide li{
font-size:0.75em;
color:#88b4a3;
font-family:Arial, Helvetica, sans-serif;
margin:0px 0px 15px 0px;

}

.leftnav {
margin:0 12px 0 27px;
padding:0 0 0px 0;}

.leftnavend {
margin:0 12px 0 27px;
background:url(../images/rhs-end.gif);
background-repeat:no-repeat;
padding:0 0 0px 0;
height:2px;}

.leftnavendactive {
margin:0 12px 0 27px;

padding:0 0 0px 0;
height:2px;}
.leftnavactive {
margin:0 12px 0px 27px;
background:url(../images/rhs-active.gif);
background-repeat:no-repeat;
background-position:0px 0px;
padding:0 0 20px 0;
}

.leftnavactive h2 {
padding:11px 0 11px 21px;
color:#c40037;}


.leftnavactive p {
padding:0px 45px 0px 21px;
color:#bcbcbc;
margin-bottom:0;
line-height:1.4em;}


.leftnav h2 {
padding:11px 0 11px 21px;
color:#c40037;}

.leftnav h2 a, .leftnavactive h2 a {
text-decoration: none;
font-weight:normal;
color:#c40037;;
}

.leftnav p {
padding:0px 45px 11px 21px;
color:#bcbcbc;
margin-bottom:0;
line-height:1.4em;}

/*--------------------------
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;*/
background-image:url(../images/mainbg_shadow.jpg);
background-position:center;
background-repeat:repeat-y;
padding:30px 0px 30px 0px;
}

#footer { 
width:924px; 
margin:0 auto;
text-align:left;
padding:0px 0px 0px 0px;


}


#footercontent { 

padding:0;
text-align:left;
height:76px;
background:#9dbcb0;
color:#fff;

}

#footer p {
float:left;	
color:#fff;
padding:50px 0 0 15px;
font-size:0.8em;
font-family:"Gill Sans", Arial, Helvetica, sans-serif;
}		


#footer ul {
float:right;
display:inline;
padding:35px 0 0 0px;
}

#footer li {

display:inline;}

#footer li a {

padding: 0.5em 1.8em 0.3em 1em;
font-size:0.8em;
color: #fff;
text-decoration: none;
float: left;
border-right: 0px;
font-family:"Gill Sans", Arial, Helvetica, sans-serif;

}

#footer li a:hover {
color: #636363;
}

#botshadow-wrapper{
height:40px;}

#botshadow{
width:1066px; 
margin:0 auto;
background-color:#FFFFFF;
height:20px;
background-image:url(../images/botshadow.jpg);
background-position:top;
background-repeat:no-repeat;}



/*//---------------------------------
Horizontal line
---------------------------------*/

.horizontalline{
width:370px;
height:9px;
background-image:url(../images/horizontalline.jpg);
margin:3px 0px 8px 0px;
}

/*--------------------------
Typography
--------------------------*/
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1.6em;
font-weight:normal;
text-decoration:none;
padding-top:0px;
padding-bottom:15px;
border-bottom:1px solid #dbdbdb;
color:#c40037;
margin-bottom:25px;
}


h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:normal;
text-decoration:none;
padding-top:25px;
padding-bottom:15px;
color:#9dbcb0;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:normal;
text-decoration:none;
padding-top:0px;
padding-bottom:15px;
color:#9dbcb0;

}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:normal;
text-decoration:none;
padding-top:10px;
padding-bottom:10px;
color:#959595;

}

h5 {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
font-weight:normal;
text-decoration:none;
padding-top:32px;
padding-bottom:32px;
color:#c51a4a;
}

h5 a:link, h5 a:active, h5 a:visited{color:#c51a4a; text-decoration:none;}

h5 a:hover{color:#c51a4a; text-decoration:underline;}

h6 {
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:normal;
text-decoration:none;
padding:20px;
color:#898989;
font-style:italic;
line-height:1.6em;
border:1px solid #e4e4e4;
background-image:url(../images/infobox_bg.jpg);
background-position:top;
background-repeat:repeat-x;
margin:20px 0px 20px 0px;

}





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

p a{

color:#ca2150;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;

}

p a:hover{

color:#ca2150;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;

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

a:hover {
text-decoration: none;
}


.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:inside;
list-style-type:disc;
}
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 {

color:#9dbcb0;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
font-style:italic;
font-weight:normal;
line-height:1.5em;
padding:8px 0px 8px 0px;
border-top:1px solid #9dbcb0;
border-bottom:1px solid #9dbcb0;
margin:10px 0px 20px 0px;
}

	#primaryContent_testimonials {
float:left; 
padding: 0px 0px 0px 0px;
margin:0px 0px 0px 0px;
width:444px;

}
	
	#secondaryContent_testimonials{ 
float:left; 
padding: 0px 0px 0px 0px;
margin:0px 32px 0px 0px;
width:444px;


}

#primaryContent_testimonials p, #secondaryContent_testimonials p {

color:#9dbcb0;
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
font-style:italic;
font-weight:normal;
line-height:1.5em;
padding:8px 0px 8px 0px;
margin:10px 0px 20px 0px;
}




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-top:10px; padding-left:10px; padding-right:10px; padding-bottom:10px;
  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: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	font-size:0.8em; 
}



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

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


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

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

#unstuck{
width:1000px;
margin:0 auto;
text-align:right;
padding:10px 0px 10px 0px;
color:#707070;
font-size:0.8em;
color:#636363;
font-family:Helvetica, Verdana, Arial, sans-serif;
}

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

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

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

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


.title_darkgrey{
	color:#7d7d7d;}
	
	.fushia{
		color:#CA2150;}
	
	.small{
		font-size:0.8em;
		font-style:normal;}
		
		#logocontainer{
			padding:8px;
			border:1px solid #9DBCB0;}
			
			#logocontainer img{
				
				}
