/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Site.Master */
#mainForm
{
	border: 0; 
	margin: 10px;
	background-color: #000000;
}

#mainFormDiv
{
	background-color: #ffffff;
	width: 960px;
	max-width: 960px;
	top: 0px;
	left: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#header
{
	position: relative;
	top: 0px;
	width: 960px;
	height: 50px;
	max-height: 50px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #000000 url('../../Content/Header.jpg');
}

#flag 
{
	float: left;
	position: relative;
	margin-left: 275px;
	margin-top: 10px;
}
.menu
{
	height: 32px;
	width: 960px;
	max-width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #272b30 url('../../Content/bg_Menu.gif') repeat-x;
}
.bannerContainer
{
	clear: both;
	width: 960px;
	height: 150px;
	max-height: 150px;
	margin: 0px auto;
	padding: 0px 0px 0x 0px;
	background: #272b30 url('../../Content/header-SS.jpg') repeat-x;
}
#separator
{
	clear: both;
	height: 10px;
	max-height: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000000 url('../../Content/separator.jpg') repeat-x;
}
.bodyContainer
{
	clear: both;
	overflow: hidden;
	width: 960px;
	padding: 0px 0px 0px 0px;
	background: #000000 url('../../Content/bgBody2.jpg') repeat-y;
}

.navbar
{
	float: left;
	margin:  0px 0px 0px 0px;
}

.masterContent 
{
	clear: right; 
	float: right; 
	margin:  10px; 
	padding: 5px; 
	background-color:Silver;
	
}

.bodyBulletLists 
{
	list-style: square;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}

.bodyTitle
{
	color: #002244;
	font-family: 12px/150% Helvetica, Arial, Verdana, Sans-Serif;
	font-size:medium;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	text-align: left;
}

.bodyText
{
	color: #002244;
	vertical-align: text-top;
	text-align: left;
	font: 12px/150% Helvetica, Arial, Verdana, Sans-Serif;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}


#bottomSep
{
	clear: both;
	position: relative;
	top: 0px;
	float: left;
	height: 20px;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #000000 url('../../Content/bottomSep.jpg') repeat-x;
}
#footer
{
	clear: both;
	height: 45px;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 0px 5px;
	background: #000000 url('../../Content/Footer.jpg') repeat-x;
}
.footerTextCenter
{
	vertical-align: text-top;
	font-size: small;
	font-weight: 600;
	margin: 5px 5px 0px 5px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	color: #444444;
}





