body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

body {
  background: #DFDFDF;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 150%;	
  text-align: center;
}

/* links  */

a {
  color: #33BB3E;
  text-decoration: none;
}
a:hover {
  color: #FF4C8D;
}

/* headings */

h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

/* strong and italic */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {
  font-size: 12px;
}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  background: #FFFFFF;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
  overflow: auto;
}

#header {
  margin: 30px 30px 30px 30px;
  position: relative;
}

#nav {
  clear: left;
  float: left;
  background: #FFFFFF;
  margin: 15px 0px 0px 0px;
}

#content {
  float: left;
  background: #FFFFFF;
  margin: 15px 15px 15px 30px;
  width: 650px;
}

#content-no-sidebar {
  float: left;
  background: #FFFFFF;
  margin: 15px 30px 15px 30px;
  width: 940px;
}

#slider {
    position:relative;
    width: 992px;
    min-height: 348px;
    height: auto !important;
    height: 348px;
    background-image: url(../images/slider_panel_bg.gif);
    background-repeat: no-repeat;
    background-position: center top;
}

.panel_col_left {
    float: left;
    width: 584px;
    height: 345px;
    padding: 0px;
    margin: 0px 0px 0px 14px;
    display: inline;
    overflow: hidden;

}

.panel_col_right {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    width: 310px;
    height: 250px;
    padding: 0px 20px 0px 0px;
    margin: 50px 0px 0px 0px;
}

.panel_col_right_web {
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    width: 310px;
    height: 285px;
    padding: 0px 20px 0px 0px;
    margin: 15px 0px 0px 0px;
}

.panel_link_button {
    float: right;
    width: 310px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
}


#sidebar {
  background: #FFFFFF;
  float: right;
  margin: 15px 30px 15px 0px;
  width: 275px;
}

#footer {
  clear: both;
  background: #FFFFFF;
  color: #000000;
  font-size: 10px;
  margin: 0px 30px 30px 30px;
}

/* header */

#header h1 {
  float: left;
}

#header h2 {
  position: absolute;
  top: 0;
  right: 0;
}

/* navigation */

#nav ul {
}

#nav li {
  display: block;
  float: left;
  list-style: none;
}

#nav li a, #nav li a.current {
  color: #C0C0C0;
  border-bottom: 2px solid #FFFFFF;
  display: block;
  margin: 0 8px 0 0;
  padding: 10px 15px 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

#nav li a:hover {
  background: #33BB3E;
  border-bottom: 2px solid #FFE533;
  color: #C0C0C0;
  text-decoration: none;
}

/* content */

#content h2, #content-no-sidebar h2 {
  color: #C0C0C0;
  background: #FF4C8D;
  border-bottom: 2px solid #C0C0C0;
  padding: 10px 0px 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
}

#content p, #content ul, #content-no-sidebar p, #content-no-sidebar ul {
  padding: 15px 0 0 0;
}

/* sidebar content */

#sidebar h3 {
  background: #C0C0C0;
  border-bottom: 2px solid #FF3C8D;
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 15px 0px;
  color: #FF3C8D;
  text-decoration: none;
  text-transform: uppercase;
}

#sidebar h4 {
  padding: 0px 15px 15px 15px;
  color: #33BB3E;
  text-decoration: none;
  text-transform: uppercase;
}

#sidebar p, #sidebar img {
  padding: 0px 0px 15px 0px;
}

#sidebar ul {
  padding: 0px 0px 15px 0px;

}
#sidebar ul li {
}

#sidebar .contact {
  font-size: 18px;
}


/* footer */

#footer p {
  color: #33BB3E;
  text-align: center;
  text-transform: uppercase;
  background: #FFE533;
  border-bottom: 2px solid #33BB3E;
  padding: 12px 0px 12px 0;
}

#footer a {
  color: #33BB3E;
}

#footer a:hover {
  color: #FF4C8D;
}

/* misc */

a img {
  border: none;
}

blockquote {
  color: #4E4E4E;
  border-left: 2px solid #4E4E4E;
  margin: 15px 75px 15px 60px;
  padding: 0px 0px 0px 0px;
}

hr, .hide { display: none; }
.show { display: inline; }

/* classes */

.right {
  float: right;
}
.left {
  float: left;
}

/* Portfolio Images */

.work {
  float: left;
  position: relative;
  margin: 15px 20px 0px 0px;
  width: 300px;
  height: 170px;
}

.workgreen {
  background: #33BB3E;
}

.workyellow {
  background: #FFE533;
}

.worktitle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  z-index: 1;

  text-align: center;
  padding-top: 30px;
}

.worktitle p {
  color: #000000;
  font-size: 16px;
}

.worktype {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  z-index: 2;

  text-align: center;
  color: #000000;
  text-transform: uppercase;
  padding-top: 50px;
}

.worktype p {
  color: #C0C0C0;
  font-size: 14px;
}

.workimages {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 280px;
  height: 150px;
  overflow: hidden;
  z-index: 3;
}

.worklink {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 138px;
  z-index: 4;
}

.workright {
  margin: 15px 0px 0px 0px;
}
