/*DODR style sheet*/

/*****************************************************/
/* GLOBAL SETTINGS               		 */
/***************************************************/

* {margin:0; padding:0;} /*required to remove default padding and margins */

html { 
	height:100%; 
}

body {
	background-color: #dae7f0; 
	text-align:center;
	height:100%;
	/* make reference to the Yanone Kaffeesatz font */
    font-family: 'Yanone Kaffeesatz', arial, sans-serif;
}

.wrapper {
	background-color:#fff;
	box-shadow: 6px 6px 6px #a3b9c8; /* Opera and Internet Explorer 6+ */
	border-radius: 10px; /* Opera and Internet Explorer 6+ */
	width:900px;
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -85px; /* the bottom margin is the negative value of the footer's height */	
}

.footer, .push {
height: 85px; /* .push must be the same height as .footer */
clear: both;
}

#content {
	
	text-align:left;
	padding:15px 5px 0px 5px;	
	color: #535353; /*dark gray*/
	font-size: 13px;
	font: Tahoma, Geneva, sans-serif;
	line-height:18px;
}

p.clear
{
clear:both;
} 

a:link { 
	color:#077CF7; /*blue*/
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight: normal;
}

a:visited { 
	color:#077CF7; /*blue*/
	text-decoration: underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight: normal;
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #BF1E2E; /*red*/
}

img.floatleft {float: left; padding: 5px;}

img.floatright {float: right; padding: 20px;}
	
.rollover .out 
{ 
	display:inline; 
	visibility:visible; 
	border:0px;
} 
.rollover .over 
{ 
	display:none; 
	visibility:hidden; 
} 
.rollover:hover .out
{ 
	display:none; 
	visibility:hidden; 
} 
.rollover:hover .over 
{ 
	display:inline; 
	visibility:visible; 
	border:0px;
} 

/*****************************************************/
/* LAYOUT                               		 */
/***************************************************/

.leftcolumn {
	padding:10px 10px 5px 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px 2px #cdcdcd;
	width:265px;
	height:850px;
	float:left;
	margin-top:9px;
	margin-right:15px;
	margin-bottom:10px;
	
}

.rightcolumn {
	padding:0px 10px 5px 10px;
	/*width:550px;
	position:absolute;
	top:0;
	right:0;*/
}

.centercolumn1 {
	padding:10px 10px 10px 10px;
	width:385px;
	height:800px;
	float:left;
	margin-top:20px;
	margin-left: 15px;
	margin-right:5px;
	margin-bottom:5px;
	text-align: left;}
	
.centercolumn2 {
	padding:10px 10px 10px 10px;
	width:390px;
	height:800px;
	float:right;
	margin-top:20px;
	margin-left: 5px;
	margin-right:15px;
	margin-bottom:5px;
	text-align: left;}
	
.baitdogleft {
	color: #535353; /*dark gray*/
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:none;
	text-align: top;
	padding: 5px 5px 5px 5px;
	text-align:left;
}

/* tags for special appeal*/
.special{
	background-color:#fff;
	box-shadow: 1px 1px 2px 2px #cdcdcd; /* Opera and Internet Explorer 6+ */
	border-radius: 10px; /* Opera and Internet Explorer 6+ */
	width:550px;
	min-height: 100%;
	height: 280px;
	float:right;
	margin-bottom:20px;
}

.specialtext {
	color: #535353; /*dark gray*/
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:none;
	padding: 0px 330px 0px 10px;
}

.specialheader {
	color: #077CF7; /*blue*/
	font-size: 24px;
	font-weight:bold;
	padding-left: 10px;
	text-align: left;
	line-height: 28px;}

#nav {
	padding:0px;
}

#nav li {
	padding: 5px 7px 4px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	/*font-weight: bold;*/
	color: #be1d2d;
	font-family: 'Yanone Kaffeesatz', arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	display: block;
	padding: 3px 11px 3px;
}

#nav a:hover {
	background-color:#464849;
	color: #d4d6d7;
	padding:  3px 11px 3px;
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(0,0,0, 1);
	border-radius: 5px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
	

h1 { 
    color: #555; 
    margin: 0 0 20px 0; 
}

.topgreybar {
	height:35px;
	width:866px;
	background-color:#efefef;
	box-shadow:inset 0 0 10px #cdcdcd;
}

.footergreybar {
	width:900px;
	text-align:left;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color:#efefef;
	box-shadow: 6px 6px 6px #a3b9c8;
	padding:10px 0px 10px 0px;
	margin:-20px auto;  Right and left margin widths set to "auto" 
}

.footerline1
{	color:#333333; /*gray*/
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	text-align:right;
	padding-right:20px;
	padding-top:10px;
}

.footerline2
{
	color: #8a8888; /*charcoal*/
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	text-align:right;
	padding-right:20px;
}


.videobox {
	border: .1em solid #c2def6;
	background-color:#c2def6;
	border-radius: 10px; 
	box-shadow: 3px 3px 5px #eeeeee;
	float:right;
	z-index:1;
	_opacity: 0;
	padding:6px;
}

.story {
	color: #535353; /*dark gray*/
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:none;
	text-align: top;
	padding: 10px 25px 0px 10px;
}



.storyheader {
	color: #535353; /*dark gray*/
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration:none;
	text-align: top;
	padding: 20px 25px 0px 20px;
}

.contractheader {
	color: #535353; /*dark gray*/
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: top;
	padding: 5px 7px 4px;
	float: left;
	position: relative;
	list-style: none;
}

