
body {
}

/* ------------------------------------------------------------------------------------------ */

#page-banner {
	width: 100%;
	height:60px;
}

#page-logo {
	width: 100%;
	height:60px;
	
	text-align: right;
}

#page-nav {
	width: 100%;
	height:20px;
	
	text-align: center;
}

#page-center {
	position: relative;

	width: 720px;
	margin: auto;

	text-align: left;
}

#page-images {
	float: right;

	width: 150px;
	margin-top: 20px;
	padding: 5px;

}
html>body #page-images {
	width: 140px;
}

#page-body {
	float: left;
	
	width: 550px;
	margin-top: 20px;
	padding: 5px;
}
html>body #page-body {
	width: 540px;
}

#page-footer {
	width: 100%;
	height:18px;

	padding-top: 2px;
	
	text-align: center;
}

#page-footer .copyright {
	width: 160px;
	text-align: center;
}

/* ------------------------------------------------------------------------------------------ */

#sub-bar {
}

/* ------------------------------------------------------------------------------------------ */


.input-stretch {
	width: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	width: 720px;
	margin: auto auto 0px auto;
	
	clear: both;
}

.clear {
	clear: both;
}

.padded-5 {
	padding:5px;
}

.padded-3 {
	padding: 3px;
}

.padded-2 {
	padding: 2px;
}





body {
	background: #ffffff;
	color: #666666;
	font: 12px "Trebuchet MS", Verdana;
	
	margin: 0px;
}

tr {
	font-size: 12px;
}

td {
	font-size: 12px;
}

li {
	font-size: 12px;
	list-style-type: disc;
	list-style-image: url(uploads/images/glyphs/bullet.gif);
}

button {
	font: 11px "Trebuchet MS", Verdana;	
	color: #000000;
}

input {
	font: 11px "Trebuchet MS", Verdana;	
}

textarea {
	font: 11px "Trebuchet MS", Verdana;
}

select {
	font: 11px "Trebuchet MS", Verdana;
}

label {
	cursor: pointer;
}

hr {
	color: #560C66;
}

optgroup {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana;
}

option {
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana;
}

a:link {
	color: #0000cc;
	text-decoration: none;
}

a:visited {
	color: #0000cc;
	text-decoration: none;
}

a:hover {
	color: #9900CC;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------ */

.background-purple {
	background: #560C66;
}

.background-gray {
	background: #E0E0E0;
}

.background-lightgray {
	background: #F9F9F9;
}

.box-red {
	color: #ffffff;
	
	background-color: #cc0000;

	-moz-border-radius: 3;
}

.box-blue {
	color: #ffffff;
	background-color: #003366;
	
	-moz-border-radius: 3;
}

.box-orange {
	color: #000000;
	background-color: #ff9900;
	
	-moz-border-radius: 3;
}

.box-green {
	color: #ffffff;
	background-color:#009900;
	
	-moz-border-radius: 3;
}

.box-gray {
	background-color: #cccccc;
	
	-moz-border-radius: 3;
}


.box-white{
	background-color: #ffffff;
	
	-moz-border-radius: 3;
}

.box-lightgray {
	background-color: #f5f5f5;
	
	-moz-border-radius: 3;
}


.block-whitegray {
	background-color: #ffffff;
	
	border: 1px solid #cccccc;
	
	-moz-border-radius: 3;
}

.block-white {
	background-color: #ffffff;
	
	border: 1px solid #ffffff;
	
	-moz-border-radius: 3;
}
/*	----------------------------------------------------------------------------------	*/


.background-white {
	background-color: #ffffff;
}


/* ------------------------------------------------------------------------------------------ */

.text-large {
	font-size:16;
}

.text-small {
	font-size:10;
}


.text-tiny {
	font-size:9;
}


.text-bold {
	font-weight:bold;
}

.text-italic {
	font-style: italic;
}

.text-makelist {
	display: list-item;
}

.color-red {
	color: #cc0000;
}

.color-green {
	color:#009900;
}

.color-orange {
	color: #ff9900;
}


.color-blue {
	color: #003366;
}


/* ------------------------------------------------------------------------------------------ */

#page-logo {
	background: #278DA9 url(/uploads/images/banner_001.jpg) repeat-x right top;
}

#page-nav a {
	font-size: 12px;
}

#page-footer {
	color: #ffffff;
	
	font-size: 10px;
}

#breadcrumbs a:link, #page-footer a:link {
	color: #ffffff;
	text-decoration: none;
}

#breadcrumbs a:visited, #page-footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#breadcrumbs a:hover, #page-footer a:hover {
	color:#33ccff;
	text-decoration: underline;
}

/* ------------------------------------------------------------------------------------------ */

#sub-bar a {
	display: block;
	font-size:11px;
}

#sub-bar a:link {
	color: #0000cc;
	text-decoration: none;
}

#sub-bar a:visited {
	color: #0000cc;
	text-decoration: none;
}

#sub-bar a:hover {
	color: #9900CC;
	text-decoration: underline;
}

#sub-bar .header {
	font-size: 11px;
}



/* ------------------------------------------------------------------------------------------ */

#page-body .header {
	font-size: 16px;
	font-weight: bold;
	color: #560C66;
}

#page-images .header {
}

/* ------------------------------------------------------------------------------------------ */


/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
	position: relative;
	width: 720px;
	margin: auto;
	
	z-index: 100;
}

#menuwrapper li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	
	text-align: left;
}

#menuwrapper a:link, #menuwrapper a:visited  {
	color: #560c66;
}

#menuwrapper a:hover {
	color: #0099FF;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
	width: 150px; 
}


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	margin: 0px; 
	padding: 0px; 
}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
}
#primary-nav ul ul { 
	margin-top: 1px;

	left: 100%; 
	top: 0px; 
}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 1px 15px 1px 15px; 
	text-decoration: none; 
}
#primary-nav li a { 
	color: #560c66;
}
#primary-nav li li a { 
}	

#primary-nav li, #primary-nav li.menuparent { 
	background-color: #e0e0e0; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	background-color: #ffffff; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover { 
	background-image: url(/uploads/images/glyphs/glyph_white_arrow_down.png);
	background-position: 5px center;
	background-repeat: no-repeat; 
}

#primary-nav li li.menuparent, 
#primary-nav li li.menuparent:hover { 
	background-image: url(/uploads/images/glyphs/glyph_white_arrow_right.png);
	background-position: 95% center;
	background-repeat: no-repeat; 
}

/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li:hover ul li,
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
	background-color: #560c66; 
}

#primary-nav li:hover a:link, #primary-nav li:hover a:visited { 
	color: #ffffff; 
}
#primary-nav li:hover a:hover  { 
	color: #0099FF; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */
#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
