
/* ------- Global ------- */

body {
	background: #DDDDDD;
	font-family: Arial, Sans-serif;
	font-size: 14px;	
	line-height: 150%;
	color: #58595B;
}

* {
	margin: 0;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-bottom: 5px;
	color: #F98A1E;
}

h3 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 200%;
	text-transform: uppercase;
	margin: 0px;
	color: #F98A1E;
}

a {
	color: #333333;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #F58A1F;
	text-decoration: underline;
}

td {
	vertical-align:top;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, li {
	margin-left: 15px;
	padding-left: 0px;
	line-height: 200%;
	margin-right: 0px;
}

img {
	border: 0;
}


/* ------- Defined Styles ------- */

.highlight {
	color: #7CA12C;
}

.normal {
	font-family: Verdana, Arial, Sans-serif;
	font-weight: normal;
	font-size: 11px;	
	line-height: 200%;
	letter-spacing: 0px;
	color: #555555;
}

.small {
	font-size: 10px;	
}

.tiny {
	font-size:8px;
}

.required {
	color: #7CA12C;
	font-weight: bold;
}

.form_field
{
	width: 200px;
	border: 1px solid #DDDDDD;
    background: #EEEEEE;
	margin: 0px;
	color: #333333;
	font-family: trebuchet ms, verdana, tahoma, arial;
}

.form_field_header {
	width: 100px;
	text-align: right;
}

.text_box
{
	width: 300px;
	height: 150px;
	border: 1px solid #DDDDDD;
    background: #EEEEEE;
	font-size: 14px;
	color: #333333;
	font-family: trebuchet ms, verdana, tahoma, arial;
	overflow: auto;
}
.submit
{
	width: 200px;
	height: 30px;
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
    background: #7CA12C;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: trebuchet ms, verdana, tahoma, arial;
}

#portfolio_buttons a, #portfolio_buttons a:hover {
	cursor: hand;
	cursor: pointer;
}

.menu {
	float: left;
	text-align: center;
	vertical-align: middle;
	line-height: 125%;
	margin-top: 1px;
}

#menu a {
	color: #FFFFFF;
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	text-transform: lowercase;
	text-decoration: none;
}

#menu a:hover {
	color: #58595B;
	text-decoration: none;
}

.menu_link {
	float: right;
	height: 28px;
	margin-top: 2px;
}

.menu_marker {
	float: right;
	width: 15px;
	height: 30px;
}

.selected {
	display: block;
	width: 160px;
	height: 61px;
	color: #58731F;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
	padding-top: 10px;
	background-image: url('images/bg_menu_selected.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

.copyright a {
	color: #E5E5E5;
	text-decoration: none;
	border-bottom: 0px dotted #E5E5E5;
}

.copyright a:hover {
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}

.clients_list {
	margin-left: 0px;
	font-size: 11px;
}