/*-------------------------------
		GLOBAL STYLES
*------------------------------*/

body, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	}

a			{color: #0000FF; font-weight: bold;}
a:hover 	{color: #000099;}

input, select, textarea {
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}

hr {
	color:#CCCCCC;
	height:1px;
	}

/*------------------------------*/
/*			Layout				*/
/*------------------------------*/
#welcome1 {
	width: 300px;
	height: 207px;
	padding: 150px 0 0 0;
	background-color: #FFFFFF;
	background-image: url(Images/allied_main2_01.gif);
	background-repeat:  no-repeat;
	background-position: 50% 0;
	}

#welcome2 {
	width: 224px;
	height: 207px;
	padding: 40px 0 0 0;
	background-color: #FFFFFF;
	background-image: url(Images/allied_main2_02.gif);
	background-repeat:  no-repeat;
	background-position: 50% 0;
	}
td.headingbg {
	width: 500px;
	height: 75px;
	background-image: url(Images/allied_courseTitle.gif) top right no-repeat;
	text-align: center;
	}
/*------------------------------*/
/*		Linked Courses			*/
/*------------------------------*/
#linkCourses {
	width: 180px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	}

#linkCourses ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}

#linkCourses li {
	list-style-type: none;
	margin-top: 5px;
	text-align: center;
	}

#linkCourses li.prompt {
	display: block;
	width: 180px;
	padding: 2px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #990000;
	}

#linkCourses li a {
	display: block;
	width: 180px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	}

#linkCourses li a:hover {
	color: #000000;
	}

/*------------------------------*/
/*			Menu				*/
/*------------------------------*/
#menu {
	width: 140px;
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	font-size: 14px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	}

#menu ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}

#menu li {
	list-style-type: none;
	}

#menu li a {
	display: block;
	width: 100%;
	padding: 5px 5px 5px 0;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	}

#menu li a.demo {
	color: #000000;
	}

html>body #menu li a {
	width: auto;
	}

/*------------------------------*/
/*		Footer Menu				*/
/*------------------------------*/
#footer {
	padding: 0 0 20px 0;
	border: none;
	}

#footer a {
	padding: 0 5px 0 5px;
	font-weight:normal;
	text-decoration: none;
	line-height: 1.5em;
	color: #666666;
	}

#footer a:hover {
	background-color: #CCCCCC;
	color: #000000;
	}

/*------------------------------*/
/*			Content				*/
/*------------------------------*/
img.email {
	margin-top: 15px;
	margin-bottom: 20px;
	border: none;
	}

.title {
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	color: #585858;
	}

.headline {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-transform: capitalize;
	color: #336666;
	}

.attention {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #857C54;
	}

.under {
	text-decoration: underline;
	}

.warning {
	font-weight: bold;
	color: #CC0000;
	}

.note {
	width: 300px;
	margin: 25px 100px 25px 100px;
	padding: 10px;
	}

.noteWide {
	width: 400px;
	margin: 25px 50px 25px 50px;
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	}

.small {font-size: 0.85em;}

li.extended {
	margin-bottom: 15px;
	}

/*------------------------------*/
/*			FAQ					*/
/*------------------------------*/
#faq li {
	list-style-image: url(Images/bullet_arrowRight.gif);
	list-style-type: square;
	margin-bottom: 15px;
	}
#faq li a:hover {
	color: #000000;
	}

/*------------------------------*/
/*			Demo				*/
/*------------------------------*/
.demoLayout {
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
}

.demoYes	{color: #006633; font-weight: bold;}
.demoNo		{color: #CC0000; font-weight: bold;}

.demoHeadline1 {
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	}

.demoHeadline2 {
	font-family: 'Arial Narrow', Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	}

/*------------------------------*/
/*			Enroll				*/
/*------------------------------*/
.enrollPrice {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	width: 200px;
	margin: 10px 150px 10px 150px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFFFCC;
	}

.enrollPackage {
	font-weight: bold;
	font-size: 1.3em;
	}

.enrollDiscount {
	font-weight: bold;
	font-size: 1.3em;
	color: #CC0000;
	}

/*-------------------------------
		Site Map
-------------------------------*/
#siteMap {
	margin: 0;
	padding: 0;
	}
#siteMap ul {
	list-style: none;
	}
