@charset "utf-8";
/* CSS Document */

body {
	background-repeat: repeat-x;
     font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
     width:100%;
	margin-right: 0px;
     color:#5A5A5C; 
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-color: #fff;
}

.insider{
	position:relative;
	width:auto;
	height:auto;
	padding:10px;
}
.container
{
	position:relative;
	width:1000px;
	height:auto;
	margin:0px auto;
}
.clear
{
	clear:both;
}
#logo
{
	position:relative;
	width:254px;
	height:128px;
	float:left;
}
#top_red
{
	position:relative;
	background:url(../images/top_red.jpg) repeat-x;
	width:100%;
        overflow-x:hidden;
	height:2px;
}
#divider
{
	position:relative;
	background:url(../images/divider.jpg) repeat-y;
	width:3px;
	height:auto;
}
#top_under
{
	position:relative;
	background:url(../images/top_under.jpg) repeat-x;
     width:100%;
        overflow-x:hidden;
	height:329px;
	min-width:1000px;
}

#layout {
	background-repeat: no-repeat;
	margin: auto;
	height: 1000px;
	width: 1000px;
	position: relative;
	background-image: url(oneill_landing.jpg);
	background-position: center top;
}

.inputForm
{background-color : #F2F2F2;
-moz-border-radius:3px; /* Firefox */
-webkit-border-radius: 3px; /* Safari, Chrome */
-khtml-border-radius: 3px; /* KHTML */
border-radius: 3px; /* CSS3 */
behavior:url("border-radius.htc"); 
width:223px;
}

#nav
{
	position:relative;
	width:200px;
	height:auto;
	float:right;
	margin-top:20px;
	margin-right:10px;
}

#cont_bg
{
	position:relative;
	background:url(../images/content_bg.jpg) no-repeat;
	width:1000px;
	height:auto;
        min-height:429px;
}
#inner_cont
{
	position:relative;
	width:1000px;
	height:auto;
	margin:0px auto;
	padding-top:80px;
	font-size:13px;
	color:#5A5A5C;
}

#inner_cont2
{
	position:relative;
	width:1000px;
	height:auto;
	margin:0px auto;
	padding-top:10px;
	font-size:13px;
	color:#5A5A5C;
}

#inner_cont2 a{ color:#5A5A5C; text-decoration:none;}
#inner_cont2 a:hover{ text-decoration:underline;}
#left_img
{
	position:relative;
	width:520px;
	color:#5A5A5C;
	float:left;
padding-top:10px;

}
#rite_txt
{
	position:relative;
	width:420px;
	height:auto;
        margin-top:5px;
	float:right;
	font-size:13px;
	color:#5A5A5C;
	font-weight:700;
}
p.red_txt
{
	color:#c51c1f;
        text-align:center;
        font-style:italic;
}

h1
{
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:25px;
	color:#A90A0F;
	font-size:24px;
     	font-weight:300;
}


h2
{
	margin:0px;
	padding:0px;
	padding-top:0px;
	color:#A90A0F;
	font-size:24px;
     	font-weight:300;
}

h3
{
	margin:0px;
	padding:0px;
	padding-top:0px;
	color:#000000;
	font-size:18px;
     	font-weight:300;
}
.red {color:#A90A0F;}
#footer
{
	position:relative;
	width:1000px;
	height:auto;
	margin:0px auto;
}
#left_footer
{
	position:relative;
	width:550px;
	height:auto;
	float:left;
	font-size:12px;
	color:#000;
}
#rite_footer
{
	position:relative;
	width:auto;
	height:auto;
	float:right;
	text-align:right;
	font-size:12px;
	color:#000;
}
#inner_footer
{
	position:relative;
	width:964px;
	height:auto;
	margin:0px auto;
	padding-top:10px;
}
#inner_footer a
{
	color:#000;
	text-decoration:none;
}
#inner_footer a:hover
{
	text-decoration:underline;
}
span.big_footer_txt
{
	font-size:18px;
}

.submit {
background: none;
border: 1px solid #A90A0F;
padding: 5px 20px;
}
.submit:hover{
background: #A90A0F;
color: #fff;
cursor: pointer;
}
textarea { height:100px !important;}
.inputForm {
border: none;
margin-bottom: 10px;
border: 1px solid #ccc;
height: 25px;
}