/* CSS Document */

/*Colors:
	#006 - blue
	#900 - red
	#666 - gray
*/

* {
	margin: 0;
	padding: 0;
}

a:link { text-decoration: underline; color: #666;  }
a:visited  { text-decoration: underline; color: #666; }
a:hover { text-decoration: underline; color: #900;  }
a:active { text-decoration: underline; color: #900; }

body, th {
	background: #fff url(images/bg.gif) repeat-x;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
	
h1 {
	font-size: 75%;
	font-weight: bold;	
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

h2 {	
	font-size: 80%;
	color: #666;
	padding: 10px 0 15px 0;
}

h3 {
	font-size: 75%;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #000;
}

p, ul, ol {
	font-size: 80%;
	margin-bottom: 10px;
	line-height: 160%;
	text-align: left;
}

p.small {
	font-size: 70%;
}

p.access {
	display: none;
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 10px 20px 10px 0;
}

img.hmleft {
	float: left;
	margin: 20px 20px 5px 0;
}

img.right {
	float: right;
	margin: 8px 0 10px 20px;
}




/* Boxes */

.box-orange {
	background: url(images/grad.gif) repeat-x;
}

.box-orange .section {
	background: url(images/red_tr.gif) no-repeat right top;
}

.box-orange .section b {
	display: block;
	height: 23px;
	padding: 10px 0 0 10px;
	background: url(images/red_tl.gif) no-repeat;
}

.box-orange .content {
	padding: 20px;
}


.box-blue {
	background: url(images/grad.gif) repeat-x;
}

.box-blue .section {
	background: url(images/red_tr.gif) no-repeat right top;
	color: #fff;
}

.box-blue .section b {
	display: block;
	height: 23px;
	padding: 10px 0 0 10px;
	background: url(images/red_tl.gif) no-repeat;
}

.box-blue .content {
	padding: 20px;
}


/* Container */

#container {
	width: 780px;
	margin: 0 auto;
	padding-left: 20px;
}



/* Header and Banner Ad */

#header {
	margin-top: 5px;
	height: 92px;	
}

#header #banner {
	float: right;
	width: 500px;
	padding-right: 100px;
}

#header #logo {
	float: left;
	width: 135px;
}

#header #banner img {
	border: 1px solid #666;
}

#header #banner p {
	font: bold italic 100% 'Times New Roman', serif;
	color: #006;
	margin-top: 3px;
}

#header ul { /*for Agents and Members links*/
	font-size: 75%;
	list-style-type: none;
	margin-left: 725px;
}

#header a:link, #header a:visited {
	color: #006;
	text-decoration: underline;
}

#header a:hover {
	color: #900;
}


/* Search

#search {
	float: right;
	width: 300px;
	padding-top: 55px;
}

#search form {
}

#search fieldset {
	border: none;
}

#searchinput, #searchsubmit {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#searchsubmit {
	padding: 0 2px;
	background: #F4A652 url(images/img03.gif) repeat-x;
	border: 1px solid #000000;
	text-transform: lowercase;
}

*/

/* Menu */

#menu {
	width: 780px;
	height: 28px;
	margin: 0 auto;
	margin-top: 15px;
}

*html #menu {
	margin-top: -25px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	display: block;
	float: left;
	margin-right: 1px;
	background: transparent;
	height: 20px;

}

#menu a {
	display: block;
	float: left;
	font-weight: bold;
	text-align: center;
	background: url(images/menu.gif) no-repeat;
	width: 100px;
	height: 30px;
	text-decoration: none;
	color: #666;
	padding-top: 7px;
}

#menu a:hover {
	color: #900;
	background: url(images/menu_grad.gif) no-repeat;
}


/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding-top: 30px;
}


/* Content */

#content {
	float: left;
	width: 450px;
}

#content ul li {
	margin-left:15px;
	}
	

/* Feature */

#feature {
	margin-bottom: 20px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 310px;
}

#sidebar ul li {
	margin-left:15px;
	}
	
	
/*Calculate section on Home page*/
	
#calculate p.small {
	font-size: 70%;
	text-align: left;
}

#calculate #form {
	float: right;
	padding-left: 15px;
	width: 85px;
}


/* Footer */

#footer {
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	background-color: #e4e4e4;
	border-top: 1px solid #666;	
}

#footer p {
	text-align: center;
	font-size: 70%;
	padding-left: 70px;
	padding-right: 70px;
	line-height: 130%; 
}


#footer ul { /*bottom links*/
	font-size: 75%;
	text-align: center;
	list-style-image: none;
	}
	
#footer li {
	display: inline;
	}
		
#footer a:link, #footer a:visited {
	color: #006;
	text-decoration: none;
	text-align: right;
	padding-left: 10px;
	padding-right: 15px;
	border-right: 1px solid #006;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer a.last {
	border: none;
	}


/*You are here settings for menu*/

body#home #uhs_home a { 
	background: #cfcece url(images/menu_grad.gif) no-repeat;
	color: #900;
	width: 100px;
	height: 25px;
}
	
body#enroll #uhs_enroll a { 
	background: #cfcece url(images/menu_grad.gif) no-repeat;
	color: #900;
		width: 100px;
	height: 25px;
}

body#military #uhs_military a { 
	background: #cfcece url(images/menu_grad.gif) no-repeat;
	color: #900;
		width: 100px;
	height: 25px;
}
	
body#benefits #uhs_ben a { 
	background: #cfcece url(images/menu_grad.gif) no-repeat;
	color: #900;
	width: 100px;
	height: 25px;
}

body#faqs #uhs_faqs a {
	background: #cfcece url(images/menu_grad.gif) no-repeat;
	color: #900;
	width: 100px;
	height: 25px;
	}

body#contact #uhs_cont a { 
	background: #cfcece url(images/menu_grad.gif) no-repeat;
	color: #900;
	width: 100px;
	height: 25px;
}

body#testimonials #uhs_test a { 
	background: #cfcece url(images/menu_grad.gif) no-repeat;
	color: #900;
	width: 100px;
	height: 25px;
}

body#agents #uhs_agents a { 
	color: #900;
	text-decoration: none;
}
	
body#members #uhs_members a { 
	color: #900;
	text-decoration: none;
}
	
	