.indent{
	Padding-left:30px;}

div.slogan
{	
	float:right;
	background-image:url('images/grey-stripe.gif');
	filter:alpha(opacity=30);
   	-moz-opacity:0.3;
    opacity: 0.3;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height:70px;
	width:250px;
	padding-top:0px;
}

p.inside {
	color: #000000; /*blue*/
	font-size: 14px;
	font-family: Helvetica condensed, tahoma, arial;
	font-weight:bold;
	text-align:right;
	padding: 5px 20px 5px 5px;
}

#helpbox {
	width:255px;
	background-image:url('images/bricie.jpg');
	height:188px;
	background-repeat:no-repeat;
	background-position:right top;
}

#helpbox2 {
	width:300px;
	background-image:url('images/bricie.jpg');
	height:188px;
	background-repeat:no-repeat;
	background-position:right top;
}

#helpbox3 {
	width:300px;
	background-image:url('images/benji.jpg');
	background-repeat:no-repeat;
	background-position:left top;
}

#sectionbox{
	background-color:#fff;
	padding:10px 10px 5px 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 2px 2px #cdcdcd;
	width:600px;
	float:left;
	margin-top:9px;
	margin-right:15px;
	margin-bottom:10px;}
	
a.help:link, a.help:visited {
	color:#bf1e2e;
	font-family:Impact, Charcoal, sans-serif;
	font-size: 3em;
	text-align:center;
}

a.help:active, a.help:hover {
	color:#054489;
	font-family:Impact, Charcoal, sans-serif;
	font-size: 3em;
	text-decoration:underline;
	text-align:center;
}
	
.header1 {
	color: #333333; /*charcoal*/
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
	
.medblue18 {
	color: #077CF7; /*blue*/
	font-size: 24px;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 15px;
}

.medblue14 {
	color: #077CF7; /*blue*/
	font-size: 18px;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 0px;
}

.err {
	color:#be1d2d;
	font-size: 22px;
	float:left;
	line-height:24px;
}

/* BIA */
#biaBox {
	background-color:#fff;
	border:solid .1em #077cf7;
	padding:6px;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	width:750px;
	height:165px;
	margin-left:70px;
	position:relative;
	z-index:1;
}

#biaGraphic {
	float:left;
	margin-left:-40px;
	padding-right:15px;
	margin-top:-10px;
	position:relative;
	z-index: 2;
}


/* CONTACT AND TAKE ACTION*/
 
form { 
    float: left;
    border: 1px solid #ddd; 
    padding: 25px 35px 15px 35px; 
    margin: 80px auto 0 30px;
    width: 670px;
    background: #fff;
	
	/* -- CSS3 - define rounded corners -- */	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	border-radius: 10px;
 
	/* -- CSS3 - create a background gradient -- */
	background: -webkit-gradient(linear, 0% 0%, 0% 40%, from(#EEE), to(#FFF)); 
	background: -moz-linear-gradient(0% 40% 90deg,#FFF, #EEE); 
 
	/* -- CSS3 - add a drop shadow -- */
	-webkit-box-shadow:0px 0 40px #97c6f8;
	-moz-box-shadow:0px 0 40px #97c6f8; 
	box-shadow:0px 0 40px #97c6f8;
}


label {	
    font-size: 20px;
    color: #666; 
}

fieldset { border: none; }

#user-details { 
    float: left;
    width: 210px; 
}

#user-message { 
    float: right;
    width: 380px;
}

input, textarea { 		
    padding: 8px; 
    margin: 4px 0 20px 0; 
    background: #fff; 
    width: 200px; 
    font-size: 14px; 
    color: #555; 
    border: 1px #ddd solid;
	
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	-webkit-box-shadow: 0px 0px 4px #aaa;
	-moz-box-shadow: 0px 0px 4px #aaa; 
	box-shadow: 0px 0px 4px #aaa;
 
	/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
	-webkit-transition: background 0.3s linear;	
}
 
textarea {		
    width: 370px; 
    height: 175px; 
	font-size: 14px; 
    color: #555;
	font-family:Tahoma, Geneva, sans-serif;		 		
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

input.submit { 	
    width: 150px; 
    color: #eee; 
    text-transform: uppercase; 
    margin-top: 10px;
    background-color: #077cf7;
    border: none;
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
	-webkit-transition: -webkit-box-shadow 0.3s linear;
 
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#077cf7), to(#0968cc)); 
	background:  -moz-linear-gradient(25% 75% 90deg,#0968cc, #077cf7); 
 
	/* -- CSS3 - Rounded Corners -- */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px;
}

input.submit:hover { 		
    -webkit-box-shadow: 0px 0px 10px #7c7c7d;
    -moz-box-shadow: 0px 0px 10px #7c7c7d; 
    box-shadow: 0px 0px 10px #7c7c7d;		
    cursor:  pointer; 
}

.errContact {
	color:#be1d2d;
	font-size: 22px;
	position:absolute;
	float:left;
	padding-top:40px;
}

.formerrorContent {
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 140px;
	font-family: tahoma;
	font-size: 14px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	left:100px;
	top:-80px;

}

.formerrorSTW {
	background: #ee0101;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 100px;
	font-family: tahoma;
	font-size: 12px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 7px 4px 7px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	left:90px;
	top:-80px;
}

#errBanner {
	width:600px;
	background-color:#be1d2d;
	height:40px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	margin:30px auto 0 40px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color:#fff;
	font-size:24px;
	text-align:center;
	padding-top:20px;
	position:absolute;
	visibility:hidden;
}

