/* (C) Copyright 2006-2009 Long2 Consulting. All Rights Reserved */
/* Start Layout CSS. This top section of CSS is what is used to layout each of the pages. To change general styles, look for the Start General Styles section below. We strongly urge you not to change the Layout styles unless you have an advanced knowledge of CSS. We cannot help you if you mess it up. */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #dbe1ec;
}

#wrapper {
	width: 100%;
	background: #dbe1ec url('../images/bg.jpg') repeat-x;
}

#innerwrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: #dbe1ec url('../images/wrapper.jpg') repeat-y;
}

#innerwrapper2 {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: #dbe1ec url('../images/wrapper2.jpg') repeat-y;
}


#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	background: #dbe1ec url('../images/header.jpg') no-repeat;
	height: 236px;
	width: 1000px;
}

#headerleft {
	float: left;
	width: 340px;
	height: 236px;
}

.headerleftcontent {
	padding: 27px 0 0 27px;
}
#logoabsolute{
	position: absolute;
	top: 13px;
	left: 459px;
	z-index:1;
}

#headerright {
	float: right;
	width: 660px;
	height: 195px;
}

/* This is the horizontal top navigation bar */
#topnav {
	float: right;
	width: 660px;
	height: 41px;
	vertical-align: middle;
}

.topnavlinks {
	padding: 10px 14px 9px 14px;
	text-align: right;
	font-size: 96%;
	font-weight: bold;
}

.topnavlinks a:link, .topnavlinks a:visited {
	padding: 10px 10px;
	color: #089CD6;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #ffffff ;
	text-decoration: underline;
}


/* This is the company name area */

.companyname {
	padding: 16px 22px 0px 0px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	font-size: 30pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-transform: uppercase;

}

.tagline {
	padding: 0px 0px 0px 0px;
	color: #e24242;
	text-align: center;
	font-size: 16pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: oblique;
	font-weight: bold;
}

.logo {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
}

/* This is the picture area */


/* Picture Rotator */
#mainpic {
    overflow: hidden;
    height:  185px;  
    width:   285px;  
}

.pics {  
    height:  185px;  
    width:   285px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    height:  185px;  
    width:   285px;  
    top:  0; 
    left: 0; 
}

#hallpic {
    overflow: hidden;
    height:  435px; 
    width:   522px;  
}

#ggpic {
    overflow: hidden;
    height:  274px; 
    width:   458px;  
}

.pics2 { 
    height:  435px;  
    width:   522px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics2 img { 
    height:  435px;  
    width:   522px;  
    top:  0; 
    left: 0; 
}

.pics3 { 
    height:  274px;  
    width:   458px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics3 img { 
    height:  274px;  
    width:   458px;  
    top:  0; 
    left: 0; 
} 


/* This is the footer area */

#footerwrapper {
	width: 100%;
	background-color: #dbe1ec;
}

#footer {
	clear: both;
	margin: 0px auto; /* fix to center in firefox */
	background: #dbe1ec url('../images/footer.jpg') no-repeat;
	height: 165px;
	width: 1000px;
}

.footercontent {
	padding: 25px 10px 0px 10px; /* If you want the footer to be below the white area, change the first padding number from 8px to 100px */
	color: #089CD6;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #089CD6;
	text-decoration: underline;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #0b2f6e;
}


/* Used in single column layouts */
#bodycolumn {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	min-height: 300px;
	clear: both;
}

.bodycolumncontent {
	padding: 0 20px;
	min-height: 400px;
}

/* Used in two column layout with left navigation */
#body1 {
	width: 765px;
	float: right;
}

#body2 {
	float: left;
	width: 200px;
}

.body1content {
	padding: 4px 20px 5px 0px;
}

.body2content  {
	padding: 4px 0px 5px 12px;
}


/* Used in three column layouts */
#body1b {
	width: 765px;
	float: left;
}

#body1c { 
	width: 545px;
	float: right;
}

#body2b {
	width: 200px;
	float: left;
}

#body3 {
	width: 180px;
	float: right;
	margin-right: 25px;
}

.body1bcontent {
	padding: 4px 6px 5px 0px;
}

.body2bcontent {
	padding: 4px 0px 5px 12px;
}

.body3content {
	padding: 4px 0 0 0;
}


