@charset "utf-8";
/* LiquidRyce Stylesheet */

body {
	background-color: #7F7F7F;
	background-image: url(/v1/images/main/bg_main.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #FFFFFF;
}

/* Links */

a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #ffcca0;
}

a.update:link { 
	color: #FFFFFF; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

a.update:visited { 
	color: #FFFFFF; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

a.update:hover { 
	color: #990000; 
	text-decoration: none;
	font-weight: bold;
}

a.weblinks:link { 
	color: #FFFFFF; 
	font-size: 10px; 
	text-decoration: underline;
	font-weight: bold;
}

a.weblinks:visited { 
	color: #FFFFFF; 
	font-size: 10px; 
	text-decoration: underline;
	font-weight: bold;
}

a.weblinks:hover { 
	color: #990000; 
	text-decoration: none;
	font-weight: bold;
}


a.botnav:link { 
	color: #CCCCCC; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

a.botnav:visited { 
	color: #CCCCCC; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

a.botnav:hover { 
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
}

/* Text Styles */

.update1 {
	color: #660000; 
	font-size: 10px; 
	text-decoration: none;
	font-weight: bold;
}

/* Body Content */

.top {
	background-image: url(/v1/images/main/bg_top.png);
	background-repeat: repeat-x;
	min-height: 81px;
	margin-bottom: 0;
}

.menu {
	background-image: url(/v1/images/menu/bg_menu.png);
	background-repeat: repeat-x;
	margin-top: 0;
	width: 100%;
	min-height: 30px;
	padding: 0;
}

.updates {
	color: #000000;
	background-image: url(/v1/images/main/bg_updates.png);
	background-repeat: no-repeat;
	width: 337px;
	float: right;
	margin-right: 2em;
	margin-top: 1em;
	font-size: 10px;
}

.intro {
	color: #FFFFFF;
	width: 50%;
	font-weight: bold;
	float: left;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: .5em;
	background-color: #444444;
	border: 1px solid #FFFFFF;
	background-image: url(/v1/images/main/grad.png);
	background-repeat: repeat-x;
}

.intro1 {
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
	padding: .5em;
	background-color: #444444;
	border: 1px solid #FFFFFF;
	background-image: url(/v1/images/main/grad.png);
	background-repeat: repeat-x;
}

.body1 {
	margin-right: 2em;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
}

.portfolio-nav {
	width: 120px;
	float: left;
}

.portfolio-content {
	background-color: #444444;
	border: 1px solid #FFFFFF;
	background-image: url(/v1/images/main/grad.png);
	background-repeat: repeat-x;
	margin-left: 120px;
	margin-right: 0;
	padding: .5em;
	min-height: 120px;
}	

.bottom {
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 5em;
}







