/* ===================== CSS Reset ===================== */
* {
    border: 0 none;
    font-family: "MS PGothic","MS Gothic", monospace ;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* ===================== General Styles ===================== */
body {
    border-top: 30px solid #1a1a1a;
    text-align: center;
}

#wrapper {
    margin: 0 auto;
    padding-top: 25px;
    text-align: left;
    width: 940px;
}

a {
    font-size: 1em;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    background: url("images/quote.jpg") no-repeat top left;
    padding-left: 1.56em;
}

blockquote span {
    color: #999;
    font-size: 0.69em;
    font-style: italic;
}

em {
    font-style: italic;
}

h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 5px;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.313em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

img.left {
    margin: 0 15px 10px 0;
}

img.right {
    margin: 0 0 10px 15px;
}


input, textarea {
    border: 1px solid #EEE;
    color: #777;
    font-size: 12px;
}

label {
    color: #777;
    float: left;
    font-size: 14px;
    line-height: 30px;
    width: 80px;
}

p, pre, ul {
    color: #777;
    font-size: 0.75em;
    line-height: 20px;
    margin-bottom: 15px;
}

p.date {
    color: #999;
    font-size: 11px;
    margin-bottom: 0;
}

pre {
    background-color: #EEE;
    border-left: 4px solid #CCC;
    font-family: "Courier New", Courier, monospace;
    padding: 10px;
    white-space: normal;
    width: 620px;
}

strong {
    font-weight: bold;
}

ul {
    list-style: none;
    margin:0 0 0 20px;
}

ul.bluetriangle li{
    list-style-image: url(/img/styles/blue-triangle.jpg);
}
ul.orangetriangle li{
    list-style-image: url(/img/styles/orange-triangle.jpg);
}
ul.greytrianglebox li{
    list-style-image: url(/img/styles/grey-triangle-box.jpg);
}

.left {
    float: left;
}

.right {
    float: right;
}

.lp10{
    padding-left:10px;
}

.lp20{
    padding-left:20px;
}

/* ===================== Header Styles ===================== */
#header {
    border-bottom: 1px solid #eee;
    height: 13px;
    margin-bottom: 30px;
    padding-bottom: 50px;
    position: relative;
}

#header h1 a {
    font-size: 37px;
    text-transform: uppercase;
}

#header h1 a:hover {
    text-decoration: none;
}

#header h1 a span {
    color: #ccc;
}

#header ul {
    bottom: 0px;
    position: absolute;
    right: 0;
}

#header ul li {
    float: left;
    margin-left: 20px;
    font-weight:bold;
    font-size:16px;
}
#logo{
    float:left;
}
#login{
    float: right;
    margin-left: 20px;
    font-weight:bold;
    font-size:16px;
    color: #BBBBBB;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 15px;
}
#login a{
    font-size:16px !important;
}
#login:hover{
    color:#000;
}
#header ul li a {
    color: #bbb;
    font-size: 14px;
}

#header ul li a:hover, #header ul li.active a {
    color: #555;
    text-decoration: none;
}

/* ===================== Featured Styles ===================== */
#featured {
    border: 1px solid #eee;
    height: 250px;
    overflow: hidden;
}

#featured .item {
    height: 250px;
    overflow: hidden;
}

#featured h2 {
    margin-top: 25px;
}

#featured img {
    border: none;
}
.featured-image {
    float: left;
    width: 1000px;
}

.featured-box {
    background-color: #EEE;
    height: 45px;
    overflow: hidden;
    padding: 0 15px;
    width: 368px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.featured-box p {
    float: left;
    line-height: 45px;
}

.featured-box a {
    float: right;
    line-height: 45px;
}

#featuredNav {
    background-color: #EEE;
    height: 75px;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding-left: 30px;
    text-align:center;
    width: 910px;
}

#featuredNav a {
    display: block;
    float: left;
    height: 40px;
    margin: 15px 23px 0 0;
    width: 156px;
    border:1px solid #EEE;
}

#featuredNav a.activeSlide {
    border:1px solid #3366ff;
}

