@import url("global.css");

body {
background:#e1ebda url(../images/grn/leaves.png) repeat;
height:100%;
margin:0 auto;
}

a:link,a:visited {
color:#666;
text-decoration:none;
outline:none;
}

a:hover {
color:#333;
text-decoration:underline;
cursor:pointer;
}

.pageTitle {
font-family:"Times New Roman", Times, serif;
font-style:normal;
color:#330;
font-weight:lighter;
}

#container {
width:100%;
min-height:100%;
height:auto !important;
background-image:url(../images/grn/gradBg.png);
background-repeat:repeat-y;
background-position:top center;
margin:0 auto -4em;
}

.logo {
float:left;
background:url(../images/grn/logo.png) no-repeat;
width:320px;
height:82px;
}

.headText p {
color:#030;
}

.headText p + p {
color:#690;
word-spacing:1.5em;
}

.lBox {
overflow:hidden;
width:550px;
height:100%;
float:left;
}

.lBoxInner {
background:url(../images/grn/lBoxBg.png) repeat-y;
padding:0 40px;
}

.lBoxTop {
background:url(../images/grn/lBoxTop.png) no-repeat;
height:25px;
width:550px;
}

.lBoxBottom {
background:url(../images/grn/lBoxBottom.png) no-repeat;
height:25px;
width:550px;
}

.rBox {
overflow:hidden;
width:220px;
height:100%;
float:right;
}

.rBoxInner {
background:url(../images/grn/rBoxBg.png) repeat-y;
padding:0 20px;
}

.rBoxTop {
background:url(../images/grn/rBoxTop.png) no-repeat;
height:25px;
width:220px;
}

.rBoxBottom {
background:url(../images/grn/rBoxBottom.png) no-repeat;
height:25px;
width:220px;
}

.mainMenu a:link,.mainMenu a:visited {
color:#333;
text-decoration:none;
outline:none;
}

.mainMenu a:hover {
color:#660;
text-decoration:none;
cursor:pointer;
}

.meEmblem {
background:url(../images/grn/meEmblem.png) no-repeat;
width:150px;
height:27px;
margin:0 15px;
}

.pageLink a {
font-size:14px;
font-family:"Times New Roman", Times, serif;
font-style:oblique;
font-weight:lighter;
}

.titleText {
font-size:14px;
text-align:justify;
color:#333;
padding:10px 0;
}

.portWhat h3 {
text-align:center;
color:#333;
font-size:22px;
font-weight:lighter;
margin:0 0 10px;
}

.portWhat {
width:325px;
color:#333;
min-height:115px;
margin-left:150px;
text-align:left;
list-style-image:url(../images/grn/listLogo.png);
}

.portWhat ul {
text-align:justify;
padding-left:30px;
}

.projectGallery span img {
border:4px ridge #999;
width:100px;
margin:0 3px;
}

.projectGallery span img:hover {
border:4px ridge #660;
width:100px;
margin:0 3px;
}

.projectDetail .leftContent {
text-align:justify;
width:245px;
float:left;
color:#333;
padding:0 0 10px;
}

.projectDetail .rightContent h5 {
text-align:center;
color:#333;
}

.projectDetail .rightContent ul {
color:#666;
list-style-image:url(../images/grn/listLogo.png);
margin:10px 0 10px 50px;
}

#resume {
color:#666;
width:100%;
text-align:justify;
border-top:1px solid #999;
margin:20px 0 0;
padding:20px 0;
}

form#contact fieldset input {
color:#333;
font-size:12px;
margin-bottom:5px;
background-color:#eee;
}

form#contact fieldset textarea {
color:#333;
font-size:12px;
margin-bottom:5px;
background-color:#eee;
font-family:Arial, Helvetica, sans-serif;
}

.valxhtml {
background:#690;
color:#333;
padding:0 3px;
}

.valcss {
background:#360;
color:#333;
padding:0 3px;
}

.valaccess {
background:#CC9;
color:#333;
padding:0 3px;
}

.lBoxInner form h3 {
color:#690;
}