/*
orange: #e77817
*/

@import url("typo.css");


html body *.nomargin {
margin:0;
}


html,body {
	margin:0;
	padding:0;
	background: #fff url(../images/pagetile.gif) 0 0 repeat-x;
	color: #333;
}

/* Sticky Navigation Highlights */
body.products #n1 {
background: #963900;
}

body.quotes #n2 {
background: #963900;
}
body.claims #n3 {
background: #963900;
}
body.news #n4 {
background: #963900;
}
body.about #n5 {
background: #963900;
}
body.marsh #n6 {
background: #963900;
}
body.contact #n7 {
background: #963900;
}



#container {
width: 960px;
margin: 0px auto;
padding: 0;
text-align: left;
position: relative;
overflow: hidden;
}

#header {
	background: transparent url(../images/bg-sunfade.png) no-repeat scroll right 34px;
	height: 158px;
	margin-bottom: 16px;
	position: relative;
}

#searchbar {
height: 32px;
	font-size:11px;
	background-color: #454545;
	color: #fff;
	position: relative;
}

#searchbar ul {
list-style-type:none;
margin:0;
padding:0;
position:absolute;
right:136px;
top:12px;
}

#searchbar ul li { 
color:#E77817;
float:left;
padding:0 6px;
}

#searchbar li a:hover {
color: #fff;
}

#searchbar form {
bottom:0;
height:27px;
position:absolute;
right:0;
width:193px;

}


#searchbar input.text
{
	width: 134px;
	border: 0;
	padding: 0;
	height: 19px;
	vertical-align:bottom;
}

#searchbar input.submit
{
	width: 51px;
	border: 0;
	padding: 0;
	height: 19px;
	background: url(../images/pagetile.gif) 0 -130px repeat-x;
	vertical-align:bottom;
}

li.middleman
{
	border-width: 0 1px;
	border-style: solid;
	border-color: #fff;
}


#logo {
margin:2px 0 0 0;
background: url(../images/sunshinelogo.png) 50% 0% no-repeat;
width: 271px;
height: 92px;

position: relative;
-webkit-transition: 0.5s;
-moz-transition: 1s;
transition: 1s;
}

#logo:hover {
left:25px;
width: 333px;
-webkit-box-shadow: 0px 0px 50px yellow;
-moz-box-shadow: 0px 0px 50px yellow;

-webkit-border-radius: 43px;
-moz-border-radius: 43px;

-webkit-transition: 0.5s;
-moz-transition: 1s;
transition: 1s;
}


#logo a {
display: block;
width: 100%;
height: 100%;
color: transparent;
text-indent: -9999px; /*IE*/
}


#marathon {
background: url(../images/marathon.png) top right no-repeat;
width: 268px;
height: 86px;
position: absolute;
top: 35px;
right: 1px;
}

#marathon a {
display:block;
width: 100%;
height: 100%;
text-indent: -9999px;
}


#mainnav {
height: 32px;
}


ul#nav {
height: 100%;
}

#nav li
{
	width: 90px;
	height: 100%;
	float: left;
	line-height: 30px;
	text-align: center;
}

#nav li a {
display:block;
height: 100%;
color: #fff;
font-size: 16px;
}

#nav li a:hover {
background: #963900;
}


#nav li#n6 {
width: 130px;
margin-right: 290px;
}




#columnwrapper {
background: transparent url(../images/bg-rightbar.gif) repeat-y scroll top right;
overflow: hidden;
width: 100%;
}


#sidebar-a {
float: left;
padding-right:20px;
width: 180px;
margin-bottom:20px;
}
   
#content {
width:560px;
padding:0 20px;
border-left:1px solid #CCCCCC;
float:left;
/*bottom margins of paragraphs push through bottom of #content and thow off foooter without this*/
		overflow: auto; 
}

#sidebar-b {
float:right;
width:144px;
}


ul#sidenav {
text-align: right;
}

#sidenav li {
border-bottom: 1px solid #ccc;
}

#sidenav li a {
padding: 6px;
display: block;
}

#sidenav li a:hover {
background: #eee;
}




#footbar
{
	width: 100%;
	height: 35px;
	margin-top:16px;
	background-color: #454545;
}

#footer
{
	font-size:11px;
	background-color: #454545;
	color: #fff;
	width: 960px;
	height: 35px;
	margin: auto;
	background: url(../images/bg-footer.png) top right no-repeat;
	position: relative;
}


#copyright {
left:474px;
margin:0;
position:absolute;
top:12px;
}

#footer ul {
list-style-type:none;
margin:0;
padding:0;
position:absolute;
right:136px;
top:12px;
}

#footer ul li { 
color:#E77817;
float:left;
padding:0 6px;
}

#footer a:hover {
color: #fff;
}


#backtotop
{
height:35px;
position:absolute;
right:0;
text-indent:-9999px;
top:0;
width:53px;
/*Unclickable in IE7 without a background color/image*/
	background: url(../images/bg-footer.png) top right no-repeat;
}





/* right side bar nav */

.altnav {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border: 1px solid #e77817;
}

.altnav li {

}

.altnav li a {
display:block;
padding: 5px;
}

.altnav li a:hover {
background: #e77817;
color: #fff;
}



/*   FORM BASICS   */

fieldset {
border:1px solid orange;
padding:10px;
margin-bottom: 1em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}

legend {
margin-bottom: 1em;
font-weight:bold;
padding:0 10px;
}

fieldset > :last-child {margin: 0;}

form div {
	overflow:hidden;
	margin-bottom:1em;
}

form div label {
float:left;
padding:0 15px 0 0;
width:96px;
text-align:right;
}

form div input {
	float:left;
}

form div input.submit {
	margin-left: 114px;
}
