/******************************************************************************
Filename:	screen.css
Project:	iSurity
Purpose:	Main CSS File
******************************************************************************/

body {
	margin: 0px;
	background-image: url(../IMAGES/global/media/isurity_bkgrnd.gif);
}
img{border:none;}
#wrapper {
	width: 997px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E6E6E6;
	background-repeat: no-repeat;
	border-right:1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	height: 113px;
}

#logo {
	width: 201px;
	float: left;
	height: 98px;
}
#topNavContainer{position:absolute; top:10px; margin-left:182px;}
#navwrap {
	float: left;
	width: 740px;
	margin-top: 40px;
	margin-left: 30px;
}
#navwrap ul li{margin-top:0px;}
#navwrap a {
	font-family: Tahoma, Arial, Geneva;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	display: block;
	background-image: url(../IMAGES/global/media/button-bkgd.gif);
	height: 26px;
	padding-top: 8px;
	padding-right: 9px;
	padding-left: 9px;
	margin-right:2px;
}
html > body #navwrap a{padding-right: 11px; padding-left: 11px;
}
#navwrap a:hover {
	color: #052E57;
	font-size: 12px;
	text-decoration: none;
	background-image: url(../IMAGES/global/media/button-bkgd-o.gif);
}
#contentwrap {
	width: 999px;
	float: left;
	clear: both;
}
#flash_slide {
	width: 775px;
	float: left;
	height: 231px;
	display: block;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 735px;
	padding: 20px;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-color: #FFFFFF;
}
#content a {
	text-decoration: none;
	color: #016DB5;
}
#content a:hover {
	text-decoration: underline;
}


/* for understanding browsers */
#content {
min-height:360px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html #content {
height: 360px;
}
html> #content {
height:auto;
min-height:360px;
}
/**/
#content_image {
	float: right;
}

#content h1 {
	font-family: Tahoma, Arial, Geneva;
	font-size: 21px;
	color: #005ac3;
	margin: 0px;
}
#content p {
	margin: 7px 0px;
}
#welcome {
	float: left;
	width: 357px;
	margin-right: 25px;
}

#highlights {
	width: 732px;
	font-size: 11px;
	clear: both;
	float: left;
	margin-top: 20px;
}
#highlights a {
	text-decoration: none;
}

#ncme {
	width: 332px;
	float: left;
	padding-left: 10px;
	line-height: 18px;
}
#ncme h1 {
	color: #004731;
}

#login {
	width: 277px;
	float: left;
	background-image: url(../IMAGES/global/media/login_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	background-position: 1px 5px;
}
#login2 {
	width: 257px;
	float: left;
	margin-left: 25px;
	background-image: url(../IMAGES/global/media/login_icon.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	background-position: 1px 5px;
}
#login h1, #login2 h1 {
	color: #cd9d0d;
}

#content h1 a{
	text-decoration: none;
	color: #cd9d0d;
}
#content h1 a:hover{
	text-decoration: underline;
	color: #cd9d0d;
}

#rt_column {
	width: 222px;
	float: right;
	margin-top:-231px;
}
#rt_column p {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 7px 0px 7px 10px;
}
#rt_column a {
	text-decoration: none;
	color: #005AC3;
}
#rt_column a:hover {
	text-decoration: underline;
}



#rt_column h1 {
	font-family: Tahoma, Arial, Geneva;
	font-size: 21px;
	color: #005ac3;
	margin: 2px 0px 0px 8px;
}
#rt_column h2 {

	font-family: Tahoma, Arial, Geneva;
	font-size: 21px;
	color: #cc0000;
	margin: 15px 0px 0px 8px;
}
#rt_nav {width:220px;
}
#rt_nav a {
	display: block;
	background-image: url(../IMAGES/global/media/side_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 24px;
	margin-bottom: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 34px;
	padding-top: 8px;
	margin-top: 4px;
	color: #333333;
}
#rt_nav a:hover {
	background-image: url(../IMAGES/global/media/side_button.gif);
	background-repeat: no-repeat;
	background-position: 0px -31px;
	text-decoration: none;
	color: #FFFFFF;
}
#footerwrap {
	width: 999px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D1D1;
	clear: both;
	height: 40px;
}
#footer {
	width: 735px;
	background-color: #FFFFFF;
	padding: 10px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	height: 20px;
}
#footer a {
	text-decoration: none;
}

#pxs_credit .sitedesign {
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	float: left;
	height: 15px;
	margin-top: 1px;
	margin-left: 8px;
}
#pxs_credit {
	float: right;
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
	height: 22px;
	background-color: #E6E6E6;
}

#pxs_credit .praxisicon a {
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	float: right;
	width: 105px;
	background-image: url(../IMAGES/global/media/praxis_symbol_03.gif);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	background-position: 3px 0px;
	height: 15px;
	padding-top: 1px;
}
#pxs_credit .praxisicon a:hover {
	color: #666666;
	text-decoration: none;

}


/**** Forms Styles ****/

/* Dean, this style defines the table that contains the form. Each row has 2 cells. */
.formtable {
	padding: 2px;
	margin: 2px;
	margin-top:25px;
	width: 400px;
	background-color: #D4E3F3;
	border: 1px solid #007AC3;
}

/* Dean, this style defines the cell that contains the text displayed if not 
   all required forms are filled in. EX: Please complete all required fields.*/
.requiredtext {
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	color: #FF3300;
	width: 400px;
	
}

/* Dean, this style defines the rightmost cell containing the name/description 
   of the form field. */
.formnamecell {
	font-family: verdana;
	font-size: 11px;
	padding: 7px;
	background-color: #CCCCCC;
	color: #333333;
	
}

/* Dean, this style defines the rightmost cell containing the name/description 
   of the form field if the field is required, and not filled in. EX: red text. */
.invalidformnamecell {
	font-family: verdana;
	font-size: 11px;
	background-color: #CCCCCC; 
	color: #A83535;
}

/* Dean, this style defines the leftmost cell containing the form field. */
.formfieldcell {
	

}

/* Dean, this style defines the cell containing the form title. (NOT USED ON
   RIVERBIRCH! */
.formtitle {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* Dean, this style defines the rows containing form section headers. */
.formheader {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #007AC3;
	color: #FFFFFF;
}

.formButton{color:#C6DBF2; background:#285179}
#homeLogin a{text-align:left;}
.buttonAlign{text-align:center;}

.null{
 line-height: 0px;
}

/**** Press Releases ****/
.pressTitle{margin-bottom:3px; font-size:12px; font-weight:bold; color:#000000;}
.pressDate{font-size:11px;}
.pressContact{margin:10px 0 10px 0; font-size:11px; font-weight:normal;}
.pressContact a{}
.pressAbout{margin-top:20px; font-size:11px; color:#282828; font-weight:normal; border-top:1px dotted #37aefe; padding-top:10px; }
.returnLink a{font-size:11px; text-align:center;}
.pressSummary{margin-bottom:25px; font-size:11px; color:#282828; font-weight:normal; }

/**** Forms ****/
.error{margin:5px 0px 5px 15px; padding:0px; font-weight:bold; color:#990B08; clear:both;}

p {line-height : 1.4em;}