@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/blue_gradient.png) repeat-x 0px 75px;
}


bold {
	font-weight: bold;
}



a:link, a:visited {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3967C0;
	text-decoration: none;	
}

a.large_blue:link, a.large_blue:visited,  {
	font: bolder 17px Arial, Helvetica, sans-serif;
	color: #3967C0;
	letter-spacing: 0.005em;
	text-decoration: none;	
}

a:hover  {
	text-decoration: underline;	
}
a.large_blue:hover {
text-decoration: underline;	
}

p{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}


h1{
	font: bolder 17px Arial, Helvetica, sans-serif;
	color: #3967C0;
	letter-spacing: 0.005em;
}



h2{
	font: bolder 24px Arial, Helvetica, sans-serif;
	color: #3967C0;
	letter-spacing: 0.004em;
}


h3{
	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #3967C0;
	letter-spacing: 0.004em;
}

.large-text{
	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #3967C0;
	letter-spacing: 0.004em;
}

.small {
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	
}






#left_buttons{
margin-top:75px;
}


#container {
	width: 1029px;
	margin: 0 auto 0;
	position: relative;
	text-align:left;
}






#main_image {
	width: 964px;
	height: 196px;
	background: #FFFFFF url(images/splash_image.png) no-repeat;
	float:left;	
}



#int_main_image {
	width: 964px;
	height: 155px;
	background: #FFFFFF url(images/interior_splash.png) no-repeat;
	float:left;	
}








/* *********************************************************************************** */
/* *********************************************************************************** */
/* ************************  Styles for Left Nav on home page ************************ */
/* *********************************************************************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */



#left_nav {
	width: 403px;
	height: 425px;
	background: #FFFFFF url(images/burst_leftnav.jpg) no-repeat top;
	float:left;
}


#left_nav h1{
	
	
	margin-bottom:2px;
}


#left_nav h1.top {
	
	margin-top: 125px;
}


#left_nav p.left{
	margin: 0 0 0px 0px;
	font-size: 11px;
	width: 320px;
	font-weight: normal;
	
}

#left_nav div.rule{
height:1px;
width:320px;
float:left;
margin-top:10px;

border-bottom: thin dotted #999999;
}





#left_nav p.ada{
	font-size: 12px;
	width: 260px;
	font-weight: bold;
	margin: 30px 0 0 98px;
}





#left_nav img#da_logo{
	float:left;
	clear: left;
	margin-top: 20px;
	}


/*
#left_nav a:link, a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #3967C0;
	text-decoration: none;
}


#left_nav a:hover{
	text-decoration: underline;	

}
*/





/* *********************************************************************************** */
/* *********************************************************************************** */
/* ************************  Styles for Left Nav on home page ************************ */
/* *********************************************************************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */



#int_left_nav {
	width: 403px;
	height: 425px;
	background: #FFFFFF url(images/interior_leftnav_burst.png) no-repeat top;
	float:left;
}


#int_left_nav h1{
	
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:2px;
}


#int_left_nav h1.top {
	
	margin-top: 125px;
}


#int_left_nav p.left{
	margin: 0 0 0px 0px;
	font-size: 11px;
	width: 320px;
	font-weight: normal;
	
}

#int_left_nav div.rule{
height:1px;
width:320px;

margin-top:10px;
float:left;
border-bottom: thin dotted #999999;
}

#int_left_nav p.ada{
	font-size: 12px;
	width: 260px;
	font-weight: bold;
	margin: 30px 0 0 98px;
}






#int_left_nav img#da_logo{
	float:left;
	clear: left;
	margin-top: 20px;
	}



#int_left_nav a:link, a:visited {
	
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #4369B9;
	text-decoration: none;
}



#int_left_nav a:hover{
	text-decoration: underline;	

}


#ticker a:hover  {
	text-decoration: underline;	
}





/* *********************************************************************************** */
/* *********************************************************************************** */
/* ********************** Styles for ticker area on home page ************************ */
/* *********************************************************************************** */
/* *********************************************************************************** */

#ticker_area {

	width: 964px;
	height: 75px;
	background: #FFFFFF url(images/medicom_logo.png) no-repeat right;
	float:left;
}






/* *********************************************************************************** */
/* *********************************************************************************** */
/* ******************** Styles for ticker area on interior page ********************** */
/* *********************************************************************************** */
/* *********************************************************************************** */

#int_ticker_area {

	width: 964px;
	height: 75px;
	background: #FFFFFF url(images/interior_medicom_logo.png) no-repeat right;
	float:left;
}


div#ticker {
	float:left;
	margin: 20px 0 0 0px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;

}






/* *********************************************************************************** */
/* *********************************************************************************** */
/* ****************** Styles for nav and rollovers on home page ********************** */
/* *********************************************************************************** */
/* *********************************************************************************** */


#nav {
	width: 964px;
	height: 51px;
	background: #FFFFFF url(images/nav_bar.png) no-repeat;
	float:left;
	
	
}


