@charset "utf-8";
/* CSS Document 
Palette:

Dark Purple:			76598d
Medium Purple:			936eb1
Light Purple:			d5c0e6
*/

/* --- Global Styles ------------------------------------------------------------------------------ */

body {
	background-color:#6e6f73;
	color:#666666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin:0px;
}

/* --- Layout Styles ------------------------------------------------------------------------------ */

#box {
	background-image:url(../assets/box-bg.png);
	overflow:hidden;
	width:970px;
}

#box-bottom {
	background-image:url(../assets/box-bottom.png);
	height:30px;
	overflow:hidden;
	width:970px;
}

#box-top {
	background-image:url(../assets/box-top.png);
	height:30px;
	margin-top:30px;
	overflow:hidden;
	width:970px;
}

.clear {
	clear:both;
}

#container {
	background-color:#ffffff;
	background-image:url(../assets/body-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
}

#content {
	float:left;
	min-height:400px;
	overflow:hidden;
	padding:0px 20px;
	width:650px;
}

#facebook {
	height:100px;
	left:-30px;
	position:absolute;
	top:355px;
	width:35px;
}

#twitter {
	height:100px;
	left:-30px;
	position:absolute;
	top:395px;
	width:35px;
}

#feedback {
	height:100px;
	left:-29px;
	position:absolute;
	top:255px;
	width:34px;
}

#inner {
	padding:10px;
}

#logo {
	height:150px;
	line-height:150px;
	overflow:hidden;
	position:relative;
}

#logo img {
	margin:33px 0px;
}

#logo #like {
	bottom:0px;
	height:21px;
	line-height:20px;
	position:absolute;
	right:20px;
	text-align:right;
}

#logo #like #fb {
	float:left;
	width:75px;
}

#logo #like #g {
	float:left;
	overflow:hidden;
	width:65px;
}

#main {
	background-image:url(../assets/main-bg.png);
	width:960px;
}

#main-bottom {
	background-image:url(../assets/main-bg-bottom.png);
	height:10px;
	overflow:hidden;
	width:960px;
}

#main-top {
	background-image:url(../assets/main-bg-top.png);
	height:10px;
	overflow:hidden;
	width:960px;
}

#outer {
	margin:auto;
	position:relative;
	text-align:left;
	width:970px;
}

#right {
	float:right;
	overflow:hidden;
	padding:0px 10px 0px 0px;
	width:260px;
}

/* --- Top Menu ----------------------------------------------------------------------------------- */

img {
	float:left;
}

#menu {
	color:#ffffff;
	font-weight:bold;
	height:35px;
	line-height:35px;
	margin:auto;
	overflow:hidden;
	width:950px;
}

#menu li a {
	color:#ffffff;
	display:block;
	font-size:13px;
	font-weight:bold;
	line-height:35px;
	padding:0px 20px;
	text-decoration:none;
}

#menu li a:hover {
	background-image:url(../assets/menu-bg-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;
	height:35px;
	overflow:hidden;
	padding-right:2px;
}

#menu ul li.pad {
	padding:0px 20px;
}

#menu ul li ul li {
	background-image:none;
	float:none;
	margin-right:0px;
	overflow:visible;
}

#menu ul ul {
	position:absolute;
	top:-999em;
	z-index:9999;
}

#menu ul 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 li:hover ul {
	display:block;
	margin-left:-74px;
	top:auto;
}

#menu #request {
	background-color:#765a8d;
	border-color:#5f4872;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	padding:10px;
	width:220px;
}

#menu-container {
	background-color:#76598d;
	background-image:url(../assets/menu-bg.jpg);
	height:45px;
	width:100%;
}

/* --- Right Menu --------------------------------------------------------------------------------- */

#right-menu {
	overflow:hidden;
	padding:5px;
	width:250px;
}

#right-menu a {
	color:#ffffff;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	height:34px;
	padding:3px 5px;
	width:240px;
}

#right-menu a:hover {
	background-color:#936eb1;
	text-decoration:none;
}

#right-menu a .sub {
	color:#cccccc;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	font-weight:lighter;
}

#right-menu a img {
	float:left;
	margin:2px 5px 0px 0px;
}

#right-menu .spacer {
	float:left;
	height:30px;
	margin:2px 5px 0px 5px;
	width:30px;
}

#right-menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#right-menu ul li {
	border-color:#555555;
	border-style:dotted;
	border-width:0px 0px 1px 0px;
	float:left;
	/*height:40px;
	/*overflow:hidden;*/
	width:250px;
}

