/* positioning */

body {
	
	margin: 0px;
	padding: 0px;
	color: #7f7f7f;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	}

#wrapper {
		position: relative;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer {
	
	border-top-style: dotted;
	border-top-width: 1px;
	margin-top: 50px;
	padding-top: 20px;
}

#nav  {
	position: absolute;
	top: 151px;	
	left: 0px;
	background-color:#296EB9 ;
	width: 955px;
}
#nav li {
	display: inline;	
	margin-right: 15px;
	vertical-align: middle;
}
#nav li a {
margin-top: 5px;
	color: white;
	font-variant: normal;
	font-size: 1.2em;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 4px;
}

#nav li a:hover {

	color: #296eb9;
	background-color: #fff;
}

#header{
		height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 955px;
	background-color: #f7c54b;
	background-image: url(images/head1.jpg);
}

#content{
	margin-top: 250px;
	position: absolute;
	left: 0px;
	text-align: justify;
	line-height: 1.9em;
	padding-right: 50px;
	padding-left: 50px;
}
#breadcrumb{
	position: absolute;
	top: 200px;
	left: 0px;
	margin-left: 15px;
}

#col{
	position: relative;
top: 215px;
    float: right;
    margin-right: -40px;
    width: 220px;
	height: 500px;
	display: block;
	border-left-style: solid;
	border-color: #fdb649;
	text-align: left;
}

/* Display */
#col h2 {
	margin-left: 10px;
	color: #7f7f7f;
	font-variant: small-caps;
	margin-bottom: 1px;
	margin-top: 1px;
	font-size: 1.8em;
}
.colitem {
background-color: #fdb649;
	display: block;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: -5px;
	color: white;
}

a:hover {
	color: #fc690a;
}
address{
	background-color: #e8e8e8;
	padding: 10px;
	margin-top: 50px;
}

h1 {
	color: #296EB9;	
	text-shadow: #999 1px 1px 1px;
	line-height: 1em;
	font-size: 1.6em;
}
h5 {
	color: #333;
	font-size: 1.1em;
	margin-bottom: 1px;
	padding-bottom: 1px;
}

a:link {
	color: #296EB9;
}
a:visited {
	color: #000066;
}
.def{
	
	text-decoration: none;
	border-bottom: 2px dotted #fc690a;
	border-color: #fdb649;
	color: #7f7f7f;
}

/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/


#container {
	padding:20px;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}



/*Text inputs*/
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}




/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 150px;
}

form input,
form textarea,
form select {
width: 250px;
}

form p {
clear: both;
}

form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input  {
width: auto;
padding: 0 10px;
cursor: pointer;
background-color: #F2891C;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}


