html { height: 100%; width: 80%; margin:0px auto; }

body { width: 100%; height: 100%; margin: 0 auto; padding: 0; border: 0 none;
	font-family: Verdana, Arial, Helvetica, sans-serif;  background-repeat:no-repeat;
	background-attachment:fixed; background-position:center top;
	background-image:url('../images/misc/background.jpg');
	font-size: 12px; line-height: 15px; color: #000; text-align: center; }

img { border: none; }
#footer_legal .content img.c0 { margin-top: 0px; }

/* the h's */
h1 { font-size: 16px; margin: 2px 0; padding: 0; color: #021072; }
h2, b, strong { font-size: 14px; margin: 15px 0 2px 0; padding: 0; color: rgb(74,112,200); font-weight: normal; }
h3 { font-size: 10px; margin: 2px 0; padding: 0; color: #000; }
h4 { font-size: 8px; margin: 0; padding: 0; color: #000; }
h5 { font-size: 8px; margin: 0; padding: 0; color: #fff; }
h6 { font-size: 6px; margin: 0; padding: 0; color: #000; }

/* Default tables */
table tr td {
	border: none;
	font-size: 10px;
	text-align: right;
}

/* Default paragraphs, links */
p	{ margin:0; padding:0.35em; font-size: 12px; }
p a:link,
p a:visited,
p a:hover,
p a:active { 
	font-weight:bold; 
	color: rgb(74,112,200);
	font-size: 12px;
}


#left { width: 400px; float: left; }
/* for form processing */
p.display-error-message {
	font-size: 10px;
	font-weight: normal;
	color: white;
	background: #cc0000;
}

p.display-status-message {
	font-size: 10px;
	font-weight: normal;
	color: black;
	background: white;
}

#close_window p , #facebook p {
	text-align: left;
	padding: 7px;
}

/* Set the width of the page and the choice of background image */
#page_panel { 
	/* width: 1100px;  JF orig width*/
	width: 1100px; 
	margin: 0px auto; 
	border-left: solid 1px #000; 
	border-right: solid 1px #000; 
	border-bottom: solid 1px #000; 
	background-image:url('../images/misc/background.jpg'); 
}

/* for the page header (generally everything above the menu) */
#header_panel { 
	margin: 0px auto; 
	padding: 0px; 
	height: 132px; 
	position: relative; 
	text-align: left; 
}

#header_panel img { 
	float: left; 
}

/* Used when a company logo is overlayed on to a header image */
#header_panel #logo { 
	margin-top: 0; 
	z-index: 200; 
	position: relative; 
}

#header-text1 {
	position: absolute;
	letter-spacing:-2px;
	top: 33px;
	font-size: 18px;
	margin-left: 580px;
	z-index: 1000;
	color: rgb(74,112,200);
}

#header-text2 {
	position: absolute;
	letter-spacing:-2px;
	top: 56px;
	font-size: 18px;
	margin-left: 725px;
	z-index: 1000;
	color: rgb(74,112,200);
}

/* This is for the main menu (horizontal - most settings for the menu are in the pro_dropdown_3.css) */
#main_menu { 
	padding: 0 8px; 
	margin: 0; 
}

/* menu font */
#nav span { 
	font-size: 14px; 
}  

/* main page attributes */
#main { 
	margin: 0; 
	padding: 0px; 
	width: 100%; 
	background: transparent; 
}

/* The footer */
#footer_panel { 
	clear: both;
	margin: 0px; 
	margin-top: -40px; 
	background-color: #312c66;
	width: 100%;
	height: 130px;
} 

#footer_panel .content { width: 100%; text-align: right; }

#footer_panel .content p img { 
	margin: 0 0 -3px -4px;
}

#footer_panel .content p {
	width: 100%;
	height: 170px;
	position: relative;
	font-size: 8px;
	margin-top: -100px;
}

#footer_panel .content p a#brag_tag {
	position: relative;
	text-decoration: none;
	text-align: right;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin-right: 30px;
	top: -160px;
}

