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

.maincontent{
	width:100%;
	min-height:1000px;
}
body{
	background:#6B6B6B;
	}
.mainsite{
	width:1001px;
	margin:auto;
	background-color:#FFF;
	}
.header{
	background:url(../images/header.jpg) no-repeat;
	padding-top:10px;
	height:110px;
	width:100%;
	font-size: 12px;
}
.header h1{
	text-align:right;
	padding-right:10px;
	}
.header h2{
	text-align:right;
	padding-right:10px;
	}
.titlemenu{
	}
.titlemenu ul{
	padding-left:0px;
	margin:0px;
	list-style:none;
	}
.titlemenu ul li{	
	display:inline;
	padding-top:10px;
	}
.titlemenu li a{
	color:white;
	text-decoration:none;
	float:left;
	width:143px;
    height:25px;
	text-align:center;
	padding-top:11px;
	background:url(../images/m3.jpg) no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
.titlemenu li a:hover{
		background:url(../images/m3over.jpg) no-repeat;
	}
.leftnavigate{
	width:200px;
	float:left;
	padding-left:0px;
	background:#FFF;
	padding-top:4px;
	padding-left:5px;}
.urbangreymenu{
width: 200px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(../images/downgreen.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

#portfolio{
margin:auto;
margin-top:10px;
}

#protfolio ul{
	list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
#portfolio li{
      list-style:none;
      padding: 5px 0;
      border-bottom: 2px solid #2763A5;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
}

#portfolio h3{
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
}

#portfolio img{
 border:0;
 width:150px;
 text-align:center;
}

#portfolio a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

#portfolio a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

#news{
   text-align:justify;
}
#news a{
  text-align:right;
}	  

.mainsitecontent p{
	text-align:justify;
	text-indent:30px;}
.mainsitecontent{
	width:580px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 1.6em;
    color: #000;
	padding-left:2px;
	padding-right:3px;
	margin-left:3px;
	margin-top:7px;
	}
.rightcontent{
	padding-right:5px;
	width:200px;
	float:right;
	overflow:auto;}
.rightcontent a img{
	text-decoration:none;
	padding-top:7px;}
.footer { background:#28333c;text-align:center;
padding-top:0px;
}
.footer p { 
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;color:#d5dde5; padding-top:10px;
padding-bottom:10px;}
.footer a { color:#d5dde5;}