/*  General
----------------------------------------------------------------- */

html {
	min-height:100%;
	margin-bottom:1px;
}


body {
	margin: 0;
	padding: 0;
	background: #000 url(/images/bg_main.jpg) repeat-x;
	font:63.5%/1.2 "Trebuchet MS", "Verdana", "Arial", sans-serif;
	color:#FFF;
	height: 100%;
	text-align: center;
	}


/*  Wrappers
----------------------------------------------------------------- */

#whole {
	width: 750px;
	margin: 0 auto 20px auto;
	text-align: left;
	font-size: 1.3em;
}

/*** Banner  ***/	

#banner {
	height: 90px; /* Box model hack: usable area only */
	}

* html #banner {
	height: 90px; /* Box model hack: usable area + padding + border */
	h\eight: 90px;	/* Box model hack: usable area only */
	}
	
#banner a {
	}
	
#banner a:hover {
	}		
	

/*** Menu ***/

#menu {
	height: 30px;
	background-color:#99FFFF;
	}	
* html #menu {height: 30px; h\eight: 30px;}	
	
#main {	
	width: 750px;
	background: #931224 url(/images/flower_background.jpg);
	background-repeat: no-repeat;
	margin-top: 50px;
}	

#middle {
	float: left;
	}
* html #middle {width: 450px; w\idth: 450px;}	 /* Box model hack */	


/*** Left column ***/
	
#left {
	width: 220px;
	float: left;
	font:arial;
	padding: 0 0 40px 25px;

	}
* html #left {width: 245x; w\idth: 245px;}	 /* Box model hack */	

#left  a {
	font-size: 18px;
	color:#FF2948;
	text-decoration:none;
	}

	
#left a:hover, #left a:focus {
	color:#fd5c7f;
	}


/*** Middle column ***/

#middle-content {
	width: 750px;
	}
	
#middle-footer {
    background-color:#FFFFFF;
	width:750px;
	height:45px;
	}
* html #middle-footer {margin-bottom: -5px; m\argin-bottom: -5px;}	 /* Box model hack */	
		
#homepage-right {
	display:inline;
    width:485px;
	/*** border:1px solid #C4C4C4; ***/
	float:right;
	padding:0px 0px 0px 0px;
	}
	
* html #homepage-right {width: 500px; w\idth: 500px;}	 /* Box model hack */	

	
#subpage-right {
	display:inline;
    width:370px;
	/***border:1px solid #C4C4C4; ***/
	float:right;
	padding:0px 70px 85px 60px;
	line-height: 1.5;	
	}

* html #subpage-right {width: 500px; w\idth: 500px;}	 /* Box model hack */	
	
/*** Right column ***/	
	

#footer {
	color:#FFFFFF;
	font-size:11px;
	margin-top:42px;
	text-align: center;
	}
	
#footer a {
	color:#FFCC00;
	}
	
#footer a:hover {
	color:#3A2E00;
	background-color:#FFCC00;
	text-decoration:none;
	}				


/*  Styling
----------------------------------------------------------------- */

p {
	}

h1 {
	font-size: 175%;
	font-family: Arial;
	color: #FF2948;
	margin-bottom: 14px;
	margin-top:0px;
	border-top:0px;
	padding-top:0px;
	}

h2 {
	}
	
h3 {
	}
	
h4 {
	}
	
h5 {
	}
	
h6 {
	}
					

/* Forms */

.submit_button {
	font-size:9px;
	cursor:pointer;
	border:outset 1px #ccc;
	color:#666;
	background:url(/images/bg_submit.gif) repeat-x left top;
	padding:0;
	}

.field {
	border:1px solid #000;
	font-size:0.9em;
	color:#000;
	padding:2px;
	}

textarea { 
	font-family: inherit; 
	}

fieldset {
	position: relative; 
	border:1px solid #CCCCCC;
	margin-bottom:30px;
	padding:10px 5px 5px;
	}

legend {
	position:absolute; 
	background-color: #FFF;
	border:1px solid #000;
	top: -0.5em; 
	left: 0.5em;
	padding: 5px;
	font-size:1.2em;
	font-weight:700;
	color:#000;
	}

label {
	font-weight: bold;
	}	
	
.error {
	background: url(/images/icons/error.gif) no-repeat 5px 5px;
	min-height: 40px;
	padding: 5px 5px 5px 50px;
	border: 1px solid #DDD;
	background-color: #FFC;
	margin: 10px 0 10px 0;
	color: #000;
	}	
	
.success {
	background: url(/images/icons/success.gif) no-repeat 5px 5px;
	min-height: 40px;
	padding: 5px 5px 5px 40px;
	border: 1px solid #DDD;
	background-color: #FFC;
	margin: 10px 0 10px 0;
	color: #000;
	}		
	

/*  Links
----------------------------------------------------------------- */

a {
	color: #FF0000;
	text-decoration:underline;
	}

a:hover {
	color: #FFF;
	text-decoration:none;
	}

a.icon[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/pdf.gif) no-repeat center right;
	}

a.icon[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/word.gif) no-repeat center right;
	}

a.icon[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(/images/icons/excel.gif) no-repeat center right;
	}

a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(/images/icons/mailto.gif) no-repeat center right;
	}

a[class ="popup"] {
   padding-right: 18px;
   background: transparent url(/images/icons/popup.gif) no-repeat center right;
	}

a[class ="external"] {
   padding-right: 18px;
   background: transparent url(/images/icons/external.gif) no-repeat right center;
	}
	

/*  Images
----------------------------------------------------------------- */
 
img, img a {
	border: 0;
	background: none;
	}

.image_border {
	border: solid 1px #EEE;
	padding: 1px;
		}

.homepage {
	float:right;
	margin-top:340px;
	}
	
	
/*  Comments
----------------------------------------------------------------- */

.comments_status {
	padding: 4px;
	margin: 15px 0px;
	}
.comments_nav {
	position: relative;
	float:right;
	color: #010204;
	margin: 0;
	padding: 0;
	}
	
.comments_nav ul, .comments_nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
.comments_nav li {
	display: block;
	min-height: 20px;
	width: 20px;
	float: left;
	text-align: center;
	border: 1px solid #e1debf;
	margin-right: 2px;
	color: #E38804;
	font-size: 1.2em;
	font-weight: bold;
	vertical-align: top;
	background: #FDF9D6;
	}
	
.comments_nav a{
	color: #FFFFFF;
	display: block;
	min-height: 20px;
	width: 20px;
	text-decoration:none;
	background: #E38804;
	}
	
.comments_nav a:hover {
	display: block;
	color: #E38804;
	background: #FFFFFF;
	}

#comments {
	margin-top: 50px;
	}

.comment {
	margin-bottom: 20px;
	}

.comment_header {
	background: #fdf9d6;
	padding: 10px;
	border: 1px solid #e1debf;
	}

.comment_post {
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
	