#footer_panel .content p#footer-info {
	float: right;
	position: relative;
	margin-right: 25px;
	margin-top: 50px;
	font-size: 10px;
	top: -200px;
	color: #000;
	
}

#footer_panel .content p#footer-info a {
	position: relative;
	text-decoration: none;
	text-align: right;
	margin-top: -5px;
	color: #000;
	font-size: 10px;
	font-weight: normal;
}

#image-area { width: 100%; margin-top: 7px; }
#main-picture { margin: 0 auto; float: left; z-index: 50; }
#image-area img.sub-picture { margin: 0 auto; float: right; } /* this must be used WITHOUT the fade effect to get them to align with main image */
#image-area img.sub-picture1 { margin: 0 auto; float: right; margin-top: -333px; } /* these must be used WITH the fade effect to get them to align with main image */
#image-area img.sub-picture2 { margin: 0 auto; float: right; margin-top: -222px; } /* these must be used WITH the fade effect to get them to align with main image */
#image-area img.sub-picture3 { margin: 0 auto; float: right; margin-top: -111px; } /* these must be used WITH the fade effect to get them to align with main image */
/* This is the attributes of the main page behind the margins that divide it into sections/columns */

#page-content { 
	margin: 0 auto; 
	padding: 0px; 
	text-align: center; 
	background: transparent; 
	color: #333; 
	overflow: visible; 
	margin-bottom: 20px; 
}

/* Page Content */
#page { 
	padding: 0; 
	margin: 0 auto; 
	vertical-align: top; 
	background: transparent; 
}

/* login screen */
#login {
	background-color: #dfe9f6;
	border: solid 3px #eee;
	padding: 5px 0px;
	margin-top: 5px;
}

#login_menu {
	text-align: left;
	margin-left: 200px;
}

#uid {
	line-height: 30px;
	padding: 0 20px;
	background: transparent;
}

#lbl_uid {
	vertical-align: middle;
	font-size: 12px; 
	color: #00f;
}

#txt_uid {
	padding-top: 3px;
	float: right;
}

#pwd {
	line-height: 30px;
	padding: 0px 20px 5px 20px;
	background: transparent;
}

#lbl_pwd {
	vertical-align: middle;
	font-size: 12px;
	color: #00f;
}

#txt_pwd {
	padding-top: 3px;
	float: right;
}

.background_panel {
	width: 300px;
	background-color: #ced9e7;
	margin: 5px;
	padding: 5px;
	border: solid 6px #ccc;
}

.title_bar {
	height: 15px;
	background-color: #c1d6f1;
	padding: 3px;
	border: solid 3px #ddd;	
}
.panel_title {
	margin: 0px 5px;
	padding: 0px; 
	color: #1d1983;
}

#btn_submit {
	padding: 14px 0px 0px 0px;
	float: right;
}

#mainFrame {
	width: 100%;
	float: left;
	text-align: left;
}

/* Just used on the admin screens */
#admin-margin1 {
	width: 201px;
	text-align: center;
	float: left;
	margin: 7px 0 0 0;
	background-color: #1d1983;
}

#admin-margin4 {
	width: 859px;
	float: left;
	text-align: left;
	color: #133;
	background-color: ivory;
	margin-right: 10px;
	padding: 15px; 
}

#left-margin {
	width: 190px;
	text-align: center;
	float: left;
	margin: 0 auto;
	padding: 0 15px 0 0;
	z-index: 10;
}

#left-margin img { 
	margin: 0 auto;
}

#content-block {
	width: 865px;
	float: left;
	margin: 0 auto;
}

#content-block img#main {
	width: 550px;
	height: 372px;
	margin: 0 auto;
}


#right-margin {
	width: 165px;
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
}

/* These next 2 sections will allow the page to display equal length columns. */
#columns { 
	float: left; 
	background: transparent; 
}

#inner { 
	width: 1100px;
	background: #fff;
	float: left; 
	overflow: hidden;
}
/* Jean added this to place two columns on an  other_pages_columns template */
#Column1{
	width:  300px;
	margin-left: 580px;
	}

