/*----------------------------------------------------
                  Mygen - CSS File
------------------------------------------------------*/


/* Global
------------------------------------------------------*/
html,body{height:100%}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	color:#353535;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25;
}
*{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
}
*:focus{
outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr{
border:0;
color:#dedede;
background-color: #dedede;
height: 1px;
margin:10px 0px 6px 0px;
padding:0px;
}


/* Default Element Styles
------------------------------------------------------*/
/* heading */
h1, h2, h3, h4, h5{font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#515151;}
h1{font-size:28px; line-height:28px; margin-bottom:8px;}
h2{font-size:22px; line-height:28px; margin-bottom:5px;}
h3{font-size:18px; line-height:20px; margin-bottom:5px;}
h4{font-size:16px; line-height:18px; margin-bottom:5px; font-weight:bold;}
h5{font-size:12px; margin:3px 0px; padding:0px; letter-spacing:1px;}

/* links */
a{color:#7c7c7c; text-decoration:none;}
a:visited{color:#7c7c7c; text-decoration:none;}
a:hover{color:#6dbe56;}
a img{border:none}
.imgleft{float:left; padding:5px 12px 0px 0px;}
.imgright{float:right; padding-left:12px;}

/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote{
font-size:13px;
line-height:20px;
margin-bottom:14px;
color:#353535;
}
ul, ol{
	margin:10px 0 5px 40px;
	
}
li ol, li ul{
	font-size:1.0em;
	margin-bottom:0;
	margin-top:0;
	list-style-image: url(../images/greentriangle.png);
	list-style-type: none;
}
li ol{
	list-style-image: url(../images/greentriangle.png);
	list-style-type: none;
}
blockquote{
font-style:italic;
margin:0px;
color:#6f6f6f;
padding:2px 4px 2px 38px;
background-image:url(../sitefiles/images/quote.gif);
background-position:0px 5px;
background-repeat:no-repeat;
}

/* code */
code{
font-family:Tahoma, Arial, Verdana;
letter-spacing:1px;
margin:25px 0 25px 0px;
display:block;
font-size:0.9em;
border-left:4px solid #dddddd;
padding:15px 10px;
}


/* Container
------------------------------------------------------*/
#outer-container{width:960px; margin:0px auto;}
#main-container{
	width:960px;
background-image:url(../../Site files/images/bg-container.png); 	background-repeat:repeat-y;
	float:left;
	background-image: url(../Site%20files/images/bg-container.png);
}
#container-left{width:70px; float:left;}
#container-right{width:890px; float:right;}
.inner-container{width:809px; margin:0px auto; clear: both;}



/* Header
------------------------------------------------------*/
.logo{
	width:auto;
	float:left;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#top-content{height:150px; font-size:11px; color:#989797; padding-right:0; float:right; text-align: right; margin-right: 0;}
.top-address{
	float: right;
	padding:9px 0px;
	margin-right:10px;
}
.top-icon{padding-right:4px;}

/* Welcome text */
#welcome-text{margin-top:30px; float:left;}
#welcome-text h1{font-size:60px; color:#515151; margin-bottom:0px;}

/* Page title */
#page-title{margin-top:30px; float:left;}
#page-title h1{
	font-size:60px;
	color:#6dbe56;
	margin-bottom:0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6dbe56;
}

/* Top Navigation bar menu styling */
#nav{
	border-top:1px solid #a5a5a5;
	list-style-type: none;
	clear: right;
	width: 465px;
	margin: 0;
	float: right;
}
#nav li{
float:left;
border-right:1px solid #a5a5a5;
position: relative;
}


#nav li ul { list-style:none; position: absolute; display:none; left:-40px; }
#nav li:hover ul {
	display: block;
}
#nav li ul li {
	border: 0;
	background-color:#;
}
#nav li ul li a:link, #nav li ul li a:visited {
	width: 200px;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 15px;
}

#nav li#nav-eteam {
border-right: none;
}

#nav li#nav-eteam a { white-space: nowrap; }

#nav li#nav-eteam ul { width: 100px; }

#nav li a:hover { color: #6dbe56; }

