/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
h1 {
 font-size: 24px;
 color: #b82213;
 margin-bottom: 15px;
 margin-top: 10px;
}
h2 {
 font-size: 16px;
 color: #555;
 margin-bottom: 15px;
}
p {
 font-size: 13px;
 margin: 20px 0;
 line-height: 20px;
}
a {
 color: #b82213;
}
th {
 text-align: left;
}

.login_input {
 width: 200px;
 border: 1px solid #728888;
 padding: 3px;
}
.form {
 background: #fff;
 border: 1px solid #a2a076;
}
.form table {
 width: 600px;
}
.form table th, td {
 padding: 10px;
}

.input_text {
 width: 380px;
 border: 1px solid #728888;
 padding: 3px;
}
.input_textarea {
 width: 380px;
 height: 120px;
 border: 1px solid #728888;
 padding: 3px;
}

#contact.form {
 float: left;
 background: #e8eeee;
 border: 1px solid #728888;
 width: 350px;
}
#contact table {
 width: 350px;
}
#contact .input_text {
 width: 180px;
}
#contact .input_textarea {
 width: 180px;
}
#contact_info {
 float: left;
 margin: 20px;
 width: 200px;
}

#inbox {
 margin-top: 20px;
 font-size: 12px;
}
#inbox a {
 text-decoration: none;
 color: #333;
}

#inbox a:hover {
 text-decoration: underline;
 color: #003366;
}
#inbox .tr {
 display: block;
 float: left;
 clear: both;
 width: 100%;
}

#inbox .from {
 float: left;
 clear: none;
 width: 250px;
 padding: 10px 4px;
}
#inbox .date {
 float: left;
 clear: none;
 width: 100px;
 padding: 10px 4px;
}
#inbox .subject {
 float: left;
 clear: none;
 width: 300px;
 padding: 10px 4px;
}
.fade {
 opacity: 0.6;
}
.submit {
 float: right;
 margin: 10px;
 padding: 5px 10px;
 color: #acaa8b;
 font-weight: bold;
 background: #fff;
 border: 1px solid #acaa8b;
}
.submit:hover {
 background: #acaa8b;
 color: #fff;
}
.button {
 float: left;
 margin: 10px;
 padding: 5px 10px;
 color: #acaa8b;
 font-weight: bold;
 background: #fff;
 border: 1px solid #acaa8b;
 text-decoration: none;
}
.button:hover {
 background: #acaa8b;
 color: #fff;
}
.team_bio {
 width: 650px;
 background: #fff;
 padding: 10px;
 margin: 40px 0;
}
.team_bio .image_left {
 margin-bottom: 5px;
}

.projects
	{
	float: left; 
	overflow:hidden;
	margin: 10px 10px 10px 0; 
	padding: 0px;
	text-align: center;
	}
.project_cat
	{
	float: left; 
	clear: both;
	margin: 10px; 
	padding: 0px;
	}
.project_cat_image
	{
	float: left; 
	margin: 10px; 
	padding: 0px;
	text-align: center;
	}
.project_cat_description
	{
	float: left; 
	margin: 10px; 
	padding: 0px;
	}
.projects_description
	{
	float: left; 
	clear: both;
	width: 600px; 
	margin: 20px 15px; 
	padding: 5px;
	background: #e8eeee;
	border: 1px solid #003366;
	}
.projectThumb {
 width: 60px; height: 50px; background: #b82213; display: block;
}
.projectThumb:hover{
 background: #e9b93b;
}
.selectedThumb { background: #e9b93b; }

.mediaCaption { float: left; width: 480px; text-align: center; font-size: 15px; margin-top: 15px;}
.projects a
	{
	color: #728888;
	text-decoration: none;
	}
.projects:hover
	{
	color: #003366;
	}
	
.projects img
	{
	border: 1px solid #728888;
	}
.projects img:hover
	{
	border: 1px solid #003366;
	}
.projects_cat
	{
	float: left; 
	width: 150px; 
	margin: 14px; 
	padding: 5px;
	text-align: center;
	}
.selected_project {
 background: #e8eeee;
 border: 1px solid #728888;
}

#sortable-list {
	list-style: none;
}

#sortable-list li {
	display: block;
	padding: 20px 10px; margin-bottom: 3px;
	background-color: #e2e1d1;
	border: 1px solid #d0cfbe;
}

#sortable-list li img.handle {
	margin-right: 20px;
	cursor: move;
}	

#wrapper { 
 margin: 0 auto;
 width: 822px;
}
#message {
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin: 0;
}
#message p {
 margin: 0;
}
#message a {
 color: #FFF;
}
#message p {
	padding-top: 0px;
}
#error {
	width: 100%;
	background: #990000;
	padding: 10px 0;
}

#success {
	width: 100%;
	background: #fbba19;
	padding: 10px 0;
	color: #fff;
}
#header {
 color: #333;
 width: 822px;
 padding: 0;
 margin: 10px 0px 0px 0px;
 background: #fff;
 background-image: url(../images/header.gif);
 background-repeat: no-repeat;
 height: 200px;
}
#header .address {
 float: right;
 margin-top: 130px;
}
#navigation {
 color: #333;
 padding: 10px 0 0 5px;
 margin: 10px 0px 10px 35px;
 float: left;
 position: relative;
 z-index: 9000;
}
#content { 
 float: right;
 color: #666;
 margin: 10px 10px 10px 0;
 padding: 0 0 0 0;
 background: #fff;
 width: 680px;
 position: relative;
 min-height: 400px;
}
#content ul {
 margin: 10px 0 10px 30px;
} 
#content li {
 margin: 10px 0;
}
#chain {
 position: absolute;
 z-index: 50;
 float: left;
 background-image: url(../images/logochain.gif);
 background-repeat: no-repeat;
 margin-left: 50px;
 margin-top: 210px;
 height: 300px;
 width: 30px;
 
} 
.services {
 width: 200px; 
 margin: 10px; 
 float: left;
}
.image_left {
 float: left;
 display: block;
 margin: 0 20px 20px 0;
 padding: 10px;
 border: 1px solid #cac29b;
 background: #fff;
 color: #555;
 font-size: 10px;
 text-align: center;
 text-decoration: none; 
}
.image_right {
 float: right;
 display: block;
 margin: 0 0 20px 20px;
 padding: 10px;
 border: 1px solid #ccc;
 background: #fff;
 color: #555;
 font-size: 10px;
 text-align: center;
 text-decoration: none;
}
.image_left img, .image_right img {
 border: 1px solid #ccc;
}


#footer { 
 width: 802px;
 float: left;
 clear: both;
 color: #728888;
 background: #fff;
 margin: 20px 0px 10px 0px;
 padding: 10px;
 border-top: 1px solid #b82213;
}
#footer a {
 color: #b82213;
}
#copyright {
 float: left;
}
#footer_login {
 float: right;
}
.clear { clear: both; background: none; }