/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}


a{
	color: #264FA4;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #264FA4;
}

body{
	font: 16px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #4F4E4E;
	line-height:20px;
}

#bg {
width:1024px;
background:url(../images/bg.gif) left repeat-y;
margin: 0px auto; }

.glyphicon{
	color: white;
}

#main{
	width: 1020px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #000000;
	
}

#header { width:1020px;
padding: 0px 0px 0px 0px;
height: 178px;
background:url(../images/header.jpg) left top no-repeat;
}

#logo {	font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		font-size:18px;
		font-style:italic;
		padding: 28px 0px 0px 634px;
		height: 73px;
}

#buttons{
	width: 516px;
	height: 68px;
	background: url(../images/menu.jpg) left top no-repeat;
	text-align:center;
	margin-left: 420px;
	padding-top: 0px;
	color:#ffffff;
}

#buttons ul {
    padding-left: 0px;
    margin: 0px;
}

#buttons li {
	display: inline;
	margin:  0 0 20px 0;  
}

#buttons a {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:normal;
	display: inline-block;
	float: left;
	text-decoration: none;
	color: #ffffff;
	padding-top: 24px;
	text-align: center;
}

#buttons a:hover {
	text-decoration: underline;
}

#content{
	width: 96%;
	background: #FFFFFF;
	margin: 0px 20px 0px 20px;
	padding: 0px;
	text-align: justify;
}


#right{
	width: 673px;
	margin: 0px 13px 0px 0px;
	float: right;
}

.text{
	padding: 20px;
}

.img {	float:left;
		margin: 2px 12px 5px 12px;
}

span {	color:#264FA4;
		font-weight:bold;
}

.photo {
	max-width: 320px;
}

H1{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:normal;
	color: #000000;
	padding-bottom: 5px;
	text-align:center;
}

H2{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #000000;	
	text-align: left;
}

H4{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color: #000000;	
	text-align: left;
}

#footer{
	height: 88px;
	width: 1020px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	text-align: center;
	clear:both;
	padding: 30px 0px 15px 0px;
	background:url(../images/futer.jpg) bottom repeat-x;
}

#footer a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}


table tr.separator { height: 10px; }

hr.projectListBreak{
    width: 100%;
    border-top: 1px solid black;
}

hr.projectBreak{
    width: 100%;
    border-top: 1px solid blue;
}