/* 
  -----------------------------------
  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/graf-pbgtexture.jpg);
	color: #165EAD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 20px 0;
	padding: 0;
}
#masthead {
	background-image: url(../images/graf-masthead.jpg);
	background-repeat: no-repeat;
	height: 137px;
	background-color: #429AE4;
}
#logo {
	height: 135px;
}
/********LAYOUT WRAPPER**********/
#layout {
	width: 766px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/graf-shadow.jpg);
	background-repeat: repeat-y;
}
/********MENU WRAPPER**********/
#menubar {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 750px;
}

/********COLUMN WRAPPER**********/
#columnwrapper {
	margin: 0 auto;
	width: 750px;
	padding: 0 0 0 0;
	background-image: url(../images/graf_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: 540px;
}
#sidebox {
	float: left;
	width: 210px;
}

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

/*Main Content*/
#maincontent {
	padding: 0 30px 20px 20px;
	font-size: 0.8em;
	background-image: url(../images/graf-vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#maincontent p{
	line-height: 1.5em;
	margin: 0 0 12px 0;
}
.callout {
	width: 167px;
	margin: 0 0 20px 0;
	font-size: 0.75em;
}
/*Sidebar*/
#sidecontent {
	font-size: 0.7em;
	padding: 10px 15px 20px 24px;
	margin: 0 0 0 0;
}
#sidecontent p{
	line-height: 1.5em;
	margin: 12px 0;
}
/********HEADINGS*******/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 1.25em;
	letter-spacing: 0.3em;
	font-weight: normal;
	color: #165EAD;
}
h1, h2, h3, h4 {
	line-height: normal;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.25em;
}
h3 {
	margin: 1.5em 0 0 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #9900FF;
	letter-spacing: 0.3em;
}
#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/graf-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: #999999;
}
/*Footer Content*/
#footer {
	padding: 0 0 0 30px;
}
/******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: #d6d1be;
	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:hover, #footer a:active, #footer a:focus {
	background-color: #639adb;
	color: #FFFFFF;
	text-decoration: none;
}
#columnwrapper a, 
#footer a {
	color: #639adb;
	text-decoration: none;
}
.p7TBMsubbox {
	padding: 4px 0 24px 12px;
}
#alpha-1 a:hover {background-color: transparent;}

/* FORM STYLES */
form#contactform div {
 clear: both; 
 padding-top: 6px; 
 }
 
 form#contactform {
font-size: 1em; 
color: #0000FF; 
margin: 20px 20px 30px 30px; 
padding: 5px; 
width: 80%;
background-color: #D1E2F8; 

}
#contactform fieldset { 
border: 1px solid black;
padding: 18px;
color: #000099;
}

#contactform legend {
 font-weight: normal; 
 font-size: 1.3em;
color: #9900FF;
 }

#contactform label {
 float: left; 
 width: 25%; 
 }
#contactform input,#contactform textarea { 
float: right; 
width: 70%; 
text-align: left;
border: 1px solid black; 
}

#contactform input {
border: 1px #000000 solid;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
height: 20px;
}

#contactform textarea { 
height: 100px; 
}

#contactform #send { 
float: right; 
margin: 0; 
width:40%; 
text-align: center; 
background-color: #CCCCCC;
color: #333333; 
padding: 0px 2px;
}

#contactform textarea:focus, #contactform input:focus, #contactform select:focus {
	background-color: #F2DFFF;
	color: #000099;}
/* end form styles */
