/* CSS Document */
body {
	background-color:#2f4b5f;
	}
	
#container {
	width:900px;
	height:964px;
	/*background-color:#FFCC00;*/
	margin-left:auto;
	margin-right:auto;
	}	

#header {
	/*background-color:#CCCCCC;*/
	width:900px;
	height:116px;
	background-image:url(../image/header.jpg);
	}

#patient {
	width:900px;
	height:350px;
	/*background-color:#FF9966;*/
	background-image:url(../image/patient.jpg);
	}
	
#nav {
	width:624px;
	height:26px;
	/*border:1px solid #00CCFF;*/
	float:right;
	margin-top:324px;
	overflow:hidden;
	}

.nav li{
	list-style:none;
	float:left;
	margin-right:1px;
	margin-left:0px;
	list-style-type:none;
	padding:0px;
	}

.nav ul{
	margin-right:0px;
	margin-left:-1px;
	margin-top:0px;
	float:left;
	padding:0px;
	}
	
#foursquare_container {
	width:900px;
	height:408px;
	background-image:url(../image/foursquare.jpg);
	}

#foursquare {
	width:700px;
	height:408px;
	/*background-color:yellow;*/
	margin-left:92px;
	/*background-color:#99FF66;
	/*background-image:url(../image/foursquare.jpg);*/
	}	

#square1 {
	/*border:1px solid #00CCFF;*/
	width:195px;
	height:85px;
	float:left;
	margin-top:66px;
	}
	
#square2 {
	/*border:1px solid #00CCFF;*/
	width:484px;
	height:85px;
	float:right;
	margin-top:66px;
	}
	
#square3 {
	/*border:1px solid #00CCFF;*/
	width:484px;
	height:145px;
	float:right;
	margin-top:60px;
	overflow:hidden;
	}

#square4 {
	/*border:1px solid #00CCFF;*/
	width:185px;
	height:145px;
	float:left;
	margin-top:60px;
	overflow:hidden;
	}

#square4_inside {
	/*border:1px solid #00CCFF;*/
	width:107px;
	height:120px;
	float:right;
	overflow:hidden;
	margin-top:5px;
	}

#bottom_nav {
	/*border:1px solid #00CCFF;*/
	width:484px;
	height:12px;
	float:left;
	/*margin-left:-180px;*/
	margin-top:28px;
	}
.bottom_nav ul {
	margin-right:0px;
	margin-left:-1px;
	margin-top:0px;
	float:left;
	padding:0px;
	}
		
#footer {
	width:900px;
	height:90px;
	background-color:#009966;
	background-image:url(../image/footer.jpg);
	}
.bottom_nav a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	list-style-type:none;
	text-decoration:none;
	}

.bottom_nav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	list-style-type:none;
	text-decoration:none;
	float:left;
	margin-right:10px;
	}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	}

.text_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
	line-height:13px;
	}
.text_white a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e70bb;
	font-weight:bold;
	text-decoration:none;

	}
.text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e70bb;
	font-weight:bold;
	text-decoration:none;
	}

.text_right_italic {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-align:right;
	font-style:italic;
	margin-bottom:10px;
	}

.text_right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:right;
	margin-bottom:10px;
	}

.text_right a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4e70bb;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	}
