/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body{
	font: 62.5%/1.6 Verdana, Times, "Times New Roman", serif;
	color:#5f5f5f;
	padding:0;
	margin:0;
}

a{
	color:#504f4f;
	text-decoration:underline;
}
a img{
	border:none;
}

p{
	margin-bottom:11px;
}

h1{
	font: bold 2.5em/1.1em Arial;
	color:#778793;
	border-bottom:1px solid #778793;
	margin-bottom:10px;
}

#topbg {
	background:transparent url(images/bg_header.jpg) repeat-x scroll 0;
	/*border-top:5px solid #304798;*/
	height:98px;
	width:100%;
}

#topContent {
	background:transparent url(../gfx/topbg.jpg) no-repeat scroll 50% 0;
	margin:auto;
	width:100%;
}

#top {
	height:98px;
	margin:0 auto;
	position:relative;
	width:940px;
}

#logo {
	float:left;
	margin-left:0;
	margin-top:25px;
}

#topNavTop {
	float:right;
	margin:10px 0 0;
	text-align:right;
}

#search {
	clear:both;
	margin-top:6px;
}

.clearFix {
	display:block;
}

#topNavBottom {
	bottom:0;
	left:80px;
	position:absolute;
}
#mainGradTop {
	background:transparent url(images/bg_topgrad.gif) repeat-x scroll 0 top;
	width:100%;
	border-top:2px solid #fff;
	padding-top:40px;
}

#mainGradBottom {
	background:transparent url(images/bg_bottomgrad.gif) repeat-x scroll 0 bottom;
	padding:0 0 29px;
	width:100%;
}

.main {
	margin:0 auto;
	width:940px;
	overflow:auto;
	min-height:650px;
}

#bottomBg {
	width:100%;
}

.input{
	background-color:#fff;
	border:1px solid #e1ddd9;
}

.submitBtn{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7e7d;
	cursor:pointer;
	background-color:#fff;
	border:none;
	padding:0 5px;
}


#bottomContent{
	background:transparent url(images/bg_footer.jpg) repeat-x;
	text-align:center;
	padding-top:10px;
	height:30px;
	border-top:2px solid #fff;
	margin:0 auto;
	width:100%;
}

.left{
	float:left;
}

.right{
	float:right;
}

.contentbox-280{
	width:280px;
	overflow-y:auto
}

.contentbox-360{
	width:360px;
	overflow-y:auto
}

.contentbox-360, .contentbox-280, .contentbox-640{
	border:1px solid #a2b4c1;
	background:#fff url(images/bg_boxes.gif) bottom left repeat-x;
	padding:10px;
	margin-right:10px;
}

.contentbox-640{
	width:670px;
	overflow-y:auto
}

.innerbox{
	background:#fff url(images/bg_innerBoxes.gif) bottom center no-repeat;
	padding:10px;
}

.innerbox .fullLink{
	display:block;
	text-decoration:none;
	padding:3px 10px 5px;
	color:#fff;
	background-color:#a2b4c1;
}
/********* menu *********/
#menu{
	width:150px; 
	background-color:#a2b4c1; 
	padding:10px;
	margin-right:10px;
}

#menu a{
	display:block;
	height:20px;
	text-decoration:none;
	font-size:1.1em;
	color:#fff;
	border-bottom:1px dashed #fff;
}

#menu a:hover{
	text-indent:5px;
}

#menu .choosen{
	font-weight:bold;
}

/********* #End menu *********/

/********* menu *********/


#menusub a{
	display:block;
	height:20px;
	text-decoration:none;
	font-size:1.1em;
	color:#fff;
	border-bottom:1px dashed #fff;
	text-indent:5px;
}

#menusub a:hover{
	text-indent:9px;
}

#menusub .choosen{
	font-weight:bold;
}

/********* #End menu *********/
