@charset "utf-8";
/* CSS Document 
Palette:

Purple:					aa7fce
Lilac:					d5c0e6
*/

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

body {
	background-color:#ff6600;
	background-image:url(../assets/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
}

/* --- Layout Styles ------------------------------------------------------------------------------ */

#box {
}

#box-bottom {
	background-image:url(../assets/box-bottom.png);
	height:20px;
	overflow:hidden;
	width:980px;
}

#box-top {
	background-image:url(../assets/box-top.png);
	height:30px;
	margin-top:30px;
	overflow:hidden;
	width:970px;
}

.clear {
	clear:both;
}

#container {
	background-image:url(../assets/header-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
}

#content {
	float:right;
	min-height:525px;
	padding-top:10px;
	width:650px;
}

#footer {
	background-image:url(../assets/footer.png);
	color:#ffffff;
	font-size:11px;
	height:90px;
	padding:20px;
}

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

#footer a:hover {
	color:#ff6600;
}

#inner {
	background-image:url(../assets/box-bg.png);
	overflow:hidden;
	width:960px;
	padding:0px 10px;
}

#left {
	float:left;
	width:270px;
}

#left h2 {
	background-color:#dddddd;
	color:#333333;
	line-height:30px;
	padding:0px 10px;
}

#left h3, #left p {
	padding:0px 10px;
}

#left ul {
	list-style:none;
	margin:0px;
	padding:0px 10px;
}

#left ul a {
	border-color:#dddddd;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	display:block;
	font-style:italic;
	height:30px;
	line-height:30px;
}

#left-menu-bg {
	background-image:url(../assets/left-menu-bg.jpg);
}

#left-menu-bottom {
	background-image:url(../assets/left-menu-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding:12px;
}

#left-menu-top {
	background-image:url(../assets/left-menu-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#logo {
	height:135px;
	overflow:hidden;
}

#main {
	padding:10px;
}

#menu {
	background-image:url(../assets/menu-bg.png);
	height:36px;
	padding:12px 12px 2px 12px;
	position:relative;
}

#menu a {
	color:#ffffff;
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:36px;
	padding:0px 30px;
	text-decoration:none;
}

#menu a:hover {
	background-image:url(../assets/menu-over.jpg);
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li {
	background-image:url(../assets/menu-divider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding-right:2px;
}

#menu ul#racb {
	position:absolute;
	right:10px;
}

#menu ul#racb li {
	background-image:url(../assets/menu-divider.jpg);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
	padding-left:2px;
}

#menu ul#racb li img {
	float:right;
	margin-left:5px;
}

#menu ul#racb li ul li {
	background-image:none;
	float:none;
}

#menu ul#racb ul {
	position:absolute;
	top:-999em;
	z-index:9999;
}

#menu ul#racb ul a {
	border-color:#0d4d9d;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	display:block;
	line-height:30px;
	padding:0px 10px 0px 10px;
}

#menu ul#racb li:hover ul {
	display:block;
	right:-2px;
	top:auto;
}

#outer {
	margin:auto;
	overflow:hidden;
	text-align:left;
	width:980px;
}

#request {
	background-image:url(../assets/drop-bg.png);
	color:#ffffff;
	margin-top:2px;
	padding:10px;
}

.third {
	border-color:#dddddd;
	border-style:solid;
	border-width:1px;
	float:left;
	font-size:11px;
	height:320px;
	margin-right:7px;
	margin-bottom:20px;
	width:210px;
}

.third h2 {
	color:#ff6600;
	font-size:13px;
	font-style:italic;
	height:30px;
	padding:0px 10px;
}

.third p, .third form {
	padding:0px 10px;
}

/* --- Font Styles -------------------------------------------------------------------------------- */

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

a:hover {
	text-decoration:underline;
}

.date {
	font-size:11px;
	font-weight:lighter;
}

h1 {
	color:#ff6600;
	font-size:25px;
	font-style:italic;
	margin-top:0px;
}

h2 {
	font-size:14px;
	margin-top:0px;
}

h3 {
	color:#ff6600;
	font-size:16px;
	font-style:italic;
	margin:0px;
}

.left-inner h3 {
	margin-bottom:0px;
}

/* --- Form Styles -------------------------------------------------------------------------------- */

input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

/* --- Blog Styles -------------------------------------------------------------------------------- */

#blog img {
	clear:right;
	float:right;
	margin:0px 0px 20px 20px;
}

/* --- Directory Styles --------------------------------------------------------------------------- */

#search {
	background-color:#aa7fce;
	color:#ffffff;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px;
	position:relative;
	text-align:right;
	width:620px;
}

#searchbox {
	border-color:#009241;
	border-width:0px;
	height:30px;
	line-height:30px;
	padding:0px 10px 0px 10px;
	position:absolute;
	right:120px;
	top:10px;
	width:270px;
}

#searchtext {
	left:10px;
	position:absolute;
	top:10px;
}

.logothumb {
	border-color:#aa7fce;
	border-style:solid;
	border-width:1px;
	height:100px;
	line-height:100px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:200px;
}

/* --- Misc Styles -------------------------------------------------------------------------------- */

#home-map {
	clear:both;
	height:389px;
	margin:20px 0px;
}

.hr {
	background-color:#aa7fce;
	clear:both;
	height:1px;
	margin:20px 0px 20px 0px;
}

img {
	border:none;
}

img.right {
	float:right;
	margin:0px 20px 20px 0px;
	width:300px;
}

.news img {
	float:right;
	margin:0px 0px 20px 20px;
}


.floatright{ float:right;}

.hire{
	padding-top:10px;
	padding-bottom:10px;	
	border-bottom:#F60 1px solid;
	min-height:250px;
}

