@charset "ISO-8859-1";
/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*background-image:url(../images/bg_body.jpg);*/
	background-image:url(../images/blue.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
}

#main {	
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	width:980px;
	min-height:832px !important;
	height:auto;
}

#header{
	float:left;
	width:980px;
	height:300px;
	padding-top:40px;
}

#top{
	position:fixed;
	width:100%;
	height:40px;
	background-image:url(../images/bg_header.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#main_top{	
	margin:0px auto;
	padding:0px 0px 0px 0px;
	width:980px;
	min-height:40px !important;
	height:auto;
}

#message{
	float:left;
	width:560px;
	height:30px;
	padding:10px 0px 0px 20px;
}

#login{
	float:left;
	width:380px;
	height:30px;
	padding:10px 20px 0px 0px;
}

#logo{
	float:left;
	width:300px;
	height:80px;
	padding:20px 0px 0px 30px;
}

#menu{
	float:left;
	width:600px;
	height:100px;
	padding-left:50px;
}

#menu .item_menu{
	float:left;
	width:120px;
	height:auto;
	padding:40px 0px 20px 0px;
}

#menu .selected_small{
	background-image:url(../images/bg_selected_small.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#menu .selected_medium{
	background-image:url(../images/bg_selected_medium.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#menu .selected{
	background-image:url(../images/bg_selected.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}

#banner{
	float:left;
	width:980px;
	height:200px;
}

#content{
	float:left;
	width:980px;
	min-height:400px !important;
	height:auto;
	background-color:#FFF;
}

#content_main{
	float:left;
	width:585px;
	height:auto;
	padding:20px 0px 0px 20px;
}

#content_main .title{
	float:left;
	width:585px;
	height:auto;
	padding:0px 0px 15px 0px;
}

#content_main .paragraph, #content_main .t_services{
	float:left;
	width:585px;
	height:auto;
	padding:0px 0px 12px 0px;
}

#content_main .t_services{
	border-top:1px dashed #000;
	padding:5px 0px 5px 0px;
}

#content_right{
	float:right;
	width:325px;
	height:auto;
	padding:20px 20px 0px 0px;
}

#content_right .title{
	float:left;
	width:325px;
	height:auto;
	padding:0px 0px 15px 0px;
}

 #content_right #twitter, #content_right .paragraph{
	 float:left;
	 width:325px;
	 height:auto;
	 padding:0px 0px 12px 0px;
 }
 
#content_right .tweet{
	float:left;
	width:301px;
	height:auto;
	padding:0px 12px 12px 12px;
	border-bottom:2px dotted #000;
	margin-bottom:12px;
}

#footer{
	float:left;
	width:940px;
	height:auto;
	padding:20px 20px 20px 20px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#links, #copyright{
	float:left;
	width:580px;
	height:auto;
}

#social{
	float:left;
	width:400px;
	height:50px;
}

input, select, textarea{
	width:250px;
	height:auto;
	border:1px solid #999;
	padding:3px 3px 3px 3px;
}

/* General */

body{
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:12px;
	line-height:20px;
	color:#282828;
}

#message, #login, #login a{
	color:#FFF;
}

#menu .item_menu, #menu .item_menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#002072;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

#login a:hover{text-decoration:none;}
#login{text-align:right;}

#links, #links a, #copyright, #copyright a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
}

#link a:hover, #copyright a:hover{
	text-decoration:underline;
}

input, select, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.paragraph a{
	color:#002072;
	font-weight:bold;
	text-decoration:none;
}

.paragraph a:hover{
	border-bottom: 1px dashed #002072;
}

a.map, a.map:hover{
	border-bottom:0px;
}

#button{
	background-color:#002072;
	padding:7px 10px 7px 10px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	border:0;
	color:#FFF;
}

img{border:0;}
a{outline:0 none;}
td{vertical-align:top;}