/*Patrick Johnson CSS Document */

/**** Globals ****/
body {
	background: #cccccc;
	text-align: center;
	padding-top: 0px;
	margin: 0px;
}
div ul li {
	color: #000000;
}
div{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #4d5373;
}
img {
	border: 0px;
}
sup {
	font-size: 8px;
}
name {
	font-size: 20px;
	font-weight: bold;
	color: #41476b;
	diaplay:inline;
}

* html sup{
	font-size: 12px;
}
*:first-child+html sup {
	font-size: 12px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	text-align: inherit;
	padding: 4px;
	margin: 0px;
}
.expand {
	clear:both;
}
a, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #4d5373;
	text-decoration: none;
}
a:hover {
	color: #ec6c73;
}
a.nav_link, a.nav_link:active {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	margin-left: 14px;
	margin-right: 16px;
}
a.nav_link:hover {
	color: #ec6c73;
}
a.link_h2, a.link_h2:active {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #4d5373;
	text-decoration: none;
}
a.link_h2:hover {
	color: #ec6c73;
}

/**** Text ****/
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	/* Top, Right, Bottom, Left */
	margin: 0px 0px 0px 0px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #41476b;
	/* Top, Right, Bottom, Left */
	margin: 0px 0px 0px 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	color: #6d728b;
	/* Top, Right, Bottom, Left */
	margin: 0px 0px 0px 0px;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	/* Top, Right, Bottom, Left */
	margin: 0px 0px 0px 3px;
}

span {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #41476b;
}
span.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: red;
}
p.header_text {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 3px;
}

/**** Page ****/
#bg {
	background: url(../images/bg.jpg) top repeat-x #ffffff;
	width: 900px;
	padding-bottom: 5px;
	margin: 0px auto;
}
#top_wrapper {
	width: 890px;
	padding-top: 20px;
	margin: 0px auto;
}
#bottom_wrapper {
	width: 900px;
	padding-top: 10px;
	margin: 0px auto;
}
div#small_nav {
	width: 890px;
	*width: 890px;
	height: 20px;
	text-align: right;
}
/*For IE7 */
html>body #small_nav {
	margin-top: 18px;
}
div#nav {
	background: #42496b;
	width: 890px;
	*width: 890px;
	height: 18px;
	text-align: center;
	padding-top: 2px;
}

/*For IE7 */
html>body #nav {
	margin-top: 18px;
}
div#people {
	background: url(../images/people.jpg) no-repeat;
	width: 890px;
	*width: 890px;
	height: 127px;
	margin-top: 4px;
}
.block {
	background: url(../images/blockbg.jpg) repeat-x;
	width: 320px;
	height: 77px;
	padding-left: 30px;
	padding-top: 20px;
	margin-bottom: 7px;
}
.block_even {
	background: url(../images/blockbg.jpg) repeat-x;
	width: 320px;
	height: 77px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	margin-bottom: 7px;
}
#content {
	width: 530px;
}
.page_hader {
	background: url(../images/box.jpg) no-repeat #43496b;
	width: 530px;
	height: 21px;
	margin-bottom: 10px;
}
div#bottom {
	clear: both;
	width: 900px;
	margin: 0px auto;
}

/*For IE7*/
html>body div#bottom {
	margin-top: 0px;
}
div#links {
	background: #ffffff;
	width: 350px;
	height: 170px;
	margin-bottom: 7px;
}
div#pictures {
	background: #ffffff;
	width: 302px;
	height: 346px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	margin-bottom: 7px;
}
div#float_image {
	display: block;
	width: 271px;
	height: 210px;
	float: right;
	margin-left: 8px;
}

/**** Top Float ****/
#top_float_wrapper {
	width: 890px;
	height: 90px;
	padding: 0px;
	margin-bottom: 18px;
	*margin-bottom: 0px !important;
}
#top_left_col {
	width: 572px;
	height: 90px;
	padding: 0px;
	text-align: left;
	float: left;
}

/*For IE7 */
html>body #top_left_col {
	float: left;
}
/*name {
	font-size: 21px;
	font-weight: bold;
	color: #41476b;
}*/
#top_right_col {
	width: 318px;
	height: 90px;
	padding-top: 18px;
	margin-left: 572px;
	*margin-left: 0px !important;
	text-align: left;
	*float: right !important;
}
/*For IE7 */
html>body #top_right_col {
	float: none;
}

/**** Bottom Float ****/
#bottom_float_wrapper {
	background: url(../images/rightcolbg.jpg) repeat-y;
	width: 900px;
	min-height: 477px;
	padding: 0px;
	margin-bottom: 10px;
}
#bottom_left_col {
	width: 350px;
	min-height: 477px;
	height: 100%;
	*height: 477px !important;
	padding: 0px;
	text-align: left;
	float: left;
}
/*For IE7 */
html>body #bottom_left_col {
	min-height: 477px;
	height: auto;
}
#bottom_right_col {
	width: 530px;
	min-height: 472px;
	height: 100%;
	*height: 472px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-left: 360px;
	*margin-left: 0px !important;
	*float: right !important;
}
/*For IE7 */
html>body #bottom_right_col {
	min-height: 472px;
	height: auto;
	float: none;
}

/**** Bottom Float PAGES ****/
#bottom_float_wrapper_pages {
	background: url(../images/leftcolbg.jpg) repeat-y;
	width: 900px;
	min-height: 477px;
	padding: 0px;
	margin-bottom: 10px;
}
#bottom_left_col_pages {
	width: 530px;
	min-height: 472px;
	height: 100%;
	*height: 472px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-right: 360px;
	*margin-right: 0px !important;
	*float: left !important;
}
/*For IE7 */
html>body #bottom_left_col_pages {
	min-height: 472px;
	height: auto;
	float: none;
}
#bottom_right_col_pages {
	width: 350px;
	min-height: 477px;
	height: 100%;
	*height: 477px !important;
	padding: 0px;
	text-align: left;
	float: right;
}
/*For IE7 */
html>body #bottom_right_col_pages {
	min-height: 477px;
	height: auto;
}

/***** FORMS *****/
form {
	text-align:left;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin:0px;
}

input.formstyle, textarea.textareastyle {
	width: 312px;
	border: 1px solid;
	border-color: #42496b;
	background-color:#FFFFFF;
	padding:2px 4px 2px 4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#42496b;
}

input.formstyle:focus, textarea.textareastyle:focus {
	border: 1px solid;
	border-color: #42496b;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#42496b;
}

.altbuttonformat {
	border: 1px solid;
	border-color: #42496b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#42496b;
	background-color:#ffffff;
}
