@charset "utf-8";

/***************************************
	RascalGraphics.com styles - 2009
	Copyright Julie Ferguson/Rascal Graphics
	These styles are for default layout 
	throughout the site.
	
	These styles may not be reused or
	republished in another work without
	expressed written consent of the author

*****************************************/

/**********************************
	Color values:
	#0C85A1 Aqua 
	#00B0E9 Lt Aqua 
	#D42567 Raspberry 
	#4F4D46 Charcoal background
	#FBF3E6 Pale Peach background
	#36342F Darker Charcoal 
	#DBD3BF Lt Charcoal text
	#B9B088 Khaki
***************************************/


/***************************************
BASE STYLES
****************************************/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
body {
	background-image: url(../images/design/back.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4F4D46;
}
a:link {
	color: #4f4d46;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4f4d46;
}
a:hover {
	color: #0C85A1;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #D42567;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 940px;
	position: relative;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-style: none;
}
 #left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 270px;
	text-align: center;
	background: url(../images/design/left_bg.gif) no-repeat right bottom;
	height: 600px;
}
 #right {
	margin: 0px;
	padding: 0px;
	width: 665px;
	border-style: none;
	float: left;
	height: auto;
}
 #footer {
	width: 100%;
	clear: both;
	text-align: right;
	color: #B9B088;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/design/footer_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/***************************************
SIDEBAR
****************************************/
 #left #top {
	height: 220px;
	background-image: url(../images/design/rglogo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 #left #sidebar {
	background: #B9B088;
	height: 180px;
	width: 220px;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}
 #left #sidebar h2 {
	color: #4f4d46;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1;
	margin: 0px;
}
 #left #sidebar h3 {
	color: #4f4d46;
	padding: 5px 5px 5px 15px;
	font-size: 14px;
	line-height: 1;
	margin: 0px;
	font-weight: normal;
}
 #left #sidebar p {
	font-size: 13px;
	padding: 0px 10px 10px 20px;
	margin: 0px;
	color: #4f4d46;
}
 #left #sidebar p.current,  #left #sidebar h3.current {
	color: #0C85A1;
	font-weight: bold;
}


/***************************************
NAVIGATION
****************************************/
 #right #nav {
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 55px;
	float: right;
	width: 450px;
}
 #right #banner {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 165px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	clear: right;
}
 #right #nav ul {
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
	text-transform: uppercase;
	float: left;
}
 #right #nav a {
	display: block;
	padding: 5px;
	margin: 30px 5px 0px;
	width: 70px;
	text-align: center;
}
 #right #nav li a.current,  #right #nav li a.current:hover,  #right #nav li a.current:active {
	color: #d42567;
	font-weight: bold;
	cursor: default;
}
 #right #nav li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	float: left;
}
 #right #nav p {
	padding: 10px 25px 10px 10px;
	margin: 0px;
}

/***************************************
CONTENT
****************************************/

 #right #content {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(../images/design/right_bg.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	height: auto;
}
 #right #content #main {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 656px;
	height: 380px;
	background-image: url(../images/design/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

 #right #content #mainContact {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 656px;
	height: auto;
	background-image: url(../images/design/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#right #content #mainPortfolio {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 656px;
	height: auto;
	background-image: url(../images/design/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

 #right #content #main h1, #right #content #mainContact h1  {
	font-family: Tahoma, Geneva, sans-serif;
	color: #d42567;
	font-size: 18px;
	padding: 10px;
	margin: 0px;
}
 #right #content #main p, #right #content #mainContact p {
	color: #4f4d46;
	font-size: 13px;
	padding: 5px 20px 5px 10px;
	margin: 0px 130px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}
 #right #content #main li, #right #content #mainContact li   {
	color: #4f4d46;
	font-size: 13px;
	padding: 0px;
	margin: 0px 130px 0px 0px;
}
 #right #content #main ul, #right #content #mainContact ul {
	margin: 0px 0px 10px;
}
#right #content #mainContact table {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0C85A1;
}
#right #content #main .webList {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4F4D46;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
#right #content #main .webList a {
	color: #0C85A1;
	text-decoration: none;
}
#right #content #main .webList a:hover {
	text-decoration: underline;
}




/***************************************
FOOTER
****************************************/

 #footer a:link,  #footer a:visited,  #footer a:active {
	color: #B9B088;
}
 #footer a:hover {
	color: #d42567;
	font-weight: normal;
}

 #footer p {
	margin: 0px;
	padding: 10px 15px 0px 0px;
}

