/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

img, div, a, input { behavior: url("iepngfix.htc") }

body {
   behavior: url("csshover3.htc");
}

.curved {
border-radius: 10px;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 behavior:url("border-radius.htc");
}


body {
	font: 13px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: #123;
	color: #333;
	font-size: 13px;
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both; 
	height: 0;
}

#secondary_body{
background:url(/images/mochabg.png) top left no-repeat; min-height:600px;
}

.red{
color:#D21300;
}

#wrap
{
	/*background:url() no-repeat center top scroll;*/
	position:relative;
	overflow:hidden;
	width:1050px;
	margin:0 auto 0 auto;
	padding:0px;


}


/*Header
----------------------------------------------------------------------------------------------------*/
#header
{
height:80px;
}

#logo
{
margin:7px 0px 0px 0px;

}


#number
{
position:absolute;
top:6px;
right:0px;

}

#slideshowimages
{
position:absolute;
top:0px;
left:0px;
}

#menu{
position:absolute;
top:40px;
width:850px;
right:0px;
}

#menu ul{
	margin: 0; padding: 0;
	float: right;
	}

#menu ul li{
	display: inline;
	}

#menu ul li a{
	float: right; text-decoration: none;
	color: #405764;
	padding: 0 0px 0 25px;
	font-weight:bold;
	/*background-color: #333;*/ }

#menu ul li a:visited{
	color: #405764;}

#menu ul li a:hover, .menu ul li .current{
	color: #fff;
	/*background-color:#0b75b2;*/}

#rossheader
{margin-top:0px;}

#facebookicon
{
position:absolute;
top:249px;
left:28px;


}

span.sig
{
font-weight:bold;
font-size:10px;
background-color:#9ab9ca;
}

span.click
{
font-weight:bold;
font-size:10px;
line-height:10px;
display:block;
}



/* `Image Content
----------------------------------------------------------------------------------------------------*/
#skinimages
{
height:298px;
}

/* `Center Tag Line
----------------------------------------------------------------------------------------------------*/
#centertagline
{
	height:160px;
	margin:20px 20px 20px 20px;
}

#centertagline h1
{
	font-size: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing:-2px;
	color:#fff;
	margin-bottom:0px;
}

#centertagline p
{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing:0px;
	color:#405764;
}

#centertagline a
{
	font-weight:bold;
	color:#fff;
}

/* `Subheadings Home
----------------------------------------------------------------------------------------------------*/
#subheading_home h2
{
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing:-1px;
	color:#405764;
	padding:10px 0 0px 0;
	
}

#subheading_home p
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	letter-spacing:0px;
	color:#405764;
}



/* `Spacing
----------------------------------------------------------------------------------------------------*/

img.floatLeft { 
    float: left; 
    
	margin:0px 10px 10px 0;
}
img.floatRight { 
    float: right; 
     
	margin:0 0 10px 10px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

/*li {
	margin-left: 30px;
}*/

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

a {
	color:#333;
	text-decoration: underline;
	font-weight:bold;
}


a:hover {
	text-decoration: none;
}

/*p {
	border: 1px solid #666;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}*/

.container_12 {
	
	/*margin-bottom: 20px;*/
}

.container_16 {
	
}

/**********footer************/

#footer{
border-top:3px solid #d0e6ec;
}


#footer
{

margin-top:10px;
}

#footer p.left_align
{
float:left;
clear:left;
}

#footer p.right_align
{
float:right;
}

#footer p
{
color: #91a4a9;
font-size: 11px;
}

#footer p a
{
color: #6f8489;
text-decoration:underline;
}

#footer p a:hover
{

text-decoration:none;
}

/**********footer************/