/* * * * * * * * CORE * * * * * * */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	/* [disabled]background-image: url(../images/constructMainBkG.png); */
	/* [disabled]background-repeat: repeat-x; */
	/* [disabled]background-position: 0px 116px; */
	height: 100%;
	line-height: 1.4em;
	background-color: #FFFFFF;
}

a {
/*	text-decoration: underline; */
	text-decoration: none; 
	color: #3399FF;
}

p {
	line-height: 1.5em;
}

.divDivider {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 1px;
}

a:hover {
	text-decoration: none;	
}

p a:hover {
	text-decoration: underline;
}

li {
	list-style-type: square;
}

#divWrapper {
	width: 959px;
	margin-right: auto;
	margin-left: auto;
}

.clear {
	clear: both;
}

/* * * * * * * * HEADER * * * * * * */

#divHeader {
	background-color: #0c2b37;
	background-image: url(../images/headerBkg.png);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFF;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

#divHeaderRight {
	float: right;
	height: 75px;
	width: 400px;
}

#divLogo {
	float: left;
	height: 61px;
	width: 102px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 25px;
	background-image: url(../images/headerLogoSiQ.png);
}

#divSocial {
	margin-top: 5px;
	text-align: right;
}

.imgSocialIcon {
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#divTagline {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	height: 25px;
	margin-top: 30px;
	text-align: right;
	vertical-align: middle;
}

.divClientLogo
{
    position:relative;
    bottom: 2px;
	float: right;
}

/* * * * * * * * UPPER NAVIGATION * * * * * * */

#divNavbar {
	background-image: url(../images/uppernavBkg.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #335365;
	border-bottom-color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 15px;
}

ul.UpperNav {
	margin-left: -35px;
	height:35px;
	margin-top: 0px;
	line-height: 35px;
}

ul.UpperNav li {
	float: left;
	list-style-type: none;
	padding-right: 25px;
	padding-left: 25px;
	height:35px;
	vertical-align: middle;
}

ul.UpperNav li:hover {
	background-image: url(../images/uppernavHighlightOverlay.png);
	background-repeat: repeat-x;
	background-position: top;	
	text-decoration: none;
}
ul.UpperNav a li {
	color: #FFF;
	text-decoration: none;
}

ul.UpperNav a li:hover {
	color: #FFF;
	text-decoration: none;
}

ul.UpperNav a:hover {
	color: #FFF;
	text-decoration: none;
}

.ChangeTextColor
{
	color: #000;
}

#divClientLoginButton {
	float: right;
	/* [disabled]margin-top: 2px; */
	height: 32px;
	width: 143px;
	background-image: url(../images/btnClientLogin.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
	margin-right: -50px;
}

#divClientLoginButton:hover {
	background-position: 0px -32px;
}

#divClientLogoutButton {
	float: right;
	/* [disabled]margin-top: 2px; */
	height: 32px;
	width: 143px;
	background-image: url(../images/btnClientLogout.png);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
	margin-right: -50px;
}

#divClientLogoutButton:hover {
	background-position: 0px -32px;
}


/* * * * * * * * CONTENT * * * * * * */

#divContentLeft {
	width: 638px;
	background-color: #f0f0f0;
	float: left;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

#divContentFull {
	width: 960px;
	background-color: #f0f0f0;
	float: left;
	/* [disabled]background-image: url(../images/contentleftUpperBkg-Undertrim.png); */
	/* [disabled]background-repeat: repeat-x; */
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
}

.divSlideShow {
	width: 624px;
	margin-left: 7px;
	margin-right: auto;
}

.divUnderTrim {
	height: 8px;
	background-image: url(../images/undertrimBkg.png);
	background-repeat: repeat-x;
}

.divUnderTrim:before {
	content: url(../images/undertrimLine.png);
	margin-left: -1px;	
}

.divUnderTrim:after {
	content: url(../images/undertrimLine.png);
	margin-right: -1px;	
}

