/* GENERAL STYLES */
@charset "utf-8";
/* CSS Document */

/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* common styles settings */

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #2fb1ee;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2fb1ee;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #2fb1ee;
}

.logo { 
	behavior: url(css/iepngfix.htc) ;
	}
	
.clearDiv {
	clear:both;
	height: 0px;
	}

strong {
	font-weight:bold;
}

a {
	color: #999999;
	text-decoration: none;
	}
	
a:hover {
	color: #666666;
	text-decoration: underline;
	background-color: #2fb1ee;
	}
p {
	margin-bottom: 12px;
	line-height: 15px;
}	

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

li {
	margin-bottom: 4px;

}	
/* end common styles */


/* Main Structure CSS */

body {
	background:url(/media/2/pageback.jpg) repeat-x #e9e9ea;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	behavior: url(css/csshover.htc);

}

#container {
	margin: 0 auto;
	width: 845px;
	/*height: 1024px;*/
	background:url(/media/7/contentback.png) repeat-y;
	}
	
#mainBody {
	margin: 0 auto;
	width: 773px;
}

#header {
	background:url(/media/45/headerback.jpg) repeat-x;
	height: 108px;
}

#logo {
	float:left;
	width: 400px;
	padding: 10px 0 0 25px;
	/*border: 1px solid #cccccc;*/
}

#logo a:hover {
	background-color: transparent;
	}

#tagLine {
	float:left;
	width: 200px;
	padding: 40px 0 10px 0;
	color: #777777;
	}

#loginBox {
	float:right;
	width: 200px;
	padding: 15px 25px 0 0;
	color:#777777;
}

#loginBox p {
	padding-left: 5px;
	}

#loginBox label {
}

#loginBox input {
	width: 150px;
	border-bottom:1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 0 solid #FFFFFF;
	border-top: 0 solid #FFFFFF;
	background:#FFFFFF;
	font-size: 9px;
	margin: 3px 0 3px 0;
	padding: 2px 2px 2px 2px;
	height: auto;
	color:#999999;
	}
	
#loginBox input.button {
	width: 60px;
	background-color:#2fb1ee;
	border: 1px solid #FFFFFF;
	font-size: 9px;
	color:#FFFFFF;
}

#loginBox input.button:hover {
	background-color:#999999;
	color: #2fb1ee;
	border: 1px solid #000000;
	cursor:pointer;
}

#mainNav {
	height: 35px;
	border-top: 5px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	text-align:left;
	background: url(/media/50/navback.jpg) repeat-x #6cc8f3;
}


#aboveFlash {
	height: 64px;
	background-color:#e7e8e9;
}

#aboveFlashLeft {
	float: left;
	width: 650px;
	text-align: left;
	padding: 10px 0 0 25px;
	font-size: 16px;
	line-height: 20px;
	}

/* ticker style */

.newsticker {
	list-style-type: none;
	width: 625px;
	font-size: 16px;
	/*border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #999999;*/
	padding: 3px;
	margin: 0;
}

/*end ticker style */
	
#aboveFlashRight {
	float: right;
	width: 200px;
	padding: 35px 0 20px 25px;
	
}



#flashBar {
	height: 225px;
	/*background-color: #2fb1ee;*/
}


#lowerContent {
	width: 100%;
	background: url(/media/7/bottomcontent_back.jpg) repeat-y #FFFFFF;
}

#lowLeft {
	width: 503px;
	float: left;
	text-align:center;
	padding: 0 0 20px 0;
}

#latestNews {
	text-align: left;
	width: 100%;
	}

#insideLeft {
	padding: 15px 0 15px 0;
	text-align: left;
}

#newsHeader {
	/*background-color: #efefef;*/
	/*background:url(/media/60/footerback.jpg) repeat-x #e1e1e1;*/
	height: 50px;
	line-height: 50px;
	/*border-bottom: 1px solid #FFFFFF;*/
	text-transform:uppercase;
	/*font-weight:bolder;*/
	color:#000000;
	padding: 0 0 0 10px;
	margin-bottom: 6px;
	font-size: 14px;
	}
	
	.fromUD {
		color:#666666;
		}
		
	.newsItem {
		/*background:url(/media/65/leftback.jpg) repeat-x bottom left;
		height: 130px;
		border-bottom: 2px solid #FFFFFF;
		padding: 11px 10px;*/
	}
	
	.newsDate {
		font-size: 9px;
		text-transform:uppercase;
	}
	
	.newsHeadline {
		/*font-weight: bold;*/
		font-size: 11px;
		margin-bottom: 4px;
	}

	.newsHeadline a {
		color: #276f91;
		font-size:11px;
		/*font-weight: bold;*/
		text-decoration: underline;

}
	.newsHeadline a:hover {
		color: #2fb1ee;
		text-decoration: none;
		background-color: transparent;

}
	
	.newsTeaser {
		margin-bottom: 4px;
		font-size: 10px;
		line-height: 13px;
		font-style: italic;
	}
	
	.newsMore {
		font-size: 9px;
		text-align:right;
		padding-right: 15px;
		text-transform: uppercase;
		}
		
	.newsMore a {
		font-size:12px;
		text-decoration:none;
		color: #666666;
		}
		
	.newsMore a:hover {
		text-decoration: underline;
		color: #ffcb0f;
		}
