@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #005a8d;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

form, img {
	border: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	line-height: 16px;
	margin-bottom: 10px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* ----------------------------------------- */
/* wrapper starts */
#wrapper {
	background: #fff;
	width: 880px;
	display: table;
	text-align: left;
	margin: 0px auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* wrapper ends */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* header starts */
#header {
	background: url(../images/bg-header-color-2.gif) repeat-x;
	width: 860px;
	height: 38px;
	display: block;
	padding: 62px 10px 0px 10px;
	margin-bottom: 1px;
}

#header .headerL {
	width: 390px;
	margin-right: 30px;
	display: block;
	float: left;
}

#header .headerR {
	width: 440px;
	display: block;
	float: left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
/* header ends */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* nav starts */
#nav {
	background: #b12200;
	width: 860px;
	display: block;
	padding: 10px;
	font-size: 12px;
	margin: 1px 0px;
	color: #fff;
}

#nav a {
	color: #fff;
	text-decoration: underline;
}

#nav a:hover {
	color: #fff;
	text-decoration: none;
}
/* nav ends */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* container starts */
#container {
	background: url(../images/bg-container-color-2.gif) repeat-y;
	width: 880px;
	display: block;
	margin-bottom: 1px;
}
/* container ends */

/* colOne starts */
#colOne {
	width: 180px;
	float: left;
	display: block;
	margin-right: 15px;
}

#colOne .coTitle {
	height: 22px;
	background: url(../images/bg-title.gif) repeat-x;
	padding: 8px 10px 0px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#colOne ul {
	list-style-type: none;
}

#colOne li {
	background: #f0f0f0;
	display: block;
	margin-bottom: 1px;
	padding: 5px 10px;
}

#colOne li:hover {
	background: #888;
}

#colOne a {
	background: url(../images/bullet-001-color-2.gif) left no-repeat;
	background-position: 0 5px;
	color: #b12200;
	display: block;
	padding-left: 16px;
	text-decoration: none;
}

#colOne a:hover {
	text-decoration: underline;
	color: #fff;
}
/* colOne ends */

/* colTwo starts */
#colTwo {
	width: 675px;
	float: left;
	display: block;
	margin-right: 15px;
	padding: 10px 0px 10px 10px;
}

#colTwo a {
	color: #005a8d;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#colTwo a:hover {
	color: #000;
	text-decoration: underline;
}
/* colTwo ends */

/* colThree starts */
#colThree {
	width: 180px;
	float: left;
	display: block;
}

#colThree .ctTitle {
	height: 22px;
	background: url(../images/bg-title.gif) repeat-x;
	padding: 8px 10px 0px 10px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#colThree ul {
	list-style-type: none;
}

#colThree li {
	background: #f0f0f0;
	display: block;
	margin-bottom: 1px;
	padding: 5px 10px;
}

#colThree li:hover {
	background: #888;
}

#colThree a {
	/*background: url(../images/bullet-001.gif) left no-repeat;*/
	background-position: 0 5px;
	color: #005a8d;
	display: block;
	padding-left: 16px;
	text-decoration: none;
}

#colThree a:hover {
	text-decoration: underline;
	color: #fff;
}
/* colThree ends */
/* ----------------------------------------- */


/* ----------------------------------------- */
/* footer starts */
#footer {
	width: 860px;
	background: #005a8e;
	padding: 10px 10px 5px 10px;
	display: block;
	color: #fff;
	text-align: center;
}

#footer p {
	margin-bottom: 5px;
}

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

#footer a:hover {
	text-decoration: underline;
}
/* footer ends */
/* ----------------------------------------- */


