/* @override http://snaklog.local/stylesheets/scaffold.css?1235074506 */

/* @override http://snaklog.local/stylesheets/scaffold.css?1231455113 */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

html 	{ text-align : center;  }
body { 
	margin: 0;
	padding: 0;
	background : url(../images/background01.gif); 
	font-family: Tahoma, Arial, Verdana,Helvetica;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	width : 945px;
	margin-right: auto;
	margin-left :auto;
	background-color :#FFFFFF;
	min-height:600px;
}

#branding {
	position : relative;
	float :left;
	height : 125px;
	background : transparent url(../images/top02.gif) no-repeat;
	width : 554px;
}

#branding h1 { 
position : absolute;
text-indent : -9999px;
}

#header {
	position : relative;
	float :right;
	height :125px;
	width : 391px;
	background-color : black;
	text-align: right;
}

ul#nav_login li {
	display : inline;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:small;
	font-weight:bold;
	color: #fff;

}


#nav_position_left {
	clear :both;
	position: relative;
	float:left;
	width : 780px;
	background-color:#000000;
	padding-bottom :5px;
	padding-left  :10px;
}

#nav_position_right {
	float:right;
	position: relative;
	width : 145px;
	background-color:#000000;
	padding-bottom :5px;
	padding-right :10px;
	text-align:right;
}
.nav li { /* all lists */
	color: white;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:small;
	font-weight:bold;
	display: inline;
}

.nav a:link {
	color:#FF8C00;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:small;
	font-style:normal;
	font-weight:bold;
	background-color: black;
}

.nav a:visited {
	color:#FF8C00;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:small;
	font-style:normal;
	font-weight:bold;
	background-color: black;
}

.nav a:hover {
	color:#FFD700;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:small;
	font-style:normal;
	font-weight:bold;
	background-color: black;
}

#banner {
	clear:both;
	position:relative;
	height: 300px;
	width: 945px;
	padding-top: 20px;
	background-color:#FFFFFF;
	text-align:center;
}

#leftbanner {
	float :left;
	width:350px;
	margin-left:10px;
	
}

#rightbanner {
	float:right;
	width:506px;
	margin-right:72px;
}
#content { 
	background-color:#FFFFFF; 
	color: #000;
	width: 945px;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size: small;
	margin:auto;
	padding-bottom:10px;
}

.curvedbox {
	background-color:#FFC073; 
}
#featurecontainer {
	margin:0px;
	font-size: 14px;
	width: auto;
	padding-bottom: 1px;
	height:100%;
}

#indexwhat {
	width :310px;
	float:left;
	text-align:left;
	margin-bottom:10px;
	margin-left:10px;
	margin-top: 10px;
	padding: 0 0 10px 20px;
	
}

#indexhow {
	width :310px;
	float:left;
	text-align:left;
	margin-bottom:0px;
	margin-left:0px;
	margin-top: 10px;
	padding: 0 0 10px 20px;
	
}

#indexwhy {
	width :180px;
	float:left;
	text-align:left;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top: 10px;
	padding: 0 0 10px 20px;

}
#footer {
	clear:both;
	height:50px;
	margin-top:0px;
}

#indexsubcontent {
	clear:both;
	margin-left:30px;
	margin-top: 20px;
	margin-bottom:15px;
	font-size:18px;
	background-color:#e4d699;
	width: 825px;
	padding:10px 0px 10px 10px;
}

div#indexmaincontent {
	clear: both;
	margin-top:20px;
	margin-left:75px;
	margin-right:120px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color:#000000;
}

#indexmaincontent ul{
	display : block;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:small;
	font-weight:normal;
	list-style-type:disc;
	color: #000;
	padding-left:35px;
	margin-bottom:20px;
}



.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
