/* Digital Brushstrokes LLC CSS document */
/* global styles */

html { height: 100%; }
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
#calendar {
	height: 520px;
}

body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
	background-color: #000000;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 108%;
	letter-spacing: .1em;
}

h2 {
	margin: 0px;
	font-size: 1.2em;
	color: #92C9CF;
	font-weight: bold;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}



h4 { color: #66CCCC; }

h5 {
	margin: 0px;
	font-size: 1.2em;
	color: #92C9CF;
	font-weight: bold;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

img { border: 0px; }

a {
	outline: none;
	text-decoration: underline;
}

/* container */

#container {
	width: 804px;
	background-image: url(../Images/pagesHeader.jpg);
	background-repeat: no-repeat;
	background-color: #0C3279;
}

/* image positioning - left, right and center */
.left {
	float: left;
	padding: 0px 8px 0px 0px;
}

.right {
	float: right;
	padding: 0px 0px 0px 8px;
}

.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* block quote */
blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}

/* unordered list */
ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
	color: #BCD0E7;
	font-size: 1.1em;
	list-style-type: disc;
	list-style-image: url(../Images/bullet.png);
}

ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* ordered list */
ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}

ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#container, #links, #footer, #logo, #menu, #content {
	margin-left: auto;
	margin-right: auto;
}

/* links above the logo / footer */
#links, #footer {
	width: 726px;
	height: 24px;
	font-size: 88%;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 19px;
}

#links { text-align: right; }

#footer {
	text-align: center;
	border-top: 2px solid;
	background-image: url(../Images/base.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 745px;
	background-color: #000000;
	color: #FFFFFF;
}

#links a, #footer a {
	text-decoration: none;
	color: #CA9BBE;
}

#links a:hover, #footer a:hover {
	text-decoration: underline;
	color: #009462;
}

/* logo */
#logo {
	width: 766px;
	height: 131px;
}

#logo h1 {
	margin: 0px;
	letter-spacing: .2em;
	padding: 41px 0px 0px 19px;
	font-size: 160%;
}

/* navigation menu */
#menu {
	height: 30px;
	width: 766px;
	margin-top: -30px;
	position: relative;
}

#menu ul { margin: 0px auto; }

#menu li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: none;
}

#menu li a {
	display: block;
	float: left;
	height: 22px;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 28px;
	padding-bottom: 2px;
	padding-left: 10px;
}

/* container content */
#content {
	width: 766px;
	overflow: hidden;
}
#contentNoNav {
	width: auto;
	padding-left: 3px;
	padding-right: 3px;	
}

#contentNoNav p{
	color: #FFFFFF;	
}


/* column 1 - contains sidebar items */
#column1 {
	width: 198px;
	margin: 22px 0px 0px 0px;
	float: left;
	padding: 19px 19px 15px 19px;
}

.sidebaritem {
	text-align: left;
	width: 168px;
	float: left;
	margin: 0px 0px 23px 0px;
	border: 1px solid;
	padding: 14px 8px 14px 19px;
	background-image: url(../Images/sidebarImage.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #3E71aa;
}

.sidebaritem h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #0C3279;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

.sidebaritem p {
	line-height: 16px;
	padding: 0px 0px 8px 0px;
	color: #000000;
}

.sidebaritem a {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.sidebaritem a:hover {
	text-decoration: none;
	color: #CCFF66;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.sbilinks { padding: 0px }

.sbilinks ul { margin: 0px auto; }

.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}

.sbilinks li a, .sbilinks li a:hover {
	float: left;
	height: 16px;
	text-decoration: none;
	padding: 5px 0px 4px 19px;
	width: 149px;
}

/* column 2 - page content */
#column2 {
	text-align: justify;
	width: 510px;
	float: right;
	background-color: #0C3279;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 16px;
}

#column2 p {
	color: #CCCCCC;
	padding-right: 24px;
}

#column2 h1 {
	font-family: arial, sans-serif;
	padding: 16px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}


#column2 h4 {
	font-family: arial, sans-serif;
	padding: 16px 0px 5px 0px;
	margin: 0px 0px 12px 0px;
	font-size: 130%;
	text-transform: uppercase;
	font-weight: bold;
	color: #CC9933;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}
#column2 a, #column2 a:hover {
	padding: 0px 0px 2px 0px;
	border-bottom: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #C0D3E9;
	text-decoration: underline;
}

#column2 a:hover { border-bottom: 1px solid; }

/* contact page - form layout */
form { margin-top: 0px; }

div.row {
	clear: both;
	width: 448px;
}

div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}

div.row span.forminput {
	float: right;
	text-align: right;
}

div.spacer {
	clear: both;
	width: 80px;
}

input, textarea {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	border: 1px solid;
	margin: 2px;
}

.submit {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	border: 1px solid;
	cursor: pointer;
}

#column2 h3 {
	font-size: 1.4em;
	color: #7AA3CF;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DBE4E9;
}

.caption {
	font-size: .8em;
	color: #EEDBE1;
}


/*
Calendar small look CSS

*/


