/**
* -------------------------
* @section Page layout
* -------------------------
*/

#page {
	background-color: #fff;
	margin: 24px auto 0 auto;
	padding: 12px 13px;
	position: relative;
	width: 976px;
	width: 950px;
}



/**
* -------------------------
* @section Header
* -------------------------
*/

#header {
	background-color: #00285e;
	background-repeat: no-repeat;
	background-position: left top;
	height: 234px;
	margin-bottom: 11px;
	position: relative;
	width: 100%;
	z-index: 200;
}

	#header h1.bg { text-indent: -9999px; }

	/**
	* @subsection Site logo
	*/
	#header .logo {
		height: 100px;
		left: 10px;
		position: absolute;
		top: 62px;
		width: 344px;
	}
		#header .logo,
		#header .logo img {
			display: block;
			text-decoration: none;
		}
		.images-on #header .logo img { display: none; }



/**
* -------------------------
* @section Content
* -------------------------
*/

#content {
	display: block;
	float: left;
	margin-bottom: 3.64em;
	position: relative;
	width: 100%;
}
div.home-layout { margin-bottom: 0 !important; }
	#content div.column {
		display: inline;
		float: left;
		left: 100%;
		position: relative;
	}

	/* Three column layout (default). */
	#body {
		margin-left: -748px;
		width: 508px;
	}

	/* One column layout. */
	div.one-column #body {
		margin-left: -937px;
		width: 680px;
	}

	/* Two column layout. */
	div.two-column #body {
		width: 734px;
	}

	/* Home page column layout. */
	div.home-layout #body {
		margin-left: -950px;
		width: 591px;
	}

	#sidebar {
		margin: 15px 0 0 -218px;
		overflow: hidden;
		width: 206px;
	}

	/* Home pae column layout. */
	div.home-layout #sidebar {
		margin: 0 0 0 -348px;
		width: 348px;
	}

	#navigation {
		margin-left: -937px;
		width: 155px;
	}



/**
* -------------------------
* @section Footer
* -------------------------
*/

#footer {
	clear: both;
	padding-top: 1px;
	position: relative;
	width: 100%;
}
	/* Ensure copyright info. is vertically aligned with logos. */
	#footer p { margin-top: 15px; }

	/* Series of logos appear to the right of the copyright info. */
	#footer a.logo,
	#footer img.logo {
		float: right;
		margin: -15px 0 0 26px;
		position: relative;
	}



/**
* -------------------------
* @section Data/content tables
* -------------------------
*/

table.data {
	border-bottom: 1px solid #b7daee;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.82em 0;
	width: 100%;
}
	table.data tr {
		vertical-align: top;
	}
		table.data tr th {
			border-bottom: 1px solid #00285e;
			color: #00285e;
			font-weight: bold;
			padding: 5px 8px;
			vertical-align: bottom;
		}
			table.data tr th p { margin: 0; }
		table.data tr td {
			border-left: 1px dotted #b7daee;
			border-right: 1px dotted #b7daee;
			border-bottom: 1px solid #b7daee;
			border-top: 1px solid #b7daee;
			padding: 5px 8px;
		}
		table.data tr.shade td { background-color: #f0f8fc; }
		table.data tr td.first { border-left: 0; }
		table.data tr td.last { border-right: 0; }



/**
* -------------------------
* @section Home Page Feature
* -------------------------
*/
div.feature-home-grad {
	background: #fff url(../App_Images/layout/layout_homefeaturegradbg_11w_64h.gif) repeat-x left top;
	color: #00285e;
	font-size: 1.18em;
	font-weight: bold;
	margin: 12px 0px;
	padding: 10px 11px 15px 11px;
}
	div.feature-home-grad a:link,
	div.feature-home-grad a:visited,
	div.feature-home-grad a:hover,
	div.feature-home-grad a:active {
		color: #00285e;
		text-decoration: none;
	}
	div.feature-home-grad a:hover,
	div.feature-home-grad a:active {
		text-decoration: underline;
	}
	
	div.feature-home-grad * {
		margin: 0;
	}




/**
* -------------------------
* @section Miscellaneous
* -------------------------
*/

/**
* @subsection Skip over navigation
*/
#skipper { display: none; }

/**
* @subsection Graphical headers
*/
.images-on .bg {
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-decoration: none;
	text-indent: -5000px;
}
.images-on a.button,
.images-on button.bg {
	border: 0;
	cursor: pointer;
	height: 19px;
}
.images-on a.bg.button:hover,
.images-on a.bg.button:active,
.images-on button.bg:hover,
.images-on button.bg:active {
	background-position: 0 -19px;
}

/**
* @subsection Right alignment of text block
*/
p.align-right {
	text-align: right;
}

/**
* @subsection Center alignment of text block
*/
p.align-center {
	text-align: center;
}

/**
* @subsection List of radio buttons
*/
ul.RadioList { 
	list-style-type: none !important;
	margin-left: 0;	
}


/**
* @subsection Float "clearfix"
*/
.clearfix:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */


/* PRForm */

.PRForm
{
    border: 1px solid #C3D2E0;
    background: #EEF3F8;

    width: 320px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    padding: 20px;

    font-size: 13px;
}

.PRForm.wide
{
    width: 694px;
    border: none;
    background: white;
    padding: 0;
}

.PRForm input[type=text]
{
    border: 1px solid #6AA6CD;
    padding: 2px 4px;
}

/* .PRForm input[type=text]:focus, .PRForm input:focus
{
    background: #FFEEBA;
} */

.RadCaptcha, .CheckBoxList, .NameEmail
{
    line-height: 2.4em;

    margin-bottom: 10px;
    width: 300px;
}

.RadCaptcha label
{
    display: block;
    font-size: 10px;
}

.RadCaptcha img
{
    background: #6AA6CD;
    padding: 2px;
}

.PRForm .btnSubmit, .commentsButton
{
    background: #00285e url(../App_Images/layout/rotator_navigation_591w_bg.gif) no-repeat;
    border: none;
    color: white;
    padding: 6px 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.PRForm .sf_contentCommentForm ul
{
    margin: 0; padding: 0;
    line-height: 2.4em;
}

.PRForm ul, .PRForm ul li
{
    list-style-type: none;
}

.PRForm li label
{
    display: block;
}

.PRForm li input
{
    display: block;
}  

.comments span.date
{
    color: #4CA2D1;
    font-size: 0.9em;
}

a.submit_comment, a.submit_comment:visited
{
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: bold;
    color: #00285E;
}   

ul.comments
{
    margin: 0;
    border: 1px solid #DBEDF6;
    padding: 12px 12px 1px;
    margin: 20px 0 16px 0;

    display: block;
}

ul.comments li
{
    list-style-type: none;
    padding: 5px 0px 8px;
    border-top: 1px dotted #4BA3D3;
}

ul.comments li .comment
{
    font-size: 12px;
    font-weight: bold;
}

ul.comments li:first-child
{
    border-top: none;
}

.texarea-wrapper
{
    display: block;
    margin-bottom: 10px;
}