#nav li a:link, #nav li a:active, #nav li a:visited{
display:block;
padding:1px 10px 1px 10px;
text-decoration: none;
line-height: 20px;
outline: none;
text-align:left;
font-size: 18px;
color:#7c7c7c;
}
#nav li a:hover, #nav li.selected a{
color:#6dbe45;
}
span.descmenu{
font-size:11px; 
padding:0px 20px;
color:#989797
}


/*  Homepage Slider
------------------------------------------------------*/
#slideshow-container{
width:809px;
height:287px; 
margin:15px 0px 0px 0px;
float:left;
}
#slideshow1{
width:263px;
height:287px;
margin-right:10px;
float:left;
}
#slideshow2{
width:263px;
height:287px;
margin-right:10px;
float:left;
}
#slideshow3{
width:263px;
height:287px;
margin-right:0px;
float:left;
}


/* Content
------------------------------------------------------*/
.content{width:809px; padding:20px 40px 3px 0px; float:left; clear: both; border-top:1px solid #a5a5a5;}
.content-two{width:809px; padding:20px 0px 30px 0px; float:left;}
.maincontent{padding-bottom:10px;}
#content-left{width:400px; margin-right:30px; float:left;}
#sidebox{width:350px; float:left;}
.imgleft{float:left; padding-right:8px;}
.imgright{float:right; padding-left:8px;}

ul.content-list {
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image: url(../images/greentriangle.png);
}
ul.content-list li {
	background-image:url(../images/arrow.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	line-height:18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
}
ul.content-list li a {color:#353535; text-decoration:none;}
ul.content-list li a:hover {text-decoration:underline;}

.maincontent ul li {
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 18px;
	list-style-image: url(../images/greentriangle.png);
}

/* Services page */
.img-services{width:81px; height:90px; margin-top:7px; float:left;}
#quote-container{width:400px; height:300px; padding:10px; background-color:#FFFFFF;}

/* Bottom content */
#bottom-content{
	border-top:1px solid #a5a5a5;
	width:850px;
	float:center;
	clear:both;
}
#bottom-icon{width:37px; padding:0px 10px 0px 0px; margin-top:0px; float:left;}
#newsflash{width:762px; height:38px; line-height:20px; float:left;}


/* Portfolio
------------------------------------------------------*/
#portfolio{margin-top:15px;}
.pf-box{width:249px; margin-right:31px; margin-bottom:40px; float:left;}
.pf-box-nomargin{width:249px; margin-bottom:40px; float:left;}
.pf-img{border:3px solid #e00022;}
.page-portfolio{height:574px; float:left;}
#portfolio-nav{float:left; margin-bottom:50px;}
#next{width:56px; height:22px; background-image:url(/images/next.gif); background-repeat:repeat; margin-left:14px; float:left; cursor:pointer;}
#prev{width:56px; height:22px; background-image:url(/images/prev.gif); background-repeat:repeat; float:left; cursor:pointer;}


/* Contact
------------------------------------------------------*/
form{margin:0; padding:0;}
#contactFormArea{width:480px; color:#6b6b6b; margin-bottom:20px;}
.input{background-color: #ffffff; border:1px solid #c7c7c7; width:406px; padding:5px 5px 5px 5px; margin:0px; color:#6b6b6b;}
.input-submit{background-image:url(../sitefiles/images/but-send.gif); background-repeat:no-repeat; padding:0px; margin:0px; border:0px; width:64px; height:22px; cursor:pointer; float:right; margin-right:62px;}
.textarea{background-color: #ffffff; border:1px solid #c7c7c7; width:406px; padding:5px 5px 5px 5px; margin:0px; color:#6b6b6b;}
.map{border:3px solid #e00022; margin-bottom:15px;}


/* Footer
------------------------------------------------------*/
#footer{
	border-top:1px solid #a5a5a5;
	width:850px;
	height:33px;
	float:left;
}
.footer-text{
	font-size:11px;
	color:#868686;
	padding:8px 0px;
	float:center;
}
.footer-text a, #footer a:visited{color:#868686; text-decoration:none;}
.footer-text a:hover{text-decoration:underline;}