/* ===================== Location Styles ===================== */
#location {
    border-bottom: 1px solid #eee;
    margin: -25px 0 25px 0;
    overflow: hidden;
    padding: 30px 0 25px 0;
    width: 940px;
}

#location h2 {
    float: left;
    margin: -12px 0 0 0;
}

#location .button {
    color: #EEE;
    float: right;
    height: 35px;
    line-height: 34px;
    margin-top: -7px;
    padding: 0 22px;
}

/* ===================== Content Styles ===================== */
#content {
    overflow: hidden;
}

/* ===================== Main Content Styles ===================== */
#mainContent {
    float: left;
    overflow: hidden;
    width: 600px;
    padding:0 10px;
}

#left_sidebar #mainContent {
    float: right;
}
.section{
    clear:both;
    padding:0 0 30px;
}
.section img{
    padding:5px;
}
/* ===================== Sidebar Styles ===================== */
#sidebar {
    float: right;
    margin-left: 20px;
    overflow: hidden;
    width: 300px;
}

#left_sidebar #sidebar {
    float: left;
    margin: 0 20px 0 0;
}

#sidebar .box {
    margin-bottom: 25px;
    overflow: hidden;
}
#sidebar ul{
    margin:0 0 0 50px;
}
#sidebar ul li{
    padding:0 0 15px;
}

a, h1, h2, h3, h4, blockquote span, li span {
    color: #0e79d3;
    font-weight:bold;
}
.button {
    background-color: #0e79d3;
}

/* ===================== Boxes Styles ===================== */
.box {
    width: 300px;
}

.box.left {
    margin-right: 20px;
}

.box h3 {
    padding-bottom: 12px;
}

.box h3 a{
    font-size:23px;
}

.box h3.greyheader{
    background:url('/img/styles/grey-header.jpg') 0 0 no-repeat;
    height: 21px;
    padding: 11px 0 22px 30px;
    width: 275px;
}

.info .greyheader{
    padding: 11px 0 9px 30px !important;
}
.info a{
    padding:0 0 0 4px;

}
.box h3.whiteheader{
    background:url('/img/styles/white-header.jpg') 0 0 no-repeat;
    height: 20px;
    padding: 10px 0 12px 30px;
    width:275px;
    margin:15px 0 0;
}
.box h3.newsheader{
    background:url('/img/styles/news-header.jpg') 0 0 no-repeat;
    height: 23px;
    padding: 9px 0 9px 30px;
    width: 275px;
    color: #efa352;
}

.box span{
    color: #777777;
    font-size: 12px;
    line-height: 20px;
}

.box p a{
    margin:15px 0 0;
    float:right;
}

.navgation{
    height:300px;
}
.navgation li{
    font-size:1.3em;
}
.customsupport{
    margin:-40px 0 0;
}

/* ===================== Blog Headlines Styles ===================== */
.blogHeadlines li {
    margin-bottom: 12px;
}

.blogHeadlines a {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
}

.blogHeadlines a {
    color: #777;
    font-size: 18px;
}

.blogHeadlines a:hover {
    color: #444;
    text-decoration: none;
}

/* ===================== Search Form Styles ===================== */
#searchForm div {
    float: left;
}

#searchForm input {
    font-style: italic;
    padding: 10px 5px;
    width: 228px;
}

#searchForm #submit {
    background-color: #EEE;
    border: none;
    font-style: normal;
    padding: 10px 0;
    width: 60px;
}

/* ===================== News Headlines Styles ===================== */
.news {
    list-style: none;
    margin: 0
}

.news li {
    margin-bottom: 15px;
}

.news li.last {
    margin-bottom: 0;
}

.news li p, .news li h4, .news li a {
    display: block;
    margin-bottom: 5px;
}

.news li a {
    line-height: 14px;
}

.news li.last p.date {
    margin-bottom: 0;
}

/* ===================== Portfolio Carrousel Styles ===================== */
#buttonsContainer {
    border-bottom: 1px solid #EEE;
    padding-bottom: 8px;
}

