/*blue: #012f9f*/
.datagrid table { border-collapse: collapse; text-align: left; width: 100%;} 
.datagrid { width: 50%; margin-left: 20px;font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #012f9f; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 3px 10px; }
.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #012f9f), color-stop(1, #012f9f) );background:-moz-linear-gradient( center top, #012f9f 5%, #012f9f 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#012f9f', endColorstr='#012f9f');background-color:#012f9f; color:#FFFFFF; font-size: 15px; font-weight: bold; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #000000; border-left: 1px solid #012f9f;font-size: 12px;font-weight: normal; }
.datagrid table tbody .alt td { background: #E1EEF4; color: #000000; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }

html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-family: 'Quattrocento', sans-serif;
	height:100%;
}
a{
	text-decoration: none;
}
h2{
  margin-left:10px;
}
h3{
  margin-left:10px;
}
#fullWidthBox{
	width: full;
	min-width: 960px;
	color: #222;
	overflow: hidden;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom:0px;
	background: #C8C5C2;
	min-height:100%;
}
#MiddleColumn{
	width:960px;
	/*border:1px solid green;*/
	min-height:700px;
	margin: 0 auto;
}
#logo{
	background: rgb(244,244,234);
	margin-top:0px;
	border:1px solid #575357;
	min-height:80px;
	margin-bottom:15px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
}
#logoButton a{
	color:white;  
}
#contentContainer{
	height:100%;
	position:relative;
	width:100%;
	border-top:1px solid #575357;
	border-right:1px solid #575357;
	min-height:500px;
	background: rgb(244,244,234);
	box-shadow: 10px 10px 5px #888888;
}
#buttons{
	width:200px;
	/*border:1px solid brown;*/
	float:left;
	margin-bottom:0px;
	margin-right:0px;
	position:relative;
	background: #C8C5C2;
}
#footerContainer{
margin: 0 0 0 200px;
}
#articleContent{
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
min-height:500px;
font-size:16px;
background: rgb(244,244,234);
box-shadow: 10px 10px 5px #888888;
border:1px solid #575357;
overflow:auto;
}
#articleContent p{
margin-top:10px;
margin-right:20px;
margin-left:20px;
margin-bottom:10px;
}
#articleContent img{
margin-top:15px;
margin-right:15px;
margin-left:10px;
margin-bottom:10px;
float:right;
}
#logoButton {
position:relative;
	margin-left:-1px;
	background-color:#012f9f;
	display:inline-block;
	color:white;
	font-family:'Gudea';
	font-size:22px;
	font-weight:normal;
	font-style:normal;
	height:80px;
	line-height:35px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #4f424f;
	border-top:1px solid black;
	border-bottom:1px solid black;
	
}
.normalButton {
font-family:'Gudea';
position:relative;
margin-left:0px;
	background-color:#012f9f;
	padding-right:0px;
	display:inline-block;
	color:#d9d2d9;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	text-decoration:none;
	text-align:right;
	text-shadow:1px 1px 0px #4f424f;
	border-top:1px solid black;
}
.normalButton:hover {
	background-color:#012f9f;
	color:white;
	position:relative;
}
.firstButton {
font-family:'Gudea';
position:relative;
margin-left:0px;
	background-color:#012f9f;
	padding-right:0px;
	display:inline-block;
	color:#d9d2d9;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	text-decoration:none;
	text-align:right;
	text-shadow:1px 1px 0px #4f424f;
	border-top:1px solid black;
}
.buttonText{
	margin-right:10px;
}
.firstButton:hover {
	background-color:#012f9f;
	color:white;
}
.lastButton {
	position:relative;
	margin-left:0px;
	background-color:#012f9f;
	padding-right:0px;
	display:inline-block;
	color:#d9d2d9;
	font-family:'Gudea';
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	text-decoration:none;
	text-align:right;
	text-shadow:1px 1px 0px #4f424f;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.lastButton:hover {
	background-color:#012f9f;
	color:white;
}
.linkSpan{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
}  
.linkSpan2{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
  /* edit: added z-index */
  z-index: 1;

  /* edit: fixes overlap error in IE7/8, 
     make sure you have an empty gif */
}  
#footer{
	height:70px;
	width:100%;
	margin-top:20px;
	border: 1px solid #575357; 
	padding-right:0px;
	text-align:right;
	background:rgb(244,244,234);
	box-shadow: 10px 10px 5px #888888;
}
#footer p{
	padding-right:20px;
}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.orderForm { padding-top:20px; margin-left:40px;}
.orderForm div { overflow:hidden; margin-bottom:10px; }

.orderForm label { display:block; float:left; width:150px; height:28px;}
.orderForm input, .orderForm textarea{ height:22px;width:220px; display:block; border:1px solid #aaa; margin:0;}
.orderForm span input { display:inline; width:20px; padding: 0px; margin-left: 0px; }
.orderForm textarea { overflow:auto;padding-left:0px; padding-right:0px;height:180px; }

.orderForm button { border:1px solid #aaa; padding:5px;margin-top:10px;width:220px ; position:relative; left:0px ; cursor:pointer; border:0; background:#2f3234; color:#fff; padding:14px 0; font-size:16px; }
.orderForm button:hover { background:#012f9f; }

label.error, input.error, textarea.error { border:1px solid #e7283a; }
label.error { background:#e7283a;color:#fff; font-size:11px; float:none; margin-left:45px ; width:215px ; height:16px;padding-left:5px;}

#leftArticleContent{
	float:left;
  	width:48%;
  position:relative;
}
#rightArticleContent{
  float:right;
  width:48%;
  position:relative;
}
.blog{
  font-family: 'Quattrocento', sans-serif !important;
}
.blog span, .blog p{
  font-family: 'Quattrocento', sans-serif !important;
  line-height: 1.5 !important;
  font-size: 16px !important;
}
.datagrid table td:nth-child(2){
  text-align: right;
}
.pagination li{
  display: inline-block;
}

.blog .blog-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px; 
    padding-bottom: 20px;
}

.blog .blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}