/* 
  -----------------------------------
  Tab Bar Magic Page Pack CSS
  by Project Seven Development
  www.projectseven.com
  Graffiti Page Pack Layout 02
  2 Column Fixed - menu integrated
	Sidebar on left
  -----------------------------------
*/
body {
	background-color: #8D9298;
	background-image: url(../images/designpics/focd-pbgtexture.jpg);
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/designpics/focd-masthead.jpg);
	background-repeat: no-repeat;
	height: 188px;
	background-color: #72AA91;
}
#logo {
	background-repeat: no-repeat;
	height: 135px;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/designpics/focd-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 750px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 4em 0 0 0;
	background-image: url(../images/designpics/focd_integrated_grunge.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */
#mainbox {
	float: right;
	width: 500px;
}

#mainboxNoSidebar {
	float: right;
	width: 750px;
}
#sidebox {
	float: left;
	width: 250px;
}

#sideboxNone {
	float: left;
	width: 1px;
}

/********CONTENT CONTAINERS*********/

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 20px;
	font-size: 0.85em;
	background-image: url(../images/designpics/focd-vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#maincontent p{
	line-height: 1.5em;
	margin: 8px 0 12px 0;
	text-align: justify;
	
}

#maincontentNone {
	padding: 0 30px 20px 20px;
	font-size: 0.85em;
	background-repeat: repeat-y;
	background-position: left top;
}


#maincontent a:link { color: #65A285; text-decoration: none;  }
#maincontent a:visited { color: #65A285; text-decoration: none;  }
#maincontent a:hover { color: #AA0000;; text-decoration: none;  }
#maincontent a:active { color: #65A285; text-decoration: none; }
#maincontent a:focus { color: #65A285; text-decoration: none; }	



#maincontent li {
list-style-type:disc;
text-align:justify;

}

#maincontentNone a:link { color: #65A285; text-decoration: none;  }
#maincontentNone a:visited { color: #65A285; text-decoration: none;  }
#maincontentNone a:hover { color: #AA0000;; text-decoration: none;  }
#maincontentNone a:active { color: #65A285; text-decoration: none; }
#maincontentNone a:focus { color: #65A285; text-decoration: none; }	


.maincontentNoneImageCenter {
	margin: 5px;
	padding: 5px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #83B39A;
	border-right-color: #83B39A;
	border-bottom-color: #83B39A;
	border-left-color: #83B39A;
	border-width: thin;
}


.picture {
	float: right;
	align: center;
	margin-top: 0.25em;
	margin-bottom: 10px;
	margin-left: 1.5em;
	padding: 6px;
	border: 1px dotted #83B39A;
}
.pictureLeft {
	float: left;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0em;
	padding: 0.25em;
	border: 2px dotted #83B39A;
	margin-right: 1.5em;
}


.picture .caption {
	font-size: 100%;
	text-align: center;
	color: #65A285;
	text-decoration: none;
}


.maincontentImageCenter {
	margin: 5px;
	padding: 5px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #83B39A;
	border-right-color: #83B39A;
	border-bottom-color: #83B39A;
	border-left-color: #83B39A;
	border-width: thin;
}

.callout {
	float: none;
	width: 400px;
	margin: 6px 8px 0px 100px;
	padding: 10px;
	border: 1px solid #333333;
	font-size: 1em;
	color: #7F0000;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 0 10px 20px 14px;
	margin: 0 0 0 0;
}

#sidecontent a:link {
	color: #65A285;
	text-decoration: none;
	font-weight: bold;
}
#sidecontent a:visited {
	color: #65A285;
	text-decoration: none;
	font-weight: bold;
}
#sidecontent a:hover {
	color: #AA0000;
	;
	text-decoration: none;
	font-weight: bold;
}
#sidecontent a:active {
	color: #65A285;
	text-decoration: none;
	font-weight: bolder;
}
#sidecontent a:focus {
	color: #65A285;
	text-decoration: none;
	font-weight: bold;
}

#sidecontentNone {
	font-size: 0.7em;
	margin: 0 0 0 0;
}

#sidecontent p{
	line-height: 1.5em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.25em;
	letter-spacing: 0.3em;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
	color: #004C2F;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.2em;
}
#sidecontent h3.topheading {
	margin: 0;
}

/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	background-image: url(../images/designpics/focd-footer.jpg);
	background-repeat: no-repeat;
	height: 48px;
	background-position: left bottom;	
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	width: 750px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #CECCC4;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
	text-align: center;
	text-decoration: none;
}
/******SKIP LINKS********/
/*Skip Links Container*/
#skips {
	position: absolute;
	top: 6px;
	right: 15px;
	margin: 0 15px 0 0;
}
/*Skip Link Link Styles*/
#skips a, #skips a:visited, #skips a:hover {
	color: #8D9298;
	cursor: default;
	font-size: 0.1em;
}
.p7fix a:active, #skips a:active, #skips a:focus {
	color: #FFFFFF;
	background-color: #4a4a4a;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
/*#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus,*/ 
#footer a:active, #footer a:visited, #footer a, #footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
}
	
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}
#alpha-1 a:hover {background-color: transparent;}
.maincontentImageRight {
	margin: 4px 4px 6px 10px;
	padding: 5px 5px 5px 5px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #83B39A;
	border-right-color: #83B39A;
	border-bottom-color: #83B39A;
	border-left-color: #83B39A;
	border-width: thin;
	float: right;
}
