@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	margin:0;
	padding:0px;
	background:#eeeff3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

img {border:0px;}

/* ######### SITE CENTER ######### */

#siteCenter {
	width:940px;
	text-align:left;
	margin:0 auto;
	background:#ffffff;
	border-left:1px #cbcbcb solid;
	border-right:1px #cbcbcb solid;
	border-bottom:1px #cbcbcb solid;
	padding:10px;
}


/* ######### LOGO ######### */
#logo {
	width:100%;
	height:80px;
}



/* ######### NAVIGATION ######### */
#nav {
	width:940px;
	height:25px;
	background:#fefefe;
	border-top:2px #cbcbcb dotted;
	border-bottom:2px #cbcbcb dotted;
	margin-top:10px;
	text-transform:uppercase;
	font-size:11px;
}

#nav ul{
	margin:5px 5px 0px 5px;
	padding:0px;
}

#nav ul li{
	list-style-type:none;
	display:inline;
	padding-right:30px;
}

#nav ul li a:link, #nav ul li a:visited {text-decoration:none; color:#3e57ad;}

#nav ul li a:hover {text-decoration:underline;}



/* ######### HEADER ######### */
#header {
	width:100%;
	height:300px;
}


/* ######### TABS ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #3e57ad;
color: #3e57ad;
background: #f5f3f4 url(../ajaxtabs/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #3e57ad;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #3e57ad;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
color:#3e57ad;
background:#ffffff;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#shadetabstable{
	color:#616161;
	padding-left:15px;
}

#shadetabstable .row1{
	background:#f5f3f4;
}


/* ######### FOOTER ######### */

#footer {
	width:940px;
	height:auto;
}

#footer .box {
	width:200px;
	float:left;
	height:auto;
	background:#eeeff3;
	margin-right:15px;
	border:#cbcbcb 1px solid;
}

#footer .box .pic{
	width:200px;
	height:95px;
}

#footer .box .title{
	width:100%;
	height:auto;
	color:#3e57ad;
	font-weight:bold;
	padding:5px;
}

#footer .box .text {
	width:100%;
	height:auto;
	color:#333333;
	padding:5px;
}

/* RSS FEED BY GOOGLE */

.gfg-root {
  width : 285px;
  height : auto;
  position : relative;
  overflow : hidden;
  text-align : left;
  font-family:Verdana, Geneva, sans-serif;
  font-size: 11px;
  border:1px #cbcbcb solid;
   /*background:#F5F3F4;*/
}

.gfg-title {
  font-size: 11px;
  font-weight : bold;
  color : #3E57AD;
  background-color: #F5F3F4;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  padding-left:10px;
  padding-top:5px;
  height:20px;
}

.gfg-title a {
  color : #3E57AD;
}

.gfg-subtitle {
  font-size: 11px;
  font-weight : bold;
  color : #3E57AD;
  background-color: #F5F3F4;
  line-height : 1.4em;
  overflow : hidden;
  white-space : nowrap;
  margin-bottom : 5px;
  padding-left:10px;
  padding-top:5px;
  height:20px;
}

.gfg-subtitle a {
  color : #3E57AD;
  text-decoration:underline;
}

.gfg-entry {
  background-color : white;
  width : 100%;
  height : 6.9em;
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-top : 3px;
}

/* To allow correct behavior for overlay */
.gfg-root .gfg-entry .gf-result {
  position : relative;
  background-color : white;
  width : auto;
  height : 100%;
  padding-left : 20px;
  padding-right : 5px;
}

.gfg-list {
  position : relative;
  overflow : hidden;
  text-align : left;
  margin-bottom : 5px;
}

.gfg-listentry {
  line-height : 1.5em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  padding-left : 15px;
  padding-right : 5px;
  margin-left : 5px;
  margin-right : 5px;
}

.gfg-listentry-odd {
  background-color : #F6F6F6;
}

.gfg-listentry-even {
}

.gfg-listentry-highlight { 
  background-image : url('garrow.gif');
  background-repeat: no-repeat;
  background-position : center left;
}

/*
 * FeedControl customizations.
 */

.gfg-root .gfg-entry .gf-result .gf-title {
  font-size: 11px;
  line-height : 1.2em;
  overflow : hidden;
  white-space : nowrap;
  text-overflow : ellipsis;
  -o-text-overflow : ellipsis;
  margin-bottom : 2px;
}

.gfg-root .gfg-entry .gf-result .gf-snippet {
  height : 3.8em;
  color: #000000;
  margin-top : 3px;
}


/* ######### TABS ######### */

#content {
	width:930px;
	height:auto;
	text-align:left;
}

#content .imgLeft{
	border:0px;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
}

#content .imgRight{
	border:0px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	text-align:left;
	
}

.block {
	width:450px;
	height:100px;
	margin-bottom:20px;
	text-align:left;
}

.block .pic {
	width:95px;
	height:95px;
	border:1px solid #cbcbcb;
	float:left;
	margin-right:15px;
}

.block .title{
	font-weight:bold;
	color:#3e57ad;
}

.block .text{
	color:#333333;
}


#content #paper{
	width:400px;
	background:#3e57ad;
	color:#ffffff;
	padding:10px;
	height:auto;
	float:right;
}

#content #paper .titlePaper{
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}

#content #paper .cover{
	float:left;
	margin:10px;
}

#content #blocks {
	width:500px;
	/*float:left;*/
	margin-right:10px;
}

h4 {font-size:24px; color:#ffffff; }

h5{font-weight:bold;
	color:#3e57ad;
	font-size:12px;
}
	
/* ######### RQF ######### */

.input {border:#3e57ad 1px solid;}

.input:hover {border:#0099ff 1px solid;}

.contactButton {border:#3e57ad 1px solid; background:#3e57ad; color:#ffffff;}

.contactButton:hover {background:#0099ff;}

.addthis_toolbox {
	float:right;
}
