/* Tags //////////////////////////////////////////////////////////////////////*/
body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0;
        color: #000;
	}
h1, h2, h3, h4, h5, h6, h7, h8 {
    color: #012c59;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h8 a {
    color: #012c59;
    text-decoration: none
}
h5 {
    font-size: 12px
}

a {
    color: #012c59;
}
a:visited {
    color: #012c59;
}

/* Wrapper ///////////////////////////////////////////////////////////////////*/
div#wrapper
	{
	margin:0 auto;
	width:990px;
	}

        div.home-image {
            float:right
}

/* Header ////////////////////////////////////////////////////////////////////*/
div#header
	{		
	position:relative;
/*        z-index: 5;*/
	}
	div#header div.logo
		{
		background-image:url(images/logo.jpg);
		background-repeat:no-repeat;
		width:990px;
		height:95px;
		margin:15px 0;
		float:left;
		}
        div#header div.logo a {
            position: absolute;
            width:393px;
            height:95px;

            }
	div#header div.logo div.slogan
		{
                width: 362px;
                height: 20px;
		float:right;
                padding-top: 80px;
		}
        div#header div.share {
           position: absolute;
           top: 125px;
           right: 0;
           z-index: 999;
        }
        div.call-us {
            text-align: center;
            font-weight: bold;
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
            background-image: url(images/call-us.jpg);
            background-repeat: no-repeat;
            width:197px;
            height:81px;
            color: #012c59;
            padding-top: 10px;
        }
        div.call-us p{
            margin-top: 5px;
            margin-bottom: 5px;
        }


/* Menu //////////////////////////////////////////////////////////////////////*/
div#menu
	{
	clear:both;
	}
	div#menu 
		{
		padding:0;
		margin:0;
                background-image: url(images/nav-bg.jpg);
                height: 47px;
                background-repeat: repeat-x;
                line-height: 47px
		}
        div#menu ul.children
		{
		padding:0;
		margin:0;
                background-color:#002B58;                
                background-repeat: repeat-x;
		}
         div#menu ul.children li
			{
		height: 20px;
                line-height: 20px;                
			}
         div#menu ul.children li:hover
			{
			background-color:#164879;
			}
		div#menu ul li
			{
			list-style-type:none;
			}
		
			div#menu ul li a
				{
				display:block;
				float:left;
				text-decoration:none;
				padding:0px 10px;
				margin-right:5px;
                                text-transform: uppercase;
                                color: #FFF;
                                font-size: 14px
				}
                        div#menu ul.children li a {
                              font-size: 12px
                        }
			div#menu ul li a:hover,
			div#menu ul li.current_page_item a
				{
                                    color: #FFF;
                                    text-decoration:underline;
				}


/* Main //////////////////////////////////////////////////////////////////////*/			
div#main
	{
	clear:both;        
	}
div#main.blog {
    float: right
}
	div#main div.content
		{
		float:left;
		width:100%;
		}
		div#main div.content.h2
			{
			font-size:14px;
			font-weight:bold;
			}
		div#main div.content.columns1
			{
			}
		div#main div.content.columns2
			{
			width:775px;
			}
			div#main div.content.columns2.left
				{
				padding-left:15px;
				}
		div#main div.content.columns3
			{
			width:550px;
			padding-left:15px;
			}
                div#main div.content ul {
                    list-style-image: url(images/dot.jpg);
                    width: 300px;
/*                    float: left;*/
                }
		


/* Sidebar ///////////////////////////////////////////////////////////////////*/
div#sidebar
	{
	width:200px;
	padding:10px 0;
	background-color:#e7e5e6;
        margin-bottom: 10px;
	}
	div#sidebar div.sidebar-content
		{
		width:180px;
		padding:0px 0px;
		margin:0 auto;
		}
div.sidebar-right 
	{
	float:right;
        margin-top: 10px;
	}
