/* @override http://localhost/rabco/css/style.css */

/* CSS RESET */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
	
}


ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* END OF CSS RESET */
html{
	background-color: #fff;
	overflow-y: scroll;
}
body{
	width: 960px;
	margin: 0 auto;
	background-color: #f2f2f2;
	border-left: 1px solid #d7dada;
	border-right: 1px solid #d7dada;
}

#header{
	background-color: #fff;
	height: 250px;
}

#logo_box{
	width: 296px;
	height: 90px;
	/*background-image: url(../images/global/logo.png);*/
	position: relative;
	top: 20px;
	left: 20px;
	margin-bottom: 40px;
}

#gradient_box{
	width: 960px;
	height: 150px;
	background-color: #172e53;
	/*background: url(../images/global/header_gradient.png) repeat-x;*/
	border-top: 1px solid #5d5d5d;
	border-bottom: 1px solid #5d5d5d;
}

#header_index_image{
	width: 511px;
	height: 150px;
	background-image: url(../images/global/header_image.png);
	position: relative;
	top: -200px;
	left: 400px;
	border: 1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
}


#side_navigation{
	float: left;
	width: 200px;
	
	margin-top: 100px;
	margin-bottom: 40px;
}

#side_navigation li{
	height: 40px;
	border-top: 1px solid #172e53;
	
}

#side_navigation li.last{
	border-bottom: 1px solid #172e53;
}

#side_navigation li a{
	text-decoration: none;
	color: #2b2b2b;
	font-family: Times New Roman;
	display: block;
	padding-top: 12px;
	margin-left: 20px;
	font-size: 15px;
}
#side_navigation li a:hover{
	color: #0d234a;
	font-weight: bold;
}

.main_content{
	width: 650px;
	float: left;
	margin-left: 60px;
	margin-top: 100px;
}

.main_content h1{
	display: block;
	margin-bottom: 10px;
	color: #172e53;
	font-size: 1.2em;
	font-family: 'Noto Serif', serif;

}

.main_content p{
	color: #2b2b2b;
	font-family: Times New Roman;
	line-height: 1.2;	
}

#footer{
	width: 960px;
	background-color: #172e53;
	padding-top: 10px;
	padding-bottom: 10px;
	
	bottom: 0px;
	text-align: center;
}

#footer p{
	margin: 0 auto;
	color: #dfe1e1;
	font-size: 12px;
	font-family: times new roman;
	
}

#footer a{
	color: #dfe1e1;
}

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