.divStory1{
	float: left;
	width: 308px;
}
.divStory2{
	float: right;
	width: 308px;
}

.divStory {
	background-image: url(../images/contentStoryBottomCapBkg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	margin-bottom: 15px;
}

.divSubText {
	margin-left: 150px;
}

.divStoryMain {
	background-image: url(../images/contentStoryBottomCapBkg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	margin-bottom: 15px;
}

.divStory h1 {
	color: #336699;
	width: 420px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 45px;
	font-size: 18px;
	margin-left: 120px;
	padding-bottom: 3px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 1.5em;
	}

.divStory h1.noindent {
	color: #336699;
	width: 480px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 18px;
	margin-left: 60px;
	padding-bottom: 3px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 1.5em;
	padding-left:0px;
	}

strong {
	color: #336699;
}

.divStory p {
	padding-left: 165px;
}

.divStoryHome {
	padding: 10px;
	/* [disabled]margin-bottom: 2px; */
	/* [disabled]height: 190px; */
	background-image: url(../images/contentStoryBottomCapBkg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.testimonial {
		color: #666;
}

.difStoryHome:hover {
	background-color: #d7ffd7;
	background-image: url(../images/contentStoryBottomCapBkg-Home-green.png);		
}
.divStoryHome h1 {
	color: #336699;
	width: 475px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 10px;
	font-size: 18px;
	margin-left: 100px;
	padding-bottom: 3px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 1.2em;
	margin-top: 5px;
	}

.divStoryHome p {
	padding-left: 110px;
}

.divMainImage {
	margin-left: auto;
	/* [disabled]background-image: url(../images/contentleftUnderTrim.png); */
	/* [disabled]background-repeat: repeat-x; */
	text-align: center;
	width: 624px;
	margin-right: auto;
}

.divContent {
	padding: 10px;
}

.imgStory {
	text-align: left;
}

.imgStorySmall {
	text-align: left;
	float: left;
}

.divNewsStory {
	background-image: url(../images/contentStoryBottomCapBkg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	margin-bottom: 15px;
	width: 870px;
	margin-left: 25px;
}

.divNewsStory h1 {
	color: #336699;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	font-size: 18px;
	
	padding-bottom: 3px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 1.5em;
	}
.divNewsStory h1.testimonial {
	color: #666;
}

.divNewsStory p {
	padding-left: 0px;
}

.divNewsStory .date {
	font-size: 11px;
	color: #6f8fbc;
	margin-bottom: -15px;
}

.divMainImage {
	text-align: center;
	background-image: url(../images/carousel/bkg.png);
	background-repeat: repeat-x;
}

.divCarousel {
	width: 624px;
	margin-right: auto;
	margin-left: auto;
}

.divContent {
	padding-right: 10px;
	padding-left: 10px;
}


#divContentRight {
	float: right;
	width: 318px;
	background-color: #f0f0f0;
	background-image: url(../images/contentrightBkg.png);
	background-repeat: repeat-y;
	background-position: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	margin-top: 2px;
}

#divContentRight a:hover {
	/* [disabled]text-decoration: underline; */
}

#divContentRight .divUnderTrim {
	background-image: url(../images/contentrightUpperBkg-Undertrim.png);
	background-repeat: repeat-x;
	width: 318px;
	height: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b5b4b4;
}

ul.navRightBar {
	list-style-type: none;
	margin-left: -41px;
}

ul.navRightBar li {
	font-size: 18px;
	line-height: 50px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	height: 50px;
	background-image: url(../images/navRightBar-Bkg.png);
	width: 318px;
	text-indent: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #103C4E;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #103C4E;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #103C4E;
	}

ul.navRightBar li:hover {
	background-color: #f0f0f0;
	color: #143E51;
	background-image: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f0f0f0;
	}

ul.listRightBar {
	list-style-type: none;
	/* [disabled]margin-top: -10px; */
}

.divMargin-15 {
margin-top: -15px;	
}

.divContent .txtUpperText {
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
}

ul.listRightBar a{
	color: #336699;
	/* [disabled]margin-top: -10px; */
	text-decoration: none;
}

ul.listRightBar a:hover{
	color: #FFF;
	/* [disabled]margin-top: -10px; */
	text-decoration: none;
}

#divWrapper #divContentRight .listRightBar a li {
	text-decoration: none;
}

ul.listRightBar a li {
	line-height: 30px;
	font-size: 14px;
	/* [disabled]text-transform: uppercase; */
	/* [disabled]padding-bottom: 5px; */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 30px;
	text-indent: 10px;
	list-style-type: none;
}
ul.listRightBar a li:hover {
	line-height: 2em;
	font-size: 14px;
	/* [disabled]text-transform: uppercase; */
	/* [disabled]padding-bottom: 5px; */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(../images/navRightBar-Bkg.png);
	text-decoration: none;
	/* [disabled]text-indent: 20px; */
}

.btnLink {
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #0C6;
	margin-bottom: 10px;
	background-image: url(../images/btnBKGreen2.png);
	background-position: right 86px;
}

a .btnLink {
	color: #FFF;
}

.btnLink:hover {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/btnBKGreen2.png);
	background-position: right 36px;
	text-decoration: none;
}

