body {
	background: #000;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	text-align: center; /* For ie */ 
    }
	
	


	
	
/*---------- Text Manipulation ----------*/
html p, ul, ol, td, li {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size: .9em;
	}

.atrib {
	font-size: 7pt; 
	}
	
.note {
	font-size: 7pt; 
	color: #ff0000
	}

.yellow {
	color: #f5ee24; 
	}

.yellowatrib {
	color: #f5ee24; 
	font-variant: small-caps;
	font-size: 7pt;
	}
	
h1 {
	font-size: 1.25em;
	font-weight: bold;
	color: #303030;
	margin: 9px 0 7px 0;
	}

.h5 {
	font-weight: bold;
	font-size: .85em;
	margin: 6px 0 0 0;
	color: #F3EA2A;
	}
	
.h6 {
	text-decoration: underline;
	color: #fff;
	font-size: .95em;
	font-weight: bold;
	margin-bottom: 3px;
	}
	


/*---------- Links ----------*/
a {
	color: #e8aa00;
	text-decoration: none;
	}

a:visited {
	color: #e8aa00;
	text-decoration: none;
	}	
	
a:hover {
	color: #e8aa00;
	text-decoration: underline;
	}

a.yellowatrib {
	color: #f5ee24;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 7pt;
	}

a.yellowatrib:visited {
	color: #f5ee24;
	text-decoration: none;
	}	
	
a.yellowatrib:hover {
	color: #fff;
	text-decoration: underline;
	}
	
a.footer {
	color: #fff;
	text-decoration: none;
	font-size: 7pt;
	}

a.footer:visited {
	color: #fff;
	text-decoration: none;
	}	
	
a.footer:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	
	
	
/*---------- Front Page Boxes ----------*/
.box1 {
	border: 2px solid #f5ee24;
	padding: 12px;
	width: 323px;
	color: #e8e8e8;
	font-size: .7em;
	overflow: auto;
	}

.box1 ul {
	list-style-image: url(http://www.kawadesign.com/utahderm/website/images/minus.gif);
	padding-left: 20px;
	margin: 5px 0 0 0;
	border: 0;
	}
	
.box1 li {
	font-size: 1.1em;
	margin-top: 0em;
	}
						
						ul.sidebar {
							padding: 0;
							margin: -15px 0 0 20px;
							border: 0;
							}
							
						ul.sidebar li {
							padding: 0;
							margin: 0;
							list-style-image: url(http://www.kawadesign.com/utahderm/website/images/minus.gif);
							}
							
.box2 {
	padding: 12px 12px 0 12px; 
	width: 301px;
	color: #e8e8e8;
	font-size: .75em;
	}

.boxheader {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 1.2em;
	}

.graybox {
	background-color: #2b2a28;
	margin-top: 5px;
	padding: 10px 10px 0 10px;
	line-height: 17px;
	height: 173px;
	}







/*---------- Main Navigation ----------*/
#nav {
	width: 975;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 3px solid #fff;
	background: #303030;
	height: 32px;
	}
											
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	}

#nav ul li {
	display: inline;
	font-size: .75em;
	}

#nav ul li a {
	text-decoration: none;
	padding: 0 1em;
	color: #e8e8e8;
	}

#nav ul li a:hover {
	color: #e8e8e8;
	text-decoration: underline;
	}







/*---------- Containers ----------*/
#maincontainer {
	border: 0;
	padding: 0;
	margin: 0;
	clear: both;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}




	
	
/* ---------- Sidebar Navigation ----------*/
#sidebar {
	/*border: 1px solid #cdcdcd;*/
	font-size: .9em;
	/*background: #ebeced;*/
	float: left;
	left: 0;
	margin: 0;
	margin-bottom: 8px;
	padding: 0 10px;
	}

#sidebar ul {
	list-style-image: url(/images/minus_white.gif);
	padding-left: 20px;
	margin: 0;
	margin-bottom: 13px;
	border: 0;
	}
	
#sidebar li {
	font-size: 7pt;
	margin-top: .1em;
	margin-bottom: .1em;
	color: #dedede;
	}








									
										h2 {
											margin: 8px 0 12px 0;
											color: #443315;
											font-size: .85em;
											font-weight: bold;
											}
										
										h3 a {
											font-size: .7em;
											margin: 0 0 0px 0;
											color: #443315;
											text-decoration: underline;
											}
										
										h3 a:visited {
											color: #443315;
											text-decoration: underline;
											}	
											
										h3 a:hover {
											color: #c3b194;
											text-decoration: none;
											}
										
										h4 a {
											font-size: .7em;
											color: #a89575;
											text-decoration: none;
											}
										
										h4 a:visited {
											color: #a89575;
											text-decoration: none;
											}	
											
										h4 a:hover {
											color: #443315;
											text-decoration: underline;
											}	
										
										h5 {
											letter-spacing: 2px;
											text-align: center;
											text-decoration: underline;
											margin: 8px 0 12px 0;
											color: #443315;
											font-size: .8em;
											font-weight: bold;
											}
										
										h6 {
											margin: 12px 0;
											color: #443315;
											font-size: .7em;
											}


#entiresitecontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 975px;
	/*height: 600px;*/
	background: #fff;
	text-align: left;
	border: 1px solid #000;
	}

										#entiresitecontainer_inside {
											margin-left: auto;
											margin-right: auto;
											margin-top: 5px;
											width: 945px;
											background: #fff;
											text-align: left;
											border: 1px solid #000;
											}
										
										#breakingnews {
											width: 300px;
											border: 1px solid #d1c1a6;
											height: 230px;
											margin: 10px;
											padding: 10px;
											color: #8F8272;
											overflow: auto;
											font-size: .9em;
											float: left;
											}
										
										#breakingnews p {
											font-size: .7em;
											margin: -11px 0 0 0;
											}
										
										
										
										#home {
											font-size: .8em;
											font-weight: bold;
											color: #fff;
											margin: 25px 35px 0 0;
											float: right;
											font-family: myriad-pro, arial, helvetica;
											letter-spacing: 3px;
											padding: 0;
											}
											
										#logo {
											clear: both;
											margin: 66px 0 0 28px;
											}
											
										.text {
											margin: 33px 0 0 42px;
											}
											
										.text2 {
											margin: 76px 0 0 42px;
											}	
										



											
											
											
											
/*---------- Main Navigation ----------*/
#navcontainer {
	width: 975;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 3px solid #fff;
	background: #303030;
	height: 32px;
	}
											
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-weight: bold;
	}

#navcontainer ul li {
	display: inline;
	font-size: .75em;
	}

#navcontainer ul li a {
	text-decoration: none;
	padding: 0 1em;
	color: #e8e8e8;
	}

#navcontainer ul li a:hover {
	color: #e8e8e8;
	text-decoration: underline;
	}
	
										#navcontainer_inside ul {
											margin: 0;
											padding: 1px 0 2px 0;
											list-style-type: none;
											text-align: right;
											font-size: .7em;
											color: #443417;
											background-color: #f3e6bc;
											font-weight: bold;
											border-top: 1px solid #d1c1a6;
											border-bottom: 1px solid #d1c1a6;
											}
										
										#navcontainer_inside ul li {
											display: inline;
											}
										
										#navcontainer_inside ul li a {
											text-decoration: none;
											margin-top: 15px;
											padding: 1em 1.2em;
											color: #443417;
											}
										
										#navcontainer_inside ul li a:hover {
											color: #443417;
											text-decoration: underline;
											}



						
						
/*---------- Left Sidebar Navigation ----------*/


										.navul ul {
											list-style-image: url(http://www.kawadesign.com/utahderm/website/images/minus.gif);
											padding-left: 20px;
											margin: 0;
											border: 0;
											}
											
										.navul li {
											font-size: .8em;
											margin-top: 0em;
											}
										
										ul.sidebar {
											padding: 0;
											margin: -15px 0 0 20px;
											border: 0;
											}
											
										ul.sidebar li {
											padding: 0;
											margin: 0;
											list-style-image: url(http://www.kawadesign.com/utahderm/website/images/minus.gif);
											}
											
										ul.sidebar a {
											color: #8a8a8a;
											text-decoration: none;
											font-size: .9em;
											}
										
										ul.sidebar a:visited {
											color: #8a8a8a;
											text-decoration: none;
											}	
											
										ul.sidebar a:hover {
											color: #8a8a8a;
											text-decoration: underline;
											}	
										
										
										
											
											
											
											
											
											
											
											
											
											
											
											
											
											
											
											


										
											
											
											
											
											
																			
										/*---------- Lists ----------*/
										.inline {
										    display: inline;
										    list-style: none;
										    margin: 0;
										    padding: 0;
											}	
																
										.none {
											list-style: none;
											}	
										
										
										
											
											
											
										/*---------- Spacers ----------*/
										.spacer {
											width: 100%;
											height: 1px;
											clear: both;
											border: 0;
											}
											
											
											
											
										
							



										
										
										/*---------- Right Sidebar Navigation ----------*/
										.rsb {
											border: 1px solid #e4e4e4;
											padding: 13px 8px 5px 8px;
											font-size: .9em;
											width: 155px;
											background: #f7f7f7;
											}
											
										
										
											
/*---------- Footer ----------*/
#footer {
	background: #303030;
	}
	

.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	}

.footer ul li {
	display: inline;
	font-size: .75em;
	color: #e8e8e8;
	}

.footer ul li a {
	text-decoration: none;
	padding: 0 1em;
	color: #e8e8e8;
	}

.footer ul li a:hover {
	color: #e8e8e8;
	text-decoration: underline;
	}
																						
																							
																
																
										
																		
										/*---------- Right Side Navigation Div ----------*/
										.rightsidediv250 {
											float: left;
											/*right: 10px;*/
											border: 0px solid #657254; 
											padding: 0;
											margin: 0 10px 0 0 ;
											margin-top: 10px;
											width: 202px;
											text-align: center;	
											height: 190px;
											}
