/*----------------------------------------
Site Name: siteStyles.css
Developed by: Wilson Computer Support
----------------------------------------*/

/* Imports
----------------------------------------*/
/*@import url("reset.css");

/* Elements
----------------------------------------*/
* {margin:0;padding:0;}
 
html, body {height: 100%;}

body {
	color:#333;
	font-size:18px;
	margin:0 auto;
	line-height: 30px;
	background-color:#afafaf;
	background-image:url(../images/sem-bg.jpg);
	font-family: 'VegurRegular', Tahoma, Geneva, sans-serif;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

/*--- Fonts ---*/
@font-face {
    font-family: 'VegurRegular';
    src: url('../fonts/vegur-r_0602-webfont.eot');
    src: url('../fonts/vegur-r_0602-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-r_0602-webfont.woff') format('woff'),
         url('../fonts/vegur-r_0602-webfont.ttf') format('truetype'),
         url('../fonts/vegur-r_0602-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../fonts/Chunkfive-webfont.eot');
    src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Chunkfive-webfont.woff') format('woff'),
         url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*--- Link Styles ---*/
/*a {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:16px
}
a:link, a:visited, a:active {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color:#FC0;
	text-decoration:none;
}*/

h1 {
	color:#003053;
	font-size:30px;
}

h2 {
	color:#666;
	font-size:28px;
}

h3 {
	color:#666;
	font-size:24px;
}

h4 {
	color:#d5865d;
	font-size:1.25em;
}

ul {
	margin-left:-25px;
	list-style-type:none;
}

ol {
	margin-left:25px;
	
}

blockquote	{margin: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em			{font-style:italic;}

/* Standard Definitions
----------------------------------------*/
.left 		{float:left;}
.right 		{float:right;}
.clear	 	{clear:both;}
.small		{font-size:.625em;}
.large		{font-size:1em;}
.soft		{color:#D3D3D3;}
.hide		{display:none;}
p.last		{margin-bottom:0px;}

/* ------------  LAYOUT -------------- */
/* Container(s)
----------------------------------------*/
#wrap {min-height: 100%;}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/*#container {
	width:960px;
	height:100%;
	margin:0px auto 0px auto;
	overflow:auto;
	padding-bottom: 76px;
}*/


/* Header
----------------------------------------*/
#header {
	position:relative;
	width:980px;
	height:200px;
	margin:0px auto;
	background-image:url(../images/sem-header.png);
	background-repeat:repeat-x;
	z-index:5;
}

#header-inner {
	position:relative;
	width:980px;
	height:200px;
	margin:0px auto;
}

#logo {
	position:absolute;
	left:10px;
	top:10px;
	width:281px;
	height:158px;
	z-index:10;
}

#upper-logo {
	position:absolute;
	left:0px;
	top:0px;
	width:281px;
	height:126px;
	z-index:10;
}

#lower-logo {
	position:absolute;
	left:0px;
	top:128px;
	width:281px;
	height:32px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:21px;
	color:#fff;
	text-align:center;
	z-index:10;
}

#toll-free {
	position:absolute;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#ffffff;
	width:384px;
	height:40px;
	top:22px;
	right:15px;
	text-align:right;
}

#toll-free a{
	color:#ffffff;
	text-decoration:none;
}

#toll-free a:link, a:visited, a:active{
	color:#ffffff;
	text-decoration:none;
}


#toll-free a:hover{
	color:#ffffff;
	text-decoration:underline;
}

#phone {
	position:absolute;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:28px;
	color:#f2f2f2;
	width:274px;
	height:68px;
	top:60px;
	right:15px;
	text-align:right;
}

#phone a:link, a:visited, a:active{
	color:#ffffff;
	text-decoration:none;
}


#phone a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/* Nav

	----------------------------------------*/
#navigation {
	position:absolute;
	left:305px;
	bottom:15px;
	width:675px;
	height:34px;
	padding-top:10px;
	background-color:#1b242b;
	z-index:1;
}

ul#nav li {
	float:left; 
	list-style-type:none; 
	margin-left:48px;
}

#nav a {
	font-family:'Century Gothic', Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#ccffff;
}

#nav a:link, a:visited, a:active {
	color:#ccffff;
	text-decoration:none;
}

#nav a:hover {
	color:#FC0;
	text-decoration:none;
}

/* Main Content
----------------------------------------*/
#container {
	position:relative;
	width:980px;
	height:auto;
	padding:0px 0px 5px 0px;
	margin:-20px auto;
	background-image:url(../images/home-content-bg.png);
	z-index:0;
}

#content {
	position:relative;
	width:960px;
	height:auto;
	padding:0px 0px 20px 0px;
	margin:10px auto 20px auto;
}

#content a{
	color:#004b6f;
	}
	
#content a:link, a:visited, a:active{
	color:#004b6f;
	text-decoration:underline;
	}
	
#content a:hover{
	color:#666;
	text-decoration:underline;
	}

