@charset "utf-8";
/* CSS Document */

html{
	height:100%; 
	padding:0; 
	margin:0;
	background: #a9a9a9 url('images/mainbg.gif') top left repeat-x;
}

body { 

	margin:0; 
	padding:0; 
	color: #fff; 
	font-family:Arial, Helvetica, sans-serif; font-size:0.75em;
}

#alpha_container { 
	margin:auto;
	width:800px;
	background-color: #013369;
}

#alpha_header { 
	width:800px; 
	height:227px; 
	float:left;
	background-color: #013369;
	background: url('images/headerbg.jpg') top left no-repeat
}

#beta_container {
	width:805px; 
	float:left;
	background-color: #013369;
}

#beta_left { 
	width:195px; 
	float:left;
	
}

#beta_right {
	width:605px; 
	float:right;
}

#nav4 {
	width: 100%;
	background-color: #0a63ab;
}

#nav4 ul {
	list-style: none; 
	padding: 0; 
	margin: 0;
}

#nav4 a {
	width: 100%; 
	display:block; 
	padding:5px 0 5px 0px;   
	color: #fff; 
	text-decoration: none; 
	font-weight: bold; 
	text-indent:5px; 
	font-size:1em; 
	border-bottom:1px dashed  #fff; 
	line-height:1.5em;
}

html>body #nav4 a {
	width: auto;
}

#nav4 a:hover {
	background: #004793; 
	color: #ffffff; 
	border-bottom:1px solid #ffffff;
}

#left_title {
	width: 100%; 
	display:block; 
	padding:5px 0 5px 0px;   
	background: #004793; 
	color: #ffffff; 
	border-bottom:1px solid #ffffff; 
	font-weight: bold; 
	text-indent:5px; 
	font-size:1em; 
	border-bottom:1px  solid  #000000; 
	line-height:1.5em;
}

#left_text { 
	padding:5px; 
	font-size:1em; 
	line-height:1.5em;
	background-color: #0a63ab;
	color: #fff;
}

#left_text a { 
	color:#fff; 
	text-decoration:none; 
	font-weight: bold;
}

#left_text a:hover {
	text-decoration:underline; 
	color:#fff;
}

#content {
	padding:5px 10px 0 10px; 
	text-align:justify;
}

#content a { 
	color:#fff; 
	text-decoration:none; 
	font-weight:bold;
}

#content a:hover {
	text-decoration:underline; 
	color:#fff;
}

#lower_nav {
	width:600px; 
	float:left; 
	text-align:center; 
	font-size:0.75em; 
	padding-top:20px;
}

#lower_nav a { 
	color: #fff; 
	text-decoration:none; 
	font-weight:bold; 
	font-size:1.25em;
}
	
#lower_nav a:hover {
	text-decoration:underline; 
	color:#fff;
}

#vow { 
	float:right; 
	width:207px; 
	height:246px; 
	background:  url(images/vow.jpg); 
	padding:29px 0 0 10px;
}

#show_pad { 
	padding:0 0 0 10px;
}

.self_drive {
	color: #FFFF33; 
	font-size:1.7em; 
	font-weight:bold; 
	text-align:center;
}

.self_drive_white_text {
	color: #FFFFff; 
	font-size:1.2em;
	font-weight:bold; 
	text-align:center;
}

#red_bg { 
	background:#cd281d; 
	width:100%; 
	color:#FFFFFF; 
	line-height:28px; 
	font-weight:bold; 
	text-transform: uppercase; 
	text-align:center; 
	margin-top:4px;
}

#nav5 {
	width: 100%;
}

#nav5 ul {
	list-style: none; 
	padding: 0; 
	margin: 0;
}

#nav5 a {
	width: 100%; 
	display:block; 
	padding:5px 0 5px 0px;   
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	text-indent:5px; 
	font-size:1em; 
	border-bottom:1px dashed  #cd281d; 
	line-height:1.5em;
}
	
html>body #nav5 a {
	width: auto;
}

#nav5 a:hover {
	background: #cd281d ; 
	color: #ffffff; 
	border-bottom:1px solid #ffffff;
}









