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

body{
	font-family: Verdana, Trebuchet MS, Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#111111;
	background-image: url(/images/background.gif);
	padding:0;
	margin: 0;
}

h2{
	color: #3080FC;
	font-family: Calibri, Trebuchet MS, Arial;
	font-size: 14px;
	margin: 0 2px 0 0;
	padding: 0;
}

#login{
	height: 35px;
	width: 100%;
	border: 1px solid #efefef;
	border-width: 0 0 1px 0;
	background-image: url('/images/login_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #194ed8;
}

	#login #content{
		float: right;
		width: 600px;
		height: 20px;
		color: #ffffff;
		margin-top: 3px;
	}
	
		#login #content input{
			height: 12px;
			width: 120px;
			border: 1px solid #cccccc;
			font-size: 11px;
			font-family: Calibri, Trebuchet MS, Arial;
		}
	
		#login #content a{ color: white; }

.seo{
	text-align: center;
	height: 15px;
}

.seo h1{
	font-size: 10px;
	margin:0;
	padding: 0;
	color: white;
}

#canvas{
	margin: 0 auto;
	background-image: url('/images/canvas_bg_mid_grey.gif');
	width: 966px;
	height: 100%;
}

	#header{
		background-image: url('/images/canvas_bg_top_grey.gif');
		background-repeat:no-repeat;
		padding: 10px 10px 0 10px;
		color: #cccccc;
	}
		#header img{
			border: 0;
			float: left;
		}
	
		#header #top_menu{
			height:23px;
			padding-top: 63px;
		}
		
			#header #top_menu a{
				color:#000000;
				text-decoration: none;
			}
		
			#header #top_menu .section{
				background-image: url('/images/background_tab.gif');
				background-repeat: no-repeat;
				height: 24px;
				width: 100px;
				margin: 0 2px 0 0;
				padding: 0 10px;
				cursor: pointer;
				float:left;
				text-align: center;
			}
			
			#header #top_menu .section p{
				color: white;
				font-size:12px;
				vertical-align: middle;
				margin: 0px 0 0 4px;
				padding-top: 4px;
			}
		
			#header #top_menu .subsections{
				background-color: #999999;
				height: 24px;
				width: 0px;
				margin: 0;
				padding: 0;
				overflow: hidden;
				display: none;
			}
				
				
				
				#header #top_menu .subsections p{
					height: 16px;
					overflow: hidden;
					vertical-align: middle;
					margin: 4px 0 0 20px;
					list-style: none;
					display: inline-block;
				}
			

	.grey_bar{
		border-top: 1px solid #CCCCCC;
		width: 940px;
		margin: 0 auto;
		height: 1px;
	}
	
	#submenu{
		padding:  10px 0;
	}

	#centre_pane{
		width: 950px;
		min-height: 500px;
		margin: 0 auto;
		padding: 10px 0;
	}
		
		#centre_pane #right_menu{
			width: 223px;
			min-height: 400px;
			padding-left: 5px;
		}
			
			#centre_pane #right_menu p{
				margin: 7px 0 0 0;
			}
			
			#centre_pane #right_menu .link {
				margin: 0 0 10px 9px;
				color:#000000;
				background-image: url('/images/arrow.gif');
				background-repeat: no-repeat;
				padding-left: 6px;
			}
		
		#centre_pane #content{
			vertical-align: top;
			width: 710px;
			min-height: 400px;
			padding: 0 5px;
		}
		
		#centre_pane #content table{
			/* border: 2px solid #305EDA; */
			
		}
		
			#centre_pane #content table td{
				/* border: 1px solid #cccccc; */
			}
			
		
		#centre_pane #portfolio{
			width: 215px;
			min-height: 250px;
			background-color: #ccffff;
		}
		
			#centre_pane #portfolio h2{
				font-family: Calibri, Trebuchet MS, Arial;
				color: #0033cc;
				font-size: 15px;
				padding: 10px 0;
			}
	
	#footer{
		background-image: url('/images/canvas_bg_bottom_grey.gif');
		background-repeat: no-repeat;
		background-position: bottom;
		height: 20px;
		text-align: center;
		color: #305EDA;
		font-size: 10px;
	}

a{
	color: black;
}

a:hover{
	color: #305EDA;
}

h1{
	margin-top: 0;
	color:#3080FC;
	font-family: Calibri, Verdana, Trebuchet MS;
}

h4{
	margin: 0;
}

img{
	border: 0;
}

input, textarea{
	font-family: Arial, Helvetica, sans-serif;
}

hr{
	height: 1px;
	color:#CCCCCC;
}

.buffer{
	padding: 1%;
}

.contact{
	width: 300px;	
}

.article{
	margin: 0 0 40px 0;
}

	.article h3{
		color: #305EDA;
		font-family: Calibri, Verdana, Trebuchet MS;
		font-size: 14px;
		margin-bottom: 0;
	}
	
	.article .brioche{
		margin-top: 2px;
		border-top: 1px solid #444444;
	}
	
	
#ticker{
	width: 940px;
	height: 29px;
	overflow: hidden;
	background-image: url('/images/ticker.gif');
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 6px;
	display:none;
}

	#ticker h3{
		height: 15px;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}
	
	#ticker h3 a{
		text-decoration: none;
		font-weight: normal;
		font-size: 11px;
		color: #3080FC;
		font-family: Calibri, Trebuchet MS, Arial;
	}
	
	#ticker h2{
		height: 17px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		text-decoration: none;
	}
	
	#ticker h2 a{
		color: white;
		font-family: Calibri, Trebuchet MS, Arial;
		font-size: 14px;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
	}
	
	
#call_me_now{
	background-image: url('/images/call_me_now.gif');
	background-repeat: no-repeat;
	width: 184px;
	height: 320px;
	margin-left: 20px;
}

	#call_me_now #form{
		padding: 25px 5px 0 5px;
	}
	
	#call_me_now #form ul{
		color: #F00;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#call_me_now li{
			padding: 2px 5px;
		}
	
	#call_me_now #form .refined{
		height: 12px;
		width: 167px;
		border: 1px solid #cccccc;
		font-size: 11px;
		font-family: Calibri, Trebuchet MS, Arial;
	}