#nav a.home {
    display: block;
	margin-left:50px;
	float:left;
    width: 61px;
    height: 51px;
    text-decoration: none;
    background: url("images/home.png");
 }
 
 #nav a.home:hover {
	background-position: 0 -51px;
}





#nav a.about {
    display: block;
	
	float:left;
    width: 146px;
    height: 51px;
    text-decoration: none;
    background: url("images/about.png");
 }
 
 #nav a.about:hover {
	background-position: 0 -51px;
}


#nav a.library {
    display: block;
	float:left;
    width: 120px;
    height: 51px;
    text-decoration: none;
    background: url("images/library.png");
 }

 #nav a.library:hover {
	background-position: 0 -51px;
}


#nav a.offers {
    display: block;
	float:left;
    width: 100px;
    height: 51px;
    text-decoration: none;
    background: url("images/offers.png");
 }
 
  #nav a.offers:hover {
	background-position: 0 -51px;
}


#nav a.tobuy {
    display: block;
	float:left;
    width: 97px;
    height: 51px;
    text-decoration: none;
    background: url("images/tobuy.png");
 }
 
  #nav a.tobuy:hover {
	background-position: 0 -51px;
}




/* *********************************************************************************** */
/* *********************************************************************************** */
/* ****************** Styles for nav and rollovers on interior page ****************** */
/* *********************************************************************************** */
/* *********************************************************************************** */


#int_nav {
	width: 964px;
	height: 51px;
	background: #FFFFFF url(images/interior_nav_bar.png) no-repeat;
	float:left;
	
	
}


#int_nav a.home {
    display: block;
	margin-left:50px;
	float:left;
    width: 61px;
    height: 51px;
    text-decoration: none;
    background: url("images/home.png");
 }
 
 #int_nav a.home:hover {
	background-position: 0 -51px;
}




#int_nav a.about {
    display: block;
	
	float:left;
    width: 146px;
    height: 51px;
    text-decoration: none;
    background: url("images/about.png");
 }
 
 #int_nav a.about:hover {
	background-position: 0 -51px;
}


#int_nav a.library {
    display: block;
	float:left;
    width: 120px;
    height: 51px;
    text-decoration: none;
    background: url("images/library.png");
 }
 

 #int_nav a.library:hover {
	background-position: 0 -51px;
}


#int_nav a.offers {
    display: block;
	float:left;
    width: 100px;
    height: 51px;
    text-decoration: none;
    background: url("images/offers.png");
 }
 
  #int_nav a.offers:hover {
	background-position: 0 -51px;
}


#int_nav a.tobuy {
     display: block;
	float:left;
    width: 97px;
    height: 51px;
    text-decoration: none;
    background: url("images/tobuy.png");
 }
 
  #int_nav a.tobuy:hover {
	background-position: 0 -51px;
}






/* *********************************************************************************** */
/* *********************************************************************************** */
/* ********************* Styles for Main Copy area on home page ********************** */
/* *********************************************************************************** */
/* *********************************************************************************** */


#main_copy {
	width: 561px;
	/*height: 425px;*/
	float:left;
	background: #FFFFFF url(images/home_product_shot.jpg) no-repeat right 165px;
	margin-bottom: 25px;
	
}

#main_copy ul{

	width:260px;
	color: #666666;
	font: bold 13px Arial, Helvetica, sans-serif;
	
}


#main_copy li {
margin-bottom:10px;

}




#main_copy p{
	font-size: 13px;
	font-weight: normal;
	line-height:1.5em;
	margin:10px 0 0px 5px;
}


#main_copy h2{
	margin:20px 0 0 5px;

}





/* *********************************************************************************** */
/* *********************************************************************************** */
/* ****************** Styles for Interior Main Copy area  **************** */
/* *********************************************************************************** */
/* *********************************************************************************** */


#int_main_copy {
	width: 561px;
	float:left;
	margin-bottom: 25px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
}

#int_main_copy ul{
display:inline;
margin:0 0 0 0px;
	width:561px;
	

	
}


#int_main_copy li {
	margin-bottom:10px;
	color: #3967C0;
	
	font: bold 18px Arial, Helvetica, sans-serif;
}




#int_main_copy p{
	font-size: 13px;
	font-weight: normal;
	line-height:1.5em;
	margin:10px 0 0px 0px;
}


#int_main_copy h2{
	margin:20px 0 0 0px;

}


#int_main_copy a:hover  {
	text-decoration: underline;	
}



/* *********************************************************************************** */
/* *********************************************************************************** */
/* **********************         Footer Styles          ***************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */
/* *********************************************************************************** */




#footer {
	float:left;
	clear:both;
	width: 964px;
	height: 25px;
	background:#FFFFFF;
	
	border-top: thin dotted #CCCCCC;
	margin-left: 65px;
    }


#footer a:link, a:visited {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #3967C0;;
	text-decoration: none;	
}


#footer a:hover {
	
	text-decoration: underline;	
}