.btnLinkGreen {
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #093;
	margin-bottom: 10px;
	background-image: url(../images/btnBKGreen.png);
	background-position: right 36px;
}

a .btnLinkGreen {
	color: #093;
}

.btnLinkGreen:hover {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/btnBKGreen.png);
	background-position: right 86px;
	text-decoration: none;
}

.btnLinkBlue {
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-image: url(../images/btnBKBlue.png);
	background-position: right 36px;
}

a .btnLinkBlue {
	color: #6666cc;
}

.btnLinkBlue:hover {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/btnBKBlue.png);
	background-position: right 86px;
	text-decoration: none;
}

.btnLinkRed {
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-image: url(../images/btnBKRed.png);
	background-position: right 36px;
}

a .btnLinkRed {
	color: #cc6666;
}

.btnLinkRed:hover {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/btnBKRed.png);
	background-position: right 86px;
	text-decoration: none;
}

.btnLinkTeal {
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 8px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	background-image: url(../images/btnBKTeal.png);
	background-position: right 36px;
}

a .btnLinkTeal {
	color: #339999;
}

.btnLinkTeal:hover {
	text-decoration: none;
	color: #FFF;
	background-image: url(../images/btnBKTeal.png);
	background-position: right 86px;
	text-decoration: none;
}

.btnLargeLink {
	background-image: url(../images/btnBKGLarge.png);
	background-position: right 95px;
	color: #FFF;
	height: 40px;
	padding-right: 25px;
	padding-left: 15px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #060;
}

.btnLargeLink:hover {
	text-decoration: none;
	background-image: url(../images/btnBKGLarge.png);
	background-position: right 45px;
	text-decoration: none;
}

div.btnLink:hover    {
	text-decoration: none;
}

a .btnLink:hover {
text-decoration: none;	
}
	
#divContentRight .divNavUnderTrim {
	background-image: url(../images/contentrightUpperBkg-Undertrim.png);
	background-repeat: repeat-x;
	height: 5px;
	background-position: 0 -4px;
	display: block;
	width: 318px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.contentrightTestimonial {
	margin-right: 20px;
	margin-left: 20px;
}

.imgTestimonialLogo {
	margin-right: 5px;
}

.blueslant {
	font-style: italic;
	color: #336699;
	font-weight: bold;
}

