/********************************************************************
    File:   
        newsCSS.css
    Brief:  
        Hold styles used in file news.html
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/

#newsPageContentContainer
{
	width: 960px;
	margin-left: 40px;
	padding-bottom: 20px;
	margin-top: 20px;
}
    
#newsPageContainer
{
	width:600px;
	float:left;
	min-height: 500px;
	padding-bottom: 60px;
}    

.newsPageWrapper
{
    margin-top:15px;
}
.servicesPageWrapper
{
    margin-top:0px;
}

.newsPageImage
{
   border: 0px dotted red;
   position: relative;
   width: 600px;
   height: 250px;
   margin-bottom: 5px;
   background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top: 0px solid #ccc;
    background-color: #FFF;   
}

.newsPageTextWrapper
{
	font: 12px/16px Verdana;
	margin-top:10px;
	line-height: 150%;
	color: #000;
}

.newsPageTextWrapper p
{
	line-height: 1.5em;
}


/********************************************************************
    Case Study Photo Links
*********************************************************************/


.imgTxtPrevLinkFSU
{
	cursor: pointer;
	padding-right: 13px;
	background-image: url('../img/common/img/imgLinkBlue.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	color: #900;
}

.imgTxtPrevLinkFSU:hover
{
    text-decoration: underline;
}
.imgTxtPrevLinkUP
{
	cursor: pointer;
	padding-right: 13px;
	background-image: url('../img/common/img/imgLinkBlue.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	color:#F30;
}

.imgTxtPrevLinkUP:hover
{
    text-decoration: underline;
}
.imgTxtPrevLinkWTAMU
{
	cursor: pointer;
	padding-right: 13px;
	background-image: url('../img/common/img/imgLinkBlue.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	color: #900;
}

.imgTxtPrevLinkWTAMU:hover
{
    text-decoration: underline;
}
.imgTxtPrevLinkUF
{
	cursor: pointer;
	padding-right: 13px;
	background-image: url('../img/common/img/imgLinkBlue.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	color:#F30;
}

.imgTxtPrevLinkUF:hover
{
    text-decoration: underline;
}
.imgTxtPrevLinkUGA
{
	cursor: pointer;
	padding-right: 13px;
	background-image: url('../img/common/img/imgLinkBlue.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	color:#F00;
}

.imgTxtPrevLinkUGA:hover
{
    text-decoration: underline;
}
.imgTxtPrevLinkUM
{
	cursor: pointer;
	padding-right: 13px;
	background-image: url('../img/common/img/imgLinkBlue.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	color:#009;
}

.imgTxtPrevLinkUM:hover
{
    text-decoration: underline;
}
.imgTxtPrevLinkGT
{
	cursor: pointer;
	padding-right: 13px;
	background-image: url('../img/common/img/imgLinkBlue.png');
	background-repeat: no-repeat;
	background-position: 100% 20%;
	color:#990 ;
}

.imgTxtPrevLinkGT:hover
{
    text-decoration: underline;
}
