@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(/images/backgrounds/darkbluesgradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #123148;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	}

.oneColFixCtrHdr #container {
	width: 814px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #headerindex {
	background-image: url(/images/backgrounds/big-header2.png);
	background-repeat: no-repeat;
	height:356px;
	width: 814px;
	_width: 814px;
	padding-top: 0;
	
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header {
	background-image: url(/images/backgrounds/header.png);
	background-repeat: no-repeat;
	height:170px;
	width: 814px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image: url(/images/backgrounds/maincontainerbackground.png);
	background-repeat: repeat-y;
	width: 814px;	
	_width: 814px;
	margin: 0;
	position: relative;
	padding-top: 10;
	padding-right: auto;
	padding-bottom: 0;
	padding-left: auto;

}
.oneColFixCtrHdr #mainContent_left {
	width: 445px;
	_width: 445px;
	float: left;
	top: 22px;
	margin-left: 55px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent_right {
	width: 225px;
	_width: 225px;
	float: right;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #002F56;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	padding-left: 12px;
}
/*------------------------------Footer----------------------*/
.oneColFixCtrHdr #footer {
	background-image: url(/images/backgrounds/Footer.png);
	background-repeat: no-repeat;
	height: 119px;
	width: 814px;
	display: block;
	position: relative;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 50;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: right;
}
.footer_credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	text-align: center;
	display: block;
	width: 814px;
}
.footer_credits a:link {
	color: #666;
}
.footer_credits a:visited {
	color: #666;
	text-decoration: none;
}
.footer_credits a:hover {
	color: #666;
	font-weight: bold;
}
.footer_credits a:active {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
/*------------------------------Photos----------------------*/
.photos {
	border: medium solid #2F5C8D;
	box-shadow: rgb(100,100,100) 4px 4px 6px;
	-moz-box-shadow: rgb(100,100,100) 4px 4px 6px;
	-webkit-box-shadow: rgb(100,100,100) 4px 4px 6px;
	margin: 5px;
}
/*------------------------------Text----------------------*/
.text_bullname {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #2F5C8D;
	font-style: normal;
	line-height: normal;
}
.text_preferredsex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #C65987;
}
.text_Welcome {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-variant: normal;
	color: #2F5C8D;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.text_openleading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	line-height: 22px;
}
/*------------------------------Links----------------------*/
a:link {
	color: #2F5C8D;
	text-decoration: none;
	line-height: 16px;
}
a:visited {
	color: #2F5C8D;
	text-decoration: none;
}
a:hover {
	color: #2F5C8D;
	font-weight: bold;
}
a:active {
	color: #2F5C8D;
	text-decoration: none;
	font-weight: bold;
}
/*------------------------------Column Left----------------------*/

.text_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
}
.alignclear{
	clear:both;
}



/*------------------------------cc news styles----------------------*/	
.photos_news {
	border: medium solid #2F5C8D;
	box-shadow: rgb(100,100,100) 4px 4px 6px;
	-moz-box-shadow: rgb(100,100,100) 4px 4px 6px;
	-webkit-box-shadow: rgb(100,100,100) 4px 4px 6px;
	margin-top : 10px;
	margin-right : 10px;
	margin-left : 2px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #003057;
	text-align: left;
	line-height: 25px;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: left;
}
.readmore {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C30;
}
.readmore a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C30;
}
.readmore a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #C30;
}
.readmore a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #C30;
}
.source {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: left;
}
.messages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	line-height: 18pt;
}

/*------------------------------cc news snippet styles----------------------*/	

.stitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #003057;
	text-align: left;
}
.sdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	text-align: left;
}
.readmore {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #C30;
}
.readmore a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C30;
}
.readmore a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C30;
}
.readmore a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #C30;
}

.smessages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.text_Transform_Text {
	font-variant: normal;
	text-transform: capitalize;	
}
.text_Transform_CAPS {
	font-variant: normal;
	text-transform: uppercase;
}.text_boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #002E54;
}

