/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  11: 1Col_Flex
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #303030;
	margin: 0px;
	padding: 0;
	min-width: 720px;
	list-style-type: square;
}
#masthead {
	color: #999999;
	background-color: #303030;
	padding: 0px;
	margin: 0;
	height: 75px;
	width: 100%;
}
#thanks {
	height: 200px;
	width: auto;
	clear: both;
	padding: 0px;
	border-top: 1px solid #333333;
	background-color: #FFFFFF;
}
#welcomeWrapper {
	height: 400px;
	width: auto;
	clear: both;
	padding: 0px;
	border-top: 1px solid #333333;
	background-color: #222222;
}
#welcomeWrapperContent {
	height: 400px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
}
#p7bod #thanks h1 {
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#logo {
	height: 63px;
	width: 75px;
	position: absolute;
	left: 10px;
	top: 5px;
	clear: both;
}
#p7bod #masthead .content h1 {
	font-size: 14px;
	font-weight: lighter;
	margin-left: 100px;
	letter-spacing: 1px;
}
#mainNavWrapper {
	width: auto;
}
#mainNavWrapperCenter {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
}
#center {
	width: 100%;
	background-color: #f2f2f2;
}
blockquote  {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
	margin-right: 4em;
	margin-left: 0em;
	padding-right: 1em;
	padding-left: 1em;
	background: url(../image/upQuote.gif) no-repeat;
	padding-top: 1em;
	margin-top: 1.8em;
	width: 250px;
	border-right: 1px solid #666666;
	z-index: 300;
	height: 250px;
}
blockquote   span {
	text-align: right;
	font-weight: bold;
	background: url(../image/downQuote.gif) no-repeat right bottom;
	line-height: 1.2;
	padding-bottom: 2.4em;
	display: block;
	padding-top: 0em;
	padding-right: 2em;
	z-index: 300;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#leftBlockquote {
	width: 275px;
	position: relative;
	z-index: 200;
	float: left;
	margin-top: 7px;
	padding-top: 7px;
}
.image {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#center .content {
	padding: 20px 24px;
	font-size: 12px;
	line-height: 1.65em;
	border: 1px solid #000;
}
#centerWrapper {
}
#masthead .content {
	padding: 12px 20px;
}
#scrollWrapper {
	height: 400px;
	width: 400px;
	background-color: #000000;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #999999;
	background-color: #303030;
	padding: 10px;
	margin: 10 0 0;
	font-size: 10px;
	border-top: 1px solid #333333;
	width: auto;
	z-index: 200;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	border-color: #000000 !important;
}
h1 {
	font-size: 14px;
	margin: 0;
}
h2 {
	font-size: 12px;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
li {
	list-style-type: square;
}
.copyLead {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5em;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
/*Start contact css*/
fieldset {
	clear: both;
	width: 668px;
	margin: 0px 0 1em;
	padding: 0px 0 1em;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background-image: url(../images/fieldsetBG.png);
	background-repeat: repeat-x;
	float: left;
	border-style: none;
	background-color: transparent;
} 
fieldset input {
	border : 1px solid #6C6CA2;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
}
label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
	font-size: 12px;
}
label span {
	float: left;
}
fieldset fieldset {  
margin-bottom: -2.5em;  
border-style: none;  
background-color: transparent;  
background-image: none; 
} 
fieldset fieldset legend {  
margin-left: 0;  
font-weight: normal; 
} 
fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;
}
.fieldsetBorder {
	border: 1px solid #262863;
	padding: 10px 10px 10px 14%;
	background-image: url(../image/formDis.jpg);
	background-repeat: no-repeat;
}
.fieldsetBorder2input {
	background-color: #BFBAB0;
}
 {
	background-color: #BFBAB0;
	color: #333333;
}
.small {
	font-size: 12px;
	font-weight: lighter;
}
.red {
	font-weight: bold;
	color: #FF0033;
}
.black {
	color: #000000;
	font-weight: bold;
}
.yellow {
	font-weight: bold;
	color: #deb831;
}
