/* GENERAL INFORMATION
------------------------------------------- 	
Theme: SteadFast v1.0
Author: Pablo Barcia
Start Date: 14.09.09
*/

/* reset
-------------------------------------------*/ 
/* 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;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	background:url(../images/bg.jpg) repeat-x;
	font:.9em Arial, Helvetica, sans-serif;
}

p {
	font:.9em Arial, Helvetica, sans-serif;
	color:#666;
	text-align:justify;
	padding:5px 0;
	float:left;
}

.color_blue {color:#095474;}


/*General links
------------------------------------------------------------------*/

a {
	text-decoration:none;
	border:none;
	color:#095474;
}
a:hover {
	text-decoration: underline;
	border:none;
	color:#095474;
}

/*General headings
------------------------------------------------------------------*/

h1 {
	width:100%;
	float:left;
	font:1.4em Arial, Helvetica, sans-serif;
	color:#095474;
	border-bottom:1px dotted #999;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

h2 {
	width:100%;
	float:left;
	font:1.3em Arial, Helvetica, sans-serif;
	color:#666;
	margin:10px 0;
}

/*General Wrapper
------------------------------------------------------------------*/
#wrapper_header {
	width:955px;
	height:280px;
	margin:0 auto;
}
#wrapper_content {
	width:910px;
	padding:0 10px;
	margin:0 auto;
	height:100%;
}
#wrapper_footer {
	width:915px;
	margin:0 auto;
	height:100%;
	margin-top:25px;
	border-top:3px solid #BACDD1;
}
#left {
	width:300px;
	float:left;
	height:100%;
}

#right {
	width:600px;
	height:100%;
	float:right;
}

/*General Div's
------------------------------------------------------------------*/
#logo {
	width:auto;
	height:51px;
	float:left;
	margin:26px 0 18px 10px;
}
#img_header {
	width:955px;
	height:185px;
	float:left;
	border-left:2px solid #FFF;
	border-right:2px solid #FFF;
}
#box_home {
	width:915px;
	margin:30px 0 40px 0;
	height:110px;
	background:url(../images/bg_box.jpg) no-repeat;
	border:1px solid #CCCCCC;
}

#box_inner{
	width:295px;
	height:100px;
	margin:5px;
	float:left;
}

#box_inner .img_box{
	width:140px;
	height:100px;
	float:left;
}
#box_inner .title{
	width:140px;
	float:left;
	border-bottom:1px dotted #CCCCCC;
	color:#7A99A0;
	font:1.4em Arial, Helvetica, sans-serif;
	margin:15px 0 0 10px;
}
#box_inner .view_more{
	background:url(../images/arrow.jpg) no-repeat right;
	color:#666666;
	padding:0 15px 0 0;
	font:.8em Arial, Helvetica, sans-serif;
	margin:5px 0 5px 10px;
	text-decoration:none;
	border:none;
}
#box_inner .view_more:hover{
	background:url(../images/arrow.jpg) no-repeat right;
	color:#095474;
	padding:0 15px 0 0;
	font:.8em Arial, Helvetica, sans-serif;
	margin:0 0 0 10px;
	cursor:pointer;
	text-decoration: underline;
	border:none;
}

#people {
	width:100%;
	float:left;
	padding:5px 0;
	border-bottom: 1px dotted #666666;
}

#people .title {
	width:700px;
	float:left;
	padding:0;
	margin:5px 0 0 0;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	color:#666666;
}
#people p {
	float:left;
	width:700px;
}
#people .photo {
	width:140px;
	height:100px;
	float:left;
	margin:5px 20px 5px 0;
	background:#666666;
	border:2px solid #333;
}

/*General Navigation
------------------------------------------------------------------*/
#nav {
	width:100%;
	float:left;
	padding-left:25px;	
	margin-top:-35px;
	clear:both;
}

#nav li{
	display:inline;
	float:left;
	margin:0 3px 0 3px;
}

#nav li a{
	display:block;
	float:left;
	color:#095474;
	text-decoration:none;
	height: 35px;
	font:bold .8em Arial, Helvetica, sans-serif;
	background: url(../images/btn_bg_l.png) no-repeat;
	width:140px;
	text-align:center;
	padding:12px 0 0 0;
}

#nav li a:hover, #nav li a.select {
	display:block;
	float:left;
	color:#095474;
	text-decoration:none;
	height:35px;
	font:bold .8em Arial, Helvetica, sans-serif;
	width:140px;
	background:url(../images/btn_bg_h.png) no-repeat;
	padding:12px 0 0 0;
}
#nav li #btn_sec{
	display:block;
	float:left;
	color:#095474;
	text-decoration:none;
	height: 35px;
	font:bold .8em Arial, Helvetica, sans-serif;
	background: url(../images/btn_bg_2.png) no-repeat;
	width:100px;
	text-align:center;
	padding:12px 0 0 0;
}

#nav li #btn_sec:hover, #nav li #btn_sec.select {
	display:block;
	float:left;
	color:#095474;
	text-decoration:none;
	height:35px;
	font:bold .8em Arial, Helvetica, sans-serif;
	width:100px;
	background:url(../images/btn_bg_1.png) no-repeat;
	padding:12px 0 0 0;
}

ul.list {
	width:auto;
	height:100%;
	float:left;
}

ul.list li {
	border-bottom:1px dotted #CCCCCC;
	padding:5px 10px;
}

ul.list li a {
	width:auto;
	height:100%;
	text-decoration:none;
	font:.9em Arial, Helvetica, sans-serif;
}

ul.list li a:hover {
	width:auto;
	height:100%;
	font:bold .9em Arial, Helvetica, sans-serif;
	background:url(../images/iconlist_pdg.jpg) left no-repeat;
	padding:0 0 0 25px;
}

ul.submenu {
	width:auto;
	height:100%;
	float:left;
}

ul.submenu li {
	border-bottom:1px dotted #CCCCCC;
	padding:5px 10px;
}

ul.submenu li a {
	width:auto;
	height:100%;
	text-decoration:none;
	font:.9em Arial, Helvetica, sans-serif;
}

ul.submenu li a:hover, ul.submenu li .select {
	width:auto;
	height:100%;
	font:bold .9em Arial, Helvetica, sans-serif;
}
/*Footer
------------------------------------------------------------------*/
#footer {
	width:100%;
	float:left;
	color:#999;
	padding-top:5px;
}
#left_footer p {
	float:left;
	color:#999;
	padding:2px 0 0 0;
	width:100%;
	font:.75em Arial, Helvetica, sans-serif;
}
#left_footer {
	width:455px;
	float:left;
	
}
#right_footer a {
	text-align:right;
	font:.9em Arial, Helvetica, sans-serif;
}
#right_footer {
	width:280px;
	float:right;
	text-align:right;
}