/* GENERAL INFORMATION
------------------------------------------- 	
Theme: SMITH IMOSSI v1.0
Author: Pablo Barcia
Start Date: 17.03.09
*/

/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font:.8em "Arial", Helvetica, sans-serif;
	color:#666666;
	background:#F0EFEF url(../images/bg.jpg) repeat-x;
}

p { 
	text-align:justify;
	padding:5px 0 10px 0;
}

.text_alt {
	color:#0C52A3;
}

.img_right{
	border:5px solid #FFF;
	float:right;
	margin:10px;
} 

.img_left{
	border:5px solid #FFF;
	float:left;
	margin:10px;
} 
/* Link
--------------------------------------------------------------------*/
a {
	color:#0C52A3;
	text-decoration:none;
	border:none;
}

a:hover {
	color:#39A5E7;
	text-decoration:none;
	border:none;
	border-bottom:1px dotted #39A5E7;
}
#left a {
	color:#FFF;
	text-decoration:none;
	border:none;
}

#left a:hover {
	color: #C5DDEB;
	text-decoration:none;
	border:none;
	border-bottom:1px dotted #C5DDEB;
}
/*end link */

/* heading
--------------------------------------------------------------------*/
#banner h1 {
	color:#000000;
	font:bold 2.2em/1em "Arial", Helvetica, sans-serif;
	float:right;
	margin:40px 10px 0 0;
	letter-spacing:-1px;
	text-align:right;
	width:420px;
}
#main_content h1, #content h1 {
	color:#39a5e7;
	font: 1.8em/1em "Arial", Helvetica, sans-serif;
	float:right;
	margin:10px 0 10px 0;
	text-align:left;
	width:100%;
}
#sidebar_left h2 {
	color:#FFF;
	font: 1.35em/1em "Arial", Helvetica, sans-serif;
	float:right;
	margin:0 0 10px 0;
	text-align:left;
	width:100%;
	
}
#login{
	width:100%;
	height:30px;
	background:#0A3349;
}

#login p{
	width:955px;
	text-align:right;
	margin:0 auto;
	color:#FFF;
	padding:6px 0 0 0;
}
#login img{
	float:right;
	margin:-5px 0 0 0;
}
/* General Content
------------------------------------------------------------------------*/	
#wrapper {
	width:100%;
}
#wrapper_container {
	width:955px;
	margin:0 auto;
	height:100%;
}

#header {
	width:100%;
	height:25px;
	float:left;
	margin:0;
	padding:0;
	
}
#logo {
	float:left;
	width:300px;
	height:138px;
	position:relative;
	left:-10px;
}
#banner {
	float:left;
	background: url(../images/img_header.jpg) no-repeat;
	width:955px;
	height:150px;
	margin:-44px  0 0 0;
}
#banner #right {
	width:450px;
	float:right;
	height:100%;
}

#banner p {
	color:#000000;
	font:1em "Arial", Helvetica, sans-serif;
	float:right;
	margin:10px 10px 0 0;
	letter-spacing:-1px;
	text-align:right;
	width:auto;
}
#main_container{
	width:955px;
	float:left;
	margin-top:250px;
	height:100%;
}

#sidebar_left{
	padding:70px 0 0 20px;
	width:280px;
	float:left;
	background: url(../images/gib_congestion_info.png) no-repeat;
	height:245px;
	
}
#sidebar_home{
	padding:70px 0 0 20px;
	width:280px;
	float:left;
	background: url(../images/gib_home.png) no-repeat;
	height:245px;
	
}
#sidebar_menu{
	padding:0 0 0 20px;
	width:230px;
	margin:0 30px 0 0;
	float:left;
	height:100%;
}

#banner #left {
	width:300px;
	float:left;
	margin:30px 0 0 0;
	height:35px;
	padding:10px 0 0 20px;
	color:#FFF;
	font-size:1.3em;
}

