@charset "utf-8";
/* CSS Document */

/* Site-Wide Styles */
#main {
}


/* Banner Styles */
#banner {
}


/* Menu Styles */
#menu {
	margin: 0px;
	padding: 0px;
	height: 42px;
	background-image: url(../images/cair_03.jpg);
	background-repeat: no-repeat;
}
#menu #container {
	height: 42px;
	width: 780px;
}

#menu #container .1 {
	width: 12px;
}
#menu #container .2 {
	width: 53px;
}
#menu #container .3 {
	width: 117px;

}
#menu #container .4 {
	width: 153px;

}
#menu #container .5 {
	width: 88px;

}
#menu #container .6 {
	width: 110px;

}
#menu #container .7 {
	width: 124px;

}
#menu #container .8 {
	width: 64px;
}
#menu #container .9 {
	width: 47px;
}
#menu #container .10 {
	width: 12px;
}

/* Main Content Section Styles */
#content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1AA9CB;
	border-left-color: #1AA9CB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 10px;
}
#content strong {
	font-weight: bold;
	font-variant: normal;
	font-size: 18px;
}
#content p {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
}
#content em {
	font-style: italic;
	font-weight: bold;
	color: #168DA3;
}



#content a:link {
	color: #168DA3;
	font-weight: bold;
	text-decoration: underline;
}
#content a:visited {
	color: #168DA3;
	font-weight: bold;
	text-decoration: underline;
}
#content a:active {
	color: #168DA3;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #31C9E3;
	font-weight: bold;
	text-decoration: underline;
}

/* Main Content Section Main Text Box Styles */
#content .maintext {
	padding-right: 10px;
	padding-left: 10px;
}
#content .maintext li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: -20px;
	text-align: justify;
}
#content .maintext .floatleft {
	padding: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}



/* Main Content Box Section Styles */
#content .box {
	width: 220px;
	font-size: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
}
#content .box a:link {
	color: #5AAD5A;
	font-weight: bold;
	text-decoration: underline;
}
#content .box a:visited {
	color: #5AAD5A;
	font-weight: bold;
	text-decoration: underline;
}
#content .box a:active {
	color: #5AAD5A;
	font-weight: bold;
	text-decoration: underline;
}
#content .box a:hover {
	color: #9DCE9D;
	font-weight: bold;
	text-decoration: underline;
}
#default .box strong {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0C4B61;
}
#default .box p {
	font-size: 14px;
}
#default .box em {
}
#default .box .content_spacer {
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #0C4B61;
	line-height: 1px;
	padding: 0px;
	font-size: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* Main Content Section Page Specific Box Styles */


/* Footer Styles */
#footer {
	background-image: url(../images/cair_04.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 74px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}





/**************************************************************************
 *
 * Nugget Sytles
 *
 **************************************************************************/

div.nugget {
	background-image:url(../images/Nugget%20Popup.png); 
	background-repeat:no-repeat; 

	visibility: hidden;
	
	position:fixed; 
	width:275px; 
	height:173;
}

div.nugget h1
{
	font-size:10px;
	font-weight: bold;
	color: #168DA3;
	margin-left:30px;
	margin-top:12px;
	margin-bottom:12px;
}

div.nugget p
{
	font-size:12px;
	color: black;
	font-weight: bold;
	margin-left:15px;
	margin-right:20px;
	margin-top:12px;
	margin-bottom:12px;
}


div.nugget .box a:visited {
	color: #5AAD5A;
	font-weight: bold;
	text-decoration: underline;
}
div.nugget .box a:active {
	color: #5AAD5A;
	font-weight: bold;
	text-decoration: underline;
}
div.nugget .box a:hover {
	color: #9DCE9D;
	font-weight: bold;
	text-decoration: underline;
}