#Column2{
        float:  right;
	margin-top: -20px;
	}

/* To force items to the next line */
.clear 
{ 
	clear: both; 
	padding-top: 0; 
}

/* Titles for articles */
.title p { 
	font-size: 16px; margin: 15px 0 2px 4px; padding: 0; color: #021072; font-weight: normal; 
}

form#dir { text-align: left; } 

/* Sub-titles for articles */
.subtitle {
	clear: both;
	font-size: 12px;
	color: #021072;
	font-weight: 800; 
	margin: 0; 
	padding: 0;
}

/* image positions for the selections provided in a component */
div.content p img.c2 {
	clear:both;;
	margin: 0px 10px 10px 40px;
	padding: 2px;
}

div.content p img.c3 {
	float: right;
	margin: -50px 10px 10px 40px;
	padding: 2px;
}

div.content p img.c4 {
	clear: both;
	float:left;
	margin: 20px 10px 10px 40px;
	padding: 2px;
}

div.content p img.c6 {
	float: right;
	margin: 0px 10px 10px 40px;
	padding: 2px;
}

div.content p img.c8 {
	clear: both;
	margin: 20px 10px 10px 40px;
	padding: 2px;
}

div.content p img.c9 {
	float: right;
	margin: 50px 10px 10px 40px;
	padding: 2px;
}

/* More clear */
.clr {
clear: both;
font-size:0;
line-height:0;
border: 0px;
}

/* When there is a file attachment in a component that displays the file size */
span.file_size { 
	font-size: 9px;
	margin: 4px; 
	padding: 0; 
	color: #000; 
	display: inline;
}

/* Email response */
.mail-results {
	font-size: 11px;
	font-weight: 600;
	margin: 4px; 
	padding: 0; 
	color: #1d1983; 
	display: inline;
}

div[id*='page_'] {
	text-align: left;
}

div[id*='page_'] .title {
	font-size: 12px; 
	margin: 15px 0 2px 0; 
	padding: 0; 
	color: rgb(74,112,200);
	font-weight: 800; 
}

div[id*='page_'] .subtitle {
	clear: both;
	font-size: 10px; 
	margin: 0; 
	padding: 0; 
	color: #021072;
	font-weight: 400; 
}

div[id*='page_insert_'] .read-more span {
	color: #B9121B;
	font-weight: bold;
	margin-left: 285px;
}

div[id*='page_insert_'] .read-more a {
	color: #B9121B;
	font-weight: bold;
}

div[id*='page_insert_'] {
	width: 100%;
	height: 194px;
}

div[id*='page_insert_'] .summary {
	width: 550px;
	height: 194px;
	background: #71625b;
	position: relative;
}

div[id*='page_insert_'] .summary p {
	width: 255px;
	color: #fffef8;
	line-height: 20px;
	font-weight: normal;
	float: right;
	padding: 15px 10px 0 0;
}

div[id*='page_insert_'] .thumbnail {
	float: left;
	margin: 0 auto;
	width: 275px;
	height: 194px;
	top: 0;
	position: absolute;
}


div[id*='page_insert_'] .summary .read-more span {
	color: #fffef8;
}

div[id*='page_insert_'] .summary .read-more a {
	color: #fffef8;
	font-weight: normal;
	text-decoration: none;
}

div[id*='projects_'] {
	text-align: left;
}

div[id*='projects_'] .title {
	font-size: 12px; 
	margin: 15px 0 2px 0; 
	padding: 0; 
	color: rgb(74,112,200);
	font-weight: 800; 
}

div[id*='projects_'] .subtitle {
	clear: both;
	font-size: 10px; 
	margin: 0; 
	padding: 0; 
	color: #021072;
	font-weight: 400; 
}

div[id*='projects_'] .read-more a {
	color: #B9121B;
	font-weight: bold;
}

#footer_panel .content img.c9 {
	clear: both;
	float: right;
	margin-top: -140px;
	margin-right: 25px;
	z-index:1000;
}