/* GLOBAL RESET & STYLE */
* {
	outline: 0;
	outline-width: 0;
	outline-style: none;
}
a img {
	border: 0;
}
.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
	font-size: 1px;
}

/* PAGE STYLES */

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff url(../img/bg-tile.png) repeat-x top left;
}
#frame {
	width: 854px;
	background: url(../img/bg.png) no-repeat top center;
}
#page {
	width: 720px;
}


#header {
	height: 70px;
	overflow: hidden;
}
#logo {
	width: 400px;
	height: 70px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
    #logo h1 {
    	text-indent: -100000px;
    	margin: 0;
    	padding: 0;
    }
#contacts {
	float: right;
	width: 350px;
	overflow: hidden;
	text-align: right;
	margin: 47px 80px 0px 0px;
}
    #contacts h6 {
    	margin: 0;
    	padding: 0;
    	text-align: right;
    	color: #aaa;
    }
        #contacts h6 .high {
        	color: #0281ba;
        }

.accordion li h4	{
	cursor: pointer;
	text-align:left;
}

#menu {
	height: 53px;
	overflow: hidden;
	font-size: 11px;
}
    #menu ul {
    	margin: 0;
    	padding: 0;
    	white-space: nowrap;
    }
    #menu li {
    	display: inline;
    	list-style-type: none;
    }
    #menu a {
    	padding: 10px 5px;
    	display: block;
    	width: 130px;
    	float: left;
    	text-align: right;
    	border-right: 1px solid #096AA8;
        text-decoration: none;
    }
    #menu a:link, #menu a:visited {
    	color: #fff;
    }
    #menu a:hover {
    	color: #3fe6ff;
    	background: #086BA9;
    }
    #menu a:link strong, #menu a:visited strong {
    	color: #3fe6ff;
    	font-size: 15px;
    }
    #menu a:hover strong {
    	color: #fff;
    }

.megamenu {
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    background: #0A7CC0;
    border: 4px solid #086BA9;
    padding: 10px;
    font: normal 12px Verdana;
    z-index: 100;
}

.megamenu .column{
float: left;
width: 160px; /*width of each menu column*/
margin: 10px 5px 10px 0;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
background: #086BA9;
font: bold 12px Arial;
margin: 0 0 5px 0;
color: #3FE6FF;
text-transform: uppercase;
}

.megamenu .column  a{
text-decoration: none;
color: #fff;
}

.megamenu .column a:hover{
color: #3FE6FF;
}
#intro {
	margin: 180px 0px 20px 0px;
}
    #intro h2 {
    	margin: 0;
    	padding: 0;
    	color: #fff;
    	font-size: 15px;
    	text-align: center;
    }


#content {
	width: 400px;
	float: left;
	margin-left:15px;
	text-align: justify;
}
#sidebar {
	width: 240px;
	float: right;
	text-align: right;
}
    #sidebar #listing {
    	margin: 0;
    	padding: 0;
        color: #aaa;
    }
        #listing li {
        	display: block;
        	margin: 0;
        	padding: 0px 50px 10px 0;
        	margin: 0 0 20px 0;
        }
        #listing li a:link, #listing li a:visited {
        	text-decoration: none;
        	color: #aaa;
        }
        #listing li a:focus, #listing li a:hover, #listing li a:active {
        	text-decoration: none;
        	color: #666;
        }
        #listing h5 {
        	text-align: right;
        	font-size: 16px;
        	color: #aaa;
        }
        #listing li#toolbox {
        	padding: 0 0 10px 50px;
        	text-align: right;
        }


#callback {
	background: url(../img/sb-phone.png) no-repeat top right;
}
#business {
	background: url(../img/sb-business.png) no-repeat top right;
}
#social {
	background: url(../img/sb-smo.png) no-repeat top right;
}



#footer {
	height: 100px;
	background: #0885C2 url(../img/bg-footer-tile.png) repeat-x top left;
}
#copyright {
	height: auto;
	padding-top: 40px;
	width: 680px;
	font-size: 11px;
	color: #32B4FA;
}
    #copyright a:link, #copyright a:visited {
    	color: #32B4FA;
    }
    #copyright a:hover, #copyright a:focus, #copyright a:active {
    	color: #fff;
    }
    #copyright p {
    	margin: 3px 0px;
    	padding: 0px;
    }


#dubmenu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
    #dubmenu li {
    	display: inline;
    	list-style-type: none;
    }
    #dubmenu a {
    	padding: 1px 10px;
    	display: block;
    	width: 110px;
    	float: left;
    	text-align: center;
    	border-right: 1px solid #096AA8;
    }




/* HEADERS */

h1,h2,h3,h4,h5,h6 {
	margin: 5px 0px;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", "Century Gothic", Arial, Helvetica, sans-serif;
	color: #00589c;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
	color: #31b1c4;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	color: #31b1c4;
}
h6 {
	font-size: 12px;
}

/* IMAGES */

.photo {
	padding: 2px 2px;
	border: 2px solid #ddd;
}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
}

/* FORMS */

form {
	margin: 0;
	padding: 0;
}
label {
	cursor: pointer;
}
fieldset {
	border: 1px solid #eee;
	text-align: left;
	padding: 5px 5px;
    margin: 0;
}
legend, label {
	font-weight: bold;
}
legend {
}
.required {
	color: #f00;
	font-weight: bold;
	font-size: 16px;
}
.forms, textarea, select {
	border: 1px solid #ddd;
	padding: 2px 2px;
}
.button {
	background: #00589C;
	border: 1px solid #00487D;
	padding: 5px 15px;
	color: #3FE6FF;
	font-weight: bold;
}

/* MESSAGES */

.error {
	color: #9B0027;
	font-weight: bold;
	display: block;
	padding: 5px 5px;
	margin: 5px 0px;
	border: 1px solid #FFD2DE;
	background: #FFF2F5;
}
.success, .ok, .okay {
	color: #89B47A;
	font-weight: bold;
	display: block;
	padding: 5px 5px;
	margin: 5px 0px;
	border: 1px solid #C9DDC1;
	background: #F3F8F1;
}
.notice, .caption {
	color: #B59A79;
	font-weight: bold;
	display: block;
	padding: 5px 5px;
	margin: 5px 0px;
	border: 1px solid #D6C27E;
	background: #F9F8E8;
}

/* PAGE NAMES */
#pn_callbackrequest #frame {
  width: auto;
  padding: 10px 10px;
  margin: 10px 10px;
  border: 5px solid #ddd;
  background: #f9f9f9;
  text-align: justify;
}

/* LINKS */
a:link, a:visited {
  color: #32B4FA;
}
a:hover, a:active, a:focus {
  color: #31B1C4;
}
