/*
******************************************
Shiprock Management Inc. twin ports way
******************************************
*/

/*
******************************************
main div layouts
******************************************
*/
@media all {
html {
	color: #0A1C64;
	background-color: #6A6A6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align: center;
	
}

body {
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
	
#main {
	width: 767px;
	text-align: center;
	margin: 0px auto 0px auto;
}

#header {
	width: 767px;
	background-image:url(../skin/header1.jpg);
	background-repeat:no-repeat;
	height: 21px;
}
#header1Nav {
	padding-top: 5px;
	color:#FFFFFF;
	text-align: right;
	padding-right: 10px;
}
#header2 {
	width: 767px;
	background-image:url(../skin/header2.jpg);
	background-repeat:no-repeat;
	height: 74px;
}
#header2Nav {
	text-align:left;
	padding-top: 20px;
	padding-left: 368px;
	color:#FFFFFF;

}
#header3 {
	width: 767px;
	background-image:url(../skin/header3.jpg);
	background-repeat:no-repeat;
	height: 65px;
}
#main-content{
	width: 767px;
	text-align: left;
	background-image:url(../skin/content_r.jpg);
	
	
}

#ternary-nav{
	float: left;
	text-align: left;
	width: 168px;
	padding-left: 10px;

	
	
}

#content {
	float: left;
	text-align: left;
	width:579px;
	}
	
#innerContent {
	text-align: left;
	padding-left:5px;
	padding-right: 5px;
	
}

#content2 {
	text-align: left;
	width:767px;
	}
	
#innerContent2 {
	text-align: left;
	padding-left:20px;
	padding-right: 10px;
	
}

#footer {
	background-image:url(../skin/footer.jpg);
	background-repeat:no-repeat;
	height: 51px;
	width: 767px;
	clear: both;
}

#footer2 {
	text-align: center;
	color:#FFFFFF;
}

.topNav {
color: #ffffff;

}
.topNav a {
color: #ffffff;
font-weight: bold;
}
.topNav a:link{
color: #ffffff;
} 
.topNav a:visited{
color: #ffffff;
} 
.topNav a:active {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.topNav a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.header2Nav {
color: #ffffff;
font-weight: normal;
}
.header2Nav a {
color: #ffffff;
font-weight: normal;
}
.header2Nav a:link{
color: #ffffff;
font-weight: normal;
} 
.header2Nav a:visited{
color: #ffffff;
font-weight: normal;
} 
.header2Nav a:active {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.header2Nav a:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.leftnav {
color: #910508;
font-weight: bold;
padding-left: 5px;
}
.leftnav a {
color: #910508;
font-weight: bold;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
}
.leftnav a:link{
color: #910508;
font-weight: bold;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
} 
.leftnav a:visited{
color: #910508;
font-weight: bold;
padding-left: 5px;
padding-top: 10px;
padding-bottom: 10px;
} 
.leftnav a:active {
	font-weight: bold;
	color: #910508;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 10px;
padding-bottom: 10px;
}
.leftnav a:hover {
	font-weight: bold;
	color: #910508;
	text-decoration: underline;
	padding-left: 5px;
	padding-top: 10px;
padding-bottom: 10px;
}

.redlink {
text-decoration:none;
font-weight: normal;
}
.redlink a {
	color:#910508;
	font-weight: normal;
}
.redlink a:link{
	color:#910508;
	font-weight: normal;
} 
.redlink a:visited{
	color:#910508;
	font-weight: normal;
} 
.redlink a:active {
	color:#910508;
	font-weight: normal;
}
.redlink a:hover {
	color:#910508;
	font-weight: normal;
	text-decoration:underline;
}


/* 
******************************************
General display styles
******************************************
*/
.homeHeading { 
	font-weight: bold;
	color: #ffffff;
}
p {
	padding-left: 1.5em;
}
h5 {
	color: #CC0000;
	font-size: 120%;
	font-weight: bold;
}
a{
text-decoration:none;
}
a:link {
	color:#910508;
	
	font-weight: bold;
}
a:active {
	color: #910508;
	
	font-weight: bold;
}
a:hover {
	color:#910508;
	text-decoration:underline;
	font-weight: bold;
}
a:visited{
	color:#910508;
	
	font-weight: bold;
}
img{
border: 0px;
}
.headertext {
color:#FFFFFF;
font-weight: bold;
}
.red{
color: #910508;
font-weight: bold;
}
.blueborder{ border-left:solid #0A1C64 1px}
.blue {color: #0A1C64;}
}