.contentrightImage {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.bluetext {
	color: #336699;
	/* [disabled]font-weight: bold; */
	/* [disabled]line-height: 1.2em; */
}
.bluetextintro {
	color: #336699;
	/* [disabled]font-weight: bold; */
	font-size: 16px;
	line-height: 1.5em;
	margin-right: 20px;
	margin-left: 20px;
}
.contentrightNews {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.contentrightNews .newsHeadline{
	color: #336699;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	}
	
.contentrightNews .newsDate{
	
	font-size: 10px;
		
	}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #336699;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 100%;
}
h2 {
	color: #336699;
	width: 420px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-left: 15px;
	font-size: 18px;
	margin-left: 0
	px;
	padding-bottom: 3px;
	font-weight: normal;
	padding-top: 0px;
	line-height: 1.5em;
}
/*  Ribbons */
h4{
	position: relative;
	color: #fff;
	font-size: 18px;
	float: left;
	clear: both;
	height: 28px;
	margin-left: -21px;
	margin-bottom: 20px;
	font-weight: normal;
	background-image: url(../images/contentleftRibbonBkg.png);
	width: 629px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 28px;
	margin-top: 4px;
	border: 1px solid #999;
}

body {
}
h4:before{
	content:" ";
	display:block;
	width:10px;
	height:8px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-9px;
	z-index:1;
	background-image: url(../images/contentleftRibbonUnderLeft.gif);
}

h5{
	position:relative;
	color:#fff;
	font-size:16px;
	float:right;
	clear:both;
	height:32px;
	margin-right:-10px;
	margin-bottom:20px;
	font-weight: normal;
	background-image: url(../images/contentrightRibbonBkg.png);
	width: 308px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom:5px;
	line-height: 30px;
	margin-top: 14px;
}
h5:before{
	content:" ";
	display:block;
	width:9px;
	height:9px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-7px;
	z-index:1;
	background-image: url(../images/contentrightRibbonUnderRight.png);
}

h5.BlueRibbon{
	position:relative;
	color:#fff;
	font-size:16px;
	float:right;
	clear:both;
	height:34px;
	margin-right:-10px;
	margin-bottom:20px;
	font-weight: normal;
	background-image: url(../images/contentrightRibbonBkg-Blue.png);
	width: 308px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 30px;
	margin-top: 14px;
}
h5.BlueRibbon:before{
	content:" ";
	display:block;
	width:9px;
	height:9px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:-6px;
	z-index:1;
	background-image: url(../images/contentrightRibbonUnderRight-Blue.png);
	background-repeat: no-repeat;
}

h5.BlueRibbon a{
	text-decoration:none;
	color:#fff;	
}

h6{
	position: relative;
	color: #fff;
	font-size: 18px;
	float: left;
	clear: both;
	height: 28px;
	margin-left: -21px;
	margin-bottom: 20px;
	font-weight: normal;
	background-image: url(../images/contentleftRibbonBkg.png);
	width: 950px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	line-height: 28px;
	margin-top: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
h6:before{
	content:" ";
	display:block;
	width:10px;
	height:8px;
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-8px;
	z-index:1;
		background-image: url(/images/contentleftRibbonUnderLeft.gif);
}

.rightbarLink {
	text-align: right;
	padding-right: 20px;
	margin-bottom: 10px;
}

#divFooter {
	margin-bottom: 50px;
	margin-top: 15px;
}
/* * * * * * * * FOOTER * * * * * * */

.footer {
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}
.divFooter p .a {
	color: #09F;
}

.divFooter a:hover {
	color: #09F;
}

#divFooter #divWrapper .footer div a {
	color: #06C;
	
}

#divFooter #divWrapper .footer div a:hover {
	color: #06C;
	text-decoration: underline;	
}

#divContactStripe {
	height: 45px;
	position: fixed;
	bottom: 0px;
	background-color: #0c2b37;
	[disabled]background-image: url(../images/headerBkg.png);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFF;
	width: 919px;
	padding-right: 25px;
	padding-left: 25px;
	display: block;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-moz-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
		-webkit-border-top-right-radius: 20px;
	opacity:0.9;
	filter:alpha(opacity=90);
	margin-bottom: -3px;
	margin-left: -5px;
	vertical-align: middle;
}


