/*****************************/
/*** Core html setup stuff ***/
/*****************************/

form {
  margin: 0;
  padding: 0;
}
hr {
	border:1px solid #ccc;
}

body {
	text-align:center;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background-color:#cdc9ae;
	height:100%;
	min-height: 100%;
}

a:link, a:visited {
	color:#B15B35;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#b15b35;
	text-decoration: underline;
	font-weight: normal;
}

input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 10px; }

h1 {
	margin-left:0px;
	font-size:16px;
}
h2 {
	font-size:14px;
	color:#AF0B00;
}
h3 {
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.right {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}

.breadcrumbs {
	font-size: 90%;
}

img { border: 0 none; }

table {margin:0;border:0; padding:0}

.hilite { color: #B81137; }

input, select, checkbox, textarea {
	width:300px;
}
input[type=radio] {
	width:auto;
}
.select {
	width:auto;
}
input#Submit {
	width:100px;
}


/***********************/
/*** Joomla Elements ***/
/***********************/

td.contentheading{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	padding-bottom:10px;
}

div.componentheading, h1 {
	font-weight:bold;
	font-size:16px;
	color:#333333;
	margin-top:.2em;
	margin-bottom:.5em;
	/*margin-left:5px;*/
	line-height:28px;
}


div.component img{
	/*margin:0 10px;*/
	padding:5px;
	border:1px solid #CCCCCC;
}

div.component img.required{
	margin:0 0;
	padding:0;
	border: none;
}

/**********************************/
/*** Template Specific Elements ***/
/**********************************/

div.left{
height:100%;
}
div.header{
	text-align:center;
	background:white;
}

div.main-box-b{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	width:850px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/textbox-bottom.jpg) bottom no-repeat;
	padding-bottom:17px;
	
}

div.main-box-t{
	background:#FFF url(../images/text-top-bg.jpg) repeat-x;
	border:solid white 1px;
}

div.main-box-behind{
	margin: 0 auto 0 auto;
	background:#cdc9ae url(../images/outsidetext-shadow.jpg) repeat-x;
}

td.left-content{
	background: #EAE3E0 url(../images/sidebox-bg.jpg) repeat-x;
	width:300px;
}

td.center-content{
padding:5px;
min-height:250px;
}
div.component{
	padding:10px 14px;
}
div.contenttop{
	padding:10px;
	margin-top:6px;
}
td.article-column{
	padding-bottom:50px;
}

.createdate{
	font-size:10px;
	font-weight:bold;
}

/*******NAVIGATION**********/

div.top{
	font-family:Arial, Helvetica, sans-serif;
	background:#d3ddc8;
	font-size:10px;
	margin:0;
}

div.top a{
	color:#333333;
}

div.top ul{
	margin:0;
	padding:0;
}
div.top li{
	line-height:1.8em;
	display:inline;
	padding:1em;;

}

.top-nav {
	text-align:left;
	background:#93a588;	
	color:white;
	height:27px;
}

li#current a{
	font-weight:bold;
}

/* FOR DROP DOWN
.top a {
	display: block;
	
}
.top ul{	
	padding: 0;
	margin: 0;
	list-style: none;	
	height:1.5em;
	vertical-align:middle;
	padding-top:.4em;
	width:auto;
	background:#79A550 url(../images/top-nav-bg.jpg) repeat-y;
	display:table;
}

.top li {
	display:block;
	width:auto;
	float:left;
	margin-left:.7em;
	margin-right:.7em;
}

.top ul ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:1.3em;
height:auto;
background:#66CC00;
position:absolute
}

.top li li{
	float:none;
	margin-rightt:auto;
}

.top li ul {
	position: absolute;
	left: -999em;
}

.top li:hover ul {
	left: auto;
}/*


/**********FRONT PAGE **************/
img.fp_project_thumb {
	float:left;
	padding:5px;
	border:1px solid #CCCCCC;
	background-color:white;
}
div.fp_project{
	width:95%;
	overflow:auto;
	padding:5px;
	font-size:10px;
	text-align:center;
}
.fp_project h2, .fp_project h2 a{
	font-size:10px;
	font-weight:bold;
	margin:0;
}

div.fp_project p{
	
}

.fp_project img {
	margin:0 10px;
	padding:5px;
border:1px solid #CCCCCC;
	background-color:white;

}

table.fp_proj{
	border-top:1px solid #CCCCCC;
	background-color:#E4E9DE;
}

td.fp-proj-0{
	border-right:1px solid #CCCCCC;
}

p.moreprojects, p.moreprojects a{
	font-size:10px;
	font-weight:bold;
	text-align:right;
}

/**********PROJECT PAGE **************/
img.project_thumb{
	float:left;
	padding:5px;
	border:1px solid #CCCCCC;
}

img.fp_project_thumb {
	float:left;
}

div.projects_project {
	width:48%;
	float:left;
	padding:5px;
	font-size:12px;
	overflow:auto;
}
div.projects_project h2, div.fp_project h2 a{
	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin-bottom:0;
}

div.projects_project p{
	width:100%;
}

div.projects_project img {
	margin-right:5px;
}

table.projects_proj{
	border-top:1px solid #CCCCCC;
}
/**********CONTACT PAGE **************/
.sectiontableentry1 td{
	background:#eee;
	padding:6px;
}
.sectiontableentry2 td{
	padding:6px;
}
.sectiontableheader,.sectiontableheader a{
	padding:6px;
	font-weight:bold;
	color:#000000;
}

span.position{
	font-weight:bold;
	font-size:15px;
}

/************* SIDE BOX **************/
div.sidebox{
	padding:10px;
	margin: 0 20px 10px 20px;
	background: #f7f7f7 url(../images/sidebox-top.jpg) repeat-x;
	border:1px solid #dedede;
}
img.sidebox-header{
	margin: 20px 20px 0 20px;
	border:0;
}