/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	color: #333333;
}

#container {
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#container_welcome {
	width: 760px;
	height: 680px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	background:url(images/welcome_image.jpg);
}


.main_link_container {
	width: 720px;
	height: 80px;
	margin-top: 580px;
	margin-left: 20px;
	position: absolute;
}

.left_link { width: 450px; height: auto; font-family:"Times New Roman", Times, serif; font-size:38px; color:#FFFFFF; float:left; margin-top: 15px; font-weight: lighter;}

.right_link { width: 260px; height: auto; font-family:"Times New Roman", Times, serif; font-size:38px; color:#FFFFFF; float:right;margin-top: 15px;font-weight:lighter;}

.click { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff;}

.click a { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#ffffff; text-decoration:none;}
.click a:hover { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#cccccc; text-decoration:underline;}

.curve_box_top { background:url(images/curve_box_top.jpg) no-repeat; height: 28px; width: 760px; }

.curve_box_middle {  background:url(images/curve_box_mid.jpg) repeat-y; height: auto; width: 760px; }

.curve_box_bottom {  background:url(images/curve_box_bottom.jpg) no-repeat; height: 37px; width: 760px; margin-bottom: 5px; }

.menu_container {  background: url(images/grey_menu_back.jpg) repeat-y; height: auto; width: 760px; }

#footer_box_container {  background: none; height: auto; width: 760px; }

.grey_box_top { background:url(images/grey_curve_box_top.jpg) no-repeat; height: 26px; width: 760px; }

.grey_box_middle { background:url(images/grey_curve_box_mid.jpg) repeat-y; height: auto; width: 760px; }

.grey_box_bottom { background:url(images/grey_curve_box_bottom.jpg) no-repeat; height: 31px; width: 760px; }

h1 { padding-left: 10px; font-family:"Times New Roman", Times, serif; color:#000000; font-size:38px;}
h2 { padding-left: 200px; font-family:"Times New Roman", Times, serif; color:#999999; font-size:28px;}
h2.berkley { padding-left: 400px; font-family:"Times New Roman", Times, serif; color:#999999; font-size:28px;}
h6 {  font-family:"Times New Roman", Times, serif; color:#009933; font-size:20px;}
h6 a { padding-left: 10px; font-family:"Times New Roman", Times, serif; color:#009933; font-size:20px;}


.col1 { width: 350px; height: auto; float:left;}
.col2 { width: 200px; height: auto; float:left;}
.col3 { width: 200px; height: auto; float:right;}

p {
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	padding-right: 10px;
}

.float_left { float:left; padding: 10px;}
.float_right { float:right; padding: 0px 20px 0px 20px;}
.float_right_footer_img { float:right; padding: 0px 0px 0px 5px;}

.menu {
	width: 670px;
	height: 10px;
	text-align: center;
	padding-left: 10px
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

.menu li {
	float: left;
	padding: 0 2px 0 2px;
}

.menu a {
	display: inline;
	float: left;
	margin-right: 1px;
	padding: 12px 5px 0 3px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	
}

.menu a:hover {
	color: #333333;
	
}

.menu .current_page_item a {
	color: #333333;
	
}


.menu_berkeley {
	width: 700px;
	height: 10px;
	text-align: center;
	margin-left: 10px;
}

.menu_berkeley ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	
}

.menu_berkeley li {
	float: left;
	padding: 0 3px 0 2px;
}

.menu_berkeley a {
	display: inline;
	float: left;
	margin-right: 1px;
	padding: 12px 3px 0 0px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	
}

.menu_berkeley a:hover {
	color: #333333;
	
}

.menu_berkeley .current_page_item a {
	color: #333333;
	
}




.footer_box1 {
	width: 145px;
	padding: 20px 10px 0px 10px;
	font-family: "Times New Roman", Times, serif;
	background:none;
	border-right: 1px #333333 solid;
	height: 55px;
}

.footer_box1 a {color: #FFFFFF; text-decoration: none;}
.footer_box1 a:hover {color: #FFFFFF;text-decoration:underline;}


.footer_box2 {
	width: 250px;
	padding: 20px 0px 0px 10px;
	font-family: "Times New Roman", Times, serif;
	background:none;
	float:right;height: 55px;
}

.footer_box2 a {color: #FFFFFF; text-decoration: none;}
.footer_box2 a:hover {color: #FFFFFF;text-decoration:underline;}


.footer_box3 {
	width: 316px;
	padding: 0px 10px 0px 10px;
	font-family: "Times New Roman", Times, serif;
	background:none;float:right;height: 75px;
}

.footer_box3 a {color: #FFFFFF; text-decoration: none;}
.footer_box3 a:hover {color: #FFFFFF;text-decoration:underline;}