#newsDisplay {
	padding: 15px 20px 15px 20px;
}

#lowRight {
	float: right;
	width: 270px;
	/*background:url(/media/70/homelowerrightback.jpg) no-repeat #c5c5c5;
	height: 350px;*/
}

#signupLearn {
	text-align: center;
	padding: 20px 0 20px 0;
	color: #FFFFFF;
	/*border-bottom: 3px solid #FFFFFF;*/
	}
	
#signupLearn a{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color:#FFFFFF;
}

#signupLearn a:hover {
	text-decoration: none;
}

#specialPricing {
	/*border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background-color:#2fb1ee;
	height: 45px;*/
	text-align: center;
	}
	
#testimonials {
	padding: 20px 10px 20px 10px;
	text-align: left;
}

#testimonialHeader {
	/*font-weight:bold;*/
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	color:#000000;
	/*padding-bottom: 4px;*/
	}
	
#testimonialAuthor {
	text-size: 11px;
	text-align:right;
	font-weight:bold;
	color: #000000;
	padding: 3px 15px 0 0;
}

#footer{
	margin: 0 auto;
	border-top: #2fb1ee 10px solid;
	height: 80px;
	/* height: 135px; */
	background:url(/media/60/footerback.jpg) repeat-x #e1e1e1;
	width: 773px;
}

#statPartnerText {
	padding: 15px 10px 5px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	}
	
#partnerLogos {
	padding: 5px 25px 5px 25px;
	}
	
#partnerLogos ul {
	list-style: none;
    margin: 0;
	}
	
#partnerLogos ul li {
	float: left;
	text-align:center;
	width: 195px;
	}
	
	
/* ==================================================================================== */
/* ==============================  Inside Styles  ===================================== */
/* ==================================================================================== */

#loggedInfo {
	height: 98px;
	background-color:#e7e8e9;
}

#loggedInfoLeft {
	float: left;
	width: 394px;
	text-align: left;
	padding: 10px 0 0 10px;
	font-size: 14px;
	}
	
#logOutArea {
	background:url(../img/homeIcon.jpg) no-repeat;
	height: 26px;
	line-height: 26px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	padding-left: 40px;
}

#logOutArea a {
	color: #999999;
	text-decoration: none;
}

#logOutArea a:hover {
	color: #999999;
	text-decoration: underline;
}

#projectHeader {
	font-size: 24px;
	padding: 15px 0 0 37px;
	}

#projectHeader a {
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	}
	
#projectHeader a:hover {
	text-decoration: underline;
	}
	
#loggedInfoRight {
	float: right;
	width: 270px;
	padding: 10px 0 0 10px;
	
}

#loggedIcon {
	float: left;
	padding: 0 5px 0 0;
	border-right: 1px solid #999999;
	}
	
#loggedDetails {
	float: left;
	padding: 0 0 0 15px;
	}

#loggedStatus {
	text-transform: uppercase;
	color: #000000;
	font-weight:bold;
}

#loggedUserName {
	text-transform: uppercase;
	color:#999999;
	font-size: 9px;
	padding-bottom: 7px;
	border-bottom: 1px solid #FFFFFF;
	}
#accountData {
	padding: 7px 0 0 0;
	text-transform: uppercase;
	color: #999999;
	}
	
#myAccount a{
	margin-top: 7px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	}
	
#myAccount a:hover{
	color: #000000;
	text-decoration: underline;
	}
	
#accountSettings a{
	margin-top: 7px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	}

#accountSettings a:hover{
	color: #000000;
	text-decoration: underline;
	}

#insideLowerContent {
	width: 100%;
	background:url(../img/interiorBack.jpg) repeat-x #fafafa;
	height: 800px;
}