#title {
	position:relative;
	width:960px;
	height:50px;
}

#main-content {
	position:relative;
	width:896px;
	/*min-height:500px;*/
	height:auto; /*!important*/
	padding:36px 32px;
	/*margin-bottom:20px;
	/*background-image:url(../images/home-content-bg.png);*/
}

#main-content h1{
	font-family: 'ChunkFiveRegular';
	font-size:30px;
	color:#003053;
	margin-left:0px;
}



/* Pages
----------------------------------------*/
/* ------ HOME ------*/
#home-content {
	position:relative;
	width:960px;
	height:auto;
	/*background-image:url(../images/home-content-bg.png);*/
}

#home-content h1{
	font-family: 'ChunkFiveRegular';
	font-size:30px;
	color:#003053;
	margin-left:0px;
}

#home-left {
	position:relative;
	width:444px;
	height:292px;
	padding:30px 0px 0px 24px;
	float:left;
}

#home-right {
	position:relative;
	width:472px;
	height:302px;
	float:right;
}

#home-right-bottom {
	position:relative;
	width:297px;
	height:auto;
	margin-top:25px;
	float:right;
}

/* ------ Locations ------ */

#location-content {
	position:relative;
	width:960px;
	height:auto;
	padding:15px 0px 20px 0px;	
}


#location-left {
	position:relative;
	width:400px;
	height:auto;
	float:left;
}

#location-right {
	position:relative;
	width:500px;
	height:auto;
	float:right;
}


/* ------ SCHEDULE OF EVENTS ------*/
#products-services-content {
	position:relative;
	width:960px;
	height:auto;
	padding:15px 0px 20px 0px;
}

#products-services-left {
	position:relative;
	width:500px;
	height:auto;
	padding-bottom:15px;
	float:left;
}

#products-services-right {
	position:relative;
	width:450px;
	height:auto;
	float:right;
}

#products-services-content a{
	color:#FC0;
	text-decoration:none;
	}
	
#products-services-content a:link, a:visited, a:active{
	color:#FC0;
	text-decoration:none;
	}
	
#products-services-content a:hover{
	text-decoration:underline;
	}
	
/* ------ CONTACT ------*/
#contact-content {
	position:relative;
	width:900px;
	height:auto;
	padding:15px 0px 0px 0px;
	margin-bottom:10px;
}

#contact-text {
	position:relative;
	width:460px;
	height:auto;
	padding:5px;
	clear:both;
}


#contact-left {
	position:relative;
	width:470px;
	/*width:960px;*/
	height:auto;
	padding:15px;
	background:url(../images/home-content-bg.png);
	border:1px #999 dashed;
	box-shadow: 5px 5px 5px #888888;
	float:left;
}

#contact-right {
	position:relative;
	width:350px;
	height:auto;
	float:right;
}

#contact-right a:link{
	color:#004b6f;
}

/* Feature Container */
#feature-container {
	position:relative;
	width:980px;
	height:287px;
	margin:0px auto;
	padding-bottom:20px;
	background:url(../images/feature-container-shadow.png) top left repeat-x;
	background-color:#afafaf;
	clear:both;
}

#feature-inner {
	position:relative;
	width:968px;
	height:287px;
	margin:0px auto;
	padding-bottom:20px;
}

.content-box {
	position:relative;
	width:238px;
	height:277px;
	margin:20px 2px 11px 2px;
	float:left;
	background-image:url(../images/feature-bg.png);
	background-repeat:no-repeat;
}

.title {
	position:relative;
	width:238px;
	height:22px;
	margin-top:28px;
	text-align:center;
}

.content-box-inner {
	position:relative;
	width:200px;
	height:auto;
	margin:20px auto;
}

.content-box-inner p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#171717;
}

/* Footer
----------------------------------------*/
#footer {
	position: relative;
	width:980px;
	height:70px;
	background-color:#000;
	color:#fff;
	margin-top: -10px; /* negative value of footer height */
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	clear:both;
	}
	
#footer-inner {
	position:relative;
	width:980px;
	height:70px;
	margin:0px auto;
}
	
.footerLeft {
	width:153px;
	height:30px;
	float:left;
	margin-left:14px;
	margin-top:23px;
	}
	
.footerRight {
	width:510px;
	height:30px;
	float:right;
	margin-right:14px;
	margin-top:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	}
	
.footerRight a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
.footerRight a:link, a:visited, a:active{
	color:#ccffff;
	text-decoration:none;
	}
	
.footerRight a:hover{
	text-decoration:underline;
	}
	
/* Slideshow */

#slideshow-container {
	position:relative;
	width:427px;
	height:261px;
	margin:21px 17px 11px 0px;
	padding:10px 14px 18px 14px;
	background:url(../images/rotating-pic-bg.png);
	overflow:hidden;
}
.slideshow {width:427px; height:261px; overflow:hidden;}
	
	