#divContactStripe a:link, #divContactStripe a:visited, #divContactStripe a:active {
	color: #FFF;
	text-decoration:none;
}

#divContactStripe a:hover {
	text-decoration:underline;	
}

#divContactStripe .divLeft {
	float: left;
	line-height: 45px;
	padding-top: 5px;
	width: 65%;
}

#divContactStripe .txt3 {
	float: right;
		line-height: 40px;
		font-size:14px;
}

#divContactStripe .img1 {
	float:left;
	margin-top: 5px;	
}

#divContactStripe .txt1 {
 	float: left;
	line-height: 40px;
	font-size:22px;
	color: #FFCC33;
	margin-left: 15px;	
}

#divContactStripe .txt2 {
	float:left;
	line-height: 40px;
	font-size:18px;
	color: #FFFF;
	margin-left: 5px;
	text-decoration:none;
}

.dividerline    {
	background-color: #CCC;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 10px;
}

#divContentRight .floatright .btnLink {
	margin-right: 10px;
}
.divStory1.blue:hover {
	background-image: url(../images/contentStoryBottomCapBkg-Home-blue.png);
	background-repeat: repeat-x;
}

.divSubText p {
	margin-left: -150px;
}

.divTestimonial {
	font-size: 14px;
	text-align: right;
}
table.standard tbody tr td{
	padding: 5px;
	font-size: 10px;
}
table.standard {
	border: 1px solid #ccc;
	width: 90%;
	color: #336699;
	background-color: #f9f9f9;
}
table.standard td {
	border-bottom: 1px dotted #ccc;
}
.txtInput {
    background-size: 100% 100%;
    background-color: transparent;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background-image: url(../images/bkgInputField.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	vertical-align: middle;
	height: 40px;
	width: 309px;
	text-indent: 6px;
	margin-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.txtTextArea
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: #333;
    background-image: url(../images/bkgTextArea.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-align: left;
    vertical-align: middle;
    height: 223px;
    width: 309px;
    text-indent: 6px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: arial, Helvetica, sans-serif;
}
.frmRadioButton
{
    color:#666666;
    display:block;
 
    font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2",sans-serif;
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing: 1px;
    padding-bottom: 0px;
}

.frmLabel {
	color:#666666;
font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2",sans-serif;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
letter-spacing: 1px;
padding-bottom: 0px;
width:100px;
}
.frmLabelSmaller {
	color:#666666;
font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2",sans-serif;
font-size:12px;
font-weight:bold;
letter-spacing: 1px;
padding-bottom: 0px;
}
.divLoginButton {
	float: left;
	width: 213px;
	margin-right: 55px;
}
.btnLogin {
	color:#FFFFFF;
	margin-top: 5px;
	height: 43px;
	width: 167px;
	background-image: url(/images/loginbutton.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
	background-color:#FFF;
}
.btnLogin:hover {
	background-image: url(/images/loginbutton.jpg);
	background-position: 0px -43px;
}
.tblStandard {
	padding: 5px;
	border: 1px solid #CCC;
	margin-left: 13px;
}

.dotsepfull {
	height: 1px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:#CCC;
}
.newsHeadline a {
	color:#336699;
}
.newsHeadline a:hover {
	text-decoration:underline;
}


/* flash */
.flash {
    margin-top:1em;
    margin-bottom:1em;
    padding:1em;
    text-align:center;
}

.flash p {
    padding:1em;
}

.flash-success {
    color: #3c763d;
    /*color: #468847;*/
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.flash-warning {
    color: #8a6d3b;
    /*color: #C09853;*/
    background-color: #FCF8E3;
    border-color: #FBEED5;
}

.flash-info {
    color: #31708f;
    /*color: #3A87AD;*/
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}

.flash-error {
    color: #a94442;
    /*color: #B94A48;*/
    background-color: #F2DEDE;
    border-color: #EED;
}