#insideLowLeft {
	width: 530px;
	float: left;
	text-align:center;
	padding: 20px 20px 20px 20px;
}

#reportsHeader {
	padding: 0 10px 0 10px;
	border-bottom: 2px solid #FFFFFF;
	height: 80px;
	
}

#reportHead {
	float: left;
	text-align: left;
	color: #666666;
	font-size: 24px;
	line-height: 60px;
	width: 180px;
}

#reportsLegend {
	float: left;
	background:url(../img/iconLegend.jpg) no-repeat;
	height: 61px;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	line-height: 20px;
	padding-left: 25px;
	}
.pIcon {
	background:url(../img/P_icon.jpg) no-repeat;
	height: 17px;
	text-indent: 25px;
}

.fIcon {
	background:url(../img/f_icon.jpg) no-repeat;
	text-indent: 25px;
}

.cIcon {
	background:url(../img/C_icon.jpg) no-repeat;
	text-indent: 25px;
}

#reportList {
	width: 100%;
}

.report {
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px;
	}

.reportIcon {
	float:left;
	padding: 65px 15px 0 5px;
	width: 36px;
	}
	
.reportIcon a:hover {
	background-color: transparent;
	}

.reportTitle {
	float:left;
	width: 430px;
	text-align: left;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight:bold;
}

.reportDate {
	font-weight:normal;
	font-size: 12px;
	color: #666666;
}

.reportHolder {
	float:left;
	width: 430px;
	padding: 5px 0 5px 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
.reportContent {
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-size: 10px;
	color: #999999;
	}
.reportContent p {
	margin-bottom: 8px;
}
	
.reportTerms {
	font-size:11px;
	font-weight:bold;
	color: #000000;
}

.reportContext {
	font-size:11px;
	font-weight:bold;
	color: #000000;
}

.reportLink {
	font-size:14px;
	font-weight:bold;
	color: #000000;
}

.reportContent a {
	color:#999999;
	text-decoration: none;
}

.reportContent a:hover {
	color: #666666;
	text-decoration: underline;
	background-color: #2fb1ee;
}
	


#insideLowRight {
	background: url(../img/interiorLeft_borderBack.jpg) no-repeat;
	float: right;
	width: 250px;
	height: 800px;
	margin-top: 20px;
}

#rightColumnPad {
	padding: 0 20px 0 20px;
	}
	
.rightColumnHeader {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 1px solid #FFFFFF;
	}
	
/* right column form elements */

#insideLowRight fieldset {
	margin: 10px 0 20px 0;
	}

#insideLowRight label {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
}

#insideLowRight input {
	width: 100%;
	border:0px solid #FFFFFF;
	background:#FFFFFF;
	font-size: 9px;
	margin: 3px 0 3px 0;
	padding: 2px 2px 2px 2px;
	height: auto;
	color:#999999;
	}
	
#insideLowRight textarea {
	width: 100%;
	border:0px solid #FFFFFF;
	background:#FFFFFF;
	font-size: 9px;
	margin: 3px 0 3px 0;
	padding: 2px 2px 2px 2px;
	height: 75px;
	color:#999999;
	}

#insideLowRight select {
	width: 100%;
	border:0px solid #FFFFFF;
	background:#FFFFFF;
	font-size: 9px;
	margin: 3px 0 3px 0;
	padding: 2px 2px 2px 2px;
	height: 75px;
	color:#999999;
	}
	

	
#insideLowRight input.button {
	width: 60px;
	background-color:#2fb1ee;
	border: 1px solid #4c4d4f;
	font-size: 9px;
	color:#999999;
}

#insideLowRight input.button:hover {
	background-color:#999999;
	color: #2fb1ee;
	border: 1px solid #000000;
	cursor:pointer;
}

#insideLowRight input.addDelete {
	width: 50px;
	background-color:#2fb1ee;
	border: 1px solid #4c4d4f;
	font-size: 9px;
	color:#999999;
	margin-right: 20px;
}

#insideLowRight input.addDelete:hover {
	background-color:#999999;
	color: #2fb1ee;
	border: 1px solid #000000;
	cursor:pointer;
}

.formCaption {
	font-size: 9px;
	font-weight: bold;
}

select#badWordList {
	width: 100%;
	border:0px solid #FFFFFF;
	background:#FFFFFF;
	font-size: 9px;
	margin: 3px 0 3px 0;
	padding: 2px 2px 2px 2px;
	height: auto;
	color:#999999;
	}

#testimonialTeaser {
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	margin: 2px 0 7px 0;
}

/* EDITOR PROPERTIES */
