/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #3c6297;
}
#wrapper { 
 margin: 0 auto;
 width: 822px;
}
#header {
 width: 800px;
 color: #333;
 background: url(../images/homeTop.jpg);
 padding: 0px;
 border-bottom: none;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-top: 1px solid #ccc;
 height: 28px;
 margin: 0px;
}
#content { 
 width: 800px;
 background: url(../images/home.jpg);
 color: #333;
 border-top: none;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 height: 505px;
}

#innercontent { 
 width: 600px;
 background: url(../images/BGinner.png);
 color: #000000;
 border: none;
 margin: 0px;
 padding: 0px;
 height: 400px;
 position: relative;
 left: 104px;
 top: 85px;
 z-index: 1;
}

#innercontentHome { 
 width: 600px;
 background: url(../images/BGinnerHome.png);
 color: #000000;
 border: none;
 margin: 0px;
 padding: 0px;
 height: 400px;
 position: relative;
 left: 104px;
 top: 85px;
 z-index: 1;
}

#innerslide { 
 width: 550px;
 color: #ffffff;
 border: none;
 margin: 0px;
 padding: 0px;
 height: 350px;
 position: relative;
 left: 25px;
 top: 0px;
 z-index: 100;
}

#innercontenttext { 
 width: 560px;
 color: #ffffff;
 border: none;
 margin: 0px;
 padding: 0px;
 height: 370px;
 position: relative;
 left: 18px;
 top: 13px;
 z-index: 100;
}


#footer { 
 width: 800px;
 height:105px;
 border: 1px solid #ccc;
 background: #000000;
 margin: 0px 0px 0px 0px;
 padding: 0px;
}

.footertext {
 width: 760px;
 height:60px;
 font-size: 10px; 
 font-family: arial;
 font-weight:normal ;
 font-style: normal;
 text-align:center;
 line-height:15px;
 padding: 0px;
 margin: 0px;
 color: #666666;
 position: relative;
 left: 20px;
 top: -5px;
}

h1 { 
	font-size: 12px; 
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	color: gray;
	}

h2 {
	font-size: 12pt; 
	font-family: trebuchet ms;
	font-weight: bold;
	font-style: normal;
	margin: 0px;
	color: #ffffff;
	}


p { 
	font-family:trebuchet ms;
	font-style:normal; 
	font-size:10pt;
	color: #b2b2b2;
	line-height:16px;
	text-align:justify;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	}

p.right { 
	font-family:trebuchet ms;
	font-style:normal; 
	font-size:10pt;
	color: #b2b2b2;
	line-height:16px;
	text-align:right;
	margin:0px;
	margin-bottom:12px;
	padding:0px;
	}

a.footer {
font-family: arial; 
font-size: 10px; 
color: #666666; 
line-height:16px; 
text-decoration:underline; 
font-weight:normal;
text-align:center;
}

a.footer:hover {
font-family: arial; 
font-size: 10px; 
color: #ffffff; 
line-height:16px; 
text-decoration:none; 
font-weight:normal;
text-align:center;
}

a.continue {
font-family: trebuchet ms; 
font-size: 10pt; 
font-weight: bold;
color: #ffffff; 
line-height:16px; 
text-decoration:underline; 
text-align: right;
}

a.continue:hover {
font-family: trebuchet ms; 
font-size: 10pt; 
font-weight: bold;
color: #666666; 
line-height:16px; 
text-decoration:none; 
text-align: right;
}

a.text {
font-family: trebuchet ms; 
font-size: 10pt; 
font-weight: normal;
color: #ffffff; 
line-height:16px; 
text-decoration:underline; 
}

a.text:hover {
font-family: trebuchet ms; 
font-size: 10pt; 
font-weight: normal;
color: #ffffff; 
line-height:16px; 
text-decoration:none; 
}

.ContinueLink { 
 width: 80px;
 color: #ffffff;
 border: none;
 margin: 0px;
 padding: 0px;
 height: 30px;
 position: relative;
 left: 500px;
 top: 0px;
 z-index: 100;
}

.ContactLinkHome { 
 width: 100px;
 background: url(../images/HomeContact.jpg);
 color: #ffffff;
 border: none;
 margin: 0px;
 padding: 0px;
 height: 30px;
 position: relative;
 top: 0px;
 z-index: 100;
}

img.Image { 
    float: right; 
    margin: 10px; 
}

a.seo {
font-family:arial; 
font-size: 10pt; 
color: #ffffff; 
line-height:16px; 
text-decoration:underline; 
font-weight:normal;
}

a.seo:hover {
font-family:arial; 
font-size: 10pt; 
color: #ffffff; 
line-height:16px; 
text-decoration:none; 
font-weight:none;
}