/* End of Layout CSS */


/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a:link, a:visited {
	color: #b32a2a; 
}


a:active, a:hover {
	color: #0b2f6e;
}

ul {
	list-style-image: url('../images/bullet.gif');
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

ol{
	padding: 0;
	margin: 0 0 20px 30px;
	line-height: 135%;
}

p {
	padding: 3px 0;
	margin: 0;
	line-height: 135%;
}

img {
	border: none;
}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */


h1 { 
	color: #089CD6;
	font-size: 185%;
	text-align: left;
	border-bottom: 3px #555555 dotted;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 8px 0;
}

h2 {	
	font-size: 165%;
	color: #690606;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h3 {	
	font-size: 165%;
	color: #0b2f6e;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h4 { 
	font-size: 145%;
	color: #0b2f6e;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h5 { 
	font-size: 145%;
	color: #690606;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

h6 { 
	font-size: 145%; 
	color: #b32a2a; 
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}
h7 {	
	font-size: 165%;
	color: #0b2f6e;
	text-align: CENTER;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 4px 0;
}

.center {
	text-align: center;}

/*  This class can be applied to your buttons to create uniform submit or shopping cart buttons without using graphics.  */

.submitbuttons {
	font-weight: bold;
	color: #b32a2a;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-bottom: 4px solid #b32a2a;
	border-top: 1px solid #b32a2a;
	border-left: 1px solid #d8e5fc;
	border-right: 1px solid #d8e5fc;
	background-color: #dbe1ec;
	width: 155px;
	height: 35px;
}

td {
	vertical-align: top;
}

table {
	border-collapse: collapse;
	font-size: 100%;
}

/*  The items below sets the properties for the left or right sidelinks.  */

.menuheader1 {
	width: 180px;
    text-align: left;
    padding: 4px;
	color: #EEC111;
        font-weight: bold;
	background-color: #089CD6;
}

.menuheader1 a:link, .menuheader1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.menuheader1 a:hover, .menuheader1 a:active {
	color: #EEC111;
        font-weight: bold;
}

.sidelinks {
	margin: 4px 0px 2px 0px;
	padding: 0px;
	text-align: left;
	font-weight: bold;
}

.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 168px;
	color: FFFFFF;
	text-decoration: none;
}
	
.sidelinks a:hover, .sidelinks a:active {
	color: #b32a2a;
	background-color: #EEC111;
}


.clear {
	clear: both;
}

/*  The items below sets the properties for additional typography and page elements.  */

.block1 {
	color: #b32a2a;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #b32a2a;
	border-bottom: 4px solid #b32a2a;
	background-color: #dbe1ec;
	padding: 6px;
	margin-bottom: 8px;
}

.block2 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	background-color: #0b2f6e;
	padding: 6px;
	margin-bottom: 8px;
}

.block3 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border: 2px solid #0b2f6e;
	background-color: #b32a2a;
	padding: 6px;
	margin-bottom: 8px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #FFFFFF;
	background-color: #089CD6;
	border-bottom: 2px solid #089CD6;
	font-weight: bold;
	text-align: center;
}

.news2 {
	padding: 4px;
	display: block; 
	width: 180px;
	color: #b32a2a;
	background-color: #dbe1ec;
	border-bottom: 2px solid #b32a2a;
	font-weight: bold;
	text-align: center;
}

blockquote {
	color: #b32a2a;
	background-color: #dbe1ec;
	padding: 2px 12px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 115%;
	font-style: italic;
	border-left: 6px solid #b32a2a;
}


.tiny {
	font-size: 80%;
}

/*  Your smaller images can be floated to the left or the
right so your text can flow around them. You can also have
the images appear with or without a small border. The items
below sets the properties for the classes you may apply to
your images.  */

.image-border {
	border: 3px solid #b32a2a;
}
	
.imageleft-noborder {
	margin: 0 10px 0 0; 
	float: left;
}

.imageright-noborder {
	margin: 0 0 0 10px; 
	float: right;
}
	
.imageleft-border   {
	margin: 0 10px 0 0; 
	float: left;
	border: 3px solid #b32a2a;
}

.imageright-border  {
	margin: 0 0 0 10px; 
	float: right;
	border: 3px solid #b32a2a;
}
