/* Page Layout */
body {
background-color:#ffae00;
font-family: Arial, Helvetica, sans-serif;
font-size:.75em;
line-height:1.5em;
color:#fff;
margin-top:0px;
}

#container {
width:888px;
margin:0 auto;
}

#header {
background:url("images/header.jpg");
width:888px;
height:137px;
}

#content {
background:url("images/content_bg.jpg") top center repeat-y;
width:848px;
padding:20px;
}

#menu {
background:url("images/content_bg.jpg") top center repeat-y;
height:56px;
padding-left:62px;
padding-right:62px;
}

#menu ul {
padding:0px;
margin:0px;
padding-top:3px;
}

#menu li {
text-decoration:none;
display:inline;
margin-left:-2px;
margin-right:-2px;
}

#contentbg {
min-height:447px;
overflow:hidden;
clear:both;
padding: 10px 30px 0px 30px;
}

#footer {
background:url("images/footer.jpg");
width:888px;
height:88px;
}

/*Image & Text Effects*/
img {
border:0px;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
display:inline;
font-weight:normal;
font-size:1.5em;
color:#cc0000;
padding-right:0px;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
display:inline;
font-weight:normal;
font-size:1.25em;
color:#082437;
}

small {
color:#777;
}

ul {
margin-left:-30px;
margin-top:2px;
list-style-type:none;
}

li {
list-style-type:none;
}

hr {
background-color:#555;
border: 0px;
height:1px;
text-align:left;
}

#footer a {
color:#445a67;
}

.active {
padding-bottom:3px;
border-bottom: solid 1px #cc0000;
}

a {
color:#cc0000;
text-decoration:none;
}

a:hover {
color:#cc0000;
text-decoration:underline;
}

/* Portfolio */
#portfolio ul {
list-style-type:none;
}

#portfolio li {
display:inline;
padding: 0px 15px 0px;
}

/* Forms */
input {
font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#000;
width:500px;
border:1px solid #777;
padding:2px;
}

#verifybox {
font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#000;
width:75px;
border:1px solid #777;
padding:2px;
}

#sendbtn {
width:60px;
height:25px;
font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:1.1em;
margin:0 auto;
color:#000;
background-color:#fff;
}

textarea {
font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#000;
width:500px;
height:150px;
border:1px solid #777;
padding:2px;
}