* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#cfcdc0 url(../images/body_bg.jpg) top repeat-x;
	margin-top:0;
}

html { min-height: 100%; margin-bottom: 1px; }

#wrapper {
	text-align:center; 
	background:url(images/body_bg2.gif) bottom repeat-x;
}

#main { 
	width:960px; 
	margin:0 auto; 
	text-align:left; 
	background:url(images/middle_tall.gif) left repeat-y;
}

.clear { 
	clear:both;
}

.left { 
	float:left;
}

.right {
	float:right;
}

html, input, textarea
	{
		font-family:"Segoe UI", Arial, Helvetica, sans-serif;
		font-size:0.78em;
		line-height:1.417em;
		color:#333333;
	}

input, select { 
	vertical-align:middle; 
	font-weight:normal;
}

.column1, .column2, .column3, .footerleft, .footerright {
	float:left;
}

.wraper {
	width:100%;
}

a {
	font-weight:bold;
	color:#e56100;
	text-decoration:none;
}

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

h2 {
	font-size:1.417em; 
	line-height:1em; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-family:"Segoe UI", Arial, Helvetica, sans-serif; 
	margin-bottom:4px;
	color:#c39e4c;
}

p {
	padding:10px 0 7px 0;
	font-family:  "Segoe UI", Arial, Helvetica, sans-serif;
	text-align: justify;
	}
	
.orange {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em; 
	color:#333333;
	}
	
.white_line {
	border-top:3px solid #c39e4c; 
	padding:10px 0 0 0;
}

.portfolio {
	width:240px; 
	padding:2px 2px 2px 2px;
}

.portLink {
	font-size:1.05em; 
	line-height:1em; 
	text-transform:uppercase; 
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-weight:normal;	
	color:#c39e4c;
	padding:4px 10px 15px 65px;
	margin: 0;
}

.portLink a {
	color:#c39e4c;
	text-decoration:none;
	font-weight:normal;		
}

.portLink a:hover {
	color:#000000; 
	text-decoration:underline;
	font-weight:normal;	
}

/*******************MENU********************/

#container {
	position:relative;
	color:#E0E0E0;
	background:#f0eee;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	vertical-align: bottom
}

#nav {
	position:relative;
	height:33px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:#f0eee url(../images/menu/bg.jpg) 
	repeat-x bottom left;
	padding:0 0 0 80px;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	float:left;
}

#nav ul li {
	display:block;
	float:left;
	margin:0 1px;
}

#nav ul li a {
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:33px;
}

#nav ul li a span {
	padding:12px 20px 0 0;
	height:21px;
	float:left;
}

#nav ul li a:hover span {
	display:block;
	width:auto;
	cursor:pointer;
}

#nav ul li a.current,#nav ul li a:hover {
	color:#fff;
	background:#1D6893 url(../images/menu/left-ON.jpg) no-repeat top left;
	line-height:275%;
}

#nav ul li a.current span, #nav ul li a:hover span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(../images/menu/right-ON.jpg) no-repeat top right;
	height:33px;
}

#inner {
	margin:0;
	padding:0;
}

#inner img {
	vertical-align: bottom
}


/*******************LOGO********************/

#logo {
	margin:0;
	padding:0;
	background:#cfcdc0;
}

#logo img {
	vertical-align: bottom
}

#topside {
	width:286px;
	height:241px;
	margin:0;
	padding:20px 40px 0 20px;
	float:left;
	background:#e56100 url(../images/sidebar.jpg) no-repeat top left;
	font-size:1.417em; 
	line-height:1em; 
	text-transform:uppercase; 
	font-weight:bold; 
	font-family:"Segoe UI", Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
}

/*******************CONTENT********************/

#index .wraper {
	background:#cfcdc0 url(../images/content_bg.jpg) left repeat-y;
}

#index .column1 {
	width:490px; 
	padding:25px 45px 25px 80px;
}

#index .column2 {
	width:220px; 
	padding:25px 45px 25px 45px;
}

#middle ul {
	padding-left:22px;
}

#middle li {
	line-height:22px;
}

#middle li a {
	color:#d3ba7f; 
	text-decoration:none; 
	font-weight:bold; 
	line-height:2em;
}

#middle li a:hover {
	text-decoration:underline;
}

/*******************CSS FORM********************/

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 105px; /*width of left column containing the label elements*/
	/*border-top: 1px dashed #a9a9a9;*/
	height: 1%;
}
.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -105px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	font-size:1.1em;
	color:#000000;
}
.cssform textarea{
	width: 350px;
	height: 100px;
	font-size:1.1em;
	color:#000000;
}
.cssform input{
	font-size:1.1em;
	color:#000000;
}

/*******************FOOTER********************/

#footer { 
	width:100%;
	background:url(../images/footer_bg.jpg) left repeat-y;
}

.wrapper {
	background:url(../images/footer_bg.jpg) left repeat-y;
}

#footer a {
	color:#e56100; 
	font-weight:bold; 
	text-decoration:none;
}

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

#footer .footerleft {
	width:490px; 
	font-size:0.85em;
	padding:15px 45px 15px 80px; 	
}

#footer .footerright {
	width:220px;
	font-size:0.85em;
	font-weight:bold; 
	text-align:right;
	padding:15px 45px 15px 45px;   	
}

.footerbottom {
	margin-bottom:15px; 	
}
