*
{
	margin:0;
	padding:0 ;
	vertical-align: baseline;
}

body 
{
	padding: 0;
	margin: 0;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	background-color:#fff;
}

h2 {
	color: #0F255D;
	font-size: 1.4em;
	border-bottom: 1px solid #D37335;
	margin: 8px 20px;
	letter-spacing: 1px;
}

h3 {
	color: #D37335;
	font-size: 1.1em;
	margin: 8px 25px;
}

p {
	padding: 5px 15px 0;
}

img {										/*including template image*/
	border: 0;
	vertical-align: bottom;					/* this squashes a Firefox bug */
	clear:both;								/* this squashes an IE bug */								
}

#container {
		background: #C2C3A2 url("../images/stone-bg2.gif") repeat;
		width: 900px;
		background-position: top center;
		margin: 2em auto;
		min-height: 100%;
		text-align:left;
		border: 1px solid #D37335;
}

html>body #container {
		height: auto;
}
	
* html #container {
		height: 100%;
}
	
#header {
		background: #182D62;
		color: #FFF;
		height: 110px;
}

#content-container {            
		clear: left;
		width: 778px;
		margin: 30px auto;
		background-color: #fff;
		border: 1px solid #0F255D;
}
	
		.wrapper {      /** actual content wrapper styles go here **/
			padding: 5px;
			width: 740px;
			background: #fff;
			margin: 5px auto;
			height: auto;
			}
					
		.wrapper a:link {  /** styles for wrapper body content **/
			color: #1A46B6;
			text-decoration: underline;
		}
		
		.wrapper a:hover, .wrapper a:visited {
			color: #D86113;
			text-decoration: underline;
		}
		
		.wrapper ul {  /* all list column body text */
			list-style: circle;
			width: 285px; /* sets the haslayout rule but keeps it narrow enough not to go under the image */
			padding-left: 45px; /* makes room for the bullet */
			margin-left: 5px; /* indents the list slightly */
			clear: left;
		}
		
		.wrapper li  {  /* all list column body text */
			float:none;
			width: auto;
			vertical-align: middle; /* centre the bullet */
			padding: .2em .5em;
		}
		
/**** styles for portfolio page and any page that requires two columns ***/
			#columns {
				width: 100%; /* width needed for columns to sit side by side */
				margin: 10px 0 0 0;
				padding-top: 8px;
				border-top: 1px dotted #C5BDA1;
				border-bottom: 1px dotted #C5BDA1;
		}
			#columns p {
				margin: 0;
				padding: 0 0 8px 10px;
			}
			#columns ul {  /* all list column body text */
				list-style: circle;
				width: 455px;
				padding-left: 45px; /* makes room for the bullet */
				clear: left;
		}
			#columns li  {  /* all list column body text */
				float:none;
				width: auto;
				vertical-align: middle; /* centre the bullet */
		}
			#columns .right {
				float:right;  /* for images in column*/
				padding: 0 5px 0 0;
				clear:right;
                margin:0 0 5px 0;
		}
			#columns .left {
				float:left;
				width: 70%;
				margin: 0 0 0 30px;
				padding: 0;
		}
	

/**********horizontal navigation*********************/
#nav-container  { 
	width: 100%;
    height: 30px;
    margin: 0;
	padding: 0;
    background-color: #182D62;
    border-bottom: 1px solid #D37335;
	font-size:13px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}
#nav-container .padding  { /* to push the heading nav over to the left to avoid anything breaking */
	padding-left: 50px;
}
#nav-container li a:hover {
	color: #D37335;
}
#nav-container ul { /* for navigation text only */  /* I can't put padding here because it puts out all the second level text way over to the right */
	padding: 0;
    float: left;
    margin: 0;
    list-style: none;
    background-color: #182D62;
}

#nav-container li { /* for navigation text only */
	float: left;
    position: relative;
}

* html li {  /* for IE6 */
	width: 1%;
} 

#nav-container li a	{ /* navigation text anchors */
    white-space: nowrap;
    text-decoration: none;
    display: block;
    color: #fff;
    height: 25px;
    padding: 5px 18px 0; /* no bottom padding leaves room for font-size to increase */
}

#nav-container li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav-container #current {
	font-weight:bold;
	color: #D37335;
	cursor:default;
}

/***** sub menus on heading pages *****/
#sub-menu { /* style for parent page sub-menus*/
	color: #1A46B6;
	font-size: 1.1em;
	padding: 0 25px 5px 20px;
}

#sub-menu a:link, #sub-menu a:visited {
	color: #1A46B6;
	text-decoration: underline;
	font-weight: bold;
}

#sub-menu a:hover {
	color: #BF6327;
}

#sub-menu #current {
	font-weight:bold;
	color: #D37335;
	text-decoration: underline;
	cursor: pointer;
}

/*******footer style*********/
#footer
{
	clear: both;
	bottom:0;
	left:0;
	width: 100%;
	margin: 0;
	padding: 0;
	height:45px;
	text-align:left;
	background-color:  #182D62;
	overflow: hidden; /* required for IE6 to hide gaps between divs and helps centre text within the width of the footer */
	border-top: 1px solid #D37335;
	font-size:0.7em;
	font-family: arial, helvetica, sans-serif;
}

#footer p
{
	line-height: 1.4em;
	padding: 0 40px;
	margin-top: 3px;
	color: #fff;
}

#footer a:link, #footer a:visited
{
	color: #ccc;
	text-decoration: underline;
}

#footer a:hover
{
	color: #fff;
	text-decoration: none;
}

#small {  /* style for select images to enlarge text */
    font-size: 0.75em;
    color: #D37335;
    float:right;
    padding:10px 10px 0 0;
}

/****** other styling classes ******/

.web {  				/* the tag design content in footer */
    float:right;
    padding:0 10px 0 0;
}

.clear {
	clear:both;
	height: 2px;
    overflow:hidden;
}

.home-img {
	float:right;
	margin: 10px 25px;
}

.align-img {	/*for products and portfolio parent page images*/
	padding: 5px 15px 10px;
}

.testimonials {
	border: 1px solid #C5BDA1;
	font-size: 0.78em;
	color: #182D62;
	width: 90%;
	margin-left: 25px;
	line-height: 1.2em;
}

.testimonials p {
	padding: 8px;
	margin: 0;
}

.testimonials hr	{
	border: 0;
	color: #C5BDA1;
	background-color: #C5BDA1;
	width: 98%;
	margin: 0 .5em;
	height: 1px;
}

p.panelbox{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .4em;
	width:18%;
	margin: 1em;
}

