/* CSS Document */

/* global */
body {
	background-image:url(../images/bg.jpg);
	}

/* images */
#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}
#top-bar {
	background-image:url(../images/top-bar.jpg);
	background-repeat:no-repeat;
	}
#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	}
#leftside-repeat {
	background-image:url(../images/leftside-repeat.jpg);
	background-repeat:repeat-y;
	}
#leftside {
	background-image:url(../images/leftside.jpg);
	background-repeat:no-repeat;
	height:380px;
	}
#rightside-repeat {
	background-image:url(../images/rightside-repeat.jpg);
	background-repeat:repeat-y;
	}
#rightside {
	background-image:url(../images/rightside.jpg);
	background-repeat:no-repeat;
	width:17px;
	height:380px;
	}

/* page attributes */
	/* cells */
#main-cell {
	background-color:#12133E;
	}
#leftside-cell {
	background-color: #12133E;
	}
#rightside-cell {
	background-color: #12133E;
	}

	/* divs */
#holder {
	border-bottom:solid 2px #50b0d1;
	border-left: solid 2px #50b0d1;
	height:366px;
	}	
#content-div {
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 361px;
	}
#login-news-divs {
	background-color: #1f2753;
	height: 130px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	}
#news-div {
	background-color: #1f2753;
	height: 175px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}
#sign-in {
	padding-left:90px;
	}
	
/* texts */
#content {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #071040;
	padding-top: 5px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 5px;
	line-height:14px;
	}
#content-headings {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #1f2753;
	font-weight:bold;
	padding-top: 5px;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	}
#client-login {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: white;
	padding-top: 10px;
	margin-top: 0px;
	padding-left: 10px;
	margin-bottom: 5px;
	}
#user-pass {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: white;
	margin-top: 0px;
	padding-left: 30px;
	margin-bottom: 5px;
	}
#in-the-news {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #071040;
	font-weight:bold;
	display:block;
	background-color:white;
	padding-left:5px;
	height:14px;
	width:50;
	}
#dates {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #50b0d1;
	}
#stories{
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: white;
	padding-bottom:20px;
	line-height:12px;
	}

/* links */
#forgot-pass a:link, #forgot-pass a:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: white;
	text-decoration:none;
	margin-bottom: 5px;
	}
#forgot-pass a:hover {
	color:#50b0d1;
	}
#content-links a:link, #content-links a:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	color: #50b0d1;
	text-decoration:none;
	}
#content-links a:hover {
	color:#071040;
	}
#services-links a:link, #services-links a:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #1f2753;
	font-weight:bold;
	text-decoration:none;
	}
#services-links a:hover {
	color: #50b0d1;
	}
	/* nav list */
#navigation { 
	margin-top:0px;
	margin-bottom:5px;
	}
a.navigation-link:link, a.navigation-link:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size:12px;
	display:block;
	text-decoration:none;
	color:white;
	padding-right:5px;
	width:104px;
	}
a.navigation-link:hover {
	color:white;
	background-image:url(../images/rollover.jpg);
	background-repeat:no-repeat;
	}
#blueye a:link, #blueye a:visited, #blueye a:hover {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	text-decoration:none;
	color:white;
	}
	
/* input fields & buttons */
input.but {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	}
input.field {
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: #071040;
	}

	
