@charset "utf-8";
/* CSS Document */
/* Target all Firefox */ 
@-moz-document url-prefix() { .column2content { width:445px!important; } } 

.ie7navtopbg { margin: 0 0 0 -10px; vertical-align:top; }
body {
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 2px;
	line-height: 17px;
	background: url(images/topbg.png) top left no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}

.fullbody {
    display:block;
	background: url(images/bottombg.png) bottom right no-repeat;
	
    /*set the div in the top-left corner of the screen*/
    position:absolute;
    top:0;
    left:0;
    
    /*set the width and height to 100% of the screen*/
    width:100%;
    height:auto;
	min-height: 768px;
	min-width: 976px;
}

table a:Link {
	text-decoration: none;
}

table a:visited {
	text-decoration: none;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #f07d30;
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

#hidden {
	height: 0em;
	overflow: hidden;
}

#ibottomshadow {
	 margin: 5px 0 0 -10px;
	 z-index: 3;
}

#bottomshadow {
	 margin: 7px 0 0 -10px;
	 height: auto;
	 z-index: 3;
}

.shadow {
	display:table;
	background-color: #EBEBEB;
	-moz-box-shadow: 2px 2px 3px #EBEBEB;
	-webkit-box-shadow: 2px 2px 3px #EBEBEB;
	box-shadow: 2px 2px 3px #EBEBEB;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#EBEBEB')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#EBEBEB');
}

.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.scontent, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

#scontent, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.nav, .shadow {
	width: 100%;
  position: relative;
  bottom: 2px;
  right: 2px;
}

#slideshow {
	background-color: #EBEBEB;
	-moz-box-shadow: 2px 2px 3px #EBEBEB;
	-webkit-box-shadow: 2px 2px 3px #EBEBEB;
	box-shadow: 2px 2px 3px #EBEBEB;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#EBEBEB')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#EBEBEB');
	position: relative;
	height: 303px;
	right: 8px;
	z-index: 1;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	background: repeat-y;
	width: 80%;
	max-width: 967px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 967px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
/*	background: #FFF; */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
.header {
	padding: 0 0 15px 0;
}

#topnav {
	position: inherit;
	float: right;
	word-spacing: 10px;
	font-size: 9px;
	color: #f07d30;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
	padding: 80px 25px 0 0;
}

#topnav a:Link {
	color:#f07d30;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#topnav a:visited {
	color: #f07d30;
	text-decoration: none;
}
#topnav a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #90c;
	text-decoration: none;
}

#navcontainer {
	width: 75%;
	/* [disabled]background: url(images/nav-bg.png) repeat-x; */
	max-width: 920px;
	min-width: 920px;
	position: absolute;
	z-index: 1;
	margin: -25px 0 0 20px;
}

.nav {
	background: url(images/nav-bg.png) repeat-x;
	max-width: 920px;
	min-width: 920px;
	margin: 8px 0 0 0;
}

.contentcontainer {
	max-width: 967px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 967px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 10px 0 0 10px;
}

#content {
	display: table;
	width: 100%;
	max-width: 967px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 967px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	padding: 9px 0 10px 0;
	border: solid 1px #999;
	background: #FFF;
	z-index: 2;
	height: 100%;
	overflow: auto;
}

#content a:Link {
	color:#f07d30;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
#content a:visited {
	color: #f07d30;
	text-decoration: none;
}
#content a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #90c;
	text-decoration: none;
}


/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { 
/*	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

#slidecontainer {
	height: 305px;
	margin: 30px 0 -13px -2px;
	z-index: 1;
}

.slide {
	border: solid 1px #999;
}

#subtitle {
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	/* [disabled]color:#666; */
	padding-top: 10px;
}

#subtitle p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0 15px 0 10px;
	letter-spacing: 0px;
}

#subtitle ul, ol{
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 3px;
	padding: 2px 0 3px 15px!important;
}

#subtitle-left {
	width: 294px;
	float: left;
	margin: 10px 8px 0 20px;
}

#subtitle-middle {
	width: 294px;
	float: left;
	margin: 10px 8px 0 10px;
}

#subtitle-right {
	width: 294px;
	float: left;
	margin: 10px 8px 0 10px;
}

.scontent {
	background: url(images/subtitle.png) top center no-repeat;
	background-color: #fff;
	/* [disabled]color: #666; */
	border: 1px solid #999;
	width: 294px;
}

#scontent {
	background: url(images/subtitle.png) top center no-repeat;
	background-color: #fff;
	/* [disabled]color: #666; */
	border: 1px solid #999;
	width: 294px;
}

#container1column {
	margin: 30px 0 -8px -3px;
	display: table;
}

.fullwidthcolumn {
	background: #FFF;
	height: 100%;
	float: left;
	border: solid 1px #999;
	margin: 0 13px 0 -7px;
}

#container2column {
	margin: 30px 0 0 -3px;
	width: 100%!important;
	display: inline-table;
}

#left2column {
	background: #FFF;
	width: 465px;
	float: left;
	border: solid 1px #999;
	margin: auto 0 0 -7px;
	display: table;
	overflow: visible;
}

#right2column {
	background: #FFF;
	width: 465px;
	float: right;
	border: solid 1px #999;
	margin: auto 13px 0 0;
	display: table;
}

.right2acolumn {
	border: solid 3px #f07d30!important;
}

.column2content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	/* [disabled]color: #666; */
	padding: 0.9em;
	width: 445px;
	display: table;
}

.column1content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	/* [disabled]color: #666; */
	padding: 0.9em;
	height: auto;
}

#contentarea {
	float: left;
	width: auto;
	float: inherit;
	z-index: 2;
}

/* ~~ The footer ~~ */
.footer {
	background: url(images/subsidiary.png) bottom center no-repeat;
	padding: 10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 0px;
	/* [disabled]color: #666; */
	text-align: center;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

p.clearer { clear:both; padding-top:1em; }

/*clear the above float*/
.clr {
	clear:both;
}
.clr:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clr {display: inline-block;}

/* Hides from IE-mac \*/
* html .clr {height: 1%;}
.clr {display: block;}
/* End hide from IE-mac *

/* hides from IE/Mac \*/
* html .clearing { 
    height: 1%;
}

.clearing {
    display: block;
}

.imgborder img{
	border: 8px solid #ccc;
}

.imgborder:hover img{
	border: 8px solid #f07d30;
}

.imgborder:hover{
	color: #f07d30; /* irrelevant definition to overcome IE bug */
}

.aimgborder img{
	border: 8px solid #f07d30;
}

.aimgborder:hover img{
	border: 8px solid #f07d30;
}

.aimgborder:hover{
	color: #f07d30; /* irrelevant definition to overcome IE bug */
}

/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 4px solid #fff;
margin-left: 7px;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}