#right-menu ul ul {
	left:-999em;
	position:absolute;
	top:-999em;
}

#right-menu ul li:hover ul {
	left:auto;
	position:relative;
	top:auto;
}

#right-menu ul ul li {
	background-color:#898b93;
	border-width:1px 0px 0px 0px;
}

#right-menu-bg {
	background-image:url(../assets/right-menu-bg.jpg);
	overflow:hidden;
	width:260px;
}

#right-menu-bottom {
	background-image:url(../assets/right-menu-bg-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	width:260px;
}

#right-menu-top {
	background-image:url(../assets/right-menu-bg-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	width:260px;
}

/* --- News Bar ----------------------------------------------------------------------------------- */

#news-bg {
	background-image:url(../assets/news-bg.jpg);
	overflow:hidden;
	width:260px;
}

#news-bottom {
	background-image:url(../assets/news-bg-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:0px 20px;
	width:220px;
}

#news-top {
	background-image:url(../assets/news-bg-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	width:260px;
}

#news-bg h2 {
	font-size:18px;
}

#news-bg h3 {
	font-size:13px;
	margin-bottom:0px;
}

#news-bg h4 {
	color:#999999;
	font-size:11px;
	margin-top:0px;
}

/* --- Footer ------------------------------------------------------------------------------------- */

#footer {
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	height:35px;
	line-height:35px;
	margin:auto;
	overflow:hidden;
	padding-top:10px;
	width:950px;
}

#footer a {
	color:#ffffff;
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:35px;
	padding:0px 20px 0px 0px;
	text-decoration:none;
}

#footer a:hover {
	color:#d5c0e6;
}

#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#footer ul li {
	float:left;
	height:35px;
	overflow:hidden;
	padding-right:2px;
}

#footer-container {
	background-image:url(../assets/footer-bg.png);
	background-position:bottom;
	height:45px;
	overflow:hidden;
	width:100%;
}

/* --- Font Styles -------------------------------------------------------------------------------- */

a {
	color:#aa7fce;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#d5c0e6;
	text-decoration:underline;
}

.date {
	font-size:11px;
	font-weight:lighter;
}

h1 {
	color:#76598d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	margin:20px 0px;
}

h2 {
	color:#936eb1;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:20px 0px;
}

h2 a {
	color:#936eb1;
}

.news h2 {
	margin-bottom:0px;
}

.news h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0px;
}

p.alert {
	color:#cc0000;
	font-weight:bold;
}

p.green {
	color:#00cc00;
	font-weight:bold;
}

#content ul {
	list-style:square;
}

#content ul li {
	line-height:20px;
}

/* --- Form Styles -------------------------------------------------------------------------------- */

input, select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding:3px;
}

input.alert, textarea.alert {
	background-color:#ffff99;
	border-color:#cc0000;
	border-style:solid;
	border-width:2px;
}

td.alert {
	color:#cc0000;
	font-weight:bold;
}

/* --- 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;
}

/* --- Portfolio Stuff ---------------------------------------------------------------------------- */

.project {
	height:210px;
	position:relative;
	width:650px;
}

.project h3 {
	color:#76598d;
	font-size:13px;
	left:288px;
	line-height:13px;
	position:absolute;
	top:50px;
}

.project h3 a {
	font-size:11px;
	font-weight:lighter;
}

.project img {
	left:0px;
	position:absolute;
	top:0px;
}

.project p {
	color:#666666;
	font-size:11px;
	left:288px;
	line-height:normal;
	position:absolute;
	top:100px;
	width:350px;
}

/* --- Misc Styles -------------------------------------------------------------------------------- */

.back {
	float:right;
}

.h1-icon {
	float:left;
	margin-right:15px;
}

.hr {
	background-image:url(../assets/hr.jpg);
	clear:both;
	height:30px;
	margin:20px 0px;
	width:650px;
}

img {
	border:none;
}

.news img {
	float:right;
	margin:0px 0px 20px 20px;
}

#social-networking {
	background-image:url(../assets/social-bar.jpg);
	height:20px;
	line-height:20px;
	overflow:hidden;
	padding:10px;
	width:240px;
}

#social-networking img {
	margin:2px;
	vertical-align:top;
}
#res-add {
	border-bottom:dotted;
	border-bottom-color: #800080;
	height:120px;
}
