/* ~~~~~~~~~ layout ~~~~~~~~~~ */

#container {
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 0 -283px;
}
.inner{
	width:953px;
	margin: 0 auto; 
	position: relative;
}

#logo {
	margin: 7px 0 0 0px;
	float:left;
}

#cowLogo {
	float:right;
	margin: 28px 88px 0 0;
}

#homePageImage {
	float:right;
	margin: 45px 15px 0 0;
}

#homePageNews {
	background: url(../images/cowSilhouette.png) no-repeat;
	overflow: auto;
    width: 100%;
	min-height:400px;
	height:100%;
	float:right;
}

#newsItem {
	float:right;
	width:450px;
	margin-bottom:15px;
	/*margin: 20px 30px 0 0;*/
	/*background: url(../images/cowSilhouette.png) no-repeat;*/
}

#newsItem a{
	font-size:13px;
	color: #475765;
	text-decoration: none;
}

#newsItem a:hover{
	font-size:13px;
	color: #1d537f;
	text-decoration: none;
}

#newsItemCopy{
	margin-top:20px;
	width:390px;
}

#newsDate{
	background: url(../images/newsDateArrow.png) no-repeat center 0;
	float:right;
	margin: 0 20px 0 0;
	padding: 3px 9px 0 0px;
	font-size: 0.9em;
	color: #fff;
	height: 46px;
	width: 80px;
}

#newsDate p{
	float:right;
	margin-top:12px;
}

#moreNewsArrow{
	margin:6px 0 0 12px;
	float:left;
	clear:none;
}

#longBlueArrow{
	background: url(../images/longBlueArrow.jpg) no-repeat 0;
	margin: 0;
	padding: 0;
	height: 55px;
	width: 380px;
}

#longBlueArrow p{
	padding: 15px 0 0 6px;
}

#longBlueArrow a{
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
}
#longBlueArrow a:hover {
	color: #ddd;
	text-decoration: none;
}

#sideArrowContainer{
	margin:35px 0 0 35px;
}

#download{
	clear:both;
	width:550px;
	height:30px;
	margin: 5px 0 5px 10px;
}

#download p{
	margin: 4px 0 0 5px;
	float:left;
}

#download img{
	float:left;
}
/* ~~~~~~~~~ header ~~~~~~~~~~ */

#page-header {
	height:240px;
}

#page-header{ 
	background: url(../images/header-repbg.jpg) repeat-x 50% 0; 
	position: relative; z-index: 10;
}
#page-header-container {
	background: url(../images/bgGrass.jpg) no-repeat center 0;
	height:300px;
}

#page-header .inner{
	height:380px;
}

#main-navigation {
	margin: 20px 0;
	width:670px;
	float:right;
}
	#main-navigation ul {
		overflow: hidden;
		list-style: none;
		font-size: 1.5em;
	}
		#main-navigation li {
			float: left;
		}
			#main-navigation li a {
				background: #2e82bc;
				margin: 0 5px 0 0;
				padding: 4px 15px 5px 15px;
				display: block;
				color: #fff;
				text-decoration: none;
			}
			#main-navigation li.current a {
				background: #567183;	
			}
			#main-navigation li a:hover {
				background: #155e90;	
			}
			
/* ~~~~~~~~~ article ~~~~~~~~~~ */

article {
	width: 100%;
	overflow: hidden;
}

section {
	float: left;
	width: 450px;
}

#mainContact{
	width: 650px;
	margin: 30px 100px;
	border: 1px solid #b1b2b2;
	padding:20px;
}

/* ~~~~~~~~~ aside ~~~~~~~~~~ */

aside {
	float: right;
	width: 490px;
}
	
/* ~~~~~~~~~ forms ~~~~~~~~~~ */


input[type=text],
input[type=password],
input[type=file],
.textarea{
	padding: 5px;
	font-size:12px;
	border: 1px solid #cecccc;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=file]:hover,
.textarea:hover{
	padding: 5px;
	font-size:12px;
	border: 1px solid #3c85c1;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
.textarea:focus{
	padding: 5px;
	font-size:12px;
	border: 1px solid #bb1d1d;
	color:#333;
	font-weight: normal;
}

.formRow {
    clear: both;
    height: 30px;
	padding-top: 5px;
}

.formTextFixedWidth2 {
    clear: both;
    float: left;
    padding-top: 3px;
    width: 200px;
	font-size:14px;
}

.formField {
    clear: both;
    float: left;
	font-size:14px;
}

input[type=submit]{
	background: #2e82bc;
	padding:6px 9px 6px 9px;
	border:none;
	text-transform:uppercase;
	font-size:14px;
}

input[type=submit]{
	color: #fff;
	text-decoration:none;
}

input[type=submit]:hover{
	background: #155e90;
	color:#fff;
}

.required {
	color: red;
}
/* ~~~~~~~~~ footer ~~~~~~~~~~ */
			
footer {
	background: url(../images/bgFooter.jpg) no-repeat center 0;
	height:40px;
	font-size: 1.4em;
	text-align: center;
	padding-top:80px;
}
