/*Portfolio Elements*/
span.portfolioa {
	float:left;
	padding: 0px 20px 5px 0px;
	width: 100px;
}
/* CSS Document */

body {
	text-align: center;
	background-color: #000;
	padding-top: 128px;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-top: 15px;
	font-weight: normal;
	line-height: 1.4em;
}
h1
{
	color: #e27a23;
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
}
h2 {
	color: #A45200;
	font-size: 1.1em;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	color: #A45200;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	padding-top: 5px;
}
h4 {
	color: #060;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
}

li {
	font-family: Verdana, Geneva, sans-serif;
}
ul li a {
	font-family: Verdana, Geneva, sans-serif;
}




#wrapper {
	text-align: left;
	width: 680px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #D9C530;
	background-image: url(../images/blue.gif);
}

#wrapper #header #banner h1 {
	display: none;
}

#wrapper #header #banner ul {
	left: 470px;
	position: relative;
	width: 100px;
	top: 30px;
}
#wrapper #header #banner ul li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#top-menu-box{
	background-color: #660;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;

}
#top-menu-box ul li   {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.8em;
}
#top-menu-box ul li a   {
	text-decoration: none;
	color: #FFF;
	text-transform: lowercase;
}
#top-menu-box ul li a:hover   {
	text-decoration: none;
	color: #F60;
}
#header {
	height: auto;

}
#banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 84px;

}
#breadcrumbs {
	background-color: #666;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#breadcrumbs h2  {
	font-family: Verdana, Geneva, sans-serif;
	color: #FC0;
	font-size: 0.9em;
	padding-left: 15px;
}
#breadcrumbs h2 a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FF0;
	font-size: 0.9em;
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
}



#maincontent {
	background-repeat: repeat;
}
#leftcol {
	width: 220px;
	float: left;
}

#leftcol p {
	font-weight: bold;
	padding-left: 10px;
}
#leftcol #menu {
	padding-bottom: 20px;
	background-color: #4998DA;
}

#leftcol ul {
	color: #FFF;
	padding-top: 5px;
}

#leftcol ul li   {
	color: #FFF;
	padding-left: 20px;
	line-height: 10px;
	padding-top: 2px;
}
#leftcol ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}
#leftcol ul li a:hover {
	text-decoration: none;
	color: #F60;
	font-size: 12px;
}



#rightcol {
	width: 440px;
	float: right;
	padding: 10px;
	height: 100%;
}
#rightcol p {
	color: #000;
}
#rightcol ul li {
	font-size: 0.8em;
	line-height: 1.5em;
}
#rightcol ul {
	padding-left: 10px;
	list-style-type: disc;
	padding-top: 5px;
}




#footer 
{
	width: 100%;
	clear: both;
	color: #4998DA;
	text-align: center;
	height: auto;
	background-color: #4998DA;
}

#footer #copyright {
	float: left;
	width: 200px;
}
#footer #contactdetails{
	display: none;
}
#footer #bottommenu {
	width: 350px;
	float: right;
}

#footer #bottommenu a  , #footer #copyright p{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	color: #999;
}
#rightcol .inlineimage {
	width: 100px;
	height: auto;
	float: right;
	padding: 10px;
}
.inlinethumb {
	border: 1px solid #333;
	background-color: #000;
}
#maincontent #rightcol ul li a {
	text-decoration: none;
}
#maincontent #rightcol ul li a:hover {
	text-decoration: none;
	color: #900;
}
#footer #copyright p, #footer #bottommenu a {
	color: #FFF;
}