#siteMap li {
	list-style-type: none;
	}
#siteMap a {
	font-weight: normal;
	}
/*-------------------------------
To edit the color scheme, select
hex and do a "Find and Replace All"
for each color.

	PRIMARY:			BLUE
	primary dark:		003399
	primary medium:		0066CC
	primary light:		6699FF
	
	SECONDARY:			GREY
	secondary dark:		999999
	secondary dark2:	666666
		(10 darker, 10 saturate)
	secondary medium:	CCCCCC
	secondary medium2:	BFBFBF
		(5 darker, 5 saturate)
	secodary light:		E5E5E5
*------------------------------*/

a:visited	{color: #003399;}
a:active	{color: #003399;}

.one {background-color: #6699FF;}

.two {background-color: #CCCCCC;}

.three {background-color: #999999;}

/*------------------------------*/
/*		Packages				*/
/*------------------------------*/
#package {
	width: 180px;
	margin: 0;
	padding: 0;
	border: none;
	font-size: 12px;
	}

#package ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	}

#package li {
	list-style-type: none;
	margin-top: 10px;
	text-align: center;
	}

#package li a {
	display: block;
	width: 165px;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #003366;
	}

#package li a:hover {
	background-color: #DFE9F3;
	border: 1px solid #6FABCB;
	}

#package li.prompt {
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #990000;
	}

/*------------------------------*/
/*		Linked Courses			*/
/*------------------------------*/
#linkCourses li a:hover {
	background-color: #CCCCCC;
	border: 1px solid #999999;
	}
td.headingbg {
	width: 500px;
	height: 75px;
	background-image: url(Images/allied_courseTitle.gif) top right no-repeat;
	text-align: center;
	}
/*------------------------------*/
/*			Menu				*/
/*------------------------------*/
#menu li a {
	color: #003399;
	}

#menu li a:hover {
	background-color: #BFBFBF;
	color: #000000;
	}

/*------------------------------*/
/*			Content				*/
/*------------------------------*/
.emailLayout {
	border: 2px solid #CCCCCC;
}

.headline {
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-transform: capitalize;
	color: #003399;
	}

.attention {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #0066CC;
	}

.note {
	background-color: #E5E5E5;
	border: 2px solid #CCCCCC;
	}

.noteWide {
	background-color: #E5E5E5;
	border: 2px solid #CCCCCC;
	}

/*------------------------------*/
/*			FAQ					*/
/*------------------------------*/
#faq li a {
	color: #003399;
	}
#newsletter {
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #E5E5E5;
	background-color: #F0F0F0;
}
#newsletter p {
	margin: 0px;
	padding: 0px;
}
#newsletter h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
#newsletter h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#newsletter form {
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#newsletter span {
	display: block;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}


/*------------------------------*/
/*			Demo				*/
/*------------------------------*/
.demoLayout {
	background-color: #0066CC;
}

.demoHeadline1 {
	color: #003399;
	}

.demoHeadline2 {
	color: #003399;
	}

/*------------------------------*/
/*			SEO				*/
/*------------------------------*/
h1 {
	//font: normal normal bold 24px Arial, Helvetica, sans-serif;
	font: normal normal bold 25px "Arial Narrow", Helvetica, sans-serif;
	text-transform: none;
	color: #484848; /*PrimDark*/
	}
h2 {
	font: italic normal bold 16px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #369; /*PrimDark*/
	}
a.nolink {
	font-style: normal;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	}
.titles a{
	font: normal normal bold 30px "Arial Narrow", Helvetica, sans-serif;
	text-align: center;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
}
.titles a:hover{
	font: normal normal bold 30px "Arial Narrow", Helvetica, sans-serif;
	text-align: center;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
}
.titles a:visited{
	font: normal normal bold 30px "Arial Narrow", Helvetica, sans-serif;
	text-align: center;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
}
