/* 
SlickApp - CSS Stylesheet
---------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------
*/
* {
	padding: 0;
	margin: 0;
}
/*--------------------------------------------
Global Elements
---------------------------------------------*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	background-image:url(bg.png);
	background-repeat:repeat;
	abackground: #ebebeb;
}

a, a:visited {
	
	color: #090;
	font-weight:bold;
	text-decoration:none;

}

p {
line-height:140%;	
}

a:hover {
	
	color: #090;
	font-weight:bold;
	text-decoration:underline;
}

.blue {
	color:#0e76bc;
	font-weight: bold;	
}
.orange {
	color:#e66c1a;
	font-weight: bold;	
}

#menu {
	height:86px;
	position: relative;
	background-image:url(menubg.png);
	background-repeat:repeat-x;
	color: white;
	font-size:14pt;
}
#menu a, #menu a:visited {
	
	aavertical-align:baseline;
	padding: 10px;
	margin-left:10px;
	border-radius: 5px;
	color: white;
	font-weight:normal;
	font-size:13.5pt;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}
#menu a:hover {
	background-color:#fc9e18;
}

#main
{
	
	background-color: white;	
}

#footer, #footertopwhitebg
{
	background-image:url(footerbg.png);
	background-repeat: repeat-x;
	background-color:black;	
	height:235px;
}

#footertopwhitebg
{
	background-image:url(footertopwhitebg.png);
	aawidth:960px;
}



/*--------------------------------------------
Contact
---------------------------------------------*/
div#contact_form {
}
div#contact_form div.left {
	float: left;
	width: 540px;
	padding-right: 40px;
	background: url('../images/vertical_seperator.gif') repeat-y top right;
}
div#contact_form form {
}
div#contact_form div.text_fields {
	float: left;
}
div#contact_form form p {
	clear:both;
	margin-bottom: 23px;
}
div#contact_form p label {
	background: #ddd;
	display: block;
	padding: 8px 0px 8px 10px;
	width: 70px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #363636;
	text-transform: uppercase;
	float: left;
}
div#contact_form .text_input {
	background: #fff url('../images/text_field.gif') repeat-x top;
	border: 1px solid #c0c0c0;
	padding: 8px 8px 7px 8px;
	font-size: 11px;
	color: #666;
	margin-left: -2px;
	width: 240px;
}
div#contact_form select.text_input {
	padding: 6px 6px 4px 6px;
	width: 257px;
	height: 31px;
}
div#contact_form #message {
	width: 400px;
	height: 105px;
	font-size: 12px;
	color: #666;
}
div#contact_form p.validation {
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 4px;
	margin: 0;
	float: left;
}
div#contact_form .send {
	float: left;
	margin-left: 275px;
}
div#contact_form div.right {
	width: 275px;
	float: right;
}
div#contact_form div.right b {
	font-weight: bold;
	color: #252525;
	display: block;
	margin-bottom: 10px;
}
div#contact_form div.right p {
	font-size: 13px;
	line-height: 22px;
	letter-spacing: -0.02em;
	margin-bottom: 10px;
}
div#contact_form div.right a.email {
	display: block;
	padding-left: 28px;
	background: url('../images/mail_icon.gif') no-repeat left;
	color: #50aeae;
	text-decoration: none;
}
div#contact_form div.right a.email:hover {
	color: #333;
}
/*--------------------------------------------
Typography
---------------------------------------------*/
h1 {
	color: #0e76bc;
	font-size: 12pt;
	font-style: italic;
	font-family:Verdana, Geneva, sans-serif;
	line-height:19pt;
}
h2 {
	color: #e66c1a;
	font-size: 12pt;
	margin-bottom: 15px;
	aborder-bottom: 1px solid #093;
	font-style: italic;
	font-family:Verdana, Geneva, sans-serif;
}


/*--------------------------------------------
Utility
---------------------------------------------*/
.clear {
	clear:both;
}
img {
	border: none;
}
a {
	outline: none;
}
