@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

body, div.headigwrapper, div.headingcomponents {
	padding:0;
	margin:0;
}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 12px;
	/*color:#CC3333;*/
	color:#666699;
	background-color:#f5f5f5;
	background-image:url(graphic/backcolor_f5f5f5.jpg);	/*background-image:url(graphic/gradient.jpg);*/
}

a {
	color:#CC6666;
	text-decoration:none;
}

a:hover {
	color: #993333;	
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

/*--------------------------------------------------------------*/
/*-----------------------   Header    --------------------------*/

div.headingwrapper, table.header, table.header td {
	height:180px;
}

div.headingwrapper {
	width:100%;
	background-image:url(graphic/header3_mainback.gif);
	margin:0;
	padding:0;
}
table.header {
	border-collapse:collapse;
	width:100%;
	margin:0;
	padding:0;
}
table.header td {
	border-collapse:collapse;
	border:0;
}
#headingleft, #headingright {
	width:40px;
}

#headingleft {
	background-image:url(graphic/header3_left.gif);
}

#headingright {
		background-image:url(graphic/header3_right.gif);
}

div.headingcomponents {
	width:430px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

div.headingpart {
	float:left;
	font-weight:bold;
}

#head_logo_left {
	width:201px;
	padding-top:10px;
	border:none;
}

#head_textportion_right {
	width:220px;
}

div.head_links_right {
	width:120px;
	line-height:100%;
	color:#999999;
	padding:10px;
	/*border:solid 1px #CCCCFF;*/
	text-align:center;
	letter-spacing:1px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

div.head_links_right div { 
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:0px;
	padding-right:0px;
}

div.head_address {
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	font-weight:normal;
}

#head_links_right a {
	text-decoration:none;
	color:#CC6666;
}

#head_links_right a:hover {
	text-decoration:none;
	color:#336666;
}

#websiteslink {
	letter-spacing:5px;
	border-bottom:solid 1px #CCCCFF;
}

#identitylink {
	letter-spacing:6px;
	border-bottom:solid 1px #CCCCFF;
}

#contactlink {
	letter-spacing:6px;
	
}

#aboutlink {
	letter-spacing:7px;
}

#designlink {
	letter-spacing:11px;
	border-bottom:solid 1px #CCCCFF;
}


div.keywords {
	display:none;
}

/*--------------------------------------------------------------*/
/*-----------------------   Pages     --------------------------*/

div.main, div.mainborder {
	margin-left:auto;
	margin-right:auto;
}

div.mainborder {
	width:820px;
	height:370px;
	padding:10px;
	border:1px solid #CC9999;
	background-color:#FFFFFF;
}

div.mainheader {
 	width:100%;
	padding:3px;
	font-size:15px;
	font-weight:bold;
}

div.spacer {
	font-size:5px;
	height:5px;
	margin:0;
	padding:0;
	clear:both;
}

#contactPage {
	height:320px;
}

#footer {
	text-align:center;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	padding:3px;
	font-size:10px;
}

#footer a {
}

/*---------------------------------------------------------------------------*/
/*-----------------------   Front/Website Page     --------------------------*/

table.websiteTable {
	border-collapse:collapse;
	font-size:12px;
	line-height:150%;
}

table.websiteTable td {
	padding:3px;
	width:250px;
	color:#CC6666;
}

#slideshowarea {
	width:300px;
}

#descriptiveGraph {
	/*color:#CC9966;*/
	font-weight:bold;
	font-size:11px;
	line-height:15px;
}

/*----------------------------------------------------------------------------*/
/*-----------------------   Design/Website Page     --------------------------*/

table.designTable {
	border-collapse:collapse;
	font-size:12px;
	line-height:150%;
	width: 100%;
}

table.designTable td {
	color:#CC6666;
	padding: 3px;
	width: 50%;
}
/* subText only exists on the Design page */
#subText {
	font-size:10px;
	color:#666699;
}

div.designSubHeader {
 	width:100%;
	padding:0px;
	margin-top:4px;
	font-size:15px;
	font-weight:bold;
	color:#666699;
}


/*--------------------------------------------------------------*/
/*-----------------------   Manager    --------------------------*/
div.manageBorder {
	width:850px;
	height:100%;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
}

table.siteEdit {
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
}

table.siteEdit a {
	/*color:#336666;*/
}

table.siteEdit a:hover {
	/*color:#009999;*/
}

table.siteEdit td {
	padding:3px;
	color:#666666;
	border-bottom:1px solid #336699;
	background-color:#FFFFFF;
	margin-top:3px;
}

table.siteEdit td.description {
	font-size:10px;
	width:150px;
}

table.siteEdit td.keyimg {
	font-size:10px;
	text-align:center;
	width:80px;
}

table.siteEdit td.title {
	font-weight:bold;
	width:150px;
	text-align:left;
}

table.siteEdit td.edit, table.siteEdit td.delete{
	font-weight:bold;
	width:100px;
	text-align:center;
}

table.siteEdit td.addNew {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border:none;
}

table.siteEdit td.labelSide {
	text-align:right;
	width:120px;
}

table.siteEdit td.fieldSide {
	text-align:left;
	padding-left:5px;
	width:500px;
}