#banner #left li {
	display: inline;
	width:auto;
	float:left;
}
#sidebar_right{
	width:300px;
	float:left;
	text-align:right;
	height:100%;
}
#sidebar_right a {
	border:none;
	text-decoration:none;
}
#main_content {
	width:355px;
	float:left;
	height:50px;	
}
#content {
	width:634px;
	padding:0 0 0 20px;
	float:left;
	height:100%;
	border-left: 1px dotted #666666;	
}
#content ul li{
	background:url(../images/bullet.jpg) no-repeat;
	display:block;
	width:auto;
	padding:4px 0 4px 25px;
}


#content table {
	width:auto;
	float:left;
	}
	
#content table tr {
	width:auto;
	padding:2px 5px 0 5px;
	display:block;
	}
#content table td, #content table th {
	width:160px;
	text-align: left;
	padding:2px 5px 10px 5px;
	margin:0 50px 0 0;
	border-bottom: 1px dotted #666666;
	
	}


#column_left {
	float:left;
	width:250px;
	height:auto;
	margin:0 15px 0 0;
}

/*FORM CONTACT
-------------------------------------------*/
#formcontact {
	width:250px;
	float:left;
}
#formcontact label {
	font:1em Arial, Helvetica, sans-serif;
	color:#0C52A3;
	width:250px;
	float:left;
}
#formcontact input {
	float:left;
	width:250px;
	padding:3px 5px;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 15px 0;
}
#formcontact #requirement {
	float:left;
	width:250px;
	margin:0 0 15px 0;
}

/* nav
-------------------------------------------*/
#nav {
	margin: 0 0 0 0;
	padding:0;
	width: 570px;
	float:right;
	border-left:1px solid #619ADA;
}
	
#nav li, #nav a {
	display:inline;
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
}

#nav a {
	color:#fff;
	padding:30px 10px 10px 10px;
	float:left;
	width:auto;
	width:60px;
	height:44px;
	border-right:1px solid #619ADA;
	text-decoration:none;
	font: 1em "Arial", Helvetica, sans-serif;
	text-transform: capitalize;
}
	
#nav a:hover, .active { background: #2B7DD9; }

#nav li.current_page_item a {
	color:#2B7DD9;
}

#nav li.current-cat a {
	color:#A5D337;
}
/* sub nav
-------------------------------------------*/
#menu {
	margin: 10px 0 0 0;
	padding:0;
}
	
#menu li, #menu a {
	display:inline;
	padding:0;
	margin:0;
	border:none;
	text-decoration:none;
}

#menu a {
	color:#2B7DD9;
	float:left;
	width:100%;
	padding: 5px 0 5px 5px;
	border-top: 1px dotted #2B7DD9;
	text-decoration:none;
	font: 1em "Arial", Helvetica, sans-serif;
	text-transform: capitalize;
}
	
#menu a:hover, #menu .active { background: #39A5E7; color:#FFFFFF; }

#menu li.current_page_item a {
	color:#2B7DD9;
}

#menu li.current-cat a {
	color:#A5D337;
}
/* footer
-------------------------------------------*/

#main_footer {
	width:100%;
	border-top: 1px solid #4D4D4D;
	float:left;
	

}
#footer {
	border-top:3px solid #7F7E7E;
	background:#F0EFEF;
	width:100%;
	float:left;
	margin:25px 0 0 0;

}

#footer_container {
	width:955px;
	height:55px;
	margin:0 auto;
}

#footer_left{
	float:left;
	height:100%;
	width:452px;
	margin:10px 15px 0 10px;
}

#footer_right {
	float:right;
	margin:10px 0 0 15px;
	height:100%;
	text-align:right;
	width:270px;
}

#footer p {
	font:1em Arial, Helvetica, sans-serif;
	color:#666666;
	padding:1px 0 0 0;
}

#footer a {
	color:#666666;
	text-decoration:none;
	border:none;
}

#footer a:hover {
	color:#000000;
	text-decoration:none;
	border:none;
	border-bottom:1px dotted #000;
}

/* end fotoer */


/* clear fix*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix { height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */

.english:hover {
	background: url(../images/eng2.png) no-repeat;
}
