body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt 'PT Sans',Lucide,'Lucide Grande',Helvetica,sans-serif;
	background: #eee;
}

a {
	color: black;
	text-decoration: none;
}

#content .pageBody a {
	color: #5A90CC;
}

#content .pageBody p a:hover, #content .pageBody  a:active {
	text-decoration: underline;
}

img { border: none; }

a:hover, a:active {
	color: #5A90CC;
}

h1 {
	margin: 0;
	font-size: 24px;
	color: black;
}

h2 {
	margin-top: 0;
	color: #c79b1c;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
}

h2 a {
	color: #c79b1c;
	text-decoration: none;
}

td { vertical-align: top; }

#page
{
	width: 1000px;
	margin: auto;
	padding: 20px;
	background: white;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
    position: relative;
}

#header
{
	border-bottom: 1px solid #5A90CC;
	height: 100px;
}

#content
{
    padding: 20px 0;
    overflow: auto;
    min-height: 300px;
}

#content table {
	margin-top: 10px;
	border: 1px solid #aaa;
}

#content th {
	background-color: #5A90CC;
	padding: 0.3em 0.6em;
	color: white;
	font-weight: normal;
}

#content th a:hover, #content th a:active {
	color: white;
}

#content td { 
	padding: 0.3em 0.6em;
}

#rightCol {
	float: right;
	width: 250px;
}

#side_menu { color: white; background-color: #548eda; font-size: 11px; margin-bottom: 20px; }
#side_menu p { margin: 0; padding: 4px; font-weight: bold; text-align: center; background-color: #204f8d; text-transform: uppercase; letter-spacing: 1px; }
#side_menu ul { margin: 0; padding: 0; list-style: none; text-transform: uppercase; letter-spacing: 1px; }
#side_menu li { margin: 0; padding: 0; }
#side_menu li li {  }
#side_menu li li:hover, #side_menu li li:active { background-color: #204f8d; }
#side_menu a { color: white; display: block; padding: 4px 10px; border-bottom: 1px solid #6a98d4; }
#side_menu li li a { padding-left: 20px; }
#side_menu a:hover, #side_menu a:active { background-color: #204f8d; }
#side_menu ul ul { text-transform: none; }

#admin_menu { text-align: left; }
#admin_menu ul { margin: 0; padding: 0;  }
#admin_menu li { margin: 0; padding: 0; display: inline-block; }
#admin_menu li:hover, #admin_menu li:active { text-decoration: underline; }
#admin_menu a { color: #204f8d; display: block; padding: 4px 10px; }
/* #admin_menu a:hover, #admin_menu a:active { background-color: #204f8d; } */

#sidebar
{
/* 	padding: 20px 20px 20px 0; */
	position: absolute;
	top: 60px;
	right: 20px;
}

#footer
{
	width: 1000px;
	min-height: 200px;
	margin: auto;
	padding: 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid black;
    box-shadow: 0 25px 50px rgba(0,0,0,.2);
}

#logo {
	position: absolute;
	height: 82px;
	z-index: 50;
}

#logo img
{
	width: 200px;
	height: 82px;
	float: left;
}

#logo div {
	margin-top: 33px;
	font-size: 12px;
	margin-left: 210px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#footer_logo {
	width: 200px;
	height: 82px;
	float: right;
}

#footer_logo img
{
	width: 150px;
	height: 62px;
}
#footer_logo p
{
	font-size: 12px;
}

#mainmenu
{
	position: relative;
	text-align: right;
	font-size: 14px;
	z-index: 100;
}

#mainmenu ul
{
	padding:6px 0 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
	border-right: 1px solid #888;
}

#mainmenu ul li a
{
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin:1em 0;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	clear: left;
	font-size: 0.9em;
	padding: 5px 0;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
/* 	padding: 3px 8px; */
}

.portlet-title
{
	display: none;
}

.portlet-content
{
	font-size:0.9em;
}

.portlet-content ul
{
	margin: 0;
	padding: 0;
}

.portlet-content li
{
}

.operations
{
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

.operations li
{
	display: inline;
	background-image: url(../images/square.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 0.5em;
}

.operations li a
{
/* 	list-style-type: disc; */
	display: inline-block;
	text-decoration:none;
	padding:0 4px;
}

.operations li a:visited
{
}

.operations li a:hover
{
}

#testList { width: 50%; float: right; text-align: right; }
#testList a { font-weight: bold; }

#testimonial {
	width: 50%;
}

#testimonial .quote {
	font-size: 130%;
	font-style: italic;
}

#bio {
	float: right;
	width: 40%;
	margin: 0;
	padding: 1em;
	background-color: #efefef;
}

#bio img {
	width: 100%;
}

#bio div {
	padding: 1em;
	background-color: #efefef;
}

#profile {
	font-size: 80%;
	text-align: right;
	margin-top: 50px;
}

table.detail-view tr.even, .grid-view table.items tr.even, .back0 { background-color: none; !important }
table.detail-view tr.odd, .grid-view table.items tr.odd, .back1 { background-color: #d5e6f8; !important }
.backST { background-color: #777; color: white; }
.backS { background-color: #f2d663; }
.backT { background-color: #000; color: white; }

.rianov { font-family: 'Sofachrome','PT Sans',Lucide,'Lucide Grande',Helvetica,sans-serif; padding: 0 0.2em; font-size: 90%; font-weight: normal; font-style: italic; text-transform: uppercase; }

.alignRight { text-align: right; }

#paypal iframe { width: 100%; height: 600px; border: none; }

.payment-errors { color: red; border: 1px solid red; padding: 1em; }