div.sidebar-left h3:first-child {

}
    div.sidebar-right h3, div.sidebar-left h3
            {
            border-top: 2px solid #000;
            margin-top: 5px;
            margin-bottom: 5px;
            padding-top: 5px
            }
    div.sidebar-right ul, div.sidebar-left ul
	{
	list-style: none;
        padding-left: 10px
	}
    div.sidebar-right a, div.sidebar-left a
	{
	text-decoration: none;
        color: #000;
        font-style: italic
	}
div.sidebar-left
	{
	float:left;
        clear: right;
        margin-top: 10px;
	}
div#container.single.blog
	{
	float: right
	}
div.sidebar-left ul li
	{
	border-bottom: 1px solid #000
	}
div.search
		{

		}
	div.searchbox
		{
			margin-bottom:10px;
		}
	div.searchbox input[type='text']
		{
                width: 130px
		}
	div.searchbox input#searchsubmit
		{
			float:right;
                        background: none;
                        background-image: url(images/search.jpg);
                        background-repeat: no-repeat;
                        width: 35px;
                        height: 34px;
                        border: none;
                       margin-top: -5px;
                       cursor:pointer;
		}

/* Footer ////////////////////////////////////////////////////////////////////*/
div#footer
	{
	clear:both;
	height:22px;
	background-color:#002b58;
	}
        div#menu
	{
	clear:both;
	}
	div.foot-menu ul
		{
                margin-bottom: -40px;
		padding:0;
		margin: 20px 0 0;
                height: 47px;
                background-repeat: repeat-x;
                line-height: 47px;
                float: right
		}
		div.foot-menu ul li
			{
			float:left;
                        display: inline
			}
			div.foot-menu ul li a
				{
				display:block;
				text-decoration:none;
				padding:0px 10px;
				margin-right:5px;
                                text-transform: uppercase;
                                color: #000;
                                font-size: 14px
				}
			div.foot-menu ul li a:hover,
			div.foot-menu ul li.current_page_item a
				{
                                    color: #000;
                                    text-decoration:underline;
				}
/* Interexcel ////////////////////////////////////////////////////////////////////*/
div#interexcel
	{
	clear:both;
        width: 220px;
        text-align: left;
        line-height: 28px;
        height: 28px;
        font-size: 10px;
	}
div#interexcel p {
    padding: 0;
    margin: 0;
}
div#interexcel img {
    float:right;
    border: none;
}
div#interexcel a {
    color: #000;
    text-decoration: none
}

/* Standard WP Classes */
/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0;
}
.entry-content.home > p:first-child {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	 background-color: #f3f3f3;
         border: 1px solid #ddd;
         -khtml-border-radius: 3px;
         -moz-border-radius: 3px;
         -webkit-border-radius: 3px;
         border-radius: 3px; /* optional rounded corners for browsers that support it */
         margin: 10px;
         padding-top: 4px;
         text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley {
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* Default Contact Us form Styling */
form#comments input[type='text'], form#comments textarea {
    width: 165px;
    padding: 5px
}
form#comments textarea {
    height: 90px;
    padding: 5px;
    font-family: Verdana,Arial;
    font-size: 13px;
    clear: right
}
form#comments input.submit {
    background: none;
    border: medium none;
    color: #012c59;
    cursor: pointer;
    background-image: url(images/submit.jpg);
    background-position: right;
    background-repeat: no-repeat;
    width: 80px;
    text-align: left;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
}

/* Blog */

ol.commentlist {
    padding-left: 20px;
    list-style: outside;
    list-style-type: decimal
}
ol.commentlist li.even {
    background-color: #E7E5E6;
}
ol.commentlist li > div {
    padding: 10px
}

/* Gallery */
div.port-image {
    float: left;
    margin: 10px;
    text-align: center
}
div.port-image img {
    margin-bottom: 0px;
    border: 1px solid #012c59
}
div.port-image a {
    color: #012c59;
    text-decoration: none;
    
}

/* ligthbox */

div#overlay {
    z-index: 999 !important;
}
div#lightbox {
    z-index: 999 !important;
}