/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background: #336699 url(images/bg.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
ul {
	margin:0 20px;
}
#wrap {
	width:900px;
	margin: 20px auto;
}
#header {
	width:900px;
	height:100px;
}
#navigation {
	width:900px;
	height:40px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
}
#navigation ul li {
	float:right;
	display:block;
	margin-left:35px;
}
#navigation ul li a {
	color:#FFF;
	text-decoration:none;
	padding: 5px 0;
}
#navigation ul li a:hover {
	border-bottom: 5px solid #FFFF00;
	color:#FFFF00;
}
#main {
	width:900px;
	margin-top:20px;
}
#content {
	float:right;
	width:500px;
	background:#FFF;
	min-height:500px;
	padding:10px;
	font-size:12px;
}
#content_video {
	float:right;
	width:500px;
	min-height:500px;
	padding:10px;
	font-size:12px;
}
#content_video h1 {
	margin:10px 0 20px;
	font-size:26px;
	color:#FFF;
	font-weight:normal;
}
#content h1 {
	margin:10px 0 20px;
	font-size:26px;
	border-bottom: 5px solid #0A91C9;
}
#content h2 {
	margin:5px 0 ;
	font-size:24px;
	color:#0A91C9;
}
ul#process {
	list-style:url(images/triangle_bullet.jpg);
	line-height:20px;
}
#process li {
	margin:5px 40px 0px;
	font-size:18px;
	padding-bottom:5px;
}

#process li a:hover {
	text-decoration:none;
}
#content p {
	margin-bottom:1.5em;
	line-height:20px;
}
#footer {
	clear:both;
	width:900px;
	padding:20px 0;
	text-align:right;
	font-size:12px;
	color:#FFF;
}
#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#FFFF00;
}
a#triangle {
	background: url(images/triangle_white.gif) no-repeat;
	display: block;
	width:335px;
	height:115px;
}
a#triangle:hover {
	background: url(images/triangle_yellow.gif) no-repeat;
}
a#video {
	background: url(images/watch-this.gif) no-repeat;
	display: block;
	width:335px;
	height:115px;
}
a#video:hover {
	background: url(images/watch-this_hover.gif) no-repeat;
}
a img {
	border:none;
}

strong {
	font-size:1.2em;
	color:#0A91C9;
}
a {
	color:#0A91C9;
}

ul#campus {
	list-style:url(images/triangle_bullet.jpg);
}
ul#campus li {
	float:left;
	margin:5px 20px;
	width:170px;
}

/*campus rep info*/

div#tipDiv {
	font-family:Arial, Helvetica, sans-serif;
    padding:5px;
    color:#fff; font-size:12px;
    background-color:#0A91C9;  
    width:450px;
	font-size:14px;
}
div#tipDiv .tipbox {
	border:solid 2px;
	border-color:#FFF;
	padding:15px;
}

div#tipDiv .tipbox img {
	float:left;
	margin:5px 15px 15px 0px;
	margin-bottom:0;
}
div#tipDiv h1 {
	font-size:24px;
	margin-bottom:10px;
	color:#FFFF00;
}
div#tipDiv a {
	color:#FFFF00;
	text-decoration:none;
}
div#tipDiv a:hover {
	text-decoration:underline;
}
div#tipDiv a:visited {
	color:#FFFF00;
}
div#tipDiv .left {
	float:left;
	width:100px;
}
div#tipDiv .right {
	float:right;
	width:310px;
}
div#tipDiv th {
	text-align:left;
	color:#FFFF00;
}
.tipTitle {
	font-size:16px;
	font-weight:bold;
}
.clear {
clear:both;
}

/*------------------form-------------------------*/

#content form label {
	display:block;
	text-align:right;
	float:left;
	width:200px;
	font-weight:bold;
	color:#666666;
}

#content form .field {
	margin-bottom: 10px;
	width:400px;
}
#content form h3 {
	margin-bottom:1em;
}


/*------------------regional-------------------------*/

#regional_info h3 {
	clear:both;
	margin:10px 0;
	font-size:20px;
}
dl.info {
	margin:0px 0 50px;
}
#regional_info h3 span {
	font-size:18px;
	color:#336699;
	text-transform:uppercase;
	font-weight:normal;
}
dl.info dt, dl.info dd {
	padding: 3px 0 5px;
}
dl.info dt {
	float:left;
	clear:left;
	width:160px;
	color:#808080;
	font-size:14px;
	font-weight:bold;
}
dl.info dd {
	width:300px;
	float:left;
	margin:0;
	padding-left:10px;
}