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


/* links */
a{color:#42841b; text-decoration:none;}
a:visited{color:#42841b; text-decoration:none;}
a:hover{color:#67bf33;}
/* Container
------------------------------------------------------*/
#main-container{max-width:960px; width: 100%; background-image:url(green/bg-container.gif); background-repeat:repeat-y; float:left;}


/* Header
------------------------------------------------------*/

/* Page title */
#page-title h1{font-size:60px; color:#515151; margin-bottom:0px; border-bottom:3px solid #42841b;}

/* Top Navigation bar menu styling */
#nav li a:link, #nav li a:active, #nav li a:visited{
color:#7c7c7c;
}
#nav li a:hover, #nav li.selected a{
color:#42841b;
}
.map{border:3px solid #42841b; margin-bottom:15px;}
.blog-info{border-bottom:1px solid #42841b;}


/* Portfolio
------------------------------------------------------*/
#portfolio{margin-top:15px;}
.pf-img{border:3px solid #42841b;}
#next{width:56px; height:22px; background-image:url(green/next.gif); background-repeat:repeat; margin-left:14px; float:left; cursor:pointer;}
#prev{width:56px; height:22px; background-image:url(green/prev.gif); background-repeat:repeat; float:left; cursor:pointer;}


/* Contact
------------------------------------------------------*/
.input-submit{background-image:url(green/but-send.gif); background-repeat:no-repeat; padding:0px; margin:0px; border:0px; width:64px; height:22px; cursor:pointer; float:right; margin-right:62px;}