#buttonsContainer button {
    background: url("images/arrow_up.jpg") no-repeat top left;
    border: none;
    height: 20px;
    margin-left: 100px;
    width: 20px;
}

#buttonsContainer button.next {
    background-image: url("images/arrow_down.jpg");
    margin: 0 100px 0 50px;
}

#carrousel li {
    border-bottom: 1px solid #EEE;
    overflow: hidden;
    padding: 23px 20px;
    width: 260px;
}

#carrousel li.selected {
    background-color: #EEE;
}

#carrousel li img {
    border: none;
    margin: 0 10px 0 0;
    float: left;
}

#carrousel li p, #carrousel li a {
    font-size: 11px;
    line-height: 13px;
    margin: 0;
}

/* ===================== Portfolio Gallery Styles ===================== */
.gallery {
    list-style: none;
    list-style-position: outside;
}

.gallery li {
    float: left;
    margin: 0 16px 0 0;
}

.gallery li.last {
    margin-right: 0;
}

.gallery img {
    border: 5px solid #CCC;
    margin: 0;
}

/* ===================== Footer Styles ===================== */
#footer {
    background-color: #eee;
    border-top: 1px solid #ddd;
    clear: both;
    margin-top: 25px;
    overflow: hidden;
    padding: 15px 0;
}

#footer #footer-inner {
    margin: 0 auto;
    width: 940px;
}

#footer li {
    float: left;
    margin-right: 15px;
}

#footer ul, #footer li, #footer p, #footer a {
    font-size: 11px;
    margin-bottom: 0;
}

#footer li a {
    color: #BBBBBB;
    font-weight: bold;
}

.dark li a{
    color:#777777 !important;
}

/* ===================== Social List Styles ===================== */
#socialList {
    list-style: none;
    overflow: hidden;
}

#socialList li {
    float: left;
    margin-right: 5px;
    text-indent: -9999px;
}

#socialList li a {
    background: url("images/socialicons.jpg") no-repeat top left;
    display: block;
    height: 32px;
    width: 32px;
} 

#socialList li a[title="Facebook"] {
    background-position: -32px 0;
}

#socialList li a[title="Flickr"] {
    background-position: -64px 0;
}

#socialList li a[title="Linkedin"] {
    background-position: -96px 0;
}

#socialList li a[title="MySpace"] {
    background-position: -128px 0;
}

#socialList li a[title="Twitter"] {
    background-position: -160px;
}

/* ===================== Blog Box Styles ===================== */
.blogBox {
    margin-top: 20px;
    float: left;
    width: 143px;
}

.blogBox h5 {
    color: #555;
    margin-bottom: 10px;
}

.blogBox ul {
    list-style: none;
}

.blogBox ul li {
    line-height: 15px;
    margin-bottom: 10px;
}

/* ===================== Blog Post Styles ===================== */
.blogPost {
    margin-bottom: 30px;
}

.blogPost .date {
    margin-bottom: 0;
}

.blogPost .postInfo {
    border-top: 1px solid #EEE;
    margin-top: 12px;
    padding-top: 12px;
}

/* ===================== Contact Form Styles ===================== */
#contactForm div {
    margin-top: 20px;
}

#contactForm input, #contactForm textarea, #commentsForm input, #commentsForm textarea {
    font-size: 11px;
    padding: 10px;
    width: 300px;
}

#contactForm #submit, #comments #submitComment {
    background-color: #EEE;
    font-size: 12px;
    margin-left: 80px;
    padding: 10px 20px;
    width: auto;
}

#commentsForm div {
    margin-bottom: 10px;
}

#commentsForm label {
    font-size: 11px;
    width: 60px;
}

#commentsForm textarea {
    width: 540px;
}

#commentsForm input, #commentsForm textarea {
    padding: 5px;
}

#comments #submitComment {
    margin-left: 60px;
    padding: 8px 15px;
}

/* ===================== Comments Styles ===================== */
#comments img {
    border: none;
}

#comments h5 {
    margin-bottom: 0px;
    margin-top: 5px;
}

#comments .commentAuthor {
    overflow: hidden;
}

#comments li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}