@charset "UTF-8";
/*   Based on Walden "Master Style Sheet" developed by Aaron Gough 
/*   Walden: http://www.waldendesign.com
/****************************************
    Generic Basic Styling
*****************************************/
html{
background: #931A1E url(../images/template/backgound.gif) top left repeat-x;
position: relative;
overflow-y: scroll;
}

body, html{
border: 0px;
padding: 0px;
margin: 0px;
}

body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
position: relative;
color: #063636;
}

h1, h2, h3, h4{
margin: 0px;
padding: 0px;
font-weight: bold;
color: #931A1E;
}

h1{
color: #FFFFFF;
font-size: 30px;
}

h2{
font-size: 23px;
}

h3{
font-size: 18px;
margin-top: 12px;
}

h4{
font-size: 15px;
margin-top: 5px;
}

p{
margin-top: 10px;
margin-bottom: 0px;
}

ul{
list-style: disc;
margin-top: 0px;
margin-bottom: 0px;
}

li{
margin-top: 3px;
}

hr{
border: 1px solid #c5c5c5;
height: 2px;
margin-top: 10px;
}

img{
border: 0px;
}

form{
margin:0px;
padding: 15px 0px 0px 0px;
}

a{
color: #931A1E;
text-decoration: none;
}

a:hover{
color: #285858;
text-decoration:none;
}
/****************************************
    Styling for Custom IDs & Classes
*****************************************/
/* header & title */
#container{
width: 988px;
margin: 0px auto;
background: transparent url(../images/template/maincolumn_repeat.gif) top center repeat-y;
}

#container_header{
width: 988px;
background: transparent url(../images/template/header.gif) top left no-repeat;
}

#container_footer{
width: 988px;
background: transparent url(../images/template/footer.gif) bottom left no-repeat;
}

#container_headermenu{
width: 988px;
height: 93px;
position: relative;
}

#headermenu{
height: 50px;
width: 651px;
position: absolute;
top: 0px;
right: 58px;
list-style: none;
margin: 0px;
padding: 0px;
}

.has_submenu, .no_submenu{
width: auto;
display: block;
float: left;
position: relative;
margin-top: 0px;
}

.has_submenu:hover, .no_submenu:hover{
background: #77787B;
}

.has_submenu span, .no_submenu a{
color: #FFFFFF;
display: block;
height: 34px;
padding-top: 17px;
text-decoration: none;
font-size: 14px;
}

#home a{
width: 64px;
}

#services span{
width: 81px;
}

#clients a{
width: 70px;
}

#portfolio span{
width: 82px;
}

#testimonials a{
width: 111px;
}

#profile a{
width: 68px;
}

#newsletter a{
width: 97px;
}

#contact a{
width: 78px;
}

.submenu{
list-style: none;
text-align: left;
margin: 0px;
padding: 0px;
position: absolute;
top: 51px;
left: 0px;
width: 186px;
background: #931A1E;
}

.submenu li{
margin-top: 0px;
}

.submenu li a{
display: block;
width: 176px;
margin: 1px 1px 1px 1px;
padding: 1px 4px 2px 4px;
text-decoration: none;
color: #FFFFFF;
}

.submenu li a:hover{
background: #FFFFFF;
color: #931A1E;
}

#pagetitle{
float: left;
width: 640px;
margin-left: 285px;
height: 63px;
text-align: left;
color: #FFFFFF;
}

#pagetitle h3{
color: #FFFFFF;
}

/* left column */
#leftcolumn{
display: inline;
float: left;
width: 180px;
margin-left: 50px;
padding-top: 170px;
text-align: left;
font-size: 11px;
}

.gobutton{
width: 27px;
height: 23px;
padding: 0px 0px 1px 4px;
border: 0px;
text-align: left;
font-size: 13px;
font-weight: bold;
color:#FFFFFF;
background:url(../images/gobutton.gif)
}

#report{
padding: 15px 0px 5px 40px;
}

#selection{
width: 178px;
margin-top: 10px;
border: 1px solid #000000
}

/* middle column */
#middlecolumn{
display: inline;
float: left;
width: 462px;
margin-left: 56px;
padding-top: 18px;
text-align: left;
}

.arrowbutton{
width: 17px;
height: 17px;
padding-bottom: 0px;
vertical-align: -4px;
}

#testimonial{
text-align: justify;
}

.quote{
margin-top: 20px;
}

.client{
text-align: right;
font-style: normal;
}

#formfield{
padding-left: 16px;
}

#formfield p{
float: left;
width: 186px;
margin-top: 7px;
}

#formfield p.split{
margin-top: 0px;
}

#formfield p.note{
padding-left: 16px;
font-weight: bold;
}

.inputfield{
font-size: 12px;
border-style: inset;
border-width: 2px;
background-color: #FFFFFF;
padding: 3px;
margin-bottom: 10px;
}

.inputfield2{
display: none;
}

#action input{
height: 24px;
padding: 0px 0px 1px 8px;
border: 0px;
margin-top: 16px;
text-align: left;
font-size: 13px;
font-weight: bold;
color:#FFFFFF;
}

#action input.clear{
float: left;
width: 115px;
margin-left: 202px;
background: url(../images/clearbutton.gif)
}  

#action input.send{
float: right;
width: 109px;
margin-right: 6px;
background: url(../images/sendbutton.gif)
}  

/* right column */
#rightcolumn{
display: inline;
float: left;
width: 132px;
margin-left: 55px;
padding-top: 22px;
text-align: right;
font-size: 11px;
}

#elizphoto{
width: 132px;
}

#linkedin{
width: 134px;
padding-top: 16px;
}
#vxhtml{
width: 88px;
padding-top: 142px;
}

#vcss{
width: 88px;
padding-top: 10px;
}

#allstar{
width: 132px;
padding-top: 25px;
}

/* footer */
#spacer{
width: 100%;
height: 1px;
overflow: hidden;
clear: both;
}

#footer{
width: 988px;
height: 77px;
font-size: 11px;
color: #FFFFFF;
position: relative;
}

#footer a{
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover{
color: #FFFF80;
text-decoration: none;
}

#footertext{
position: absolute;
left: 256px;
bottom: 22px;
}

/****************************************
    Global Classes
*****************************************/
.initial{
margin-top: 0px;
padding-top: 0px;
}

.first{
margin-top: 5px;
padding-top: 0px;
}

.italic{
font-style: italic;
}

.bold{
font-weight:bold;
}

.boldcolor{
font-weight:bold;
color: #931A1E;
}

.bolditalic{
font-style:italic;
font-weight:bold;
}

