
/* ==========================
    CSS STYLES GENERAL
   ==========================
*/

.textWrap {
	padding: 15px;
	background-color: #FFF4E5;
	border: 1px solid #999999;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
.devider {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 0px;
	line-height: 1px;
	clear: both;
	padding-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}

#divContentWrap h1 {
	font-size: 1.6em;
	text-decoration: none;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
#divContentWrap h2 {
	font-size: 1.4em;
	padding-top: 5px;
	padding-bottom: 10px;
}

#divContentWrap h3 {
	text-transform: capitalize;
	letter-spacing: .1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-weight: bold;
	color: #6A6A6A;
	font-size: 1.3em;
	font-variant: small-caps;
}

#divContentWrap p {
	font-size: 1.3em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#divContentWrap  ol {
	padding-bottom: 2em;
	padding-top: .5em;
}
#divContentWrap    ol li  {
	margin-left: 25px;
	list-style-type: disc;
	padding: 2px;
}




/* ==========================
    CSS STYLES FOR PICTURE
   ==========================
*/


 .divPictureWrap{
	height: 220px;
	width: 50px;
	margin-right: 60px;
	margin-left: 60px;
	margin-top:15px;
	position: relative;
	background-color: #FFCC66;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	float: left;
	margin-bottom: 15px;
}
.divThumbnailHorz {
	width: 150px;
	padding: 5px;
	position: absolute;
	top: 40px;
	left: -55px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #999999;
}
.divThumbnailVert {
	width: 113px;
	padding: 5px;
	position: absolute;
	top: 15px;
	left: -38px;
	background-color: #FFFFFF;
	text-align: center;
	border: 1px solid #999999;
}
.divPictureName {
	padding-top: 2px;
	width: 100%;
}
.divDownloadWrap {
	width: 223px;
	float: left;
	margin-top: 15px;
	margin-right: 32px;
	margin-bottom: 15px;
	margin-left: 32px;
}
/* ==========================
    CSS STYLES FOR DOWNLOAD
   ==========================
*/


 .divDownloadWrap  .divThumbnail{
	height: 150px;
	width: 150px;
	padding: 10px;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.divActionsWrap {
	width: 49px;
	float: right;
	height: 170px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F4C463;
	background-image: url(../images/SubMenuGradient.png);
	border: 1px solid #999999;
}
.divDescription {
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;
}
.ulActions   li, .ulActions li a{
	display: block;
	list-style-type: none;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -999999px;
	padding: 0px;
}
.ulActions {
	margin: 0px;
	padding: 0px;
}
.liDownload, .liDownload a:link, .liDownload a:visited{
	background-image: url(../images/contentIcons/DownloadFalse.png);

}
.liDownload a:hover, .liDownload a:active {
	background-image: url(../images/contentIcons/DownloadTrue.png);
}

.liView, .liView a:link,.liView a:visited{
	background-image: url(../images/contentIcons/ViewFalse.png);
}

.liView a:hover, .liView a:active {
	background-image: url(../images/contentIcons/ViewTrue.png);
}
/* ==========================
    CSS STYLES FOR PROJECT
   ==========================
*/


.divProjectWrap {
	position: relative;
	border: 1px solid #999999;
	background-color: #F4C464;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 40px;
	margin-right: 5%;
	margin-bottom: 15px;
	margin-left: 5%;
	background-image: url(../images/SubMenuGradient.png);
}
.divProjectWrap .divThumbnail {
	width: 150px;
	padding: 5px;
	height: 150px;
	background-color: #FFFFFF;
	position: absolute;
	right: -20px;
	top: -20px;
	border: 1px solid #999999;
}

.divFrameContent {
	background-color: #FFFFFF;
	margin-right: 120px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}
.divFrameContent p {
	line-height: 1.2em;
	margin-top: 10px;
}
.divFrameContent ul {
	margin-top: 15px;
	margin-left: 30px;
}

.divFrameContent  ul li {
	font-size: 1.2em;
	color: #666666;
	list-style-type: circle;
	line-height: 1.3em;
}

.divOtherImages {
	background-color: #F4CD69;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../images/NavBackground.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.divOtherImages li {
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.divOtherImages a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: 0.1em;
	padding: 5px;
}
.divOtherImages a:hover, .divOtherImages a:active {
	color: #FFFF00;
}


/* ==========================
    CSS STYLES FOR TABS
   ==========================
*/

ul#tab-container-1-nav li {
	display: inline;
	padding-right: 15px;
}
ul#tab-container-1-nav   li   a:link, ul#tab-container-1-nav li  a:visited {
	text-decoration: none;
	line-height: 24px;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #000000;
}
ul#tab-container-1-nav li a:hover, ul#tab-container-1-nav li a:active, ul#tab-container-1-nav li a.active:link {
	color: #990000;
}


/* ==========================
    CSS STYLES FOR FORM
   ==========================
*/

#divFormWrap {
	width: 50%;
	margin-top: 10px;
	margin-bottom: 30px;
	margin-left: 50px;
}
#divFormWrap div {
	padding-top: 8px;
}


#divFormWrap form h3{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-decoration: none;
}
.imgRight {
	float: right;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