.calendar_days {
	color: #ffffff;
	TEXT-DECORATION: none;
	font-size : 10px;
	width:14.3%;
	height: 40px;
	background-color: #6699FF;
	background-image: url(../../images/box_shadow_black_opp.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
	
.calendar_week {
   	color: #cccccc; TEXT-DECORATION: none; font-size : 9px;
	font-weight: bold; 
	border: 1px outset #666666;
   	
	}
	
.calendar_nodays {
	color: #000000; TEXT-DECORATION: none; font-size : 9px;
	border: 1px outset #000000;
   	width:14.3%;
	background: black;
}
	
.calendar_eventdays {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-size : 9px;
	border: 1px solid #ffffff;
	background-color: #419466;
	}
	
.calendar_eventdays_over {
	BORDER-RIGHT: #ffffff 1px groove;
	BACKGROUND-POSITION: center;
	BORDER-TOP: #ffffff 1px groove;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9px;
	BORDER-LEFT: #ffffff 1px groove;
	COLOR: #0C3279;
	BORDER-BOTTOM: #cccccc  1px groove;
	BACKGROUND-COLOR: #D06E6F;
}
	
.calendar_eventdayso {
   	COLOR: #000000; TEXT-DECORATION: none; font-size : 9px;
	border: 1px solid #ffffff;
}
	

	
		/*
 * FCKeditor - The text editor for internet
 * Copyright (C) 2003 Frederico Caldeira Knabben
 *
 * Licensed under the terms of the GNU Lesser General Public License
 * (http://www.opensource.org/licenses/lgpl-license.php)
 *
 * For further information go to http://www.fredck.com/FCKeditor/ 
 * or contact fckeditor@fredck.com.
 *
 * fck_editor.css: Styles used by the editor structure (toolbar, etc).
 *
 * Authors:
 *   Frederico Caldeira Knabben (fckeditor@fredck.com)
 */


SELECT, INPUT
{
	vertical-align: middle;
}

.Toolbar
{
   COLOR: black;
	background-color: #ffffff;
   background: url(../../images/box_shadow.gif);
}

.ButtonOut
{
	filter: alpha(opacity=100);
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
   	background: url(../../images/box_shadow.gif);
}

.ButtonOver
{
   filter: alpha(opacity=80);
   BACKGROUND-COLOR: #ffffff;
	border-right: #000000 0px solid;
	border-top: #000000  1px solid;
	border-left: #000000  1px solid;
	border-bottom: #ffffff  0px solid;

}

.ButtonOff
{
	filter: gray() alpha(opacity=30);
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #ccccccc 1px solid;
	border-bottom: #cccccc 1px solid;
   background: url(../../images/box_shadow.gif);
}

.ButtonHidden
{
	visibility: hidden;
}

.EditorBody
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.EditorArea
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	height: 100%;
}


.navu {
	BORDER-RIGHT: #ffffff 1px solid; BACKGROUND-POSITION: center; BORDER-TOP: #ffffff   1px solid; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #ffffff   1px solid; COLOR: #cccccc; BORDER-BOTTOM: #cccccc  1px solid; FONT-FAMILY: Arial; 
	xbackground: url(../../images/xbox_shadow_black_opp.gif);
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

.title {
	COLOR: #000000; TEXT-DECORATION: underline; font-size : 14px;
	font: bolder Arial Black;
}

.fields {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BACKGROUND-ATTACHMENT: fixed;
	xbackground: url(../../images/xbox_shadow_black_opp.gif);
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #ffffff;
	BORDER-BOTTOM: #cccccc 1px solid;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #000000;
	padding-left: 4px;
}

.logo {
	background: url(../../images/box_shadow_black.gif);
   	border: 1px solid #cccccc;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
   	border: 1px solid #cccccc;
}

.buttons {
	BORDER-RIGHT: #ffffff 2px groove; BACKGROUND-POSITION: center; BORDER-TOP: #ffffff   2px groove; FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT: #ffffff   1px groove; COLOR: black; BORDER-BOTTOM: #cccccc  1px groove; FONT-FAMILY: Arial; BACKGROUND-COLOR: #ffffff;
	background: url(../../images/box_shadow1.gif);
}

.cellover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	Color: #333333;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}

.cell {
	BORDER-RIGHT: 0px solid Black;
	BORDER-TOP: 0px solid Black;
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	BORDER-LEFT: 0px solid Black;
	COLOR: white;
	BORDER-BOTTOM: 0px solid Black;
	FONT-FAMILY: Arial;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 0px inset black;
	background: url(../../images/box_shadow.gif);
	background-repeat: repeat-x;
	background-color: #663366;
}
	
.headline  {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.headline2  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Arial;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #B3CBFF;
}

.headline3  {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: Arial;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #6699FF;
}
	
.details {
	BORDER-RIGHT: 1px solid Black; 
	BORDER-TOP: 1px solid Black; 
	FONT-WEIGHT: normal; FONT-SIZE: 11px; 
	BORDER-LEFT: 1px solid Black; COLOR: black; 
	BORDER-BOTTOM: 1px solid Black; 
	FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: White;
}
	
.bold-text {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial; 
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	
}
	
.editor-text {
   	COLOR: #000000; TEXT-DECORATION: none; font-size : 9px;
	font-weight: bold; 
	border: 1px outset #666666;
	background: url(../../images/box_shadow1.gif);
}

.editor-table {
   	background: url(../../images/box_shadow.gif);
	border: 1px solid #cccccc;
}

.10pixelIndent {
	padding-left: 40px;
	margin-left: 40px;
}

.weekday { background-color: #92C9CF; }


.month { background-color: #70ABE7; }
.selectedDay {
	background-color: #AA812B;
}

.day {
	background-color: #3E71AA;
	color: #ECE9D8;
}
