
body {
	padding:0px;
	margin:0px;
	font-family: Tahoma, Geneva, sans-serif, Arial, Helvetica, sans-serif;
	background-color: #f4f4f4;
	font-size: 11px;
}

img { border: none; }

p,div,td,th,span,form,tr,table{
	margin: 0px;
	padding:0px;
	font-size:1.0em;
}

p,div,td,li{
	line-height:20px; }

p{
	margin-bottom:3px;
	margin-top:3px;
}

ul{
	margin-top:8px;
	margin-bottom:8px;
	list-style-type:square; }
li{
	margin:0px; }

input,select{
	font-size:12px; }
textarea{
	font-size:12px; }

hr{
	border: 0;
	color: #C7C7C7;
	background-color:#C7C7C7;
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom:10px;
	margin-top:10px;
}

h1 {
	color: #ff6000;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 12px;
}

h2 {
	color: #ff6000;
	font-weight: normal;
	font-size: 16px;
	padding-bottom:8px;
	margin-bottom: 12px;
	border-bottom:1px solid #FF6000;
}

a:link {color: #ff6000; text-decoration: none;}
a:visited {color: #ff6000; text-decoration: none;}
a:hover {text-decoration: none; color: #3e3d4d;}
a:active {color: #ff6000;text-decoration: none}



/*	SITE WIDE DEFINITIONS */

#wrap {
	width: 960px;
	margin: auto;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;}
		
#header {
	width: 930px;
	height: 105px;
	padding: 20px 0px 0px 30px}
		
#menu {
	width:98%;
	height: 40px;
	font-size: 13px;
	padding-left:40px;
}
#menu a {
	color:#6D6D6D; text-decoration:none; }
#menu a:hover {
	color:#FF6000; }
#menu span {
	padding-left:10px; padding-right:10px; }

#loginmenu {
	float: right;
	width: 73px;
	height:50px;
	margin-right:30px;
	margin-top:-20px;
	display:table;
	display:table; #position: relative; overflow: hidden;
}
#loginmenu div {
	#position: absolute; #top: 50%;display: table-cell; vertical-align: middle; width:100%; }
#loginmenu div div {
	#position: relative; #top: -50%; width:73px; text-align:center; }
#loginmenu a { 
	color: #fff; font-weight:bold; font-size: 14px; margin-top: }
#loginmenu a:hover { 
	color: #3e3d4d; }

#topbox {
	background-image: url(/images/topbox.png);
	width: 960px;
	height: 14px;}
		
#boxbg2 {
	background-image: url(/images/boxbg.jpg);
	width: 855px;
	color: #333;
	font-size: 11px;
	padding: 30px 60px 20px 50px;
	line-height: 20px;}

#bottombox {
	background-image: url(/images/bottombox.png);
	width: 960px;
	height: 15px;}

#footer	{
	width: 920px;
	clear:both;
	font-size: 12px;
	margin: 50px 10px 30px 10px;
	padding: 15px 10px 0px 10px;
	border-top: solid 1px #ff6000;
	font-size:11px;
	color:#6D6D6D;
}
#footer span { 
	padding-left:10px; padding-right:10px; }
#footer a { 
	color:#6D6D6D; text-decoration: none;}
#footer a:hover { 
	text-decoration:underline;}

#clear {
	clear: both; }

#line {
	color: #ff6000;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 5px;
	margin: 35px 0px 10px 0px;
	border-bottom: 1px solid #ff6000;
}

#ajaxDiv{
	position:absolute;
	left:150px;
	top:0px;
	width:300px;
	min-height:200px;
	padding:10px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	display:none;
	z-index:103;
}

#helpDiv{
	display:none;
	position:absolute;
	z-index:100000;
	left:200px;
	top:150px;
	width:280px;
	padding:20px;
	background-color:#FFFFFF;
	border:1px solid #49631A;
}
#helpDiv p{
	margin-bottom:10px;
}

#td_left{
	padding-bottom:10px;
	padding-right:40px;
	font-size:1.2em;
}
#td_right{
	width:250px;
	padding-bottom:10px;
	padding-right:5px;
	text-align:left;
}

#td_right input{
	width:100%;
	border:1px solid #838383;
	background-color:#FFFFFF;
	color:#00205B;
	font-size:18px;
	height: 24px;
}

#td_right select{
	width:100%;
	border:1px solid #838383;
	background-color:#FFFFFF;
	color:#00205B;
	font-size:16px;
}

#td_small{
	font-size: 9px;
	margin-top: -5px;
}

#table-pad td{
	padding-right:20px;
}



/* PAGE SPECIFC DEFINITIONS */

.button {
    border: none;
    background: url('/images/input-bg.jpg') no-repeat top left;
	width: 252px;
	height: 33px;
	cursor: hand;
}
		
.button:hover {
    border: none;
    background: url('/images/input-bg-hover.jpg') no-repeat top left;
	width: 252px;
	height: 33px;
	cursor: hand;
}
	

#tabbed-box {
	width: 940px;
	background: #fff; }
#tabbed-box div {
	padding: 5px 0px 0px 0px;
	height: 270px; }
#tabs div {
	float: left;
	height:63px;
	background: url(/images/tabbg.png) repeat-x top; 
	border-top: 1px solid #bebebe; }
#tabs a {
	display: block;
	width: 214px;
	padding:10px;
	text-decoration: none;
	color: #6c6c6c;
	font-size: 24px; }	
#tabs div:first-child a {
	border-left: none; }
#tabs a:hover {
	color: #333; }
#tabs a:focus {
	outline: none; }
#tabs a.active {
	background-image: none;
	color: #333;
	border-top: 1px solid #fff; }
.subtext {
	font-size: 12px;
	color:#999;}
#imageholder {
	width: 470px;
	padding: 0px 5px 0px 5px;
	height: 200px;
	float:left;}
#textholder {
	width: 430px;
	padding: 20px 5px 0px 8px;
	height: 180px;
	float:left;
	font-size: 13px;
	color: #666;
	line-height: 20px; }


#account {
	margin-top:-9px; }
#account div {
	float: left;
	height:63px;
	background: url(/images/accounttabbg.png) repeat-x top; 
	border-bottom: 1px solid #bebebe;
	border-left: 1px solid #bebebe; }
#account a {
	display: block;
	width: 214px;
	padding:10px;
	text-decoration: none;
	color: #6c6c6c;
	font-size: 24px; }	
	
#accountmain {
	padding: 30px; }
		
#statusbox {
	float:right;
	width:200px;
	background-color: #f4f4f4;
	padding: 15px;
	color:#2b2f4a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
}


#i-btn {
	padding-bottom:4px;
	margin:0px;
	background-color:#FFF;
	border:none;
	background-image:url(/images/buttonbg.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:30px;
	padding-left:12px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

#a-btn a{
	background-image:url(/images/buttonbg-a.jpg);
	background-repeat:no-repeat;
	width:180px;
	height:30px;
	padding-left:12px;
	padding-top:4px;
	cursor:hand;
	display:block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}

#a-btn a:hover, #a-btn a:visited {
	color:#FFF;
	text-decoration:none;
}

#survey_table{
	width:100%;
}

#survey_table td{
	padding-bottom:20px;
	padding-right:0px;
}

#survey_td_no{
	width:20px;
	vertical-align:top;
}

#survey_td_left{
	width:400px;
	vertical-align:top;
}

#survey_progress{
	width:100%;
	height:15px;
	border:solid 1px #FF6600;
	background-color:#FFFFFF;
	padding:0px;
}

#radio_small {
	width:60px;
	text-align:center;
	vertical-align:top;
}


