/* CSS Document */

#login-register {
	width:100%;
	font-size: 12px;
	color: #6d6e71;
	text-align: center;
}

#login-register ul li {
	margin-left: 0;
	padding: 0px 15px;
	border-left: 1px solid #F7931E;
	list-style: none;
	display: inline;
}

#login-register ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#login-register ul li a {
	color: #6d6e71;
	text-decoration: none;
}

#login-register ul li a:hover {
	color: #000;
	text-decoration: none;
}

#login-register ul li a:visited {
	color: #6d6e71;
}

#navigation {
	clear: both;
	width: 100%;
	background-color: #EDEDEE;
	text-align: center;
	padding: 10px 0;
}

#nav-width {
	width: 100%;
	height: 10px;
	margin-bottom: 25px;
}

.nav-dropshadow {
	background: url(../img/navDropShadow.gif) repeat-x;
}

#navigation-content {
	font-size: 11px;
	color: #6d6e71;
}

#navigation-content a {
	text-decoration: none;
	font-size: 11px;
	color: #6d6e71;
}

#navigation-content a:hover {
	color: #333333;
}

#navigation-content ul {
	display: inline;
}

#navigation-content ul li {
	position: relative;
	padding-left: 10px;
	padding-right: 5px;
}

#navigation-content ul li.seclink {
	list-style: none;
	display: inline;
	background: url(../img/bullet.gif) no-repeat center left;
}

#navigation-content ul li.headlink {
	list-style: none;
	display: inline;
	background: url(../img/bullet_empty.gif) no-repeat center left;
}

#navigation-content ul div {
	display: none;
}

#navigation-content ul #bottom {
	width: 18em;
	position: absolute;
	top: 1.6em;
	left: 0em;
	background-color: #EDEDEE;
	text-align: left;
} 

#navigation-content ul #icon {
	width: 77px;
	position: absolute;
	top: -102px;
	left: 1em;
	text-align: left;
	background-color: #ffffff;
} 

#navigation-content #menu li {
	padding: 5px 10px;
	display: block;
	background: url(../img/bullet_empty.gif) no-repeat center left;
}

#navigation-content ul li.hovering div {
	display: block;
}


#content-wrapper {
	width: 710px; /* The width is equal to the width of "left", "content" and their margins */
	margin: 0 auto 20px auto;
	overflow: hidden;
	/* background-color: #EDEDEE; */
}

#left_3 {
	float: left;
	width: 410px; /*Width of left column in percentage*/
	/*height: 400px;*/
	background: #FFFFFF;
	margin: 0 5px 0 0;
}
#left_3 div.redo {
	border: solid 3px #ff0000;
	float: left;
	color: red;
}

#left_3 label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:160px;
	float:left;
	color: #333333;
}

#left_3 .small {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:160px;
}

#left_3 .radiosmall {
	color:#666666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	width:20px;
	float:left;
}

#left_3 .redo {
	border: solid 3px #ff0000;
}

#left_3 input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #999999;
	width:200px;
	margin:2px 0 20px 10px;
}

#left_3 select {
	float:left;
	font-size:12px;
	padding:4px 2px;
	margin:2px 0 20px 10px;
}

#left_3 #radio-holder {
	width: 150px;
	height: 50px;
	float: left;
	margin: 2px 0 10px 10px;
}

#left_3 #radio-holder input {
	width: 20px;
	float: none;
	margin:0;
	padding:0;
}

.button {
	width: 100px;
}

#right {
	float: left;
	width: 300px;
	margin: 0 0 0 5px;
}

#right-top {
	width: 100%;
	height: 400px;
	background-color: #EDEDEE;
}

#right-bottom {
	width: 230px;
	margin: 0px auto;
	overflow: hidden;
}

#social-link {
	float: left;
	margin: 5px 10px 0 10px;
}

#footer {
	clear: left;
	width: 100%;
	/* background-color: #F7931E; */
	background: transparent url(../img/corners/foot_rep.png) repeat-x;
	margin-bottom: 20px;
}

#footer-repeater {
	width: 100%;
	height: 190px;
	background: transparent url(../img/corners/dot.png) repeat;
}

#footer a {
	color: #FFFF80;
}

#footer-content {
	width: 800px;
	margin: 0 auto;
	overflow:hidden;
	font-size: 11px;
	color: #ffffff;
}

#footer-content ul li {
	list-style: none;
	margin: 5px 0;
}

#footer-content ul li a {
	color: #fff;
	text-decoration: none;
}

#footer-content ul li a:hover {
	color: #000;
	text-decoration: none;
}

#footer-content ul li a:visited {
	color: #fff;
}

#footer-content

#footer-list1, #footer-list2, #footer-list3 {
	float: left;
	margin: 20px 50px;
}

#copyright {
	width: 1024px;
	color: #333;
	font-size: 10px;
	text-align: left;
	margin: 0 auto 20px auto;
}

#copyright a {
	color: #333;
	text-decoration: none;
}

#copyright a:hover {
	color: #333;
	text-decoration: underline;
}

.head {
	color: #2b2b2b;
	font-weight: bold;
}
